/* ============================================================
   Renti Thailand — design system
   Brand: red #D80033 (action/price), orange #FDA335 (accent)
   Restraint over decoration. Mobile-first.
   ============================================================ */
:root {
  --red: #D80033;  --red-600: #bf002d;  --red-50: #fff0f3;
  --orange: #FDA335;
  --ink: #15151a;  --muted: #6b7280;  --muted-2: #9aa1ab;
  --line: #e8e8ec; --line-2: #f1f1f4;
  --bg: #ffffff;   --bg-soft: #fafafb; --bg-soft-2: #f4f4f6;
  --shadow-sm: 0 1px 2px rgba(20,20,30,.06), 0 1px 3px rgba(20,20,30,.05);
  --shadow-md: 0 6px 22px rgba(20,20,30,.09);
  --shadow-lg: 0 16px 48px rgba(20,20,30,.16);
  --radius: 14px; --radius-sm: 10px; --radius-pill: 999px;
  --header-h: 60px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
          Arial, "Noto Sans Thai", "Sarabun", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg);
  font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { letter-spacing: -0.02em; line-height: 1.15; margin: 0; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; border-radius: 6px; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  height: 40px; padding: 0 16px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  font-size: 14px; font-weight: 600; white-space: nowrap; transition: .15s ease;
}
.btn:hover { border-color: var(--muted-2); }
.btn-primary { background: var(--red); border-color: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-600); border-color: var(--red-600); }
.btn-ghost { border-color: transparent; background: transparent; }
.btn-contact { background: var(--orange); border-color: var(--orange); color: #fff; }
.btn-contact:hover { background: #ee9622; border-color: #ee9622; }
.btn-sm { height: 34px; padding: 0 12px; font-size: 13px; }
.btn-block { width: 100%; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: baseline; gap: 0; font-weight: 800;
  font-size: 26px; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.logo .dotwrap { position: relative; }
.logo .dot { position: absolute; top: -2px; right: -1px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--orange); }
.logo-tag { font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-top: 3px; }
.logo--light { color: #fff; }
.logo--light .logo-tag { color: rgba(255,255,255,.8); }
.brand-link { display: inline-flex; align-items: center; }
.brand-logo { height: 40px; width: auto; display: block; }
.brand-logo--footer { height: 48px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 16px; height: var(--header-h); }
.header-spacer { flex: 1; }
.header-actions { display: flex; align-items: center; gap: 8px; }

/* Language switch — same pill component as the Rent/Buy segment */
.lang { display: inline-flex; background: var(--bg-soft-2); border-radius: var(--radius-pill); padding: 3px; }
.lang button { border: 0; background: transparent; padding: 6px 13px; border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 700; color: var(--muted); transition: .15s ease; }
.lang button.is-active { background: #fff; color: var(--red); box-shadow: var(--shadow-sm); }

.icon-btn { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: #fff; color: var(--ink); }
.icon-btn:hover { border-color: var(--muted-2); }
.icon-btn svg { width: 18px; height: 18px; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--red) 0%, #c4002e 100%); color: #fff; padding: 44px 0 40px; }
.hero h1 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; max-width: 16ch; }
.hero p { margin: 12px 0 0; font-size: clamp(15px, 2vw, 18px); color: rgba(255,255,255,.9); max-width: 52ch; }

/* ---------- Filter bar ---------- */
.filters { position: sticky; top: var(--header-h); z-index: 50; background: #fff;
  border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.filters .container { display: flex; align-items: center; gap: 8px; padding-top: 12px; padding-bottom: 12px;
  overflow-x: auto; scrollbar-width: none; }
.filters .container::-webkit-scrollbar { display: none; }

.segment { display: inline-flex; background: var(--bg-soft-2); border-radius: var(--radius-pill); padding: 3px; flex: none; }
.segment button { border: 0; background: transparent; padding: 7px 16px; border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 700; color: var(--muted); }
.segment button.is-active { background: #fff; color: var(--red); box-shadow: var(--shadow-sm); }

.search-box { position: relative; flex: 1 1 200px; min-width: 160px; }
.search-box svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--muted-2); }
.search-box input { width: 100%; height: 40px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 0 12px 0 36px; font-size: 14px; background: #fff; }
.search-box input:focus { border-color: var(--red); outline: none; }

/* Dropdown filter control */
.fdrop { position: relative; flex: none; }
.fdrop > .fdrop-btn {
  height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; font-size: 14px; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 7px;
}
.fdrop > .fdrop-btn:hover { border-color: var(--muted-2); }
.fdrop > .fdrop-btn .caret { width: 14px; height: 14px; color: var(--muted-2); transition: transform .15s; }
.fdrop.open > .fdrop-btn { border-color: var(--red); }
.fdrop.open > .fdrop-btn .caret { transform: rotate(180deg); }
.fdrop > .fdrop-btn.has-value { border-color: var(--red); color: var(--red); background: var(--red-50); }

.fpanel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 70; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 14px; display: none; }
.fdrop.open .fpanel { display: block; }
.fpanel.fpanel-right { left: auto; right: 0; }
.fpanel h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 10px; }

/* chips (multi-select) */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--line); background: #fff; border-radius: var(--radius-pill);
  padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--ink); }
.chip:hover { border-color: var(--muted-2); }
.chip.is-on { background: var(--red); border-color: var(--red); color: #fff; }

/* location list */
.opt-list { max-height: 240px; overflow: auto; margin-top: 8px; }
.opt-list button { display: block; width: 100%; text-align: left; border: 0; background: transparent;
  padding: 8px 10px; border-radius: 8px; font-size: 14px; }
.opt-list button:hover { background: var(--bg-soft-2); }
.opt-list button.is-on { color: var(--red); font-weight: 700; }

.panel-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-2); }

/* toggle (pets) */
.toggle { display: inline-flex; align-items: center; gap: 9px; flex: none; padding: 0 4px; font-size: 14px; font-weight: 600; }
.switch { position: relative; width: 40px; height: 23px; background: var(--line); border-radius: 999px; transition: .15s; flex: none; }
.switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 19px; height: 19px; background: #fff; border-radius: 50%; box-shadow: var(--shadow-sm); transition: .15s; }
.toggle input { position: absolute; opacity: 0; }
.toggle input:checked + .switch { background: var(--red); }
.toggle input:checked + .switch::after { transform: translateX(17px); }

/* price range slider */
.range { padding: 6px 4px 0; }
.range-vals { display: flex; justify-content: space-between; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.range-vals .mut { color: var(--muted); font-weight: 600; }
.dualrange { position: relative; height: 30px; }
.dualrange .track { position: absolute; top: 13px; left: 0; right: 0; height: 4px; background: var(--line); border-radius: 4px; }
.dualrange .fill { position: absolute; top: 13px; height: 4px; background: var(--red); border-radius: 4px; }
.dualrange input { position: absolute; top: 0; left: 0; width: 100%; height: 30px; margin: 0; background: none;
  -webkit-appearance: none; appearance: none; pointer-events: none; }
.dualrange input::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 20px; height: 20px;
  border-radius: 50%; background: #fff; border: 2px solid var(--red); box-shadow: var(--shadow-sm); cursor: grab; margin-top: 0; }
.dualrange input::-moz-range-thumb { pointer-events: auto; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 2px solid var(--red); box-shadow: var(--shadow-sm); cursor: grab; }

/* number row (size/floor min-max alt) */
.minmax { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.minmax input, .fpanel select, .fpanel input[type=text], .fpanel input[type=date] {
  width: 100%; height: 38px; border: 1px solid var(--line); border-radius: 9px; padding: 0 10px; font-size: 14px; }
.minmax span { color: var(--muted-2); }

.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-width: 300px; }
.more-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 5px; }

/* ---------- Results bar ---------- */
.results-bar { display: flex; align-items: center; gap: 14px; padding: 20px 0 4px; }
.results-count { font-size: 15px; font-weight: 700; }
.results-count span { color: var(--muted); font-weight: 500; }
.results-bar .spacer { flex: 1; }
.viewtoggle { display: inline-flex; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.viewtoggle button { border: 0; background: #fff; padding: 8px 12px; font-size: 13px; font-weight: 600; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.viewtoggle button.is-active { background: var(--ink); color: #fff; }
.viewtoggle svg { width: 15px; height: 15px; }
.sortsel { height: 38px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 10px; font-size: 13px; font-weight: 600; background: #fff; }

/* ---------- Card grid ---------- */
.grid { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 16px 0 8px; }
@media (min-width: 560px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1180px) { .grid { grid-template-columns: repeat(4, 1fr); } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: .18s ease; }
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--line); }
.card-media { position: relative; aspect-ratio: 16/11; background: var(--bg-soft-2); overflow: hidden; }
.card-media .ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted-2);
  background: linear-gradient(135deg, #f6f6f8, #ececed); }
.card-media .ph .ph-logo { width: 46%; max-width: 168px; height: auto; opacity: .5; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.badges { position: absolute; top: 10px; left: 10px; right: 10px; display: flex; gap: 6px; align-items: flex-start; }
.badge { font-size: 11px; font-weight: 800; letter-spacing: .03em; padding: 5px 9px; border-radius: 7px;
  text-transform: uppercase; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: var(--shadow-sm); }
.badge.sr { background: var(--red); color: #fff; }
.badge.spacer { margin-left: auto; background: transparent; box-shadow: none; padding: 0; }
.badge.st-ok { background: #0a8a4a; color: #fff; }
.badge.st-gone { background: #6b7280; color: #fff; }
.badge.st-warn { background: var(--orange); color: #3a2400; }
.badge.st-muted { display: none; }
.pet-flag { position: absolute; bottom: 10px; right: 10px; background: rgba(255,255,255,.95); border-radius: 8px;
  padding: 4px 7px; font-size: 11px; font-weight: 700; box-shadow: var(--shadow-sm); display: inline-flex; align-items: center; gap: 4px; }

.card-body { padding: 13px 14px 15px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-price { font-size: 18px; font-weight: 800; color: var(--red); letter-spacing: -0.01em; }
.card-name { font-size: 15px; font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.card-loc { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.card-loc svg { width: 13px; height: 13px; flex: none; }
.card-specs { font-size: 13px; color: var(--ink); margin-top: 6px; }
.card-foot { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; }
.card-code { font-size: 11px; font-weight: 700; color: var(--muted-2); letter-spacing: .03em; }

/* ---------- Featured ---------- */
.section { padding: 28px 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
.section-head h2 { font-size: 22px; font-weight: 800; }

/* ---------- Pagination ---------- */
.loadmore-wrap { display: flex; justify-content: center; padding: 22px 0 8px; }
.pagination { display: flex; gap: 6px; justify-content: center; align-items: center; padding: 18px 0; flex-wrap: wrap; }
.pagination button { min-width: 38px; height: 38px; border: 1px solid var(--line); background: #fff; border-radius: 9px; font-weight: 600; font-size: 14px; padding: 0 10px; }
.pagination button.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.pagination button:disabled { opacity: .4; cursor: default; }
.pagination .gap { border: 0; cursor: default; color: var(--muted-2); }

/* ---------- No results ---------- */
.empty { text-align: center; padding: 64px 20px; color: var(--muted); }
.empty h3 { font-size: 20px; color: var(--ink); margin-bottom: 8px; }

/* skeleton */
.skeleton .card-media, .skeleton .line { background: linear-gradient(90deg,#f2f2f4 25%,#ececef 37%,#f2f2f4 63%); background-size: 400% 100%; animation: sh 1.3s ease infinite; }
.skeleton .line { height: 12px; border-radius: 6px; margin-top: 8px; }
@keyframes sh { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

/* ---------- About ---------- */
.about { background: var(--bg-soft); border-top: 1px solid var(--line); }
.about .container { max-width: 760px; text-align: center; padding-top: 48px; padding-bottom: 48px; }
.about h2 { font-size: 26px; font-weight: 800; margin-bottom: 14px; }
.about p { color: var(--muted); font-size: 16px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #fff; padding: 40px 0 28px; }
.site-footer .container { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.site-footer .contacts { display: flex; flex-direction: column; gap: 10px; }
.foot-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.85); font-weight: 600; }
.foot-link:hover { color: #fff; }
.foot-link svg { width: 18px; height: 18px; }
.foot-rights { width: 100%; border-top: 1px solid rgba(255,255,255,.12); margin-top: 14px; padding-top: 18px; font-size: 13px; color: rgba(255,255,255,.6); }

/* backdrop for mobile filter sheet / dropdowns */
.scrim { position: fixed; inset: 0; background: rgba(10,10,15,.35); z-index: 65; display: none; }
.scrim.show { display: block; }

@media (max-width: 720px) {
  .hide-mobile { display: none !important; }
  .fpanel { position: fixed; left: 12px; right: 12px; top: auto; bottom: 12px; max-height: 70vh; overflow: auto; min-width: 0; }
  .more-grid { min-width: 0; }
}

/* ============================================================
   Property detail page
   ============================================================ */
.pd { padding-top: 18px; padding-bottom: 44px; }
.pd-back { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-weight: 600; font-size: 14px; margin-bottom: 14px; }
.pd-back:hover { color: var(--ink); }
.pd-back svg { width: 18px; height: 18px; }

.pd-hero { position: relative; aspect-ratio: 16/9; max-height: 460px; background: var(--bg-soft-2); border-radius: var(--radius); overflow: hidden; }
.pd-hero .ph { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #f6f6f8, #e9e9ec); }
.pd-hero .ph .ph-logo { width: 34%; max-width: 240px; height: auto; opacity: .85; }
.pd-hero .badges { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; gap: 6px; }
.pd-photos { position: absolute; bottom: 14px; right: 14px; display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.95); color: var(--ink); font-weight: 700; font-size: 13px; padding: 9px 13px;
  border-radius: 10px; box-shadow: var(--shadow-sm); }
.pd-photos svg { width: 16px; height: 16px; }

.pd-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-top: 20px; }
.pd-code { font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; }
.pd-head h1 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin-top: 4px; }
.pd-loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 15px; margin-top: 6px; }
.pd-loc svg { width: 16px; height: 16px; }
.pd-price { font-size: clamp(24px, 3.5vw, 32px); font-weight: 800; color: var(--red); margin-top: 14px; }

.pd-layout { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
@media (min-width: 900px) { .pd-layout { grid-template-columns: 1.7fr 1fr; align-items: start; } }
.pd-main { display: flex; flex-direction: column; gap: 18px; }
.pd-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.pd-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 14px; }
.pd-card .pay { color: var(--ink); font-size: 15px; margin: 0 0 14px; }
.specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
@media (min-width: 560px) { .specs-grid { grid-template-columns: repeat(3, 1fr); } }
.spec { display: flex; flex-direction: column; gap: 2px; }
.spec-l { font-size: 12px; color: var(--muted); font-weight: 600; }
.spec-v { font-size: 15px; font-weight: 700; }

.pd-aside { position: sticky; top: calc(var(--header-h) + 16px); }
.inq-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-md); }
.inq-card h3 { font-size: 18px; font-weight: 800; }
.inq-sub { color: var(--muted); font-size: 14px; margin: 6px 0 16px; }
.form-row { margin-bottom: 12px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-row label { display: block; font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 5px; }
.inq-card input, .inq-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font-size: 14px; font-family: inherit; }
.inq-card input:focus, .inq-card textarea:focus { border-color: var(--red); outline: none; }
.inq-card textarea { resize: vertical; }
.inq-err { background: var(--red-50); color: var(--red-600); font-size: 13px; font-weight: 600; padding: 9px 12px; border-radius: 9px; margin-bottom: 10px; }
.inq-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.btn-wa { background: #25D366; border-color: #25D366; color: #fff; }
.btn-wa:hover { background: #1da851; border-color: #1da851; }
.btn-line { background: #06C755; border-color: #06C755; color: #fff; }
.btn-line:hover { background: #05a948; border-color: #05a948; }
.btn-wa svg, .btn-line svg { width: 18px; height: 18px; }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff;
  padding: 12px 18px; border-radius: 10px; font-size: 14px; font-weight: 600; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: .2s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================================================
   Map view (Leaflet divIcon markers — positioned at the point, centred via transform)
   ============================================================ */
.pin-wrap, .cl-wrap { width: 0 !important; height: 0 !important; background: none; border: 0; }
.price-pin { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%);
  background: var(--red); color: #fff; font-weight: 800; font-size: 12px; line-height: 1; white-space: nowrap;
  padding: 6px 9px; border-radius: var(--radius-pill); border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.28); cursor: pointer; }
.price-pin:hover { background: var(--red-600); z-index: 1000; }
.cl-bubble { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); display: grid; place-items: center;
  border-radius: 50%; background: rgba(216,0,51,.92); color: #fff; font-weight: 800; font-size: 13px;
  border: 3px solid rgba(255,255,255,.9); box-shadow: 0 2px 8px rgba(0,0,0,.3); cursor: pointer; }
.cl-bubble:hover { background: var(--red); }
.map-popup .leaflet-popup-content-wrapper { border-radius: 12px; padding: 0; overflow: hidden; box-shadow: var(--shadow-lg); }
.map-popup .leaflet-popup-content { margin: 0; width: 210px !important; }
.map-card { display: block; padding: 13px 15px; }
.map-card:hover { background: var(--bg-soft); }
.map-card-price { color: var(--red); font-weight: 800; font-size: 17px; }
.map-card-name { font-weight: 700; font-size: 13px; margin-top: 3px; line-height: 1.3; }
.map-card-code { color: var(--muted); font-size: 11px; font-weight: 700; margin-top: 5px; letter-spacing: .03em; }
