/* Compact property facts; shared contact actions keep comfortable touch targets. */
.property-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 0;
  margin: 14px 0;
}
.property-fact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  min-height: 44px;
  padding: 9px 0;
  border-bottom: 1px solid #e4ebe7;
}
.property-fact dt {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #52645d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.property-fact-icon { display: inline-flex; flex: 0 0 auto; color: #084a45; }
.property-fact-icon svg { display: block; width: 21px; height: 21px; }
.property-fact dd {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  flex: 0 0 auto;
  margin: 0;
  color: #084a45;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.property-fact-unit { font-size: 11px; font-weight: 500; }
.property-facts--detail { margin: 18px 0; }
.property-facts--detail .property-fact { min-height: 48px; }
.property-facts--detail .property-fact-icon svg { width: 23px; height: 23px; }
.property-facts--detail dd { font-size: 18px; }
.property-purpose-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 30px;
  background: #f5ebd7;
  color: #795017;
  font-size: 13px;
  font-weight: 700;
}
.property-listing-actions { display: grid; gap: 10px; margin-top: 18px; }
.property-contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.property-listing-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 11px 12px;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
  text-align: center;
}
.property-contact-actions .btn svg { width: 20px; height: 20px; }
.detail-card .property-listing-actions .btn { min-height: 52px; font-size: 16px; }
@media (max-width: 380px) {
  .property-facts { column-gap: 10px; }
  .property-fact { gap: 5px; }
  .property-fact dt { font-size: 11px; gap: 5px; }
  .property-listing-actions .btn { padding-inline: 8px; font-size: 13px; }
  .detail-card .property-listing-actions .btn { font-size: 14px; }
}

.detail-featured { display:inline-flex; align-items:center; padding:6px 12px; margin:10px 0; border:1px solid #dbc38a; border-radius:20px; background:#fbf3df; color:#76551b; font-size:13px; font-weight:700; }
.detail-card h1 { font-size:clamp(24px,2.25vw,32px); line-height:1.5; text-wrap:pretty; }
.property-facts:has(> .property-fact:only-child) { grid-template-columns:minmax(0,1fr); }

/* Listing discovery: one property, one result; featured listings retain priority. */
[data-catalogue-controls]{margin-bottom:24px;padding:26px 28px;background:#fff;border:1px solid #dde5df;border-radius:22px}
.catalogue-intro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.catalogue-intro h2{font-size:24px;line-height:1.5;margin:4px 0;color:#174b44}.catalogue-intro p{margin:0;color:#758078;font-size:13px;line-height:1.8}.catalogue-intro .eyebrow{font-size:11px}
.catalogue-views{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.catalogue-view{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:62px;padding:14px 18px;border:1px solid #e1e7e1;border-radius:13px;background:#f9faf7;color:#365a52;font-family:inherit;font-size:15px;line-height:1.5;font-weight:700;cursor:pointer}.catalogue-view>span{display:flex;align-items:center;gap:7px}.catalogue-view bdi{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:3px 7px;border-radius:8px;background:#eaf0e9;font-size:13px;font-variant-numeric:tabular-nums}.catalogue-view[aria-pressed=true]{color:#fff;background:#124c44;border-color:#124c44}.catalogue-view[aria-pressed=true] bdi{background:#ffffff22;color:#fff}.catalogue-view-featured i{font-style:normal;color:#b7892f}.catalogue-view-featured[aria-pressed=true]{background:#b7892f;border-color:#b7892f}.catalogue-view-featured[aria-pressed=true] i{color:#fff}
.catalogue-type-row{display:flex;align-items:center;gap:18px;border-top:1px solid #e8ede7;padding-top:20px;margin-top:20px}.catalogue-type-label{flex:0 0 auto;font-size:13px;font-weight:700;color:#60776d}.catalogue-types{display:flex;flex-wrap:wrap;gap:9px}.catalogue-type{display:inline-flex;align-items:center;gap:10px;min-height:42px;border:1px solid #dde5df;border-radius:24px;background:#fff;color:#526b62;padding:8px 15px;font:inherit;font-size:13px;cursor:pointer}.catalogue-type bdi{font-size:11px;color:#849389}.catalogue-type[aria-pressed=true]{background:#edf3eb;border-color:#77998a;color:#174b44;font-weight:700}.catalogue-type[aria-pressed=true] bdi{color:#174b44}
.catalogue-view:hover,.catalogue-type:hover{border-color:#a6b8aa}.catalogue-view:focus-visible,.catalogue-type:focus-visible,[data-catalogue-reset]:focus-visible,.catalogue-advanced>summary:focus-visible{outline:3px solid #d1aa55;outline-offset:3px}.catalogue-filter-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px}.catalogue-filter-foot p{font-size:11px;color:#809086;margin:0;line-height:1.8}.catalogue-filter-foot button{flex:0 0 auto;border:0;background:transparent;color:#886729;text-decoration:underline;font:inherit;font-size:12px;cursor:pointer;min-height:40px}
.catalogue-advanced{margin-bottom:32px;border-bottom:1px solid #e0e6df;padding:0 4px 18px}.catalogue-advanced>summary{cursor:pointer;color:#426456;font-size:14px;font-weight:600;min-height:40px;padding:8px 0}.catalogue-advanced .filter-toolbar{margin:16px 0 0}.catalogue-advanced .search-panel{border:1px solid #e1e7df;box-shadow:none}.catalogue-advanced .search-tools{margin-top:12px}
.property-grid.catalogue-groups{display:block}.catalogue-group{margin:0 0 44px}.catalogue-group-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #dfe6de;padding:0 0 17px;margin:0 0 24px}.catalogue-group-head>div{display:flex;align-items:center;gap:12px}.catalogue-group-head h3{font-size:22px;line-height:1.5;color:#194d45;margin:0}.catalogue-group-symbol{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#eaf0e9;color:#416454;font-size:22px}.catalogue-group--featured .catalogue-group-symbol{background:#f5ecd9;color:#ac7d26}.catalogue-group--featured>.catalogue-group-head{border-color:#dfcfaa}.catalogue-group-count{font-size:13px;color:#79897e;white-space:nowrap}
.property-type-tag{display:inline-block;background:#eff3ed;border:1px solid #e2e9df;border-radius:7px;color:#527261;font-size:11px;line-height:1.5;padding:4px 9px;margin-bottom:10px}.property-body>h3{margin-top:0}.search-purpose-choice{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.search-purpose-choice label{display:flex;align-items:center;gap:7px;cursor:pointer;border:1px solid #dbe4dc;border-radius:22px;padding:8px 16px;font-size:13px;color:#3f6656;background:#fff}.search-purpose-choice input{accent-color:#164c43;width:15px;height:15px}.search-purpose-choice label:has(input:checked){background:#edf3e9;border-color:#668d78;font-weight:700}
@media(max-width:900px){.catalogue-intro{align-items:flex-start;flex-direction:column;gap:6px}.catalogue-type-row{align-items:flex-start;flex-direction:column;gap:12px}.catalogue-view{padding:12px;font-size:14px}}
@media(max-width:600px){[data-catalogue-controls]{padding:20px 16px;border-radius:18px}.catalogue-intro h2{font-size:22px}.catalogue-intro p{font-size:12px}.catalogue-views{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalogue-view{min-height:56px;font-size:14px}.catalogue-types{gap:7px}.catalogue-type{font-size:12px;padding:7px 12px;gap:8px}.catalogue-filter-foot{align-items:flex-start;gap:8px}.catalogue-filter-foot p{font-size:10px}.catalogue-group-head h3{font-size:19px}.catalogue-group-symbol{flex-basis:32px;width:32px;height:32px;font-size:18px;border-radius:10px}.catalogue-group-head>div{gap:9px}.catalogue-group-head{margin-bottom:18px;padding-bottom:13px}.catalogue-group{margin-bottom:34px}.catalogue-group-count{font-size:11px}.search-purpose-choice label{font-size:12px;padding:7px 13px}}

/* Publication metadata uses the recorded first-publication date and a public reference. */
.property-publication {display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px 18px;margin:14px 0;padding:13px 14px;border:1px solid #e8eeea;border-radius:12px;background:#f3f6f3;line-height:1.6;}
.property-publication>div{min-width:0;max-width:100%;}
.property-publication dt{margin:0 0 4px;font-size:11px;font-weight:500;color:#647a70;}
.property-publication dd{margin:0;color:#24473e;font-size:12px;font-weight:700;}
.property-publication code{display:block;direction:ltr;unicode-bidi:isolate;font:600 12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.01em;overflow-wrap:anywhere;}
.property-publication time{white-space:nowrap;font-variant-numeric:tabular-nums;}
/* Keep grouped results as roomy as the original three-column results grid. */
.catalogue-group>.property-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(max-width:1100px){.catalogue-group>.property-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.catalogue-group>.property-grid{grid-template-columns:minmax(0,1fr);}}

/* v694: readable project copy and explicit developer-image attribution. */
.detail-description>p{white-space:pre-line;line-height:1.95;overflow-wrap:anywhere}
.detail-gallery{position:relative}

.property-advisor{display:grid;gap:5px;padding:15px 17px;margin:18px 0;border:1px solid #dce6dd;border-radius:13px;background:#f2f6f1;color:#23483b}
.property-advisor>span{font-size:12px;color:#6c786f}.property-advisor>strong{font-size:17px}.property-advisor>a{font-size:15px;color:inherit;font-variant-numeric:tabular-nums;width:fit-content}

/* QAR is the default display; local prices remain readable beneath it. */
[data-currency-controls]{margin:0 0 26px;padding:18px 22px;border:1px solid #dce6dd;border-radius:16px;background:#f4f7f2}
.currency-switch{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#315b50;margin-bottom:12px}
.currency-switch>span{font-size:13px;font-weight:700}.currency-switch>div{display:flex;gap:4px;min-width:0;padding:4px;border:1px solid #d5e1d7;border-radius:12px;background:#fff}
.currency-switch button{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;border:0;border-radius:8px;min-height:42px;padding:8px 14px;background:transparent;color:#3e6257;font-family:inherit;font-size:12px;font-weight:600;line-height:1.5;cursor:pointer}
.currency-switch button[aria-pressed=true]{background:#124c44;color:#fff}.currency-switch button:hover{box-shadow:inset 0 0 0 1px #7b9c8b}.currency-switch button:focus-visible{outline:3px solid #b58a36;outline-offset:3px}.currency-switch button bdi{font-size:10px;font-weight:500;opacity:.85}
.currency-price{margin:16px 0 18px;min-width:0}.currency-price .property-price,.currency-price .detail-price{margin:0;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.currency-estimate{display:block;color:#687d70;font-size:11px;margin-top:3px;line-height:1.7}
.currency-switch>div:has(>button:only-child){grid-template-columns:1fr}
.currency-secondary{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:4px 10px;border-top:1px solid #e0e7df;padding-top:9px;margin-top:10px;color:#466359;font-size:12px;line-height:1.7}.currency-secondary bdi{font-size:14px;font-weight:600;color:#315549;font-variant-numeric:tabular-nums}
.currency-rate-note{margin:0;color:#64776b;font-size:11px;line-height:1.9;overflow-wrap:anywhere}.currency-rate-note span{white-space:nowrap}.currency-rate-note a{color:#356052;text-decoration:underline;text-underline-offset:3px}
.detail-card .currency-switch{display:block;margin-top:22px}.detail-card .currency-switch>span{display:block;margin-bottom:8px}.detail-card .currency-switch>div{display:grid;grid-template-columns:1fr 1fr}.detail-card .currency-switch button{padding:8px 6px}.detail-card .currency-price{margin:20px 0 10px}.detail-card .currency-rate-note{margin-bottom:20px}.detail-card .currency-secondary bdi{font-size:16px}
[data-country-prices]{margin-top:20px;border-top:1px solid #dce4db;padding-top:16px}[data-country-prices] .currency-switch{display:block}[data-country-prices] .currency-switch>span{display:none}[data-country-prices] .currency-switch>div{display:grid;grid-template-columns:1fr 1fr}[data-country-prices] .currency-switch button{padding:7px 5px;font-size:11px}[data-country-prices] .property-price{font-size:25px;font-weight:800;color:#194d45}[data-country-prices] .currency-price{margin:6px 0 14px}.country-price-label{font-size:12px;color:#60776a}.country-price-empty{font-size:12px!important;line-height:1.8!important;color:#60776a!important;margin:10px 0!important}
@media(max-width:600px){[data-currency-controls]{padding:16px}.currency-switch{align-items:stretch;flex-direction:column;gap:8px}.currency-switch>div{display:grid;grid-template-columns:1fr 1fr}.currency-switch button{padding:8px 9px}.currency-price .detail-price{font-size:30px}.currency-rate-note{font-size:10px}}

/* v707: destination-led home collection and a shared, readable listing card. */
.featured-section{background:#f8f9f6}.featured-section::before{display:none}
.featured-heading{gap:28px}.featured-heading>div{max-width:720px}.featured-heading h2{font-size:clamp(30px,3.6vw,48px);line-height:1.35;letter-spacing:-.025em;margin:4px 0 14px}.featured-heading p{font-size:15px;color:#5e7168;margin:0;line-height:1.9}
.featured-all-link{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;color:#21594a;font-size:14px;font-weight:700;min-height:44px;border-bottom:1px solid #a8bcb0}.featured-all-link>span:last-child{font-size:22px}
.featured-country-tabs{display:flex;flex-wrap:wrap;gap:10px;padding:0 0 24px;border-bottom:1px solid #dfe5dd}
.featured-country-tabs button{display:flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:11px 25px;border:1px solid #d7e0d8;border-radius:12px;background:#fff;color:#496057;line-height:1.5;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600}
.featured-country-tabs bdi{display:grid;place-items:center;min-width:25px;height:25px;padding:0 5px;border-radius:7px;background:#f0f3ed;color:#607467;font-size:12px}
.featured-country-tabs button[aria-pressed=true]{background:#174d41;border-color:#174d41;color:#fff;box-shadow:0 5px 14px #174d4112}.featured-country-tabs button[aria-pressed=true] bdi{background:#ffffff20;color:#fff}
.featured-results-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:26px 0 18px}.featured-results-head h3{margin:0;font-size:23px;line-height:1.6;color:#214e41}.featured-results-head>span{color:#64756c;font-size:13px}
.featured-section [data-currency-controls]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 20px;padding:0;border:0;background:none;margin:0 0 24px}
.featured-section .currency-switch{gap:16px;margin:0}.featured-section .currency-switch>span{font-size:12px;font-weight:500}.featured-section .currency-switch button{min-height:40px;padding:7px 14px}
.currency-help{font-size:12px;color:#526a5d}.currency-help summary{cursor:pointer;min-height:44px;align-content:center;padding-block:8px}.currency-help .currency-rate-note{max-width:600px;padding:6px 0 10px}.currency-help[open]{flex-basis:100%}
.featured-section .property-grid,.catalogue-group>.property-grid,[data-property-list=qatar]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;width:100%;gap:26px;overflow:visible;padding:0}
.property-card{display:flex;flex-direction:column;border-radius:18px;border:1px solid #dfe6dd;box-shadow:0 6px 20px #173f3310;background:#fff;height:100%}
.property-card:hover{border-color:#a4baaa;box-shadow:0 10px 25px #173f3317}
.property-card .property-media{height:auto;aspect-ratio:16/10;flex:none}
.property-card .property-media>a{display:block;width:100%;height:100%}.property-card .property-media img{display:block;width:100%;height:100%;object-fit:cover}
.property-card .property-label{top:16px;inset-inline-end:16px;padding:6px 10px;font-size:11px;background:#fffcf1;color:#725420;border:1px solid #fff8}
.property-card .favorite-button{top:12px;inset-inline-start:12px;width:44px;height:44px;background:#163e3599;backdrop-filter:blur(6px)}.property-card .favorite-button svg{width:22px;height:22px}.property-card .favorite-button.active{background:#fff;color:#997329}
.property-card .property-purpose{bottom:14px;inset-inline-start:16px;inset-inline-end:auto;padding:5px 12px;border-radius:6px;background:#153f35e6;font-size:12px;line-height:1.5;font-weight:600}
.property-card .property-media-note{inset-inline-start:auto;inset-inline-end:16px;bottom:16px;font-size:10px;padding:4px 8px;background:#143f3599;border:0}
.property-card .property-body{display:flex;flex-direction:column;flex:1;padding:22px;min-width:0}
.property-card-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.property-country{font-size:12px;font-weight:700;color:#6a7d6f;letter-spacing:.02em}.property-card .property-type-tag{margin:0;padding:4px 9px;background:#f3f5ef;border:0;color:#54705d;font-size:11px}
.property-card .property-body h3{margin:0;min-height:56px;font-size:20px;line-height:1.55;font-weight:700;color:#193e33;text-wrap:pretty}
.property-card .property-facts{display:flex;flex-wrap:wrap;gap:8px 18px;margin:15px 0 0;padding:0 0 16px;border-bottom:1px solid #e6ebe4;min-height:40px}
.property-card .property-fact{flex:none;gap:7px;border:0;padding:0;min-height:26px}.property-card .property-fact:nth-child(n+3){display:none}
.property-card .property-fact dt{font-size:12px;color:#64756b;gap:5px}.property-card .property-fact dd{font-size:14px;font-weight:600;gap:2px;color:#365547}.property-card .property-fact-icon svg{width:17px;height:17px}
.property-card .currency-price{margin:18px 0 22px}.property-card .property-price{font-size:25px;line-height:1.5;letter-spacing:-.02em;color:#144b3d}.property-card .bp-price-from{font-size:12px;color:#62776a}
.property-card .currency-secondary{display:block;border:0;padding:0;margin-top:4px;font-size:12px;color:#6b7c70}.property-card .currency-secondary>span{display:none}.property-card .currency-secondary bdi{font-size:12px;font-weight:500;color:#637969}
.property-card-actions{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:8px;margin-top:auto;align-items:stretch}.property-card-actions .btn,.property-card-call{min-height:46px;min-width:0;border-radius:9px;font-size:12px;gap:7px;padding:10px 12px;line-height:1.5;white-space:normal;text-align:center}
.property-card-details{color:#fff;background:#174d41;border:1px solid #174d41}.property-card-details:hover{background:#103b31}.property-card-whatsapp{color:#245c46;background:#f1f5ee;border:1px solid #e0e8db}.property-card-whatsapp:hover{background:#e5eedf}.property-card-actions svg{width:19px;height:19px;display:block}
.property-card-call{display:grid;place-items:center;padding:0;border:1px solid #dce5da;color:#456653;background:#fff}.property-card-call:hover{background:#f1f5ee}
.property-card a:focus-visible,.property-card button:focus-visible,.featured-country-tabs button:focus-visible,.featured-all-link:focus-visible,.currency-help summary:focus-visible{outline:3px solid #bb913e;outline-offset:3px}
.featured-footer{text-align:center;margin-top:34px}.featured-footer .btn{min-height:50px;padding:12px 24px;gap:20px;border-radius:10px;font-size:14px;background:#fff}
@media(max-width:1100px){.featured-section .property-grid,.catalogue-group>.property-grid,[data-property-list=qatar]{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.featured-heading{align-items:flex-start;flex-direction:column}.featured-heading .featured-all-link{align-self:flex-start}.property-card .property-body{padding:20px}}
@media(max-width:700px){.featured-section.section.compact{padding-block:44px}.featured-heading{gap:14px;margin-bottom:26px}.featured-heading h2{font-size:32px}.featured-heading p{font-size:14px}.featured-all-link{font-size:13px}.featured-country-tabs{gap:8px;padding-bottom:20px}.featured-country-tabs button{flex:1 1 calc(50% - 8px);gap:12px;min-height:48px;padding:10px 12px;font-size:14px;justify-content:space-between}.featured-results-head{gap:10px;align-items:flex-start}.featured-results-head h3{font-size:19px}.featured-results-head>span{font-size:11px;padding-top:5px}.featured-section [data-currency-controls]{margin-bottom:20px}.featured-section .currency-switch{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px 14px}.featured-section .currency-switch>div{display:flex}.featured-section .property-grid,.catalogue-group>.property-grid,[data-property-list=qatar]{grid-template-columns:minmax(0,1fr);gap:22px}.property-card .property-body{padding:20px}.property-card .property-body h3{min-height:0;font-size:20px}.property-card .property-media{aspect-ratio:16/10}.property-card .property-price{font-size:25px}.property-card-actions{grid-template-columns:minmax(0,1fr) auto 44px}.property-card-actions .btn{padding-inline:10px}.featured-footer .btn{width:100%;font-size:13px}}
@media(prefers-reduced-motion:reduce){.property-card,.property-card *{transition:none!important}}

/* v708: five destinations and a mobile advisor card with safe-area clearance. */
@media(max-width:700px){
  :root{--country-nav-height:74px;--country-nav-safe:env(safe-area-inset-bottom,0px)}
  html{scroll-padding-bottom:calc(var(--country-nav-height) + var(--country-nav-safe) + 88px)}
  body{padding-bottom:calc(var(--country-nav-height) + var(--country-nav-safe) + 88px)}
  .country-bottom-nav{height:calc(var(--country-nav-height) + var(--country-nav-safe));padding:7px 10px calc(7px + var(--country-nav-safe));gap:5px;grid-template-columns:repeat(5,minmax(0,1fr));background:#0e4c46;border-top:1px solid #ffffff24;box-shadow:0 -5px 24px #163f361c}
  .country-bottom-nav>a{position:relative;min-width:0;min-height:58px;height:100%;border:1px solid transparent;border-radius:12px;gap:3px;color:#e2ede7;font-size:11px;line-height:1.4;padding:3px 1px}
  .country-bottom-nav .country-nav-flag{display:grid;place-items:center;height:29px;font-family:'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji',sans-serif;font-size:27px;line-height:1;filter:drop-shadow(0 1px 2px #0002)}
  .country-bottom-nav .country-nav-name{font-size:11px;font-weight:600;white-space:nowrap}
  .country-bottom-nav>a.active{background:#fff9e8;color:#174a3e;border-color:#dec384;box-shadow:0 2px 9px #072e2a24}
  .country-bottom-nav>a:hover:not(.active){background:#ffffff10;border-color:#ffffff30}
  .country-bottom-nav>a:focus-visible{outline:2px solid #e3bf68;outline-offset:-3px}
  .whatsapp-float{display:flex;position:fixed;inset-inline-start:12px;inset-inline-end:auto;bottom:calc(var(--country-nav-height) + var(--country-nav-safe) + 12px);width:min(350px,calc(100% - 24px));min-width:0;height:66px;gap:10px;padding:9px 12px;border-radius:19px;background:#fffffff7;box-shadow:0 6px 22px #163f361f;z-index:65;animation:none}
  .whatsapp-float>.wa-brand-icon{width:44px;height:44px;flex-basis:44px}
  .whatsapp-float .wa-float-copy{flex:1;min-width:0;white-space:normal;gap:2px;line-height:1.45}
  .whatsapp-float .wa-float-copy small{font-size:10px;font-weight:600}.whatsapp-float .wa-float-copy strong{font-size:13px;font-weight:750}
  .whatsapp-float .wa-float-live{width:28px;height:28px;flex-basis:28px}.whatsapp-float .wa-float-live::before{line-height:28px;font-size:16px}
  .whatsapp-float:focus-visible{outline:3px solid #b99040;outline-offset:3px}
  .install-banner{bottom:calc(var(--country-nav-height) + var(--country-nav-safe) + 88px)}
  body.menu-open .whatsapp-float,body.menu-open .country-bottom-nav,
  body:has(dialog[open]) .whatsapp-float,body:has(dialog[open]) .country-bottom-nav,
  body:has(input:focus,textarea:focus,select:focus) .whatsapp-float,body:has(input:focus,textarea:focus,select:focus) .country-bottom-nav{visibility:hidden;pointer-events:none}
}
@media(max-width:360px){.country-bottom-nav{padding-inline:6px;gap:3px}.country-bottom-nav .country-nav-name{font-size:10px}.whatsapp-float{gap:8px;padding-inline:10px}.whatsapp-float .wa-float-copy strong{font-size:12px}.whatsapp-float .wa-float-copy small{font-size:9px}.whatsapp-float>.wa-brand-icon{width:40px;height:40px;flex-basis:40px}}

/* Catalogue navigation uses destination names and labels without listing totals. */
.featured-country-tabs button,.catalogue-view,.catalogue-type{justify-content:center}
