:root{--brand:#004c8c;--brand-dark:#004c8c;--ink:#17171c;--muted:#6f7280;--line:#e7e7ec;--soft:#f6f6f8;--card:#fff;--success:#118a55;--warning:#9b6500;--shadow:0 10px 35px rgba(25,25,35,.08);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fafafa;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{background:#fff;border-bottom:1px solid var(--line)}.topbar{min-height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,var(--brand),#2f80c7);color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,76,140,.25)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.icon-link{display:flex;align-items:center;gap:7px;font-weight:600;font-size:14px}.btn{border:0;border-radius:11px;min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:600 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-dark{background:var(--ink);color:#fff;border-radius:0}.btn-light{background:#fff;border:1px solid var(--line)}.btn-block{width:100%}.badge{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;border-radius:8px;font-weight:700;font-size:11px;box-shadow:0 4px 15px rgba(0,0,0,.12)}.badge-featured{background:#fff1bf;color:#715500}.listing-body{padding:16px}.page-hero{background:#fff;border-bottom:1px solid var(--line);padding:36px 0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;margin-bottom:14px}.page-hero h1{margin:0;font-size:36px;letter-spacing:-.03em}.page-hero p{color:var(--muted);margin:10px 0 0}.content-layout{display:grid;grid-template-columns:280px 1fr;gap:26px;padding:34px 0 60px}.form-control{width:100%;min-height:44px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font:inherit;background:#fff}.form-control:focus{outline:2px solid #c7e1f5;border-color:var(--brand)}textarea.form-control{min-height:150px;resize:vertical}.list-view{display:grid;gap:15px}.list-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:grid;grid-template-columns:230px 1fr;gap:18px}.list-card-image{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:#eee;position:relative}.list-card-image img{width:100%;height:100%;object-fit:cover}.list-card-content{padding:4px 6px 4px 0;display:flex;flex-direction:column}.list-card-content h5{font-size:19px;margin:6px 0 9px}.list-card-content p{font-size:14px;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-card-bottom{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:10px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}.pagination a,.pagination span{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center}.pagination a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.alert{padding:13px 16px;border-radius:11px;margin:16px 0;font-weight:600;font-size:14px}.alert-success{background:#e9f8f0;color:#087144}.alert-warning{background:#fff6da;color:#765500}.alert-error{background:#ffe9ee;color:#a30f35}.empty-state{background:#fff;border:1px dashed #d3d3da;border-radius:var(--radius);padding:45px 20px;text-align:center;color:var(--muted)}.footer-grid a:not(.brand){display:block;color:#aaaab4;font-size:14px;margin:9px 0}@media(max-width:980px){.topbar{flex-wrap:wrap;padding:14px 0}.content-layout{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar{gap:12px}.brand{font-size:18px}.brand-mark{width:32px;height:32px}.header-actions{margin-left:auto}.icon-link span,.header-actions .btn .icon{display:none}.header-actions .btn{padding:0 12px}.listing-body{padding:12px}.list-card{grid-template-columns:120px 1fr;gap:12px;padding:10px}.list-card-content h5{font-size:15px;margin:3px 0 6px}.list-card-content p{display:none}.list-card-bottom{display:block}.list-card-bottom .listing-price{margin-top:7px}.page-hero h1{font-size:29px}}@media(max-width:640px){.admin-actions .btn{flex:1}}@media(max-width:640px){.header-search .btn-dark{min-height:44px}}.content-layout.no-sidebar{grid-template-columns:minmax(0,1fr)}.site-header .topbar{min-height:64px}.location-title-bar{padding:18px 0 16px}.location-title-bar .breadcrumbs{margin-bottom:6px;line-height:1.35}.location-title-bar h1{line-height:1.18}.location-title-bar+.section{padding:24px 0}.location-title-bar+.section .section-head{margin-bottom:14px}.location-title-bar+.section+.content-layout,.location-title-bar+.content-layout{padding-top:18px}@media(max-width:980px){.site-header .topbar{min-height:58px;padding:9px 0}}@media(max-width:640px){.location-title-bar{padding:13px 0 12px}.location-title-bar .breadcrumbs{margin-bottom:4px;font-size:12px}.location-title-bar h1{font-size:25px;line-height:1.2}.location-title-bar+.section{padding:18px 0}.location-title-bar+.section .section-head{margin-bottom:10px}.location-title-bar+.section+.content-layout,.location-title-bar+.content-layout{padding-top:12px}}.location-title-bar h1{font-size:18px;line-height:1.35;text-align:center;letter-spacing:0}@media(max-width:640px){.location-title-bar h1{font-size:18px;line-height:1.35;text-align:center}}.card-image-slider .badge{z-index:4}.list-card-content{padding:0 6px 4px 0}.list-card-content h5{margin:0 0 5px}.card-location{display:flex;align-items:flex-start;gap:5px;color:var(--muted);font-size:12px;line-height:1.35;margin:0 0 7px}.card-location .icon{width:16px;height:16px;flex:0 0 16px;margin-top:1px}.card-location span{min-width:0}@media(max-width:640px){.list-card-content{padding-top:0}.list-card-content h5{margin-top:0}.card-location{font-size:11px;margin-bottom:5px}.card-location .icon{width:14px;height:14px;flex-basis:14px}}.card-location-parts{display:flex;flex-wrap:wrap;align-items:center;column-gap:10px;row-gap:4px}.card-location-part{display:inline-flex;align-items:center;gap:3px;min-width:0}.card-location-part .icon{margin-top:0}.card-location-part>span:last-child{min-width:0}@media(max-width:640px){.card-location-parts{column-gap:7px;row-gap:3px}.card-location-part{gap:2px}}@media(max-width:640px){.post-detail-location .card-location-part{font-size:12px}}@media(max-width:640px){.content-layout.no-sidebar .list-card{grid-template-columns:42% minmax(0,1fr);align-items:stretch;gap:10px;padding:9px}.content-layout.no-sidebar .list-card-image{width:100%;height:100%;min-height:170px;aspect-ratio:auto;align-self:stretch}.content-layout.no-sidebar .list-card-content{min-width:0;padding:0;justify-content:flex-start}.content-layout.no-sidebar .list-card-content h5{margin:0 0 5px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.content-layout.no-sidebar .list-card-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;margin:0;font-size:12px;line-height:1.45;color:var(--muted)}.content-layout.no-sidebar .card-location{margin-bottom:5px}.content-layout.no-sidebar .list-card-bottom{margin-top:auto}}@media(min-width:641px){.content-layout.no-sidebar .list-card-content h5{display:block;max-width:100%;min-width:0;min-height:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:unset;-webkit-box-orient:initial}}.location-title-bar h1{font-size:18px;line-height:1.35;text-align:center;letter-spacing:0}@media(min-width:641px){.content-layout.no-sidebar .list-card-content h5{font-size:16px;line-height:1.35;margin:0 0 6px}.content-layout.no-sidebar .list-card-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;font-size:14px;line-height:1.45;margin:0}}.card-age .icon{width:15px;height:15px;flex-basis:15px}.post-fact>.icon{color:var(--brand);margin-top:2px}@media(max-width:640px){.content-layout.no-sidebar .card-age{font-size:11px;margin-bottom:4px}}.list-card-content .card-age,.listing-body .card-age{display:flex!important;align-items:center;width:max-content;max-width:100%;color:var(--ink);font-size:12px;line-height:1.3;font-weight:800;margin:0 0 6px;opacity:1;visibility:visible}.list-card-content .card-age .icon,.listing-body .card-age .icon{color:var(--brand);width:15px;height:15px;flex:0 0 15px}@media(min-width:641px){.content-layout.no-sidebar .list-card-content .card-age{display:flex!important;font-size:12px;margin:0 0 6px}}.card-location-age-row{min-width:0;margin:0 0 7px}.card-location-age-row .card-location{color:#20242f;font-weight:750}.card-location-age-row .card-age .icon{color:#7c3aed!important}.card-location-age-row .card-location-part:nth-child(1) .icon{color:#f05a28}.card-location-age-row .card-location-part:nth-child(2) .icon{color:#1683ff}.card-location-age-row .card-location-part:nth-child(3) .icon{color:#10a861}.list-card .listing-price{display:inline-flex;align-items:center;width:max-content;max-width:100%;color:#087443;background:#eafaf2;border:1px solid #b9ebd0;border-radius:999px;padding:4px 10px;line-height:1.2;box-shadow:0 3px 10px rgba(8,116,67,.08)}@media(min-width:641px){.card-location-age-row{display:flex;align-items:center;gap:12px;width:100%;white-space:nowrap;overflow:hidden}.card-location-age-row .card-age{display:inline-flex!important;flex:0 0 auto;margin:0!important}.card-location-age-row .card-location{display:flex;flex:1 1 auto;flex-wrap:nowrap;min-width:0;overflow:hidden;margin:0!important;color:#20242f;font-weight:750}.card-location-age-row .card-location-part{flex:0 0 auto}.card-location-age-row .card-location-part>span:last-child{white-space:nowrap}.list-card-bottom .listing-price{margin-left:auto}}@media(max-width:640px){.card-location-age-row .card-age{margin-bottom:4px!important}.card-location-age-row .card-location{margin-bottom:0}}.post-fact-whatsapp>.icon{color:#16a34a}.post-fact-telegram>.icon{color:#229ed9}.card-extra .icon{width:15px;height:15px;flex:0 0 15px}.card-service-location .icon{color:#e8790c}.card-payment-method .icon{color:#0f9f6e}@media (min-width:769px){.card-location-age-row .card-extra{display:inline-flex}.card-location-age-row{gap:9px}.card-location-age-row .card-extra>span:last-child{display:inline-block;max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.card-model-size .icon{color:#ec4899}.card-model-nationality .icon{color:#0ea5e9}.travel-choice-grid .choice-card .icon{width:18px;height:18px;color:#7c3aed}.card-travel-mode .icon{color:#7c3aed}.post-fact-travel>.icon{color:#7c3aed}.dashboard-nav .icon{width:17px;height:17px}.btn-small{min-height:34px;padding:7px 10px;border-radius:8px;font-size:12px}.btn-small .icon{width:14px;height:14px}.btn-danger{background:#b91c3c;color:#fff;border-color:#b91c3c}.btn-danger:hover{background:#951532;color:#fff}@media(max-width:640px){.form-submit-row .btn{justify-content:center}}.card-info-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:7px;min-width:0}.card-location-info-row{margin:0 0 9px}.card-info-chip{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;min-width:0;min-height:30px;max-width:100%;padding:5px 8px;border:1px solid #e4e8ee;border-radius:999px;background:#f8f9fb;color:#252a34;font-size:12px;font-weight:750;line-height:1;text-align:center;box-shadow:0 2px 7px rgba(26,31,44,.035)}.card-info-chip .icon{position:static;transform:none;width:15px;height:15px;flex:0 0 15px}.card-info-chip>span:last-child{position:static;transform:none;display:block;width:auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.card-location-chip{color:#1f2630;background:#f4f7fb;border-color:#dce4ef}.card-location-chip .icon{color:#1683ff}.card-age-chip .icon{color:#7c3aed}.card-nationality-chip .icon{color:#0ea5e9}.card-travel-chip .icon{color:#7c3aed}.card-service-chip .icon{color:#e8790c}.card-price-chip .icon{color:#0f9f6e}.card-size-chip .icon{color:#ec4899}.card-payment-chip .icon{color:#0f9f6e}.list-card-bottom{display:block;margin-top:auto}.listing-card .listing-body{text-align:center}.listing-card .card-info-row{justify-items:center}@media(min-width:769px){.list-card{grid-template-columns:250px minmax(0,1fr);gap:20px;padding:15px}.list-card-content h5{margin-top:2px}.list-card .card-info-chip{font-size:11px}.listing-card .card-info-row{gap:4px}.listing-card .card-info-chip{min-height:27px;padding:4px 5px;gap:3px;font-size:10px}.listing-card .card-info-chip .icon{width:12px;height:12px;flex-basis:12px}}@media(max-width:768px){.card-location-info-row{grid-template-columns:minmax(0,1fr);gap:0;margin-bottom:7px}.card-location-info-row .card-age-chip{display:none!important}.card-info-chip{min-height:30px;padding:5px 8px;font-size:11px;gap:4px}.card-info-chip .icon{width:13px;height:13px;flex-basis:13px}.card-location-chip{width:100%;min-height:36px;padding:7px 10px}.card-location-chip>span:last-child{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25;overflow-wrap:anywhere}}@media(max-width:420px){.card-info-chip{font-size:10.5px;padding-inline:6px}.card-location-chip{padding-inline:8px}}.card-info-chip,.card-location-chip{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-height:24px;padding:2px 4px}.card-info-chip{line-height:1.3}@media(max-width:768px){.card-info-chip{min-height:28px;padding:3px 4px;line-height:1.3}.card-location-chip{min-height:30px;padding:3px 2px}}.card-location-parts{display:flex!important;align-items:center;justify-content:center;gap:7px;width:100%!important;min-width:0;overflow:hidden;text-align:center}.card-location-part{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;max-width:100%;white-space:nowrap}.card-location-part>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-location-part:nth-child(1)>.icon{color:#0ea5e9}.card-location-part:nth-child(2)>.icon{color:#1683ff}.card-location-part:nth-child(3)>.icon{color:#7c3aed}.card-info-chip{min-height:32px!important;padding:4px 5px!important;gap:6px!important;font-size:13px!important;line-height:1.35!important}.card-info-chip .icon{width:17px!important;height:17px!important;flex:0 0 17px!important}.listing-card .card-info-chip,.list-card .card-info-chip{font-size:12.5px!important}.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:16px!important;height:16px!important;flex-basis:16px!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:36px!important;padding:6px 5px!important;font-size:13px!important;line-height:1.4!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:17px!important;height:17px!important;flex-basis:17px!important}.card-location-chip{min-height:42px!important;padding:7px 4px!important}.card-location-parts{flex-wrap:wrap;gap:5px 10px;overflow:visible}.card-location-part,.card-location-part>span:last-child{overflow:visible;text-overflow:clip;white-space:normal}}@media(max-width:420px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{font-size:12.5px!important;padding-inline:4px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:16px!important;height:16px!important;flex-basis:16px!important}}.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:36px!important;padding:6px 5px!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important;color:#20242f!important}.card-info-chip>span:last-child,.card-location-part>span:last-child{font-size:inherit!important;font-weight:700!important;color:#20242f!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:18px!important;height:18px!important;flex:0 0 18px!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:38px!important;padding:6px 5px!important;font-size:14px!important;font-weight:700!important;color:#20242f!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:18px!important;height:18px!important;flex-basis:18px!important}}.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip,.card-info-chip>span:last-child,.card-location-part>span:last-child{font-size:14px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon,.card-location-part .icon{width:14px!important;height:14px!important;flex:0 0 14px!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip,.card-info-chip>span:last-child,.card-location-part>span:last-child{font-size:14px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon,.card-location-part .icon{width:14px!important;height:14px!important;flex:0 0 14px!important}}html body .listing-card .card-info-chip,html body .list-card .card-info-chip,html body .listing-card .card-info-chip>span,html body .list-card .card-info-chip>span,html body .listing-card .card-location-part>span:last-child,html body .list-card .card-location-part>span:last-child{font-size:14px!important;font-weight:700!important;line-height:1.35!important;color:#20242f!important}html body .listing-card .card-info-chip .icon,html body .list-card .card-info-chip .icon,html body .listing-card .card-location-part .icon,html body .list-card .card-location-part .icon{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;flex:0 0 14px!important;font-size:14px!important}html body .listing-card .card-info-chip .icon svg,html body .list-card .card-info-chip .icon svg,html body .listing-card .card-location-part .icon svg,html body .list-card .card-location-part .icon svg{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important}@media(max-width:768px){html body .listing-card .card-info-chip,html body .list-card .card-info-chip,html body .listing-card .card-info-chip>span,html body .list-card .card-info-chip>span,html body .listing-card .card-location-part>span:last-child,html body .list-card .card-location-part>span:last-child{font-size:14px!important;font-weight:700!important;color:#20242f!important}html body .listing-card .card-info-chip .icon,html body .list-card .card-info-chip .icon,html body .listing-card .card-location-part .icon,html body .list-card .card-location-part .icon,html body .listing-card .card-info-chip .icon svg,html body .list-card .card-info-chip .icon svg,html body .listing-card .card-location-part .icon svg,html body .list-card .card-location-part .icon svg{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;flex-basis:14px!important}}@media(max-width:768px){html body .listing-card .card-price-info-row,html body .list-card .card-price-info-row{grid-template-columns:minmax(68px,.72fr) minmax(0,1.28fr)!important;align-items:stretch!important;column-gap:6px!important}html body .listing-card .card-age-mobile-chip,html body .list-card .card-age-mobile-chip{min-width:0!important;width:100%!important;min-height:40px!important;height:auto!important;padding:7px 2px!important;overflow:visible!important;line-height:1.5!important}html body .listing-card .card-age-mobile-chip>span:last-child,html body .list-card .card-age-mobile-chip>span:last-child{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1.5!important}html body .listing-card .card-size-chip,html body .list-card .card-size-chip{min-width:0!important;width:100%!important;max-width:100%!important;min-height:40px!important;height:auto!important;padding:6px 2px!important;overflow:visible!important;align-items:center!important}html body .listing-card .card-size-chip>span:last-child,html body .list-card .card-size-chip>span:last-child{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.35!important;text-align:center!important}}@media(max-width:420px){html body .listing-card .card-price-info-row,html body .list-card .card-price-info-row{grid-template-columns:68px minmax(0,1fr)!important;column-gap:4px!important}}.list-card[data-card-url]{cursor:pointer}.list-card[data-card-url]:focus-visible{outline:3px solid #c7e1f5;outline-offset:3px}.card-location-link{position:relative;z-index:6;color:#20242f!important;text-decoration:none!important;cursor:pointer}.card-location-link:hover,.card-location-link:focus-visible{color:var(--brand)!important;text-decoration:underline!important;text-underline-offset:3px}.card-location-link:focus-visible{outline:2px solid #c7e1f5;outline-offset:2px;border-radius:4px}@media(max-width:768px){html body .listing-card .card-size-chip,html body .list-card .card-size-chip{justify-content:center!important;gap:4px!important}html body .listing-card .card-size-chip>.icon,html body .list-card .card-size-chip>.icon{margin:0!important}html body .listing-card .card-size-chip>span:last-child,html body .list-card .card-size-chip>span:last-child{display:inline-block!important;width:auto!important;max-width:calc(100% - 18px)!important;flex:0 1 auto!important;text-align:left!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important}}.post-fact>.icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;margin:0;padding:9px;border:1px solid currentColor;border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(24,24,35,.08)}.post-fact>.icon svg{width:100%;height:100%;stroke-width:1.9}@media(max-width:640px){.post-fact>.icon{width:32px;height:32px;flex-basis:32px;padding:7px;border-radius:10px}}.pagination{flex-wrap:wrap;align-items:center}.pagination .pagination-arrow{font-size:24px;font-weight:800;line-height:1}.location-footer-button .icon{width:15px;height:15px;flex-basis:15px;color:var(--brand)}.homepage-city-quick-form .btn{min-height:44px;white-space:nowrap}@media(max-width:640px){.homepage-city-quick-form .btn{width:100%}}.similar-post-grid .similar-post-body{display:flex;flex:1;flex-direction:column;padding:15px;text-align:left}@media(max-width:640px){.similar-post-grid .similar-post-body{padding:13px}}body.age-gate-open{overflow:hidden}.age-gate[hidden]{display:none!important}.age-gate{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:rgba(10,10,14,.84);backdrop-filter:blur(7px)}.age-gate-card{width:min(430px,100%);background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.25);border-radius:22px;box-shadow:0 28px 80px rgba(0,0,0,.35);padding:30px;text-align:center}.age-gate-badge{width:72px;height:72px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--brand),#2f80c7);color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 28px rgba(255,61,116,.28)}.age-gate-card h2{margin:0 0 8px;font-size:24px;line-height:1.25}.age-gate-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.age-gate-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}@media(max-width:640px){.age-gate-card{padding:24px 20px;border-radius:18px}.age-gate-badge{width:64px;height:64px;font-size:22px}.age-gate-card h2{font-size:21px}.age-gate-actions{grid-template-columns:1fr}}.brand-logo{width:36px;height:36px;flex:0 0 36px;object-fit:contain;border-radius:10px;background:#fff;border:1px solid var(--line);padding:2px}@media(max-width:700px){.brand-logo{width:32px;height:32px;flex-basis:32px;border-radius:9px}}@media(max-width:640px){.bulk-action-bar .btn{width:100%}}.content-layout.no-sidebar .list-card-image{overflow:hidden;background:#ececf0}.content-layout.no-sidebar .list-card-image img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important}.content-layout.no-sidebar .list-card:hover .list-card-image img{transform:none!important}@media(max-width:640px){.similar-post-grid .similar-post-body{order:2;width:100%;min-width:0}}.post-location-button.is-current .icon{color:#fff}.state-contact-fixed{position:fixed;left:0;right:0;bottom:0;z-index:1350;display:grid;width:100%;min-height:58px;grid-template-columns:repeat(var(--state-contact-columns,1),minmax(0,1fr));background:#111218;box-shadow:0 -7px 24px rgba(0,0,0,.24);padding-bottom:env(safe-area-inset-bottom)}.state-contact-fixed.state-contact-count-1{--state-contact-columns:1}.state-contact-fixed.state-contact-count-2{--state-contact-columns:2}.state-contact-fixed.state-contact-count-3{--state-contact-columns:3}.state-contact-fixed-button{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 14px;color:#fff;border-right:1px solid rgba(255,255,255,.22);font-size:15px;font-weight:850;text-align:center}.state-contact-fixed-button:last-child{border-right:0}.state-contact-fixed-button .icon{width:22px;height:22px;flex:0 0 22px}.state-contact-fixed-button .icon svg{width:100%;height:100%}.state-contact-fixed-button.state-contact-phone{background:#08776b}.state-contact-fixed-button.state-contact-whatsapp{background:#18a84f}.state-contact-fixed-button.state-contact-telegram{background:#178dcc}.state-contact-fixed-button:hover,.state-contact-fixed-button:focus-visible{color:#fff;filter:brightness(1.08)}body.has-state-contact-bar{padding-bottom:calc(58px+env(safe-area-inset-bottom))}body.has-state-contact-bar .age-gate{z-index:1600}.state-contact-shortcode-button .icon{width:19px;height:19px}@media(max-width:640px){.state-contact-fixed{min-height:54px}.state-contact-fixed-button{min-height:54px;padding:8px 6px;gap:6px;font-size:12px}.state-contact-fixed-button .icon{width:20px;height:20px;flex-basis:20px}body.has-state-contact-bar{padding-bottom:calc(54px+env(safe-area-inset-bottom))}}body.has-state-contact-bar .post-floating-contacts{display:none!important}@media(max-width:680px){.manager-user-item .btn{width:100%}}.state-contact-fixed{min-height:60px;background:#000;box-shadow:0 -1px 0 rgba(255,255,255,.06),0 -8px 24px rgba(0,0,0,.24)}.state-contact-fixed-button{min-height:60px;padding:10px 14px;gap:10px;border-right:0;color:#c9c9c9;font-size:18px;font-weight:800;letter-spacing:.01em}.state-contact-fixed-button .icon{width:24px;height:24px;flex-basis:24px;color:#c1c4c5}.state-contact-fixed-button.state-contact-phone{background:#7b0034}.state-contact-fixed-button.state-contact-whatsapp{background:#054219}.state-contact-fixed-button.state-contact-telegram{background:#053e5d}.state-contact-fixed-button:hover,.state-contact-fixed-button:focus-visible{color:#fff;filter:brightness(1.1)}body.has-state-contact-bar{padding-bottom:calc(60px+env(safe-area-inset-bottom))}.city-bulk-edit-table .form-control{min-width:150px}.city-bulk-edit-table td:first-child .form-control{min-width:190px}@media(max-width:640px){.state-contact-fixed{min-height:58px}.state-contact-fixed-button{min-height:58px;padding:8px 5px;gap:6px;font-size:14px}.state-contact-fixed-button .icon{width:21px;height:21px;flex-basis:21px}body.has-state-contact-bar{padding-bottom:calc(58px+env(safe-area-inset-bottom))}}.location-finder-strip{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--line);padding:12px 0}.location-finder-after-title{border-top:1px solid var(--line)}.location-finder-box{display:grid;grid-template-columns:minmax(190px,.85fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:10px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.location-finder-heading{align-self:center;min-width:0}.location-finder-heading strong{display:block;font-size:15px;line-height:1.25;color:var(--text)}.location-finder-heading span{display:block;margin-top:3px;font-size:11px;line-height:1.35;color:var(--muted)}.location-finder-field{display:block;min-width:0}.location-finder-field>span{display:block;margin:0 0 5px;font-size:11px;font-weight:800;color:var(--muted)}.location-finder-field .form-control{width:100%;min-height:42px;margin:0;background:#fff}.location-finder-submit{min-height:42px;white-space:nowrap;padding-inline:22px}.location-finder-box.is-loading [data-location-finder-city]{opacity:.7}@media(max-width:900px){.location-finder-box{grid-template-columns:1fr 1fr auto}.location-finder-heading{grid-column:1/-1}}@media(max-width:640px){.location-finder-strip{padding:8px 0}.location-finder-box{grid-template-columns:1fr 1fr;padding:9px;gap:8px;border-radius:12px}.location-finder-heading{grid-column:1/-1}.location-finder-heading span{display:none}.location-finder-field .form-control{min-height:40px;padding-left:9px;padding-right:28px;font-size:13px}.location-finder-submit{grid-column:1/-1;min-height:40px;width:100%}}.content-layout.no-sidebar .list-card-image{aspect-ratio:4/5;height:auto!important;align-self:start}.content-layout.no-sidebar .list-card-image img{aspect-ratio:4/5;object-fit:cover!important}.brand-logo{aspect-ratio:1/1}@media(max-width:640px){.content-layout.no-sidebar .list-card-image{aspect-ratio:4/5!important;height:auto!important;min-height:0!important;align-self:start!important}}@media(max-width:640px){html body .content-layout.no-sidebar .list-card .card-info-row,html body .content-layout.no-sidebar .list-card .list-card-bottom,html body .content-layout.no-sidebar .list-card .badge{display:none!important}html body .content-layout.no-sidebar .list-card-content p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0!important;font-size:12px!important;line-height:1.4!important;color:var(--muted)!important}html body .content-layout.no-sidebar .list-card-content{justify-content:flex-start!important}}html body .content-layout.no-sidebar .list-view{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}html body .content-layout.no-sidebar .list-card{display:flex!important;flex-direction:column!important;min-width:0!important;padding:0!important;gap:0!important;overflow:hidden!important;background:#fff!important}html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important;border-radius:0!important;overflow:hidden!important;margin:0!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}html body .content-layout.no-sidebar .list-card-content{display:block!important;min-width:0!important;padding:12px 13px 14px!important}html body .content-layout.no-sidebar .list-card-content h5{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;overflow:hidden!important;text-overflow:clip!important;min-height:0!important;margin:0 0 7px!important;font-size:16px!important;line-height:1.35!important}html body .content-layout.no-sidebar .list-card-content p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:5!important;overflow:hidden!important;margin:0!important;font-size:13px!important;line-height:1.5!important;color:var(--muted)!important}html body .content-layout.no-sidebar .list-card .card-info-row,html body .content-layout.no-sidebar .list-card .list-card-bottom,html body .content-layout.no-sidebar .list-card .badge{display:none!important}@media(max-width:980px){html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){html body .content-layout.no-sidebar .list-view{grid-template-columns:1fr!important;gap:12px!important}html body .content-layout.no-sidebar .list-card{display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;align-items:start!important}html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important}html body .content-layout.no-sidebar .list-card-content{padding:9px 10px!important}html body .content-layout.no-sidebar .list-card-content h5{margin:0 0 5px!important;font-size:15px!important;line-height:1.35!important;-webkit-line-clamp:2!important}html body .content-layout.no-sidebar .list-card-content p{-webkit-line-clamp:9!important;font-size:12px!important;line-height:1.4!important}}@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:4/3!important;height:auto!important;min-height:0!important}html body .content-layout.no-sidebar .list-card-content h5{text-align:center!important}}
@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:4/3!important;background:#fff!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}}
@media(max-width:640px){html body .location-finder-strip+.content-layout.no-sidebar{padding-top:8px!important;padding-bottom:24px!important}html body .content-layout.no-sidebar .city-dynamic-content{margin-top:10px!important}html body .content-layout.no-sidebar .pagination{margin-top:12px!important;margin-bottom:0!important}html body .content-layout.no-sidebar .pagination+.city-dynamic-content{margin-top:10px!important}}

/*v63-location-stability*/
.dynamic-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;line-height:1.75;overflow-wrap:anywhere}.city-dynamic-content{margin-top:28px}.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{margin:14px 0 5px!important;color:#17171c!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;padding:0!important;overflow:visible!important}.dynamic-content h1:first-child,.dynamic-content h2:first-child,.dynamic-content h3:first-child,.dynamic-content h4:first-child,.dynamic-content h5:first-child,.dynamic-content h6:first-child{margin-top:0!important}.dynamic-content p{margin:0 0 10px!important;color:#30323a!important;font-size:15px!important;font-weight:400!important;line-height:1.62!important}.dynamic-content ul,.dynamic-content ol{font-size:15px!important;line-height:1.62!important}.dynamic-content a{color:var(--brand);text-decoration:underline}.location-footer-links-section{padding:30px 0 38px;background:linear-gradient(180deg,#fafafa 0,#f3f4f7 100%);border-top:1px solid var(--line)}.location-footer-links-head{margin-bottom:16px}.location-footer-links-head h2{margin:0;color:#17171c;font-size:22px;line-height:1.25}.location-footer-links-head p{margin:5px 0 0;color:var(--muted);font-size:14px}.location-footer-links{display:flex;flex-wrap:wrap;gap:9px}.location-footer-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:1px solid #dedfe6;border-radius:11px;background:#fff;color:#292b33;font-size:14px;line-height:1.25;font-weight:750;box-shadow:0 3px 10px rgba(20,22,30,.04);transition:none!important;text-align:center}.location-footer-button .icon{width:15px;height:15px;flex-basis:15px;color:var(--brand)}.location-footer-button:hover{border-color:var(--brand);color:var(--brand-dark);transform:none!important;box-shadow:0 6px 16px rgba(20,22,30,.08)}.location-footer-button span{text-align:center}.post-location-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.post-location-state,.post-location-city{grid-column:auto}.post-location-button.is-current{background:var(--brand);border-color:var(--brand);color:#fff}.post-location-button.is-current .icon{color:#fff}.simple-footer{background:#17171c;color:#d6d6dd;padding:26px 0 18px}.simple-footer .footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 22px;text-align:center}.simple-footer .footer-links a{color:#f2f2f5;font-size:14px;font-weight:700;line-height:1.35;margin:0}.simple-footer .footer-links a:hover,.simple-footer .footer-links a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}.simple-footer .copyright{border-top:1px solid #303038;margin-top:20px;padding-top:16px;color:#a9a9b3;font-size:13px;text-align:center}@media(max-width:640px){.dynamic-content{padding:20px}.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{font-size:17px!important;line-height:1.25!important;margin:12px 0 4px!important}.dynamic-content p,.dynamic-content ul,.dynamic-content ol{font-size:15px!important;line-height:1.58!important}.dynamic-content p{margin-bottom:9px!important}.location-footer-links-section{padding:24px 0 28px}.location-footer-links-head h2{font-size:19px}.location-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.location-footer-button{width:100%;min-width:0;padding:8px 10px;font-size:13px}.location-footer-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-location-links{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer.simple-footer{padding:22px 0 16px}.simple-footer .footer-links{gap:10px 16px}.simple-footer .footer-links a{font-size:13px}.simple-footer .copyright{margin-top:17px;padding-top:14px;font-size:12px}}

.location-footer-button{transition:none!important}.location-footer-button:hover{transform:none!important}
/*v63-preserve-latest-card-layout*/
@media(max-width:640px){html body .content-layout.no-sidebar .list-card{align-items:start!important}html body .content-layout.no-sidebar .list-card-content{align-self:start!important;justify-self:stretch!important;height:auto!important;min-height:0!important;margin:0!important;padding:2px 9px 6px!important}html body .content-layout.no-sidebar .list-card-content h5{margin:0 0 1px!important}html body .content-layout.no-sidebar .list-card-content p{margin:0!important}}
@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important;height:auto!important;min-height:0!important;background:transparent!important;overflow:hidden!important}html body .content-layout.no-sidebar .list-card-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}html body .content-layout.no-sidebar .list-card-content h5{text-align:center!important}}
@media(min-width:1100px){html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}}
.btn-primary{background:#c2184b!important;color:#fff!important}.btn-primary:hover,.btn-primary:focus-visible{background:#004c8c!important;color:#fff!important}.dynamic-content a{color:#004c8c!important;text-decoration:underline!important;text-decoration-thickness:1.5px;text-underline-offset:2px}.breadcrumbs,.breadcrumbs span{color:#50535d!important}.breadcrumbs a{color:#3f424b!important;text-decoration:underline;text-underline-offset:2px}.location-footer-button.post-location-button.is-current{background:#b51645!important;border-color:#b51645!important;color:#fff!important;box-shadow:none!important}.location-footer-button.post-location-button.is-current .icon{color:#fff!important}.icon-link:focus-visible,.btn:focus-visible,.location-footer-button:focus-visible,.dynamic-content a:focus-visible,.breadcrumbs a:focus-visible{outline:3px solid #17171c!important;outline-offset:3px!important}
.dynamic-content,.dynamic-content p,.dynamic-content li,.dynamic-content span,.dynamic-content strong,.dynamic-content em,.dynamic-content blockquote{color:#30323a!important}.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{color:#17171c!important}.dynamic-content a{color:#004c8c!important}
html body .content-layout.no-sidebar .card-title-link,html body .content-layout.no-sidebar .list-card-content h5{min-width:0!important;max-width:100%!important}html body .content-layout.no-sidebar .list-card-content h5{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important;text-overflow:ellipsis!important}@media(min-width:1100px){html body .container.content-layout.no-sidebar{width:min(1240px,calc(100% - 24px))!important}html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}}@media(min-width:1100px){html body .container.content-layout.no-sidebar{width:min(1240px,calc(100% - 24px))!important}html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}html body .content-layout.no-sidebar .list-card-content{padding:10px 13px 14px!important}html body .content-layout.no-sidebar .list-card-content h5{margin:0 0 2px!important}}
@media(min-width:1100px){html body .content-layout.no-sidebar .list-card-content h5{font-size:15px!important;line-height:1.2!important}}p{color:#000!important}
/* ==========================================================
   GLOBAL HIGH-CONTRAST TEXT — MOBILE + TABLET + DESKTOP
   Light/muted foreground text on light surfaces is forced black.
   Inverse text inside dark/colored controls and the dark footer is preserved.
   ========================================================== */
:root{
  --ink:#000000!important;
  --muted:#000000!important;
  --text:#000000!important;
}
body{color:#000000!important}
.category-scroll a,
.hero p,
.section-head p,
.category-card p,
.listing-meta,
.list-card-content p,
.meta-row,
.detail-description,
.spec span,
.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a,
.empty-state,
.dashboard-card small,
.stat-card p,
.table-subtext,
.edit-title-row p,
.card-location,
.card-location-link,
.card-location-age-row .card-location,
.card-extra,
.location-finder-heading span,
.location-finder-field>span,
.location-footer-links-head p,
.location-footer-button.post-location-button:not(.is-current),
.post-page-pagination-link strong,
.manager-user-item span,
.manager-user-item small,
.custom-contact-list small,
.manager-state-option small,
.state-contact-state-list small,
.site-logo-preview-card small,
.city-pill small,
th,
.dynamic-content,
.dynamic-content p,
.dynamic-content li,
.dynamic-content span,
.dynamic-content strong,
.dynamic-content em,
.dynamic-content blockquote,
.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5,
.dynamic-content h6,
.dynamic-content a,
p{
  color:#000000!important;
}
.dynamic-content a,
.breadcrumbs a,
.text-link{
  color:#000000!important;
  text-decoration:underline;
  text-underline-offset:2px;
}

/* Preserve inverse text where black would reduce contrast. */
.btn-primary,
.btn-primary *,
.btn-dark,
.btn-dark *,
.btn-danger,
.btn-danger *,
.pagination a.active,
.pagination a.active *,
.status-filters a.active,
.status-filters a.active *,
.location-footer-button.post-location-button.is-current,
.location-footer-button.post-location-button.is-current *,
.state-contact-fixed-button,
.state-contact-fixed-button *,
.state-contact-shortcode-button,
.state-contact-shortcode-button *,
.brand-mark,
.brand-mark *,
.hero-card-inner,
.hero-card-inner *{
  color:#ffffff!important;
}

/* Dark footer keeps high-contrast light text by design. */
.site-footer,
.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .copyright{
  color:#ffffff!important;
}

/* Desktop card image: shorter height with minimal crop; mobile/tablet unchanged */
@media (min-width:1100px){
  html body .content-layout.no-sidebar .list-card-image{
    aspect-ratio:10/11!important;
    height:auto!important;
    overflow:hidden!important;
  }
  html body .content-layout.no-sidebar .list-card-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
}
@media(min-width:1100px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:10/11!important;height:auto!important;overflow:hidden!important;background:#000!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#000!important}}
@media (min-width:1100px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:10/11!important;height:auto!important;min-height:0!important;overflow:hidden!important;background:transparent!important}html body .content-layout.no-sidebar .list-card-image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:fill!important;object-position:center!important;background:transparent!important}}
@media(max-width:640px){html body .content-layout.no-sidebar .list-card-content h5{font-size:14px!important;line-height:1.20!important}}
/* v-next: visual color polish only; no post-card sizing changes. */
html body a{text-decoration:none!important}

/* Colorful, high-contrast text links without underlines. */
html body .dynamic-content a,
html body .text-link{
  color:#8b174f!important;
  font-weight:700;
  text-decoration:none!important;
}
html body .breadcrumbs a{
  color:#0b5cab!important;
  font-weight:700;
  text-decoration:none!important;
}
html body .header-actions .icon-link,
html body .category-scroll a{
  color:#6a1b78!important;
  text-decoration:none!important;
}
html body .site-footer a:not(.brand){
  color:#ffd166!important;
  text-decoration:none!important;
}

/* Buttons: clearer bordered treatment without changing dimensions. */
html body .btn{
  border:1px solid #c8c9d2!important;
  box-shadow:0 2px 8px rgba(20,22,30,.06);
}
html body .btn-primary{
  border-color:#8f123b!important;
}
html body .btn-dark{
  border-color:#000!important;
}
html body .btn-light{
  border-color:#b8bac5!important;
}

/* Location buttons: colorful outlines, same sizing/layout. */
html body .location-footer-button{
  border-width:1px!important;
  border-style:solid!important;
  box-shadow:0 2px 8px rgba(20,22,30,.05)!important;
}
html body .post-location-state{
  border-color:#7b1fa2!important;
  color:#5f177d!important;
}
html body .post-location-city{
  border-color:#c2185b!important;
  color:#971247!important;
}
html body .post-location-area:not(.is-current){
  border-color:#087f8c!important;
  color:#05636d!important;
}
html body .post-location-state .icon{color:#7b1fa2!important}
html body .post-location-city .icon{color:#c2185b!important}
html body .post-location-area:not(.is-current) .icon{color:#087f8c!important}

/* Center the location heading/copy and tighten the content -> location section gap. */
html body .location-footer-links-head{
  text-align:center!important;
  margin-bottom:10px!important;
}
html body .location-footer-links-head h2,
html body .location-footer-links-head p{
  text-align:center!important;
}
html body .location-footer-links-head p{
  margin-top:3px!important;
}
html body .content-layout.no-sidebar{
  padding-bottom:14px!important;
}
html body .page-location-links-section{
  padding-top:14px!important;
}

@media(max-width:640px){
  html body .content-layout.no-sidebar{
    padding-bottom:10px!important;
  }
  html body .page-location-links-section{
    padding-top:10px!important;
  }
  html body .location-footer-links-head{
    margin-bottom:8px!important;
  }
}
html body .location-footer-button:not(.post-location-button){border-color:#1565c0!important;color:#0b5cab!important}html body .location-footer-button:not(.post-location-button) .icon{color:#1565c0!important}html body .post-detail-wrap{padding-bottom:14px!important}html body .post-location-links-section{padding-top:14px!important}@media(max-width:640px){html body .post-detail-wrap{padding-bottom:10px!important}html body .post-location-links-section{padding-top:10px!important}}
:root{--brand:#004c8c!important;--brand-dark:#004c8c!important;--success:#004c8c!important;--warning:#004c8c!important}html body a,html body .text-link,html body .dynamic-content a,html body .breadcrumbs a,html body .header-actions .icon-link,html body .category-scroll a{color:#004c8c!important;text-decoration:none!important}html body .btn-primary,html body .btn-dark{background:#004c8c!important;border-color:#004c8c!important;color:#fff!important}html body .location-footer-button{border-color:#004c8c!important;color:#004c8c!important;background:#fff!important}html body .location-footer-button .icon{color:#004c8c!important}html body .location-footer-button.is-current{background:#004c8c!important;color:#fff!important}html body .location-footer-button.is-current .icon{color:#fff!important}html body .state-contact-fixed,html body .custom-contact-fixed,html body .state-contact-fixed-button,html body .state-contact-fixed-button.state-contact-phone,html body .state-contact-fixed-button.state-contact-whatsapp,html body .state-contact-fixed-button.state-contact-telegram,html body .state-contact-shortcode-button,html body .state-contact-shortcode-button.state-contact-phone,html body .state-contact-shortcode-button.state-contact-whatsapp,html body .state-contact-shortcode-button.state-contact-telegram{background:#004c8c!important;color:#fff!important}:root{--brand:#004c8c!important;--brand-dark:#004c8c!important}html body .location-footer-button,html body .location-footer-button:not(.post-location-button),html body .post-location-state,html body .post-location-city,html body .post-location-area,html body .post-location-area:not(.is-current){background:#fff!important;border-color:#004c8c!important;color:#004c8c!important;box-shadow:0 2px 8px rgba(0,76,140,.08)!important}html body .location-footer-button .icon,html body .location-footer-button:not(.post-location-button) .icon,html body .post-location-state .icon,html body .post-location-city .icon,html body .post-location-area .icon,html body .post-location-area:not(.is-current) .icon{color:#004c8c!important}html body .location-footer-button:hover,html body .location-footer-button:focus-visible{background:#eaf4fb!important;border-color:#004c8c!important;color:#004c8c!important}html body .location-footer-button.is-current,html body .location-footer-button.post-location-button.is-current,html body .post-location-button.is-current{background:#004c8c!important;border-color:#004c8c!important;color:#fff!important}html body .location-footer-button.is-current .icon,html body .location-footer-button.post-location-button.is-current .icon,html body .post-location-button.is-current .icon{color:#fff!important}html body .site-footer,html body .site-footer.simple-footer,html body .site-footer p,html body .site-footer span,html body .site-footer small,html body .site-footer a,html body .site-footer a:not(.brand),html body .site-footer h1,html body .site-footer h2,html body .site-footer h3,html body .site-footer h4,html body .site-footer h5,html body .site-footer h6,html body .site-footer .copyright,html body .simple-footer .footer-links a,html body .simple-footer .copyright{color:#fff!important;text-decoration:none!important}html body .simple-footer .footer-links a:hover,html body .simple-footer .footer-links a:focus-visible{color:#fff!important;text-decoration:none!important}


/* v58: unified fixed contact bars (admin shortcode + user post contact) */
:root{
  --fixed-call:#97003c;
  --fixed-whatsapp:#005b16;
  --fixed-telegram:#0c4f73;
  --fixed-contact-text:#d9dde1;
}
body.has-state-contact-bar,
body.has-post-contact-bar{
  padding-bottom:calc(60px + env(safe-area-inset-bottom))!important;
}
.state-contact-fixed.custom-contact-fixed,
body:not(.has-state-contact-bar) .post-floating-contacts{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:1350!important;
  width:100%!important;
  min-height:60px!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  gap:0!important;
  padding:0 0 env(safe-area-inset-bottom)!important;
  margin:0!important;
  background:#000!important;
  border:0!important;
  box-shadow:0 -1px 0 rgba(255,255,255,.08),0 -8px 24px rgba(0,0,0,.28)!important;
}
.state-contact-fixed-button,
body:not(.has-state-contact-bar) .post-floating-contact{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-width:0!important;
  min-height:60px!important;
  height:60px!important;
  padding:10px 12px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.12)!important;
  border-radius:0!important;
  color:var(--fixed-contact-text)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none!important;
  filter:none!important;
  overflow:hidden!important;
}
.state-contact-fixed-button:last-child,
body:not(.has-state-contact-bar) .post-floating-contact:last-child{
  border-right:0!important;
}
.state-contact-fixed-button .icon,
body:not(.has-state-contact-bar) .post-floating-contact svg{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  color:var(--fixed-contact-text)!important;
}
.state-contact-fixed-button span,
body:not(.has-state-contact-bar) .post-floating-label{
  position:static!important;
  display:inline!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  color:inherit!important;
  font-size:17px!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.state-contact-fixed-button.state-contact-phone,
body:not(.has-state-contact-bar) .post-floating-phone{background:var(--fixed-call)!important;}
.state-contact-fixed-button.state-contact-whatsapp,
body:not(.has-state-contact-bar) .post-floating-whatsapp{background:var(--fixed-whatsapp)!important;}
.state-contact-fixed-button.state-contact-telegram,
body:not(.has-state-contact-bar) .post-floating-telegram{background:var(--fixed-telegram)!important;}
.state-contact-fixed-button:hover,
.state-contact-fixed-button:focus-visible,
body:not(.has-state-contact-bar) .post-floating-contact:hover,
body:not(.has-state-contact-bar) .post-floating-contact:focus-visible{
  color:#fff!important;
  filter:brightness(1.05)!important;
  outline:2px solid #fff!important;
  outline-offset:-3px!important;
}
.state-contact-count-1 .state-contact-fixed-button{flex:0 0 100%!important;max-width:100%!important;}
.state-contact-count-2 .state-contact-fixed-button{flex:0 0 50%!important;max-width:50%!important;}
.state-contact-count-3 .state-contact-fixed-button{flex:0 0 33.3333%!important;max-width:33.3333%!important;}
body:not(.has-state-contact-bar) .post-contact-count-1 .post-floating-contact{flex:0 0 100%!important;max-width:100%!important;}
body:not(.has-state-contact-bar) .post-contact-count-2 .post-floating-contact{flex:0 0 50%!important;max-width:50%!important;}
body:not(.has-state-contact-bar) .post-contact-count-3 .post-floating-contact{flex:0 0 33.3333%!important;max-width:33.3333%!important;}
@media(max-width:640px){
  body.has-state-contact-bar,
  body.has-post-contact-bar{padding-bottom:calc(58px + env(safe-area-inset-bottom))!important;}
  .state-contact-fixed.custom-contact-fixed,
  body:not(.has-state-contact-bar) .post-floating-contacts{min-height:58px!important;}
  .state-contact-fixed-button,
  body:not(.has-state-contact-bar) .post-floating-contact{
    min-height:58px!important;
    height:58px!important;
    gap:7px!important;
    padding:8px 6px!important;
  }
  .state-contact-fixed-button .icon,
  body:not(.has-state-contact-bar) .post-floating-contact svg{
    width:21px!important;
    height:21px!important;
    flex-basis:21px!important;
  }
  .state-contact-fixed-button span,
  body:not(.has-state-contact-bar) .post-floating-label{font-size:13px!important;}
}


/* vNext: unified screenshot-style fixed contact bars (1=100%, 2=50/50, 3=33.33%). */
:root{
  --contact-phone:#7b0034;
  --contact-whatsapp:#054219;
  --contact-telegram:#053e5d;
  --contact-text:#d0d0d0;
}

/* Admin/custom shortcode fixed bottom bar. */
html body .state-contact-fixed,
html body .custom-contact-fixed{
  display:grid!important;
  grid-template-columns:repeat(var(--state-contact-columns,1),minmax(0,1fr))!important;
  width:100%!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  gap:0!important;
  padding-left:0!important;
  padding-right:0!important;
  background:#000!important;
}
html body .state-contact-fixed.state-contact-count-1{--state-contact-columns:1!important}
html body .state-contact-fixed.state-contact-count-2{--state-contact-columns:2!important}
html body .state-contact-fixed.state-contact-count-3{--state-contact-columns:3!important}
html body .state-contact-fixed-button{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  color:var(--contact-text)!important;
  box-shadow:none!important;
}
html body .state-contact-fixed-button:last-child{border-right:0!important}
html body .state-contact-fixed-button.state-contact-phone{background:var(--contact-phone)!important}
html body .state-contact-fixed-button.state-contact-whatsapp{background:var(--contact-whatsapp)!important}
html body .state-contact-fixed-button.state-contact-telegram{background:var(--contact-telegram)!important}
html body .state-contact-fixed-button .icon,
html body .state-contact-fixed-button .icon svg{
  color:#c7cbcd!important;
  stroke:currentColor!important;
  fill:none!important;
}

/* User post fixed bottom bar: existing active buttons always share full width equally. */
html body .post-floating-contacts{
  display:flex!important;
  flex-direction:row!important;
  align-items:stretch!important;
  width:100%!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  gap:0!important;
  padding-left:0!important;
  padding-right:0!important;
  background:#000!important;
}
html body .post-floating-contact{
  flex:1 1 0!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  color:var(--contact-text)!important;
  box-shadow:none!important;
}
html body .post-floating-contact:last-child{border-right:0!important}
html body .post-floating-phone{background:var(--contact-phone)!important}
html body .post-floating-whatsapp{background:var(--contact-whatsapp)!important}
html body .post-floating-telegram{background:var(--contact-telegram)!important}
html body .post-floating-contact .icon,
html body .post-floating-contact svg{
  color:#c7cbcd!important;
  stroke:currentColor!important;
  fill:none!important;
}
html body .post-floating-contact .post-floating-label{color:var(--contact-text)!important}

/* Inline shortcode buttons use the same icon/color system and equal widths. */
html body .state-contact-shortcode-buttons{
  display:grid!important;
  grid-template-columns:repeat(var(--state-contact-columns,1),minmax(0,1fr))!important;
  gap:0!important;
  overflow:hidden!important;
  border-radius:10px!important;
}
html body .state-contact-shortcode-buttons.state-contact-count-1{--state-contact-columns:1!important}
html body .state-contact-shortcode-buttons.state-contact-count-2{--state-contact-columns:2!important}
html body .state-contact-shortcode-buttons.state-contact-count-3{--state-contact-columns:3!important}
html body .state-contact-shortcode-button{
  width:100%!important;
  min-width:0!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  color:var(--contact-text)!important;
  box-shadow:none!important;
}
html body .state-contact-shortcode-button:last-child{border-right:0!important}
html body .state-contact-shortcode-button.state-contact-phone{background:var(--contact-phone)!important}
html body .state-contact-shortcode-button.state-contact-whatsapp{background:var(--contact-whatsapp)!important}
html body .state-contact-shortcode-button.state-contact-telegram{background:var(--contact-telegram)!important}
html body .state-contact-shortcode-button .icon,
html body .state-contact-shortcode-button .icon svg{
  color:#c7cbcd!important;
  stroke:currentColor!important;
  fill:none!important;
}
html body .state-contact-fixed-button:hover,
html body .state-contact-fixed-button:focus-visible,
html body .post-floating-contact:hover,
html body .post-floating-contact:focus-visible,
html body .state-contact-shortcode-button:hover,
html body .state-contact-shortcode-button:focus-visible{
  filter:brightness(1.12)!important;
  color:#fff!important;
  transform:none!important;
}

/* v-current: dedicated fixed-contact SVG icons. */
.state-contact-fixed-button .contact-svg,
.state-contact-shortcode-button .contact-svg,
.post-floating-contact .contact-svg{
  display:block!important;width:24px!important;height:24px!important;flex:0 0 24px!important;color:currentColor!important;overflow:visible!important;
}
.state-contact-fixed-button .contact-svg path,
.state-contact-shortcode-button .contact-svg path,
.post-floating-contact .contact-svg path{fill:currentColor!important;stroke:none!important}
@media(max-width:640px){
  .state-contact-fixed-button .contact-svg,.state-contact-shortcode-button .contact-svg,.post-floating-contact .contact-svg{width:21px!important;height:21px!important;flex-basis:21px!important}
}

/* v-current: proper WhatsApp outline SVG with safe inner spacing. */
.state-contact-fixed-button .contact-svg-whatsapp path,
.state-contact-shortcode-button .contact-svg-whatsapp path,
.post-floating-contact .contact-svg-whatsapp path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.state-contact-fixed-button .contact-svg-whatsapp .wa-handset,
.state-contact-shortcode-button .contact-svg-whatsapp .wa-handset,
.post-floating-contact .contact-svg-whatsapp .wa-handset{stroke-width:1.55!important}
.state-contact-fixed-button .contact-svg-whatsapp path,.state-contact-shortcode-button .contact-svg-whatsapp path,.post-floating-contact .contact-svg-whatsapp path{fill:currentColor!important;stroke:none!important}.site-footer.simple-footer{background:#111!important;color:#fff!important;padding:24px 0 18px!important}.simple-footer .footer-links{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:10px 20px!important;text-align:center!important}.simple-footer .footer-links a{color:#fff!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important}.simple-footer .copyright{border-top:1px solid #34343a!important;margin-top:18px!important;padding-top:15px!important;color:#fff!important;font-size:13px!important;text-align:center!important}@media(max-width:640px){.simple-footer .footer-links a{font-size:13px!important}.simple-footer .copyright{font-size:12px!important}}

/* v-next: reusable site identity on login/register/dashboards/age gate. */
.site-identity-block{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 16px;color:#004c8c!important;text-align:left}
.site-identity-logo{display:block;width:48px!important;height:48px!important;flex:0 0 48px;object-fit:contain;border-radius:12px;background:#fff}
.site-identity-fallback{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:12px;background:#004c8c;color:#fff;font-size:22px;font-weight:900}
.site-identity-name{color:#004c8c!important;font-size:20px;font-weight:900;line-height:1.15;letter-spacing:-.01em;overflow-wrap:anywhere}
.auth-site-identity{margin-bottom:18px}
.dashboard-site-identity{justify-content:flex-start;margin:0 0 16px}
.age-gate-site-identity{margin-bottom:14px}
.age-gate-site-identity .site-identity-logo,.age-gate-site-identity .site-identity-fallback{width:42px!important;height:42px!important;flex-basis:42px}
.age-gate-site-identity .site-identity-name{font-size:18px}
@media(max-width:640px){.site-identity-logo,.site-identity-fallback{width:42px!important;height:42px!important;flex-basis:42px}.site-identity-name{font-size:18px}.dashboard-site-identity{justify-content:center;margin-bottom:13px}.age-gate-site-identity{margin-bottom:12px}.age-gate-site-identity .site-identity-logo,.age-gate-site-identity .site-identity-fallback{width:38px!important;height:38px!important;flex-basis:38px}.age-gate-site-identity .site-identity-name{font-size:17px}}


/* v-next: global footer contrast + custom 404 page. */
html body .site-footer,
html body .site-footer.simple-footer{
  background:#111!important;
  color:#fff!important;
}
html body .site-footer .footer-links,
html body .site-footer .footer-links a,
html body .site-footer .copyright,
html body .site-footer p,
html body .site-footer span,
html body .site-footer small,
html body .site-footer strong{
  color:#fff!important;
  opacity:1!important;
  text-decoration:none!important;
}
html body .site-footer .footer-links a:hover,
html body .site-footer .footer-links a:focus-visible{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.error-page-section{padding:54px 0 70px;background:#f7f7f9;min-height:58vh;display:flex;align-items:center}
.error-page-shell{display:flex;justify-content:center}
.error-page-card{width:min(620px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px 28px;text-align:center;box-shadow:0 12px 40px rgba(20,22,30,.08)}
.error-page-card .site-identity{justify-content:center;margin-bottom:18px}
.error-code{font-size:clamp(64px,12vw,112px);font-weight:900;line-height:.95;letter-spacing:-.06em;color:var(--brand);margin:8px 0 14px}
.error-page-card h1{margin:0 0 10px;font-size:30px;line-height:1.2}
.error-page-card p{margin:0 auto 24px;max-width:470px;color:#3f424b!important}
.error-page-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
@media(max-width:640px){.error-page-section{padding:32px 0 46px}.error-page-card{padding:30px 18px;border-radius:16px}.error-page-card h1{font-size:25px}.error-page-actions .btn{flex:1 1 150px}}

/* Final footer color lock: must beat global brand-link !important rules on every page. */
html body footer.site-footer.simple-footer,html body footer.site-footer.simple-footer *{color:#fff!important}
html body footer.site-footer.simple-footer{background:#111!important}
html body footer.site-footer.simple-footer nav.footer-links>a,html body footer.site-footer.simple-footer nav.footer-links>a:visited,html body footer.site-footer.simple-footer nav.footer-links>a:hover,html body footer.site-footer.simple-footer nav.footer-links>a:focus-visible{color:#fff!important}
.city-interlink-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.city-interlink-button{width:100%;justify-content:flex-start;min-width:0}.city-interlink-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-pool-preview-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.image-pool-preview{aspect-ratio:4/5;border-radius:12px;overflow:hidden;background:#eee;border:1px solid var(--line)}.image-pool-preview img{width:100%;height:100%;object-fit:cover}@media(max-width:980px){.city-interlink-links{grid-template-columns:repeat(3,minmax(0,1fr))}.image-pool-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:640px){.city-interlink-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.city-interlink-button{font-size:13px;padding:8px 10px}.image-pool-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}.city-top-content-section{padding:18px 0 0}.city-top-dynamic-content{margin:0}.city-top-content-section+.content-layout{padding-top:18px}@media(max-width:640px){.city-top-content-section{padding-top:12px}.city-top-content-section+.content-layout{padding-top:12px}}

/* Top/bottom dynamic content + post similar cards */
.city-top-content-section,.city-bottom-content-section{padding:24px 0}.city-top-content-section{padding-bottom:8px}.city-bottom-content-section{padding-top:8px;padding-bottom:28px}.city-top-dynamic-content,.city-bottom-dynamic-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.post-city-context-link{margin:20px 0 0}.post-city-context-link a{color:var(--brand);font-weight:800;text-decoration:underline;text-underline-offset:3px}.similar-posts-section{padding:8px 0 44px}.similar-posts-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.similar-posts-head h2{margin:0;font-size:26px}.similar-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.similar-post-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.similar-post-image{display:block;aspect-ratio:4/3;background:#eee;overflow:hidden}.similar-post-image img{width:100%;height:100%;object-fit:cover}.similar-post-body{padding:12px}.similar-post-body h3{margin:0 0 7px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.similar-post-body p{margin:0;color:var(--muted);font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:900px){.similar-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.city-top-content-section,.city-bottom-content-section{padding:14px 0}.city-top-content-section{padding-bottom:4px}.city-bottom-content-section{padding-top:4px;padding-bottom:20px}.city-top-dynamic-content,.city-bottom-dynamic-content{padding:16px}.similar-posts-section{padding:4px 0 28px}.similar-posts-head h2{font-size:21px}.similar-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.similar-post-body{padding:10px}.similar-post-body h3{font-size:14px}.similar-post-body p{display:none}}

/* v-hover-lock: keep all interactive hover states on the approved #004c8c accent. */
:root{--brand:#004c8c!important;--brand-dark:#004c8c!important;--primary:#004c8c!important}
html body .btn-primary:hover,
html body .btn-primary:focus-visible,
html body .btn-primary:active,
html body .btn-dark:hover,
html body .btn-dark:focus-visible,
html body .btn-dark:active,
html body .age-gate .btn-primary:hover,
html body .age-gate .btn-primary:focus-visible,
html body .age-gate .btn-primary:active,
html body .site-header .btn-primary:hover,
html body .site-header .btn-primary:focus-visible,
html body .site-header .btn-primary:active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
  filter:none!important;
}
html body .category-card:hover{border-color:#004c8c!important}
html body .city-pill:hover,
html body .city-pill:focus-visible,
html body .card-title-link:hover h2,
html body .card-title-link:hover h3,
html body .card-location-link:hover,
html body .card-location-link:focus-visible{
  border-color:#004c8c!important;
  color:#004c8c!important;
}
html body .location-footer-button:hover,
html body .location-footer-button:focus-visible,
html body .location-footer-button:active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
  filter:none!important;
}
html body .location-footer-button:hover .icon,
html body .location-footer-button:focus-visible .icon,
html body .location-footer-button:active .icon{color:#fff!important}
html body .post-page-pagination-link:hover,
html body .post-page-pagination-link:focus-visible{
  border-color:#004c8c!important;
}
html body .dashboard-nav a:hover,
html body .dashboard-nav a.active,
html body .state-contact-state-list a:hover,
html body .state-contact-state-list a.active,
html body .custom-contact-list>a:hover,
html body .custom-contact-list>a.active{
  background:#004c8c!important;
  border-color:#004c8c!important;
  color:#fff!important;
}
/* Fixed contact buttons keep their own normal channel color; hovering must not brighten/change it. */
html body .state-contact-fixed-button:hover,
html body .state-contact-fixed-button:focus-visible,
html body .post-floating-contact:hover,
html body .post-floating-contact:focus-visible,
html body .state-contact-shortcode-button:hover,
html body .state-contact-shortcode-button:focus-visible{
  filter:none!important;
  transform:none!important;
}
html body .site-footer .footer-links a:hover,
html body .site-footer .footer-links a:focus-visible{
  color:#fff!important;
}

/* FAQ block */
.faq-block{margin:28px 0}.faq-block>h2{margin:0 0 14px;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.25}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid #d9dde3;border-radius:12px;background:#fff;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:15px 44px 15px 16px;font-weight:700;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.3rem}.faq-item[open] summary:after{content:'−'}.faq-answer{padding:0 16px 15px;color:#333}.faq-answer p{margin:0;line-height:1.65}.faq-admin-row{padding:16px;margin:12px 0;border:1px solid #d9dde3;border-radius:12px;background:#fafbfc}.faq-admin-panel{margin:24px 0}

/* v53: Former inline styles moved here so View Source contains no CSS rules. */
html body .site-footer.simple-footer{background:#111!important;color:#fff!important}
html body .site-footer.simple-footer .footer-links,
html body .site-footer.simple-footer .footer-links a,
html body .site-footer.simple-footer .copyright{color:#fff!important}
html body .dashboard .dashboard-nav a{color:#17171c!important}
html body .dashboard .dashboard-nav a:hover,
html body .dashboard .dashboard-nav a:focus-visible,
html body .dashboard .dashboard-nav a:active,
html body .dashboard .dashboard-nav a.active,
html body .dashboard .dashboard-nav a.active:hover,
html body .dashboard .dashboard-nav a.active:focus-visible{background:#004c8c!important;border-color:#004c8c!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;filter:none!important}
html body .dashboard .dashboard-nav a:hover *,
html body .dashboard .dashboard-nav a:focus-visible *,
html body .dashboard .dashboard-nav a.active *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}

@media(min-width:981px) and (max-width:1099px){html body .city-top-content-section>.container,html body .city-bottom-content-section>.container{width:min(1180px,calc(100% - 32px))!important;max-width:none!important}}@media(min-width:1100px){html body .city-top-content-section>.container,html body .city-bottom-content-section>.container{width:min(1240px,calc(100% - 24px))!important;max-width:none!important}}
