#tip_fields > div {
	border: 1px solid #e9e9e9;
	padding: 14px;
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}
#tip_fields > div.cstms {
	width: 100%;
}
#custom_tip {
	height: 45px;
	width: auto;
	margin: 0 15px;
	padding: 0 15px;
	font-size: 18px;
}
#tip_fields > label {
	width: 100% !important;
	display: block;
	margin-bottom: 15px;
}

/* Red color for selected radio buttons */
input[type="radio"]:checked + label {
    color: #f50133;
    font-weight: bold;
}

/* Optional: custom radio dot color (if using default browser style) */
input[type="radio"]:checked, input[type="radio"]:checked::before {
    background-color: var( --wcf-btn-bg-color )!important;
	margin: 4px!important;
}