/* =============================================================
   Social Video Post Template — sv-*
   Brand primary: #0b6230 | Accent: #d4a745 | Dark: #1a1a2e
   Houzez child theme — loaded only on social_video single posts.
   ============================================================= */

/* ─── Page wrapper ───────────────────────────────────────────── */
.sv-page {
	background: #f8f9fa;
	padding-bottom: 3rem;
}

/* ─── Hero / Video Section ───────────────────────────────────── */
.sv-hero {
	margin: 0 auto 1.5rem;
	max-width: 1400px;
}

.sv-hero-stage {
	position: relative;
	min-height: clamp(360px, 64vh, 720px);
	padding: clamp(1rem, 2.5vw, 1.75rem);
	border-radius: 24px;
	overflow: hidden;
	background: #091217;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 36px rgba(9, 18, 23, .18);
}

.sv-hero-stage::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--sv-hero-bg);
	background-size: cover;
	background-position: center;
	filter: blur(30px);
	transform: scale(1.12);
	opacity: .6;
}

.sv-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 16, 21, .28) 0%, rgba(10, 16, 21, .62) 100%);
	z-index: 1;
}

.sv-video-wrap {
	position: relative;
	width: 100%;
	max-width: min(100%, 1040px);
	aspect-ratio: 16 / 9;
	height: auto;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
	background: #000;
	z-index: 2;
}


.sv-video-wrap iframe,
.sv-video-facade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

/* ─── Facade (click-to-load) ─────────────────────────────────── */
.sv-video-facade {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.sv-video-facade::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 13, 18, .08) 0%, rgba(8, 13, 18, .2) 36%, rgba(8, 13, 18, .74) 100%);
	z-index: 1;
}

.sv-facade-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.sv-facade-caption {
	position: relative;
	z-index: 2;
	display: grid;
	gap: .75rem;
	align-self: end;
	justify-items: start;
	width: min(100%, 560px);
	padding: clamp(1rem, 3vw, 2rem);
	margin-top: auto;
	margin-right: auto;
	color: #fff;
}

.sv-facade-kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: .45rem .75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.sv-facade-title {
	margin: 0;
	font-size: clamp(24px, 3.6vw, 40px);
	line-height: 1.08;
	font-weight: 800;
	color: #fff;
	text-wrap: balance;
}

.sv-facade-meta {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .9);
}

.sv-play-btn {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	transition: transform .2s ease, opacity .2s ease;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,.4));
}

.sv-play-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.sv-video-facade:hover .sv-play-btn,
.sv-video-facade:focus .sv-play-btn {
	transform: scale(1.12);
}

.sv-duration-badge {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 2;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 4px;
	letter-spacing: .03em;
}

.sv-conversion-strip {
	max-width: 1200px;
	margin: 0 auto 1.5rem;
	padding: 1rem 1.25rem;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
	border: 1px solid rgba(11, 98, 48, .08);
	display: grid;
	gap: 1rem;
}

.sv-conversion-primary,
.sv-conversion-secondary,
.sv-conversion-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	align-items: center;
}

.sv-conversion-chip {
	display: inline-flex;
	align-items: center;
	padding: .65rem .95rem;
	border-radius: 999px;
	background: #f3f6f4;
	color: #143323;
	font-size: 14px;
	font-weight: 700;
}

.sv-conversion-chip-price {
	background: #0b6230;
	color: #fff;
}

.sv-conversion-tick {
	position: relative;
	padding-left: 1.35rem;
	font-size: 14px;
	font-weight: 600;
	color: #31424a;
}

.sv-conversion-tick::before {
	content: '\2714';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #0b6230;
	font-size: 12px;
	font-weight: 700;
}

.sv-conversion-btn {
	width: auto;
	min-width: 180px;
	flex: 0 0 auto;
}

/* ─── Title Bar ──────────────────────────────────────────────── */
.sv-title-bar {
	max-width: 1200px;
	margin: 0 auto 1.5rem;
	padding: 1.25rem 0 0;
}

.sv-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a2e;
	margin: 0 0 .65rem;
}

.sv-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem;
	font-size: 13px;
	color: #495057; /* darkened from #6c757d — was 4.11:1, now 6.75:1 on #f8f9fa (WCAG AA) */
}

.sv-meta-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 4px;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.sv-badge-status {
	background: #0b6230;
	color: #fff;
}

.sv-badge-type {
	background: #e9ecef;
	color: #1a1a2e;
}

.sv-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

/* ─── Content Row (70/30) ────────────────────────────────────── */
.sv-content-row {
	max-width: 1200px;
	margin: 0 auto;
}

/* ─── Main Article Content ───────────────────────────────────── */
.sv-article {
	background: #fff;
	border-radius: 12px;
	padding: 2.35rem 2.5rem;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06);
	margin-bottom: 1.5rem;
}

.sv-content h2 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 2.1rem 0 .9rem;
	padding-bottom: .35rem;
	border-bottom: 2px solid #0b6230;
}

.sv-content h2:first-child {
	margin-top: 0;
}

.sv-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 1.6rem 0 .65rem;
}

.sv-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 1.2rem;
	max-width: 75ch;
}

.sv-content ul,
.sv-content ol {
	padding-left: 1.25rem;
	margin-bottom: 1.25rem;
}

.sv-content li {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: .55rem;
	padding-left: .25rem;
}

.sv-content li::marker {
	color: #0b6230;
}

.sv-content strong {
	color: #0b6230;
	font-weight: 700;
}

.sv-content blockquote {
	border-left: 4px solid #d4a745;
	background: linear-gradient(135deg, #fefdf5 0%, #faf8ef 100%);
	padding: 1.25rem 1.5rem;
	margin: 1.5rem 0;
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: #444;
	font-size: 15px;
	line-height: 1.7;
}

.sv-content blockquote p {
	margin-bottom: .5rem;
}

.sv-content blockquote p:last-child {
	margin-bottom: 0;
}

.sv-content a {
	color: #0b6230;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	transition: color .15s;
}

.sv-content a:hover {
	color: #094e26;
}

/* ─── Tags ───────────────────────────────────────────────────── */
.sv-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .4rem;
	padding: 1rem 0;
	border-top: 1px solid #e9ecef;
	margin-bottom: 1rem;
}

.sv-tags-label {
	font-size: 13px;
	font-weight: 600;
	color: #666;
	margin-right: .25rem;
}

.sv-tag {
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	color: #555;
	text-decoration: none;
	transition: all .15s;
}

.sv-tag:hover {
	background: #0b6230;
	border-color: #0b6230;
	color: #fff;
	text-decoration: none;
}

/* ─── Hashtags ───────────────────────────────────────────────── */
.sv-hashtags {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	padding: .5rem 0 1rem;
}

.sv-hashtag {
	font-size: 13px;
	font-weight: 500;
	color: #0b6230;
}

/* ─── Social Share ───────────────────────────────────────────── */
.sv-share {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: 1rem 0 0;
	border-top: 1px solid #e9ecef;
}

.sv-share-label {
	font-size: 13px;
	font-weight: 600;
	color: #666;
}

.sv-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: transform .15s, box-shadow .15s;
}

.sv-share-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	color: #fff;
	text-decoration: none;
}

.sv-share-fb { background: #1877F2; }
.sv-share-tw { background: #1DA1F2; }
.sv-share-wa { background: #25D366; }
.sv-share-li { background: #0A66C2; }

/* ─── Sidebar ────────────────────────────────────────────────── */
.sv-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

/* ─── Sidebar Cards ──────────────────────────────────────────── */
.sv-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.7rem;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06);
}

.sv-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 1rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid #0b6230;
}

/* ─── Quick Specs Grid ───────────────────────────────────────── */
.sv-specs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .75rem;
	margin-bottom: 1.25rem;
}

.sv-spec {
	display: flex;
	flex-direction: column;
}

.sv-spec-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #666; /* darkened from #999 — was 2.61:1, now 5.02:1 on #fff (WCAG AA) */
	margin-bottom: 2px;
}

.sv-spec-value {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
}

.sv-spec-price {
	color: #0b6230;
	font-size: 17px;
}

/* ─── Buttons ────────────────────────────────────────────────── */
.sv-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	width: 100%;
	padding: .75rem 1rem;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
	border: none;
}

.sv-btn-primary {
	background: #0b6230;
	color: #fff;
}

.sv-btn-primary:hover {
	background: #094e26;
	color: #fff;
	text-decoration: none;
}

.sv-btn-secondary {
	background: #1a1a2e;
	color: #fff;
	margin-top: .5rem;
}

.sv-btn-secondary:hover {
	background: #111125;
	color: #fff;
	text-decoration: none;
}

.sv-btn-outline {
	background: transparent;
	color: #0b6230;
	border: 2px solid #0b6230;
	margin-top: .5rem;
}

.sv-btn-outline:hover {
	background: #0b6230;
	color: #fff;
	text-decoration: none;
}

.sv-btn-whatsapp {
	background: #0b6230; /* darkened from #25D366 — was 1.9:1 contrast with #fff, now 6.6:1 (WCAG AA) */
	color: #fff;
}

.sv-btn-whatsapp:hover {
	background: #094e26;
	color: #fff;
	text-decoration: none;
}

/* ─── CTA Card ───────────────────────────────────────────────── */
.sv-cta-text {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 1rem;
}

/* ─── Related Videos ─────────────────────────────────────────── */
.sv-related-list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	content-visibility: auto;
	contain-intrinsic-size: auto 300px;
}

.sv-related-item {
	display: flex;
	align-items: center;
	gap: .75rem;
	text-decoration: none;
	padding: .5rem;
	border-radius: 8px;
	transition: background .15s;
}

.sv-related-item:hover {
	background: #f8f9fa;
	text-decoration: none;
}

.sv-related-thumb {
	width: 100px;
	height: 56px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.sv-related-title {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ─── Floating Mobile CTA ────────────────────────────────────── */
.sv-sticky-cta {
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease, bottom .3s ease;
}

.sv-sticky-cta.sv-visible {
	opacity: 1;
	pointer-events: auto;
}

.sv-floating-cta {
	position: fixed;
	bottom: -80px;
	left: 0;
	right: 0;
	z-index: 999;
	padding: .75rem 1rem;
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 -2px 12px rgba(0, 0, 0, .1);
	transition: bottom .3s ease;
}

.sv-floating-cta.sv-visible {
	bottom: 0;
}

.sv-floating-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .65rem;
	max-width: 680px;
	margin: 0 auto;
}

.sv-float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	width: 100%;
	padding: .9rem .85rem;
	background: #0b6230; /* darkened from #25D366 — was 1.9:1 contrast with #fff, now 6.6:1 (WCAG AA) */
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 10px;
	text-decoration: none;
	transition: background .15s;
}

.sv-float-btn:hover {
	background: #094e26;
	color: #fff;
	text-decoration: none;
}

.sv-float-btn-secondary {
	background: #1a1a2e;
}

.sv-float-btn-secondary:hover {
	background: #111125;
	color: #fff;
	text-decoration: none;
}

.sv-float-btn-outline {
	background: #fff;
	color: #0b6230;
	border: 2px solid #0b6230;
}

.sv-float-btn-outline:hover {
	background: #0b6230;
	color: #fff;
	text-decoration: none;
}

/* ─── CTA Card (sidebar) ─────────────────────────────────────── */
.sv-cta-card .sv-cta-text {
	margin-bottom: 1.25rem;
}

.sv-cta-card .sv-btn + .sv-btn {
	margin-top: .5rem;
}

.sv-sticky-cta-desktop {
	position: fixed;
	right: 24px;
	bottom: 24px;
	transform: translateY(16px);
	z-index: 997;
	width: min(280px, calc(100vw - 48px));
}

.sv-sticky-cta-desktop.sv-visible {
	transform: translateY(0);
}

.sv-sticky-card {
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(11, 98, 48, .14);
	border-radius: 18px;
	padding: 1rem;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
	display: grid;
	gap: .75rem;
}

.sv-sticky-label {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #56636b;
}

.sv-sticky-price {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	color: #0b6230;
}

/* ─── Archive Layout ─────────────────────────────────────────── */
.sv-archive-page {
	padding-top: 1.25rem;
}

.sv-archive-hero {
	max-width: 1200px;
	margin: 0 auto 1.5rem;
	padding: 1.75rem;
}

.sv-archive-kicker {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: .4rem .7rem;
	border-radius: 999px;
	background: rgba(11, 98, 48, .1);
	color: #0b6230;
	margin-bottom: .85rem;
}

.sv-archive-intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #46525a;
	max-width: 78ch;
}

.sv-archive-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.sv-archive-card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.sv-archive-media {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	background: #0d1419;
	overflow: hidden;
}

.sv-archive-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.sv-archive-card:hover .sv-archive-thumb {
	transform: scale(1.04);
}

.sv-archive-thumb-fallback {
	background: linear-gradient(135deg, #102531, #0b6230);
}

.sv-archive-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .65);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
	padding-left: 3px;
}

.sv-archive-body {
	padding: 1.25rem 1.25rem 1.4rem;
	display: grid;
	gap: .85rem;
	height: 100%;
}

.sv-archive-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
}

.sv-archive-title a {
	color: #1a1a2e;
	text-decoration: none;
}

.sv-archive-title a:hover {
	color: #0b6230;
	text-decoration: none;
}

.sv-archive-excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #47545d;
}

.sv-archive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	align-items: center;
}

.sv-archive-actions {
	margin-top: .25rem;
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
}

.sv-archive-actions .sv-btn {
	margin-top: 0;
	width: auto;
	flex: 1 1 calc(25% - .42rem);
	min-width: 130px;
	white-space: nowrap;
}

.sv-archive-pagination {
	max-width: 1200px;
	margin: 1.5rem auto 0;
	padding: .5rem 0 0;
}

.sv-archive-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: .4rem;
	flex-wrap: wrap;
}

.sv-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 .8rem;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	background: #fff;
	color: #27333c;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.sv-archive-pagination .page-numbers.current,
.sv-archive-pagination .page-numbers:hover {
	background: #0b6230;
	border-color: #0b6230;
	color: #fff;
}

.sv-archive-empty {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 2.2rem 1.5rem;
}

.sv-archive-empty h2 {
	margin: 0 0 .4rem;
	font-size: 24px;
	color: #1a1a2e;
}

.sv-archive-empty p {
	margin: 0;
	font-size: 15px;
	color: #5a6770;
}

/* ─── Signature & Inline CTAs (Accessibility Overrides) ──────── */
.sv-content .mres-post-signature {
	margin-top: 2rem;
}

/* Override inline-styled signature social icons to meet 44×44px touch target (WCAG 2.5.5). */
.sv-content .mres-post-signature a[style*="border-radius:50%"] {
	width: 44px !important;
	height: 44px !important;
	font-size: 18px !important;
}

/* Fix AI signature inline button touch targets (min 44px height) & spacing */
.sv-content a[style*="padding: 6px 10px"] {
	padding: 12px 16px !important;
	display: inline-block !important;
	margin: 6px 4px 6px 0 !important;
	line-height: 1.4 !important;
	border-radius: 6px !important;
}

/* Fix WhatsApp button contrast: rgb(37, 211, 102) is too light for white text. Darken to pass WCAG AA */
.sv-content a[style*="rgb(37, 211, 102)"] {
	background-color: #1a9c49 !important; /* > 3:1 contrast ratio */
}

/* ─── Desktop: hide floating CTA on large screens ────────────── */
@media (min-width: 992px) {
	.sv-floating-cta {
		display: none;
	}
}

/* ─── Tablet ─────────────────────────────────────────────────── */
@media (max-width: 991px) {
	.sv-archive-grid {
		grid-template-columns: 1fr;
	}

	.sv-archive-hero {
		padding: 1.35rem;
	}

	.sv-hero-stage {
		padding: 1.5rem;
		border-radius: 20px;
		min-height: auto;
	}

	.sv-video-wrap {
		max-width: 100%;
	}


	.sv-article {
		padding: 1.5rem;
	}

	.sv-title {
		font-size: 24px;
	}

	.sv-sidebar {
		margin-top: 1.5rem;
	}
}

/* ─── Mobile ─────────────────────────────────────────────────── */
@media (max-width: 575px) {
	.sv-archive-actions .sv-btn {
		flex: 1 1 calc(50% - .42rem);
		min-width: 0;
	}

	.sv-archive-body {
		padding: 1rem;
	}

	.sv-archive-title {
		font-size: 20px;
	}

	.sv-hero {
		margin-left: -15px;
		margin-right: -15px;
	}

	.sv-hero-stage {
		border-radius: 0;
		padding: 1rem .75rem 1.5rem;
	}

	.sv-video-wrap {
		border-radius: 0;
		max-width: 100%;
		aspect-ratio: 4 / 5;
	}


	.sv-conversion-strip {
		padding: 1rem;
		border-radius: 14px;
	}

	.sv-conversion-btn {
		width: 100%;
	}

	.sv-title-bar {
		padding-left: 0;
		padding-right: 0;
	}

	.sv-title {
		font-size: 20px;
	}

	.sv-article {
		padding: 1.25rem;
		border-radius: 8px;
	}

	.sv-content h2 {
		font-size: 19px;
	}

	.sv-content p {
		font-size: 16px;
	}

	.sv-facade-caption {
		width: 100%;
		padding: 1rem;
		gap: .65rem;
	}

	.sv-facade-title {
		font-size: 24px;
	}

	.sv-facade-meta {
		font-size: 14px;
	}

	.sv-specs-grid {
		grid-template-columns: 1fr 1fr;
		gap: .5rem;
	}

	.sv-related-thumb {
		width: 80px;
		height: 45px;
	}

	.sv-share-btn {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.sv-floating-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: .5rem;
	}

	.sv-float-btn {
		font-size: 13px;
		padding: .8rem .4rem;
		gap: .35rem;
	}
}

/* ─── Mobile: bottom padding so floating CTA doesn't cover content ── */
@media (max-width: 991px) {
	.sv-page {
		padding-bottom: 80px;
	}

	.sv-sticky-card .sv-btn,
	.sv-cta-card .sv-btn {
		padding: 12px 15px;
		font-size: 15px;
		line-height: 1.4;
		height: auto;
		border-radius: 8px;
		margin-top: .5rem;
		width: 100%;
	}

	.sv-sticky-cta-desktop {
		display: none;
	}
}

/* ─── WhatsApp floating button ───────────────────────────────── */
.sv-float-btn-whatsapp {
	background: #0b6230;
	color: #fff;
}

.sv-float-btn-whatsapp:hover {
	background: #094e26;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 380px) {
	.sv-float-btn {
		font-size: 12px;
		padding: .8rem .4rem;
		gap: .3rem;
	}
}
