/* ---------------------------------------------------------
   WP SMS Consent for Contact Form 7
--------------------------------------------------------- */

.wpcf7 form .form-field--sms-consent,
.wpsmscf7-field {
	width: 100%;
	clear: both;
	text-align: left;
}

.wpcf7 form .form-field--sms-consent .sms-consent,
.wpsmscf7-consent {
	margin: 12px 0 22px;
	padding: 16px 18px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: left;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line,
.wpsmscf7-checkbox-line {
	text-align: center;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line .wpcf7-form-control-wrap,
.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line .wpcf7-checkbox,
.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line .wpcf7-list-item,
.wpsmscf7-checkbox-line .wpcf7-form-control-wrap,
.wpsmscf7-checkbox-line .wpcf7-checkbox,
.wpsmscf7-checkbox-line .wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line label,
.wpsmscf7-checkbox-line label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line input[type="checkbox"],
.wpsmscf7-checkbox-line input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	border-radius: 3px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	cursor: pointer;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line input[type="checkbox"]:checked,
.wpsmscf7-checkbox-line input[type="checkbox"]:checked {
	background-color: #000;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4.5L6.25 11.5L2.75 8' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line input[type="checkbox"]:focus-visible,
.wpsmscf7-checkbox-line input[type="checkbox"]:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.wpcf7 form .form-field--sms-consent .sms-consent__checkbox-line .wpcf7-list-item-label,
.wpsmscf7-checkbox-line .wpcf7-list-item-label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	color: #333;
	text-align: left;
}

.wpcf7 form .form-field--sms-consent .sms-consent p.sms-consent__disclaimer,
.wpsmscf7-disclaimer {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #555;
	text-align: left;
}

.wpcf7 form .form-field--sms-consent .sms-consent p.sms-consent__disclaimer a,
.wpcf7 form .form-field--sms-consent .sms-consent p.sms-consent__disclaimer a:visited,
.wpsmscf7-disclaimer a,
.wpsmscf7-disclaimer a:visited {
	color: var(--wpsmscf7-link-color, #cb9400);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wpcf7 form .form-field--sms-consent .sms-consent p.sms-consent__disclaimer a:hover,
.wpcf7 form .form-field--sms-consent .sms-consent p.sms-consent__disclaimer a:focus,
.wpsmscf7-disclaimer a:hover,
.wpsmscf7-disclaimer a:focus {
	color: var(--wpsmscf7-link-hover-color, #9f7200);
	text-decoration: underline;
}
