/**
 * Southern Breeze Homes — Homes For Sale + Home Detail styles (from Figma "01 homes for sale" / "02 home detail").
 * Everything is scoped under .sbh so it will not leak into the rest of the theme.
 */

.sbh {
	--sbh-navy: #002168;
	--sbh-blue: #00309a;
	--sbh-cyan: #00cdff;
	--sbh-sky: #eef7fd;
	--sbh-sky-2: #d6eefd;
	--sbh-orange: #f39c1f;
	--sbh-line: #d9e4ee;
	--sbh-ink: #332c2b;
	--sbh-muted: #6b6462;
	--sbh-radius: 12px;
	--sbh-shadow: 0 6px 24px rgba(0, 33, 104, .08);
	--sbh-shadow-lg: 0 18px 48px rgba(0, 33, 104, .14);
	--sbh-serif: "Marcellus", Georgia, serif;
	--sbh-sans: "Montserrat", Arial, sans-serif;
	font-family: var(--sbh-sans);
	color: var(--sbh-ink);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
.sbh *, .sbh *::before, .sbh *::after { box-sizing: border-box; }
.sbh img { max-width: 100%; height: auto; display: block; }
.sbh p { margin: 0; }
.sbh a { text-decoration: none; }
.sbh h1, .sbh h2, .sbh h3 { font-family: var(--sbh-serif); font-weight: 400; color: var(--sbh-navy); margin: 0; letter-spacing: 0; text-transform: none; }

.sbh-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.sbh-section { padding: 96px 0; }
.sbh-section--sky { background: var(--sbh-sky); }
.sbh-head { max-width: 760px; margin: 0 auto 56px; text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.sbh-head .sbh-sub { max-width: 640px; }

.sbh-eyebrow { display: inline-flex; align-items: center; gap: 10px; font: 700 12px/1.2 var(--sbh-sans); letter-spacing: .18em; text-transform: uppercase; color: var(--sbh-blue); }
.sbh-eyebrow--rule::before { content: ""; width: 24px; height: 2px; background: var(--sbh-cyan); }
.sbh-h1 { font-size: 56px; line-height: 1.12; }
.sbh-h2 { font-size: 44px; line-height: 1.12; }
.sbh-lead, .sbh-sub { font-size: 17px; line-height: 1.75; color: var(--sbh-muted); }
.sbh-body { font-size: 16px; line-height: 1.7; color: var(--sbh-ink); }

.sbh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 28px; border: 2px solid var(--sbh-navy); border-radius: 6px; background: var(--sbh-navy); color: #fff !important; font: 700 13px/1.2 var(--sbh-sans); letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; cursor: pointer; }
.sbh-btn:hover, .sbh-btn:focus-visible { background: var(--sbh-blue); border-color: var(--sbh-blue); }
.sbh-btn--outline { background: transparent; color: var(--sbh-navy) !important; }
.sbh-btn--outline:hover, .sbh-btn--outline:focus-visible { background: var(--sbh-navy); border-color: var(--sbh-navy); color: #fff !important; }
.sbh-btn--white { background: #fff; border-color: #fff; color: var(--sbh-navy) !important; }
.sbh-btn--white:hover, .sbh-btn--white:focus-visible { background: var(--sbh-sky-2); border-color: var(--sbh-sky-2); }
.sbh-btn--sm { padding: 12px 20px; font-size: 12px; }
.sbh-btn--block { width: 100%; }
.sbh-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* 01 · Hero */
.sbh-hero__photo { height: 520px; overflow: hidden; background: var(--sbh-sky-2); }
.sbh .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sbh-contact__body .wpforms-container { margin: 0 !important; }
.sbh-contact__body .wpforms-form .wpforms-field { padding: 0 0 16px !important; }
.sbh-contact__body .wpforms-form .wpforms-field-container { margin: 0; }
.sbh-contact__body .wpforms-form .wpforms-field-label { margin: 0 0 6px !important; }
.sbh-contact__body .wpforms-form .wpforms-field.wpforms-one-half { width: calc(50% - 7px) !important; margin-left: 14px !important; float: left; }
.sbh-contact__body .wpforms-form .wpforms-field.wpforms-one-half.wpforms-first { margin-left: 0 !important; clear: both; }
.sbh-contact__body .wpforms-form .wpforms-field-textarea { clear: both; }
.sbh-contact__body .wpforms-form .wpforms-field.wpforms-field-email { width: 100% !important; margin-left: 0 !important; padding-left: 0 !important; float: none !important; clear: both; }
.sbh-contact__body .wpforms-form .wpforms-field-email input { max-width: 100% !important; width: 100% !important; }
.sbh-contact__body .wpforms-form .wpforms-recaptcha-container { padding: 0 0 16px !important; clear: both; }
.sbh-contact__body .wpforms-form .wpforms-submit-container { padding: 0 !important; clear: both; }
.sbh-contact__body .wpforms-form em.wpforms-error, .sbh-contact__body .wpforms-form label.wpforms-error { font: 500 12px/1.4 var(--sbh-sans) !important; letter-spacing: 0; text-transform: none; color: #c0392b !important; margin-top: 4px; }
.sbh-contact__body .wpforms-confirmation-container-full { background: var(--sbh-sky); border: 1px solid var(--sbh-line); border-radius: 6px; color: var(--sbh-navy); font-size: 14px; }
@media (max-width: 480px) { .sbh-contact__body .wpforms-form .wpforms-field.wpforms-one-half { width: 100% !important; margin-left: 0 !important; } }
.sbh-hero__photo img, .sbh-hero__photo .sbh-noimg { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.sbh-hero__card { position: relative; max-width: 920px; margin: -120px auto 0; background: #fff; border-radius: var(--sbh-radius); box-shadow: var(--sbh-shadow-lg); padding: 56px 72px 60px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.sbh-hero__card .sbh-h1 { max-width: 776px; }
.sbh-hero__card .sbh-lead { max-width: 720px; }
.sbh-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px 8px 10px; border-radius: 999px; background: var(--sbh-sky-2); color: var(--sbh-navy); font: 700 12px/1.2 var(--sbh-sans); letter-spacing: .14em; text-transform: uppercase; }
.sbh-badge__dot { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--sbh-orange); color: #fff; font: 400 10px/22px var(--sbh-serif); letter-spacing: 0; text-align: center; }

/* Facts strip */
.sbh-facts { padding-top: 72px; }
.sbh-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--sbh-line); border-radius: var(--sbh-radius); overflow: hidden; }
.sbh-fact { padding: 32px 36px; display: flex; flex-direction: column; gap: 8px; }
.sbh-fact + .sbh-fact { border-left: 1px solid var(--sbh-line); }
.sbh-fact__label { font: 700 12px/1.2 var(--sbh-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--sbh-muted); }
.sbh-fact__value { font: 400 34px/1.1 var(--sbh-serif); color: var(--sbh-navy); }
.sbh-fact__value--sm { font-size: 28px; }
.sbh-fact__value small { font: 400 14px/1 var(--sbh-sans); color: var(--sbh-muted); margin-left: 6px; }
.sbh-fact__note { font-size: 14px; line-height: 1.3; color: var(--sbh-muted); }

/* A Place To Call Home */
.sbh-split { display: grid; grid-template-columns: 560px 1fr; gap: 80px; align-items: center; }
.sbh-split__photo img, .sbh-split__photo .sbh-noimg { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--sbh-radius); box-shadow: var(--sbh-shadow); }
.sbh-split__copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.sbh-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; width: 100%; }
.sbh-checks li { position: relative; margin: 0; padding-left: 32px; font: 500 15px/1.5 var(--sbh-sans); color: var(--sbh-navy); }
.sbh-checks li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8.5' fill='none' stroke='%2300309a' stroke-width='1.6'/%3E%3Cpath d='m6.5 10.2 2.4 2.4 4.6-5' fill='none' stroke='%2300309a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain; }

/* Listing cards */
.sbh-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sbh-card { background: #fff; border: 1px solid var(--sbh-line); border-radius: var(--sbh-radius); box-shadow: var(--sbh-shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.sbh-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0, 33, 104, .12); }
.sbh-card__photo { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sbh-sky-2); }
.sbh-card__photo img, .sbh-card__photo .sbh-noimg { width: 100%; height: 100%; object-fit: cover; }
.sbh-tag { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 4px; background: #fff; color: var(--sbh-navy); font: 700 11px/1.2 var(--sbh-sans); letter-spacing: .14em; text-transform: uppercase; }
.sbh-card--pending .sbh-tag { background: var(--sbh-orange); color: #fff; }
.sbh-card--sold .sbh-tag { background: var(--sbh-navy); color: #fff; }
.sbh-card__body { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.sbh-card__num { font: 700 12px/1.2 var(--sbh-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--sbh-muted); }
.sbh .sbh-card__title { font-size: 24px; line-height: 1.25; }
.sbh-card__title a { color: inherit; }
.sbh-card__price { font: 400 30px/1.25 var(--sbh-serif); color: var(--sbh-blue); }
.sbh-card .sbh-specs { border-top: 1px solid var(--sbh-line); padding-top: 16px; margin-bottom: 14px; }
.sbh-card .sbh-btn { margin-top: auto; }
.sbh-specs, .sbh-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.sbh-spec { display: inline-flex; align-items: center; gap: 8px; font: 600 14px/1.2 var(--sbh-sans); color: var(--sbh-ink); }
.sbh-spec svg { color: var(--sbh-blue); flex: none; }
.sbh-empty { text-align: center; font-size: 17px; color: var(--sbh-muted); }
.sbh-empty a { color: var(--sbh-blue); font-weight: 600; }

/* Gallery grid */
.sbh-gallery4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sbh-gallery4 img, .sbh-gallery4 .sbh-noimg { width: 100%; height: 380px; object-fit: cover; border-radius: var(--sbh-radius); }

/* CTA band */
.sbh-cta { position: relative; overflow: hidden; padding: 96px 0; text-align: center; color: #fff; background: var(--sbh-cta-image, none) center / cover no-repeat, linear-gradient(180deg, #00a8e8 0%, #0060c8 45%, var(--sbh-blue) 100%); }
.sbh-cta__inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.sbh .sbh-cta .sbh-h2 { color: #fff; max-width: 960px; }
.sbh-cta .sbh-sub { color: rgba(255, 255, 255, .82); max-width: 640px; margin-bottom: 18px; }

/* Find us */
.sbh-find { display: grid; grid-template-columns: 677fr 523fr; background: #fff; border: 1px solid var(--sbh-line); border-radius: var(--sbh-radius); overflow: hidden; }
.sbh-find__map { min-height: 440px; background: var(--sbh-sky-2); }
.sbh-find__map iframe { display: block; width: 100%; height: 100%; min-height: 440px; border: 0; }
.sbh-find__info { padding: 48px 52px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 30px; }
.sbh-find__block { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.sbh .sbh-find__title { font-size: 20px; line-height: 1.2; }
.sbh-find address { font-style: normal; font-size: 15px; line-height: 1.7; color: var(--sbh-ink); margin: 0; }
.sbh-link { display: inline-flex; align-items: center; gap: 6px; font: 600 15px/1.2 var(--sbh-sans); color: var(--sbh-blue) !important; }
.sbh-link:hover { color: var(--sbh-navy) !important; text-decoration: underline; }

/* 02 · Detail page head */
.sbh-pagehead { padding: 40px 0 32px; }
.sbh-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 16px; font: 700 12px/1.2 var(--sbh-sans); letter-spacing: .12em; text-transform: uppercase; color: var(--sbh-muted); }
.sbh-crumbs a { color: var(--sbh-blue); }
.sbh-crumbs a:hover { text-decoration: underline; }
.sbh-crumbs svg { color: var(--sbh-muted); }
.sbh-titlerow { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.sbh-titlerow .sbh-h1 { font-size: 48px; margin-bottom: 10px; }
.sbh-price { font: 400 30px/1.25 var(--sbh-serif); color: var(--sbh-blue); }
.sbh-ids { flex: none; text-align: right; font-size: 14px; line-height: 1.25; color: var(--sbh-muted); display: flex; flex-direction: column; gap: 4px; }
.sbh-ids strong { color: var(--sbh-navy); font-weight: 600; }

/* Detail body */
.sbh-detail { padding-bottom: 96px; }
.sbh-detail__grid { display: grid; grid-template-columns: minmax(0, 780px) 380px; gap: 40px; align-items: start; justify-content: space-between; }
.sbh-detail__main { display: flex; flex-direction: column; gap: 40px; min-width: 0; }
.sbh-gallery { display: flex; flex-direction: column; gap: 16px; }
.sbh-gallery__main img, .sbh-gallery__main .sbh-noimg { width: 100%; aspect-ratio: 780 / 439; object-fit: cover; border-radius: var(--sbh-radius); }
.sbh-gallery__thumbs { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.sbh-gallery__thumbs .sbh-thumb { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; }
.sbh-thumb { padding: 0; border: 0; border-radius: 6px; overflow: hidden; background: none; cursor: pointer; outline-offset: 3px; opacity: .85; transition: opacity .2s; }
.sbh-thumb:hover, .sbh-thumb.is-active { opacity: 1; }
.sbh-thumb.is-active { outline: 2px solid var(--sbh-blue); outline-offset: -2px; }
.sbh-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.sbh-panel { background: #fff; border: 1px solid var(--sbh-line); border-radius: var(--sbh-radius); padding: 36px 40px; }
.sbh .sbh-panel__title { font-size: 26px; line-height: 1.25; margin-bottom: 22px; }
.sbh-panel__text { font-size: 16px; line-height: 1.7; }
.sbh-panel__text p + p { margin-top: 1em; }
.sbh-dl { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; margin: 0; font-size: 15px; line-height: 1.2; }
.sbh-dl__row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--sbh-line); }
.sbh-dl__row--wide { grid-column: 1 / -1; }
.sbh-dl dt { font-weight: 500; color: var(--sbh-muted); margin: 0; }
.sbh-dl dd { font-weight: 600; color: var(--sbh-navy); text-align: right; margin: 0; }
.sbh-pager { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; }
.sbh-pager__link { display: inline-flex; align-items: center; gap: 10px; font: 700 13px/1.2 var(--sbh-sans); letter-spacing: .1em; text-transform: uppercase; color: var(--sbh-blue) !important; }
.sbh-pager__link:hover { color: var(--sbh-navy) !important; }

/* Contact card */
.sbh-contact { position: sticky; top: 24px; background: #fff; border: 1px solid var(--sbh-line); border-radius: var(--sbh-radius); box-shadow: var(--sbh-shadow); overflow: hidden; }
.admin-bar .sbh-contact { top: 56px; }
.sbh-contact__head { background: var(--sbh-navy); padding: 28px 32px; display: flex; flex-direction: column; gap: 6px; }
.sbh .sbh-contact__title { color: #fff; font-size: 24px; line-height: 1.25; }
.sbh-contact__phone { display: inline-flex; align-items: center; gap: 8px; font: 600 15px/1.2 var(--sbh-sans); color: var(--sbh-sky-2) !important; }
.sbh-contact__phone:hover { color: #fff !important; }
.sbh-contact__body { padding: 28px 32px 32px; }
.sbh-contact__intro { font-size: 14px; line-height: 1.6; color: var(--sbh-muted); margin-bottom: 16px !important; }
.sbh-contact__intro .req { color: #c0392b; }
.sbh-form-placeholder { border: 2px dashed var(--sbh-line); border-radius: 6px; padding: 24px; text-align: center; font-size: 14px; color: var(--sbh-muted); }

.sbh-contact__body label, .sbh-contact__body .frm_primary_label, .sbh-contact__body .gfield_label, .sbh-contact__body .wpforms-field-label { font: 700 12px/1.2 var(--sbh-sans) !important; letter-spacing: .1em; text-transform: uppercase; color: var(--sbh-navy) !important; }
.sbh-contact__body .frm_required, .sbh-contact__body .gfield_required, .sbh-contact__body .wpforms-required-label { color: #c0392b !important; }
.sbh-contact__body input[type="text"], .sbh-contact__body input[type="email"], .sbh-contact__body input[type="tel"], .sbh-contact__body input[type="number"], .sbh-contact__body select, .sbh-contact__body textarea { width: 100%; min-height: 46px; padding: 11px 14px !important; border: 1px solid var(--sbh-line) !important; border-radius: 6px !important; background: #fff !important; box-shadow: none !important; font: 400 14px/1.6 var(--sbh-sans) !important; color: var(--sbh-ink) !important; }
.sbh-contact__body textarea { min-height: 120px; }
.sbh-contact__body input:focus, .sbh-contact__body select:focus, .sbh-contact__body textarea:focus { outline: 2px solid var(--sbh-blue); outline-offset: 1px; border-color: var(--sbh-blue) !important; }
.sbh-contact__body ::placeholder { color: #9a9391; }
.sbh-contact__body button[type="submit"], .sbh-contact__body input[type="submit"], .sbh-contact__body .frm_button_submit, .sbh-contact__body .gform_button, .sbh-contact__body .wpforms-submit { width: 100% !important; padding: 16px 28px !important; border: 2px solid var(--sbh-navy) !important; border-radius: 6px !important; background: var(--sbh-navy) !important; color: #fff !important; font: 700 13px/1.2 var(--sbh-sans) !important; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; box-shadow: none !important; }
.sbh-contact__body button[type="submit"]:hover, .sbh-contact__body input[type="submit"]:hover, .sbh-contact__body .frm_button_submit:hover, .sbh-contact__body .gform_button:hover, .sbh-contact__body .wpforms-submit:hover { background: var(--sbh-blue) !important; border-color: var(--sbh-blue) !important; }

.sbh-noimg { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-height: 180px; background: linear-gradient(135deg, var(--sbh-sky) 0%, var(--sbh-sky-2) 100%); color: var(--sbh-blue); font: 600 12px/1.2 var(--sbh-sans); letter-spacing: .1em; text-transform: uppercase; }
.sbh-notice { padding: 16px; border: 2px dashed var(--sbh-orange); border-radius: 6px; font: 600 14px/1.4 var(--sbh-sans); color: var(--sbh-ink); background: #fff8ee; }

@media (max-width: 1024px) {
	.sbh-section, .sbh-cta { padding: 72px 0; }
	.sbh-h1 { font-size: 44px; }
	.sbh-h2 { font-size: 36px; }
	.sbh-hero__photo { height: 420px; }
	.sbh-hero__card { margin: -100px 20px 0; padding: 44px 40px 48px; }
	.sbh-facts__grid { grid-template-columns: 1fr 1fr; }
	.sbh-fact:nth-child(3) { border-left: 0; }
	.sbh-fact:nth-child(n+3) { border-top: 1px solid var(--sbh-line); }
	.sbh-split { grid-template-columns: 1fr 1fr; gap: 48px; }
	.sbh-cards { grid-template-columns: 1fr 1fr; gap: 24px; }
	.sbh-gallery4 { grid-template-columns: 1fr 1fr; }
	.sbh-gallery4 img, .sbh-gallery4 .sbh-noimg { height: 320px; }
	.sbh-find { grid-template-columns: 1fr 1fr; }
	.sbh-find__info { padding: 40px; }
	.sbh-detail__grid { grid-template-columns: 1fr; }
	.sbh-contact { position: static; max-width: 560px; }
	.sbh-titlerow .sbh-h1 { font-size: 40px; }
}

@media (max-width: 768px) {
	.sbh-section, .sbh-cta { padding: 56px 0; }
	.sbh-head { margin-bottom: 36px; }
	.sbh-h1, .sbh-titlerow .sbh-h1 { font-size: 34px; }
	.sbh-h2 { font-size: 30px; }
	.sbh-lead, .sbh-sub { font-size: 16px; }
	.sbh-hero__photo { height: 300px; }
	.sbh-hero__card { margin: 0; border-radius: 0; box-shadow: none; padding: 36px 20px 8px; }
	.sbh-badge { font-size: 10px; letter-spacing: .1em; text-align: left; }
	.sbh-actions { flex-direction: column; width: 100%; }
	.sbh-actions .sbh-btn { width: 100%; }
	.sbh-facts { padding-top: 40px; }
	.sbh-fact { padding: 24px 20px; }
	.sbh-fact__value { font-size: 28px; }
	.sbh-fact__value--sm { font-size: 22px; }
	.sbh-split { grid-template-columns: 1fr; gap: 32px; }
	.sbh-checks { grid-template-columns: 1fr; }
	.sbh-cards { grid-template-columns: 1fr; }
	.sbh-gallery4 { grid-template-columns: 1fr 1fr; gap: 12px; }
	.sbh-gallery4 img, .sbh-gallery4 .sbh-noimg { height: 220px; }
	.sbh-find { grid-template-columns: 1fr; }
	.sbh-find__map, .sbh-find__map iframe { min-height: 280px; }
	.sbh-find__info { padding: 32px 24px; }
	.sbh-pagehead { padding: 28px 0 24px; }
	.sbh-titlerow { flex-direction: column; align-items: flex-start; }
	.sbh-ids { text-align: left; flex-direction: row; gap: 16px; }
	.sbh-price { font-size: 26px; }
	.sbh-gallery__thumbs { gap: 8px; }
	.sbh-panel { padding: 28px 20px; }
	.sbh-dl { grid-template-columns: 1fr; }
	.sbh-contact__head, .sbh-contact__body { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 480px) {
	.sbh-facts__grid { grid-template-columns: 1fr; }
	.sbh-fact + .sbh-fact { border-left: 0; border-top: 1px solid var(--sbh-line); }
	.sbh-pager { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	.sbh-card, .sbh-btn, .sbh-thumb { transition: none; }
	.sbh-card:hover { transform: none; }
}

.sbh-contact__body .wpforms-container { --wpforms-button-size-height: 52px; --wpforms-button-size-padding-h: 28px; --wpforms-button-size-font-size: 13px; }
.sbh-contact__body .wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit,
.sbh-contact__body .wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit { display: block !important; width: 100% !important; height: auto !important; min-height: 52px !important; margin: 0 !important; padding: 16px 28px !important; line-height: 1.2 !important; box-sizing: border-box !important; }
