/* Stage redesign foundation. Existing data, actions and hidden states stay in charge. */
body.dod-redesign {
  /* Keep the established Dodolist lime; fill and text colors have distinct roles. */
  --action: #b5de28;
  --action-hover: #a8d21d;
  --action-soft: #f5fae8;
  --action-ink: #101b31;
  --action-text: #101b31;
  --lime: var(--action);
  --lime-d: var(--action-hover);
  --lime-soft: var(--action-soft);
  --navy: #101b31;
  --muted: #627187;
  --line: #e1e7e3;
  --soft: #f8faf8;
  --hero: #f3faf9;
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
}
.dod-redesign .wrap { width: min(1380px, calc(100% - 64px)); }
.dod-redesign .mainbar { height: 80px; border-color: #edf0ed; }
.dod-redesign .mainbar .wrap { grid-template-columns: 200px minmax(220px, 1fr) auto; gap: 28px; }
.dod-redesign .mini { display: none !important; }
.dod-redesign .mainbar .wrap { grid-template-columns: 191px minmax(220px, 1fr) 98px auto; }
.dod-redesign .header-language { display: block; }
.dod-redesign .header-language select { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0 8px; font-size: 13px; font-weight: 700; }
.dod-redesign .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.dod-redesign .mainbar .search { border-radius: 10px; background: #fff; }
.dod-redesign .search input { min-width: 0; padding-inline: 16px; }
.dod-redesign .search button { background: var(--action); color: var(--action-ink); border-radius: 0; }
.dod-redesign .nav-actions { gap: 20px; }
.dod-redesign .post-btn,
.dod-redesign .btn-lime { background: var(--action); color: var(--action-ink); box-shadow: none; border-radius: 10px; }
.dod-redesign .post-btn:hover,
.dod-redesign .btn-lime:hover { background: var(--action-hover); }
.dod-redesign .btn-white,
.dod-redesign .btn-dark { border-radius: 10px; }
.dod-redesign button:focus-visible,
.dod-redesign a:focus-visible,
.dod-redesign input:focus-visible,
.dod-redesign select:focus-visible,
.dod-redesign textarea:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.dod-redesign .hero {
  padding: 48px max(32px, calc((100vw - 1380px) / 2)) 42px;
  text-align: left;
  background: #f7fbf8;
  border-bottom: 1px solid #e9f0e9;
}
.dod-redesign .hero h1 { margin: 0 0 16px; max-width: 760px; font-size: clamp(36px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.dod-redesign .hero p { margin: 0; max-width: 760px; font-size: 18px; color: #344454; }
.dod-redesign .hero-actions { margin-top: 26px; justify-content: flex-start; flex-wrap: wrap; gap: 12px; }
.dod-redesign .hero-actions .btn-lime,
.dod-redesign .hero-actions .btn-white { min-height: 50px; padding-inline: 26px; }
.dod-redesign .hero-trust { justify-content: flex-start; gap: 24px; margin-top: 23px; font-size: 13px; font-weight: 600; color: #344454; }
.dod-redesign .hero-trust span::before { color: var(--action-text); }
.dod-redesign .hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 36px; align-items: center; max-width: 1380px; margin: auto; }
.dod-redesign .hero h1 span { color: var(--navy); background: linear-gradient(transparent 72%, var(--action) 72%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.dod-redesign .hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; border-radius: 20px; padding: 5px 11px; background: var(--action-soft); color: var(--action-text); font-size: 12px; font-weight: 700; }
.dod-redesign .hero-how { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 0; list-style: none; }
.dod-redesign .hero-how li { min-width: 0; position: relative; padding: 16px 13px; border: 1px solid #e3eae4; border-radius: 12px; background: rgb(255 255 255 / 94%); box-shadow: 0 4px 14px rgb(24 65 41 / 4%); }
.dod-redesign .hero-how li:not(:last-child)::after { content: '→'; position: absolute; top: 48%; right: -13px; z-index: 1; color: var(--action-text); font-weight: 900; }
.dod-redesign .hero-how strong { display: flex; align-items: flex-start; gap: 6px; font-size: 13px; line-height: 1.35; min-height: 36px; }
.dod-redesign .hero-step-number { flex: none; display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--action); color: var(--action-ink); font-size: 11px; }
.dod-redesign .hero-how p { font-size: 12px; line-height: 1.5; margin: 12px 0 0; color: #647366; }
.dod-redesign .hero-photo-symbol,
.dod-redesign .hero-draft-symbol,
.dod-redesign .hero-review-symbol { height: 112px; margin-top: 12px; display: flex; align-items: center; justify-content: center; position: relative; color: var(--action-text); background: #f5fae8; border-radius: 8px; }
.dod-redesign .hero-photo-symbol { border: 1px dashed #c8db8b; }
.dod-redesign .hero-symbol-plus { position: absolute; bottom: 12px; right: 12px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--action-ink); background: var(--action); border-radius: 50%; font-size: 22px; line-height: 1; }
.dod-redesign .hero-draft-symbol { flex-direction: column; align-items: flex-start; gap: 10px; padding: 20px; background: #eef7f7; }
.dod-redesign .hero-draft-symbol span { display: block; height: 6px; width: 100%; border-radius: 3px; background: #b9d8d7; }
.dod-redesign .hero-draft-symbol span:first-child { width: 72%; background: #71b7b5; }
.dod-redesign .hero-draft-symbol span:last-of-type { width: 56%; }
.dod-redesign .hero-draft-symbol b { position: absolute; right: 11px; bottom: 7px; color: #318e8d; font-size: 27px; }
html.browse-focused .dod-home-redesign .hero,
html.all-listings .dod-home-redesign .hero { display: none !important; }
.dod-redesign .market { padding: 30px 0 52px; }
.dod-redesign .market-grid { grid-template-columns: 234px minmax(0, 1fr); gap: 26px; }
.dod-redesign .market-grid > * { min-width: 0; }
.dod-redesign .sidebar { border-radius: 10px; }
.dod-redesign .sidebar h2 { padding: 16px 16px 8px; font-size: 18px; }
.dod-redesign .cat-list { padding: 0 8px 12px; }
.dod-redesign .cat-list button,
.dod-redesign .cat-list > li > a { min-height: 42px; border-radius: 7px; font-size: 14px; gap: 10px; }
.dod-redesign .cat-list button.active,
.dod-redesign .cat-list > li > a.active { background: var(--action-soft); color: var(--action-text); }
.dod-redesign .section-head { gap: 17px; margin-bottom: 12px; }
.dod-redesign .section-head h2 { font-size: 25px; margin-bottom: 4px; }
.dod-redesign .section-head p { font-size: 13px; }
.dod-redesign .section-head > div:last-child { gap: 8px !important; }
.dod-redesign #adFilter button { min-height: 42px; padding: 8px 15px; }
.dod-redesign #adFilter button.on { color: var(--action-text); background: var(--action-soft); }
.dod-redesign #sortSel,
.dod-redesign #availabilitySel,
.dod-redesign #districtSel,
.dod-redesign #mapToggle { min-height: 42px; border-radius: 8px !important; }
.dod-redesign .viewall { color: var(--action-text); }
.dod-redesign #listingSearchStatus { font-size: 13px; line-height: 1.4; }
.dod-redesign #listingSearchStatus[data-state="loading"] { color: #344454; }
.dod-redesign #listingSearchStatus[data-state="error"] { color: #96311f; }
.dod-redesign #cards.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
html.all-listings .dod-redesign #cards.cards { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dod-redesign #cards .card { min-width: 0; border-radius: 10px; box-shadow: none; }
.dod-redesign #cards .card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgb(19 51 32 / 8%); }
.dod-redesign #cards .card-media { height: auto; aspect-ratio: 16 / 10; }
.dod-redesign #cards .card-body { padding: 13px 14px 14px; }
.dod-redesign #cards .card h3 { margin: 0 0 5px; font-size: 15px; line-height: 1.35; overflow-wrap: anywhere; }
.dod-redesign #cards .price { color: var(--action-text); font-size: 18px; line-height: 1.3; }
.dod-redesign #cards .meta { gap: 8px; margin-top: 10px; font-size: 11.5px; }
.dod-redesign #cards .heart { top: 10px; right: 10px; width: 36px; height: 36px; border-color: #e1e5e0; }
.dod-redesign #cards .badge { left: 10px; top: 10px; padding: 4px 8px; font-size: 11px; }
.dod-redesign #loadMore { border-color: #c8db8b !important; border-radius: 9px !important; color: var(--action-text); min-width: 240px; }
.dod-redesign .overlay { background: rgb(11 24 29 / 60%); }
.dod-redesign .modal { border-radius: 16px; box-shadow: 0 20px 80px rgb(16 40 28 / 20%); }
.dod-redesign .modal-head { min-height: 78px; padding-inline: 32px; }
.dod-redesign .modal-head h2 { font-size: 29px; }
.dod-redesign .modal-body { padding: 26px 32px 32px; }
.dod-redesign .modal-foot { min-height: 84px; padding: 16px 32px calc(16px + env(safe-area-inset-bottom)); }
.dod-redesign #adType { gap: 14px; margin-bottom: 18px; }
.dod-redesign #adType button { min-height: 52px; border-radius: 10px; }
.dod-redesign #adType button.on { color: var(--action-text); border-color: #c8db8b; background: #f5fae8; }
.dod-redesign .dropzone { min-height: 340px; padding: 28px; border: 2px dashed #dce7bb; border-radius: 15px; background: linear-gradient(#fcfefb, #fff); }
.dod-redesign .upload-icon { width: 76px; height: 76px; margin-bottom: 20px; color: var(--action-text); background: #f5fae8; }
.dod-redesign .dropzone h3 { font-size: 28px; }
.dod-redesign .dropzone p { font-size: 17px; margin-bottom: 24px; }
.dod-redesign .photo-source-actions button { min-height: 50px; padding-inline: 26px; }
.dod-redesign #dodKopf .pille { border-radius: 10px; background: #fff; }
.dod-redesign #dodKopf .kchip { border-radius: 8px; }
.dod-redesign #dodKopf .kchip.alle { background: var(--action); border-color: var(--action); color: var(--action-ink); }
.dod-redesign #dodKopf .kchip.alle svg { color: var(--action-ink); }
.dod-redesign #dodBar .dodtab.on { color: var(--action-text); background: var(--action-soft); }
.dod-redesign #dodBar .dodtab .knopf { background: var(--action); color: var(--action-ink); }
.dod-redesign #dodBar .dodtab:focus-visible { outline-color: var(--navy); }
.dod-redesign #dodKopf .kchip svg { color: var(--action-text); }

@media (min-width: 981px) {
  .dod-redesign .section-head { flex-direction: column; align-items: stretch; }
  .dod-redesign .section-head > div:first-child { order: 2; }
  .dod-redesign .section-head > div:last-child { order: 1; }
}
@media (max-width: 1180px) {
  .dod-redesign .mainbar .wrap { gap: 18px; grid-template-columns: 191px minmax(180px, 1fr) 98px auto; }
  .dod-redesign .hero-layout { gap: 24px; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); }
  .dod-redesign .hero h1 { font-size: 43px; }
  html.all-listings .dod-redesign #cards.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .dod-redesign .wrap { width: calc(100% - 32px); }
  .dod-redesign .mainbar { height: auto; }
  .dod-redesign .mainbar .wrap { grid-template-columns: minmax(0, 1fr) 98px auto; gap: 12px; padding-block: 12px; }
  .dod-redesign .mainbar .brand { grid-column: 1; grid-row: 1; }
  .dod-redesign .mainbar .header-language { grid-column: 2; grid-row: 1; }
  .dod-redesign .mainbar .nav-actions { grid-column: 3; grid-row: 1; }
  .dod-redesign .mainbar .search { grid-column: 1 / -1; grid-row: 2; display: flex !important; width: 100%; height: 46px; }
  .dod-redesign .mainbar .brand img { max-width: 100%; object-fit: contain; object-position: left center; }
  .dod-redesign .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .dod-redesign .hero-how { max-width: 680px; }
  .dod-redesign .market-grid { grid-template-columns: minmax(0, 1fr); }
  .dod-redesign #cards.cards,
  html.all-listings .dod-redesign #cards.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dod-redesign .modal { border-radius: 0; }
}
@media (max-width: 820px) {
  .dod-redesign #dodKopf { min-height: 42px; margin-bottom: 14px; }
  .dod-redesign #dodKopf .pille { display: none; }
  .dod-redesign #dodKopf .reihe { margin-top: 0; }
  .dod-redesign .hero-layout { gap: 20px; }
  .dod-redesign .hero-how li { padding: 0; border: 0; box-shadow: none; background: transparent; }
  .dod-redesign .hero-how strong { font-size: 11px; min-height: 0; gap: 5px; }
  .dod-redesign .hero-how li::after,
  .dod-redesign .hero-how p,
  .dod-redesign .hero-photo-symbol,
  .dod-redesign .hero-draft-symbol,
  .dod-redesign .hero-review-symbol { display: none; }
  .dod-redesign .hero-eyebrow { margin-bottom: 12px; }
  .dod-redesign .hero { padding: 28px 18px 26px !important; }
  .dod-redesign .hero h1 { font-size: clamp(29px, 7.5vw, 42px) !important; line-height: 1.1 !important; letter-spacing: -.04em; }
  .dod-redesign .hero p { font-size: 15px !important; line-height: 1.5; }
  .dod-redesign .hero-actions { margin-top: 22px !important; flex-direction: column; align-items: stretch; }
  .dod-redesign .hero-actions > * { width: 100%; }
  .dod-redesign .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .dod-redesign .hero-actions .btn-lime,
  .dod-redesign .hero-actions .btn-white { padding-inline: 12px; font-size: 13px; white-space: normal; text-align: center; }
  .dod-redesign .hero-actions #bulkSellEntry { grid-column: 1 / -1; }
  .dod-redesign .hero-trust { gap: 14px !important; margin-top: 18px !important; font-size: 12px !important; }
  .dod-redesign .section-head { align-items: stretch; }
  .dod-redesign .section-head > div { min-width: 0; width: 100%; }
  .dod-redesign .section-head h2 { font-size: 23px; }
  .dod-redesign #sortSel { flex: 1; min-width: 135px; }
  .dod-redesign #availabilitySel,
  .dod-redesign #districtSel { flex: 1; min-width: 130px; max-width: none !important; }
  .dod-redesign #mapToggle { min-width: 78px; }
  .dod-redesign #adFilter { flex: 1; }
  .dod-redesign #adFilter button { flex: 1; padding-inline: 11px; }
  .dod-redesign .modal-head { padding-inline: 18px; min-height: 70px; }
  .dod-redesign .modal-head h2 { font-size: 24px; }
  .dod-redesign .modal-body { padding: 20px 18px 24px; }
  .dod-redesign .modal-foot { padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); }
  .dod-redesign #adType { gap: 8px; }
  .dod-redesign #adType button { padding-inline: 9px; font-size: 14px; }
  .dod-redesign .dropzone { min-height: 300px; padding: 24px 16px; }
  .dod-redesign .dropzone h3 { font-size: 24px; }
  .dod-redesign .dropzone p { font-size: 16px; }
  .dod-redesign .photo-source-actions { width: 100%; gap: 10px; }
  .dod-redesign .photo-source-actions button { width: 100%; }
}
@media (max-width: 640px) {
  .dod-redesign .wrap { width: calc(100% - 28px); }
  .dod-redesign #cards.cards,
  html.all-listings .dod-redesign #cards.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .dod-redesign #cards .card-media { aspect-ratio: 4 / 3; }
  .dod-redesign #cards .card-body { padding: 10px; }
  .dod-redesign #cards .card h3 { font-size: 14px; line-height: 1.3; height: 37px; }
  .dod-redesign #cards .price { font-size: 17px; }
  .dod-redesign #cards .meta { flex-direction: column; gap: 2px; font-size: 11px; }
  .dod-redesign #cards .heart { top: 7px; right: 7px; width: 32px; height: 32px; }
  .dod-redesign #cards .badge { top: 7px; left: 7px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .dod-redesign #cards .card { transition: none; }
  .dod-redesign #cards .card:hover { transform: none; }
}

/* All three frames reuse the exact same already loaded listing photo. */
.dod-home-redesign .hero .has-example { overflow: hidden; padding: 0; background: #fff; border: 1px solid #e3eae4; }
.dod-home-redesign .hero .has-example img { width: 100%; height: 100%; object-fit: contain; }
.dod-home-redesign .hero .has-example > svg,
.dod-home-redesign .hero .has-example > span:not(.hero-symbol-plus) { display: none; }
.dod-home-redesign .hero .has-example b,
.dod-home-redesign .hero .has-example .hero-symbol-plus { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #fff; color: var(--action-text); bottom: 7px; right: 7px; box-shadow: 0 1px 4px #ccd8c9; }
.dod-home-redesign .hero .hero-review-symbol.has-example::after { content: '✓'; position: absolute; right: 7px; bottom: 7px; width: 25px; height: 25px; border-radius: 50%; background: var(--action); color: var(--action-ink); display: grid; place-items: center; }
.dod-home-redesign .hero .hero-example-note { max-width: 1380px; text-align: right; margin: 13px auto 0; font-size: 10px; color: #697966; }
@media(max-width:820px){.dod-home-redesign .hero .hero-example-note { display:none; }}

.dod-home-redesign .hero { background-image: linear-gradient(90deg,rgb(255 255 255 / 32%),rgb(255 255 255 / 48%)),url('/assets/mauritius-hero-20260908.webp'); background-size: cover; background-position: center bottom; }
.dod-home-redesign #resultCount { display: none; } /* The live search status already reports the actual result count. */
.dod-home-redesign .browse-controls > * { flex-shrink: 0; }
@media(max-width:820px){
 .dod-home-redesign .hero { padding-block: 20px !important; }
 .dod-home-redesign .hero-eyebrow,.dod-home-redesign .hero-trust { display:none; }
 .dod-home-redesign .hero h1 { margin-bottom: 12px; }
 .dod-home-redesign .hero-actions { margin-top: 17px !important; }
 .dod-home-redesign .hero-layout { gap: 17px; }
 .dod-home-redesign .hero-how strong { font-size: 10.5px; }
 .dod-home-redesign .hero-how { gap: 10px; }
 .dod-home-redesign .browse-controls { display:grid !important; grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
 .dod-home-redesign #adFilter { grid-column:1/-1; display:flex; width:100%; }
 .dod-home-redesign #adFilter button { flex:1; min-width:0; padding-inline:9px; }
 .dod-home-redesign #sortSel,.dod-home-redesign #availabilitySel,.dod-home-redesign #districtSel { width:100%; min-width:0; max-width:none !important; font-size:13px !important; }
 .dod-home-redesign #districtSel { grid-column:1/-1; }
 .dod-home-redesign .section-head { gap:14px; }
 .dod-home-redesign .section-head p { font-size:12px; }
 .dod-home-redesign .market { padding-top:18px; }
 .dod-home-redesign #listingSearchStatus { margin-bottom:8px !important; min-height:24px !important; }
}

.dod-home-redesign .hero h1 { letter-spacing:-.025em; word-spacing:.045em; }
.dod-home-redesign #browseOptionsToggle { display:none; }
.dod-home-redesign .browse-extra-controls { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
.dod-home-redesign .hero .hero-example-note { font-size:11px; }
.dod-home-redesign .hero-draft-lines { width:100%; display:grid; gap:10px; }
.dod-home-redesign .hero-draft-lines span { width:100%; height:6px; border-radius:3px; background:#b9d8d7; }
.dod-home-redesign .hero-draft-lines span:first-child { width:75%; }
.dod-home-redesign .hero-draft-lines span:last-child { width:55%; }
.dod-home-redesign .hero .hero-draft-symbol.has-example { display:grid; grid-template-columns:54px minmax(0,1fr); gap:12px; padding:12px; }
.dod-home-redesign .hero .hero-draft-symbol.has-example img { height:65px; border-radius:4px; }
.dod-home-redesign .hero-review-list { display:grid; gap:9px; padding:12px; font-size:12px; color:#344454; }
.dod-home-redesign .hero-review-list span::before { content:'✓'; color:var(--action-text); margin-right:7px; }
.dod-home-redesign .hero .hero-review-symbol { justify-content:flex-start; }
.dod-home-redesign .hero .hero-review-symbol > svg { display:none; }
.dod-home-redesign .hero .hero-review-symbol.has-example img { width:42px; height:42px; position:absolute; right:8px; top:10px; border-radius:4px; }
.dod-home-redesign .hero .hero-review-symbol.has-example::after { display:none; }
.dod-home-redesign .upload-title-mobile { display:none; }
.dod-home-redesign #takePhoto { background:var(--action); color:var(--action-ink); }
.dod-home-redesign #takePhoto:hover { background:var(--action-hover); }
@media(max-width:820px){
 .dod-home-redesign .hero h1 { letter-spacing:-.02em; }
 .dod-home-redesign #browseOptionsToggle { display:inline-flex; justify-content:center; align-items:center; min-height:42px; padding:8px 12px; border:1px solid var(--line); border-radius:8px; background:#fff; font-weight:700; }
 .dod-home-redesign #browseOptionsToggle[aria-expanded=true] { border-color:#c8db8b; background:var(--action-soft); color:var(--action-text); }
 .dod-home-redesign #browseExtraPanel { display:none; }
 .dod-home-redesign.browse-options-open #browseExtraPanel { display:block; margin:0 0 16px; padding:12px; border:1px solid var(--line); border-radius:10px; background:var(--soft); }
 .dod-home-redesign #filterToggle { display:none !important; }
 .dod-home-redesign .browse-extra-controls { display:grid; grid-template-columns:1fr; gap:10px; }
 .dod-home-redesign .browse-extra-controls #mapToggle { display:inline-flex; justify-content:center; }
 .dod-home-redesign #filterBar { padding:12px 0 0 !important; border:0 !important; border-top:1px solid var(--line) !important; margin-bottom:0 !important; border-radius:0 !important; }
 .dod-home-redesign .section-head p { display:none; }
 .dod-home-redesign .section-head { gap:12px; margin-bottom:8px; }
 .dod-home-redesign .upload-title-desktop { display:none; }
 .dod-home-redesign .upload-title-mobile { display:inline; }
 .dod-home-redesign .hero .hero-draft-symbol.has-example { display:none; }
}

@media(min-width:821px){ .dod-home-redesign .browse-extra-controls { display:contents; } }
@media(max-width:820px){
 .dod-home-redesign .browse-controls .browse-extra-controls { display:none; grid-column:1/-1; padding:12px; border:1px solid var(--line); border-radius:10px; background:var(--soft); margin:0; }
 .dod-home-redesign.browse-options-open .browse-controls .browse-extra-controls { display:grid; }
 .dod-home-redesign.browse-options-open #browseExtraPanel { padding:0; border:0; margin-bottom:10px; }
 .dod-home-redesign #mapToggle { display:inline-flex !important; }
}
@media(max-width:820px){ .dod-home-redesign #listings { scroll-margin-top:142px; } }
@media(min-width:981px) and (max-width:1180px){ .dod-home-redesign .market-grid { grid-template-columns:minmax(0,1fr); } }

/* Reference refinement: a compact selling story and readable marketplace rows. */
.dod-home-redesign .hero {
  padding-top: 30px;
  padding-bottom: 24px;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 66%), rgb(255 255 255 / 58%)), url('/assets/mauritius-hero-20260908.webp');
}
.dod-home-redesign .hero-copy > p { max-width: 510px; line-height: 1.5; font-size: 17px; }
.dod-home-redesign .hero-actions { margin-top: 22px; gap: 12px; }
.dod-home-redesign .hero-actions .btn-lime,
.dod-home-redesign .hero-actions .btn-white { min-height: 50px; padding-inline: 24px; font-size: 16px; }
.dod-home-redesign .hero-bulk-link {
  display: inline-flex; align-items: center; min-height: 44px; margin-top: 4px;
  padding: 4px 0; border: 0; background: transparent; color: #344454;
  font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.dod-home-redesign .hero-trust { margin-top: 12px; gap: 20px; font-size: 12px; }
.dod-home-redesign .hero-how { gap: 16px; }
.dod-home-redesign .hero-how li { padding: 13px 12px; border-radius: 9px; }
.dod-home-redesign .hero-how strong { font-size: 12px; min-height: 32px; }
.dod-home-redesign .hero-photo-symbol,
.dod-home-redesign .hero-draft-symbol,
.dod-home-redesign .hero-review-symbol { height: 158px; margin-top: 7px; }
.dod-home-redesign .hero .hero-photo-symbol.has-example { background: #f4f6f2; }
.dod-home-redesign .hero .hero-photo-symbol.has-example .hero-symbol-plus {
  width: 40px; height: 40px; background: var(--action); color: var(--action-ink); border: 3px solid white;
}
.dod-home-redesign .hero .hero-draft-symbol.has-example {
  display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding: 8px;
}
.dod-home-redesign .hero .hero-draft-symbol.has-example img { width: 100%; height: 100px; background: #f4f6f2; }
.dod-home-redesign .hero .hero-draft-lines { gap: 5px; }
.dod-home-redesign .hero .hero-draft-lines span { height: 4px; }
.dod-home-redesign .hero .hero-draft-symbol.has-example b { width: 28px; height: 28px; color: #147c7e; }
.dod-home-redesign .hero-review-list { gap: 17px; padding: 10px; font-size: 12px; }
.dod-home-redesign .hero .hero-review-symbol.has-example img { display: none; }
.dod-home-redesign .hero-how p { font-size: 11px; line-height: 1.45; margin-top: 10px; }
.dod-home-redesign .hero .hero-example-note { margin-top: 7px; }
.dod-home-redesign .market { padding-top: 22px; }
.dod-home-redesign .cat-list button,
.dod-home-redesign .cat-list > li > a { min-height: 38px; font-size: 13px; }
.dod-home-redesign .section-head p { display: none; }
.dod-home-redesign .section-head h2 { font-size: 25px; }
.dod-home-redesign .feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dod-home-redesign .feed-heading .viewall { flex-shrink: 0; font-size: 14px; }
.dod-home-redesign .viewall-short { display: none; }
html.all-listings .dod-home-redesign .section-head > .feed-heading { order: 1; }
html.all-listings .dod-home-redesign .section-head > .browse-controls { order: 2; }
html.all-listings .dod-home-redesign .feed-heading h2 { font-size: 36px; letter-spacing: -.03em; margin: 4px 0 3px; }
.dod-home-redesign #listingSearchStatus { min-height: 24px !important; margin-bottom: 10px !important; }
.dod-redesign #cards .card-body { display: flex; flex-direction: column; gap: 3px; padding: 10px 12px 12px; }
.dod-redesign #cards .price { order: -1; }
.dod-redesign #cards .card h3 { margin: 0; line-height: 1.35; }
.dod-redesign #cards .meta { margin-top: 4px; align-items: flex-start; }
.dod-redesign #cards .meta > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.dod-redesign #cards .meta > span:last-child { flex-shrink: 0; }
.dod-redesign #cards .heart { width: 44px; height: 44px; top: 7px; right: 7px; }
.dod-redesign #cards .badge:not(.sold):not(.wanted):not(.featured):not(.offer):not(.new) { background: #fff; color: #344454; border: 1px solid #e1e7d8; }
.dod-home-redesign .dropzone h3 { color: var(--navy); font-size: 32px; letter-spacing: -.025em; }
.dod-home-redesign .dropzone > p { max-width: 610px; margin-inline: auto; font-size: 16px; line-height: 1.5; }
.dod-home-redesign .upload-icon svg.ic { color: var(--action-text); }
.dod-home-redesign .photo-source-actions { justify-content: center; }
.dod-home-redesign .photo-source-actions button { min-height: 54px; font-size: 17px; }
.dod-home-redesign .upload-ai-hint { max-width: 600px; line-height: 1.5; }
@media (min-width: 1181px) {
  .dod-home-redesign .hero h1 { white-space: nowrap; }
}
@media (min-width: 821px) and (max-width: 980px) {
  .dod-home-redesign .hero-how { display: none; }
  .dod-home-redesign .hero .hero-example-note { display: none; }
}
@media (max-width: 820px) {
  .dod-home-redesign .hero { padding: 20px 18px 18px !important; }
  .dod-home-redesign .hero-eyebrow { display: none; }
  .dod-home-redesign .hero h1 { font-size: clamp(29px, 7.6vw, 42px) !important; margin-bottom: 12px !important; }
  .dod-home-redesign .hero-copy > p { font-size: 15px !important; line-height: 1.5; }
  .dod-home-redesign .hero-actions { gap: 10px; }
  .dod-home-redesign .hero-actions .btn-lime,
  .dod-home-redesign .hero-actions .btn-white { padding: 10px 9px; font-size: 14px; }
  .dod-home-redesign .hero-bulk-link { margin-top: 0; text-align: left; font-size: 11px; }
  .dod-home-redesign .hero-how { display: none; }
  .dod-home-redesign .hero-trust { display: flex; margin-top: 8px !important; gap: 12px !important; font-size: 11px !important; }
  .dod-home-redesign .hero-trust span:last-child { display: none; }
  .dod-home-redesign .section-head { gap: 12px; }
  .dod-home-redesign .section-head .viewall[data-view-all] { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; gap: 4px; }
  .dod-home-redesign .viewall-full { display: none; }
  .dod-home-redesign .viewall-short { display: inline; }
  .dod-home-redesign .feed-heading h2 { font-size: 22px; }
  html.all-listings .dod-home-redesign .feed-heading h2 { font-size: 27px; }
  .dod-redesign #cards .card-media { aspect-ratio: 4 / 3; }
  .dod-home-redesign .dropzone h3 { font-size: 25px; }
  .dod-home-redesign .photo-source-actions button { font-size: 15px; }
}
@media (max-width: 380px) {
  .dod-home-redesign .hero-actions { grid-template-columns: 1fr; }
  .dod-redesign #cards .card-body { padding: 9px; }
  .dod-redesign #cards .badge { max-width: calc(100% - 63px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* A single language control across home, collections, seller and detail pages. */
body.dod-redesign .dod-language-original[hidden] { display: none !important; }
body.dod-redesign .dod-language { position: relative; flex: none; width: 98px; }
.dod-redesign .dod-language-trigger { width: 100%; height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 10px; border: 1px solid #e1e7e3; border-radius: 9px; background: #fff; color: #101b31; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.dod-redesign .dod-language-trigger:hover, .dod-redesign .dod-language-trigger[aria-expanded=true] { background: #f5fae8; border-color: #c5d992; }
.dod-redesign .dod-language-trigger[aria-expanded=true] .dod-language-chevron { transform: rotate(180deg); }
.dod-redesign .dod-language-menu { position: absolute; z-index: 100; right: 0; top: calc(100% + 9px); min-width: 208px; padding: 6px; border: 1px solid #e1e7e3; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px #101b311a, 0 2px 6px #101b3108; }
.dod-redesign .dod-language-menu[hidden] { display: none; }
.dod-redesign .dod-language-menu button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; padding: 10px 12px; border: 0; border-radius: 7px; background: #fff; color: #101b31; font: inherit; font-size: 14px; text-align: left; cursor: pointer; }
.dod-redesign .dod-language-menu button svg { visibility: hidden; flex: none; }
.dod-redesign .dod-language-menu button[aria-checked=true] { background: #f5fae8; font-weight: 650; }
.dod-redesign .dod-language-menu button[aria-checked=true] svg { visibility: visible; }
.dod-redesign .dod-language-menu button:hover { background: #f1f4ed; }
.dod-redesign .dod-language-menu button:focus-visible { outline: 2px solid #101b31; outline-offset: -2px; }

/* Quiet app invitation, with a crisp device illustration using the current listings. */
body.dod-redesign .dod-app-promo { position: relative; width: min(1380px, calc(100% - 64px)); margin: 35px auto 0; padding: 24px 28px 24px 174px; border: 1px solid #dce7bb; border-radius: 12px; background: linear-gradient(110deg,#f1f8de,#fafcf5 65%); color: #101b31; }
.dod-redesign .dod-app-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 70px; }
.dod-redesign .dod-app-copy { min-width: 0; max-width: 350px; }
.dod-redesign .dod-app-promo h2 { margin: 0 0 6px; font-size: 26px; line-height: 1.15; letter-spacing: -.035em; font-weight: 800; }
.dod-redesign .dod-app-promo h2::after { content: "."; color: #7b9914; }
.dod-redesign .dod-app-promo p { margin: 0; font-size: 13px; line-height: 1.55; color: #586453; }
.dod-redesign .dod-app-benefits { display: grid; gap: 7px; list-style: none; padding: 0; margin: 0; flex: none; font-size: 12px; color: #47513f; }
.dod-redesign .dod-app-benefits li { display: flex; align-items: center; gap: 8px; }
.dod-redesign .dod-app-benefits svg { flex: none; color: #607c0e; }
.dod-redesign .dod-app-promo-stores { display: flex; gap: 10px; flex: none; }
.dod-redesign .dod-app-promo .store-badge { display: inline-flex; align-items: center; gap: 9px; min-height: 47px; padding: 7px 12px; border: 1px solid #000; border-radius: 7px; background: #080808; color: #fff; text-decoration: none; }
.dod-redesign .dod-app-promo .store-badge:hover { background: #242424; }
.dod-redesign .dod-app-promo .store-badge svg { flex: none; width: 24px; height: 26px; }
.dod-redesign .dod-app-promo .store-badge span { display: flex; flex-direction: column; font-size: 17px; font-weight: 650; line-height: 1.2; white-space: nowrap; }
.dod-redesign .dod-app-promo .store-badge small { font-size: 9px; font-weight: 400; }
.dod-redesign .dod-app-art { position: absolute; width: 170px; height: 176px; bottom: -1px; left: 0; pointer-events: none; }
.dod-redesign .dod-app-leaves { position: absolute; bottom: 0; width: 170px; height: 144px; }
.dod-redesign .dod-app-phone { position: absolute; width: 87px; height: 158px; bottom: 6px; left: 49px; transform: rotate(-10deg); border: 4px solid #151d23; border-radius: 17px; background: #fff; box-shadow: 3px 5px 0 #c4c9be, 7px 8px 16px #26371824; padding: 20px 5px 17px; overflow: hidden; }
.dod-redesign .dod-app-phone-island { position: absolute; width: 32px; height: 7px; border-radius: 8px; background: #151d23; top: 4px; left: 50%; transform: translateX(-50%); }
.dod-redesign .dod-app-phone-search { height: 11px; border: 1px solid #e1e7e3; border-radius: 3px; margin-bottom: 7px; display: flex; align-items: center; gap: 4px; padding: 2px; }
.dod-redesign .dod-app-phone-search i { width: 4px; height: 4px; border: 1px solid #536249; border-radius: 50%; }
.dod-redesign .dod-app-phone-search span { width: 38px; height: 2px; background: #dce4d4; }
.dod-redesign .dod-app-phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.dod-redesign .dod-app-phone-card { border: 1px solid #e4e8df; border-radius: 3px; overflow: hidden; padding-bottom: 3px; }
.dod-redesign .dod-app-phone-photo { height: 29px; background: #edf3e0; }
.dod-redesign .dod-app-phone-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dod-redesign .dod-app-phone-card > i, .dod-redesign .dod-app-phone-card > span { display: block; height: 2px; margin: 3px 3px 0; width: 18px; background: #8ba33c; }
.dod-redesign .dod-app-phone-card > span { width: 23px; background: #c9cec1; }
.dod-redesign .dod-app-phone-nav { position: absolute; bottom: 2px; left: 5px; right: 5px; display: flex; align-items: center; justify-content: space-around; font-size: 11px; color: #344454; }
.dod-redesign .dod-app-phone-nav b { width: 14px; height: 14px; border-radius: 50%; background: #b5de28; text-align: center; line-height: 13px; font-weight: 500; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) { background: #fff; color: #627187; margin-top: 28px; font-size: 12px; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-wrap { width: min(1380px,calc(100% - 64px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 0 18px; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-col { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) h4, body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-rule { display: none; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-col a { color: #627187; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-col a:hover { color: #101b31; text-decoration: underline; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-social { margin: 0; gap: 8px; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-social a { width: 36px; height: 36px; background: #f5f7f1; color: #526045; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-bottom { border-color: #edf0e8; color: #6c7564; font-size: 11px; padding: 14px 16px; }
body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-bottom a, body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .consent-settings { color: #526045; }
@media (max-width: 1180px) {
  .dod-redesign .dod-app-promo-inner { flex-wrap: wrap; gap: 16px 24px; }
  .dod-redesign .dod-app-copy { max-width: none; flex: 1; }
  .dod-redesign .dod-app-benefits { order: 3; width: 100%; display: flex; flex-wrap: wrap; gap: 12px 24px; }
}
@media (max-width: 820px) {
  body.dod-redesign .dod-app-promo { width: calc(100% - 28px); margin-top: 24px; padding: 24px 20px 22px 126px; }
  .dod-redesign .dod-app-art { width: 120px; height: 176px; top: 4px; bottom: auto; }
  .dod-redesign .dod-app-leaves { width: 125px; }
  .dod-redesign .dod-app-phone { left: 26px; }
  .dod-redesign .dod-app-copy { flex-basis: 100%; }
  .dod-redesign .dod-app-promo h2 { font-size: 25px; }
  .dod-redesign .dod-app-benefits { display: none; }
  .dod-redesign .dod-app-promo-stores { flex-wrap: wrap; gap: 8px; }
  body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-wrap { width: calc(100% - 36px); flex-wrap: wrap; justify-content: flex-start; gap: 10px 24px; }
  body.dod-redesign .site-footer:is(.has-app-promo,.compact-footer) .foot-col { gap: 6px 18px; }
}
@media (max-width: 480px) {
  body.dod-redesign .dod-app-promo { padding: 22px 18px 18px 119px; }
  .dod-redesign .dod-app-promo-inner { gap: 18px; }
  .dod-redesign .dod-app-copy { min-height: 120px; }
  .dod-redesign .dod-app-promo h2 { font-size: 24px; }
  .dod-redesign .dod-app-promo p { font-size: 12px; }
  .dod-redesign .dod-app-promo-stores { margin-left: -101px; width: calc(100% + 101px); flex-wrap: nowrap; justify-content: center; }
  .dod-redesign .dod-app-promo .store-badge { flex: 1; justify-content: center; gap: 7px; padding: 7px 8px; }
  .dod-redesign .dod-app-promo .store-badge span { font-size: 15px; }
  .dod-redesign .dod-app-promo .store-badge svg { width: 20px; height: 23px; }
  .dod-redesign .dod-app-art { top: -17px; height: 160px; }
  .dod-redesign .dod-app-phone { width: 78px; height: 144px; left: 24px; }
  .dod-redesign .dod-app-phone-photo { height: 23px; }
}
