/* PLA SMS Consent form — accessible, responsive, theme-agnostic. */

/* --- Consent page layout: hide the theme blog sidebar for a clean, full-width,
   professional layout. This stylesheet is enqueued ONLY on the SMS consent
   page, so these rules cannot affect any other page on the site. --- */
.right_sidebar.col-md-9,
.right_sidebar {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	float: none !important;
}
.zn_sidebar,
aside.zn_sidebar,
.col-md-3.col-sm-4 {
	display: none !important;
}
.zn_content.kl-blog-page-content {
	width: 100% !important;
}

.pla-sms-consent {
	max-width: 760px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: #1d2327;
}

.pla-sms-intro p {
	font-size: 16px;
	margin: 0 0 1em;
}

.pla-sms-notice {
	border-radius: 6px;
	padding: 14px 16px;
	margin: 0 0 20px;
	font-size: 16px;
}

.pla-sms-notice p,
.pla-sms-notice ul {
	margin: 0;
}

.pla-sms-notice ul {
	padding-left: 20px;
}

.pla-sms-success {
	background: #edf7ed;
	border: 1px solid #1a7f37;
	color: #14532d;
}

.pla-sms-error {
	background: #fdecea;
	border: 1px solid #b32d2e;
	color: #7a1d1d;
}

.pla-sms-form {
	margin-top: 8px;
}

.pla-sms-field {
	margin: 0 0 22px;
}

.pla-sms-field > label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.pla-sms-form input[type="tel"] {
	width: 100%;
	max-width: 360px;
	padding: 12px 14px;
	font-size: 16px;
	border: 1px solid #6b7280;
	border-radius: 6px;
	background: #fff;
	color: #1d2327;
	box-sizing: border-box;
}

.pla-sms-help {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: #4b5563;
}

.pla-sms-consent-field {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 16px 18px;
	background: #fafafa;
}

.pla-sms-checkbox-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pla-sms-checkbox-row input[type="checkbox"] {
	margin-top: 4px;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.pla-sms-checkbox-row label {
	font-weight: 600;
	margin: 0;
}

.pla-sms-disclosure {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e5e7eb;
	font-size: 15px;
	color: #1d2327;
}

.pla-sms-disclosure p {
	margin: 0 0 0.9em;
}

.pla-sms-disclosure p:last-child {
	margin-bottom: 0;
}

.pla-sms-disclosure a {
	text-decoration: underline;
}

.pla-sms-actions {
	margin-top: 4px;
}

.pla-sms-submit {
	display: inline-block;
	background: #0b5394;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.pla-sms-submit:hover {
	background: #073763;
}

/* Visible focus states for keyboard users. */
.pla-sms-form input:focus,
.pla-sms-form a:focus,
.pla-sms-submit:focus {
	outline: 3px solid #2563eb;
	outline-offset: 2px;
}

/* Honeypot: hidden from humans, still present for bots. */
.pla-sms-hp {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.pla-sms-form input[type="tel"] {
		max-width: 100%;
	}
	.pla-sms-submit {
		width: 100%;
	}
}
