/* Premium Domain Detail UI (LIGHT)
   Scoped to body.nh-domain-detail
   Goals: high-trust conversion, premium aesthetic, clean hierarchy.
*/

:root{
  --nh-ink:#0f172a;
  --nh-muted:#475569;
  --nh-border:rgba(15,23,42,0.10);
  --nh-card:#ffffff;
  --nh-soft:#f1f5ff;
  --nh-shadow:0 14px 40px rgba(15,23,42,0.10);
}

.nh-domain-detail{background:#f6f8ff;}

/* Keep header/nav icons readable: do NOT override global utilities sitewide.
   Only normalize dark utilities inside our cards. */
.nh-domain-detail .nh-dd-surface .text-white,
.nh-domain-detail .nh-dd-buy .text-white{color:var(--nh-ink)!important;}
.nh-domain-detail .nh-dd-surface .btn-outline-light,
.nh-domain-detail .nh-dd-buy .btn-outline-light{
  color:var(--nh-ink) !important;
  border-color:rgba(15,23,42,0.18) !important;
  background:#fff !important;
}

/* Hero / top area */
.nh-domain-detail .nh-domain-hero{
  position:relative;
  padding:28px 0 18px;
  background:
    radial-gradient(1100px 520px at 18% -10%, rgba(93,204,255,0.26), transparent 62%),
    radial-gradient(900px 520px at 80% 0%, rgba(71,118,230,0.20), transparent 58%),
    radial-gradient(900px 520px at 60% 100%, rgba(147,51,234,0.14), transparent 62%),
    linear-gradient(180deg, #f6f8ff 0%, #f6f8ff 60%, rgba(246,248,255,0.0) 100%);
  border-bottom:1px solid rgba(15,23,42,0.06);
}

.nh-domain-detail .breadcrumb{opacity:0.95;}
.nh-domain-detail .breadcrumb a{color:rgba(15,23,42,0.70);text-decoration:none;}
.nh-domain-detail .breadcrumb a:hover{text-decoration:underline;}
.nh-domain-detail .breadcrumb .active{color:rgba(15,23,42,0.92);}

/* Card surface */
.nh-domain-detail .nh-dd-surface{
  background:var(--nh-card);
  border:1px solid var(--nh-border);
  border-radius:22px;
  box-shadow:var(--nh-shadow);
}

/* Header panel */
.nh-domain-detail .nh-dd-head{padding:18px 18px 16px;}

.nh-domain-detail .nh-dd-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.nh-domain-detail .nh-dd-badge{
  display:inline-flex;gap:8px;align-items:center;
  padding:7px 10px;border-radius:999px;
  font-size:12px;line-height:1;font-weight:700;
  color:rgba(15,23,42,0.86);
  background:rgba(15,23,42,0.04);
  border:1px solid rgba(15,23,42,0.08);
}
.nh-domain-detail .nh-dd-badge i{opacity:0.9;}
.nh-domain-detail .nh-dd-badge--ok{background:rgba(34,197,94,0.10);border-color:rgba(34,197,94,0.22);}
.nh-domain-detail .nh-dd-badge--warn{background:rgba(245,158,11,0.10);border-color:rgba(245,158,11,0.22);}
.nh-domain-detail .nh-dd-badge--sold{background:rgba(148,163,184,0.16);border-color:rgba(148,163,184,0.26);}

.nh-domain-detail .nh-dd-title{
  font-size:clamp(30px,4vw,46px);
  font-weight:900;
  color:var(--nh-ink);
  letter-spacing:-0.02em;
  margin:10px 0 6px;
}

.nh-domain-detail .nh-dd-subtitle{color:var(--nh-muted);font-size:15px;line-height:1.65;margin:0;}

.nh-domain-detail .nh-dd-proof{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px;}
.nh-domain-detail .nh-dd-proof-pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 10px;border-radius:14px;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,0.08);
  color:rgba(15,23,42,0.78);
  font-size:12px;
}
.nh-domain-detail .nh-dd-proof-pill strong{color:var(--nh-ink);}

/* Heart button in proof row */
.nh-domain-detail .nh-like-btn{
  border-radius:999px;
  border:1px solid rgba(15,23,42,0.14);
  background:#ffffff;
  color:rgba(15,23,42,0.72);
  width:42px;height:42px;
  display:inline-grid;place-items:center;
}
.nh-domain-detail .nh-like-btn:hover{background:rgba(15,23,42,0.03);}
.nh-domain-detail .nh-like-btn.is-liked{
  border-color:rgba(244,63,94,0.38);
  background:rgba(244,63,94,0.08);
}
.nh-domain-detail .nh-like-btn.is-liked i{color:#e11d48;}

/* CTA row */
.nh-domain-detail .nh-dd-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.nh-domain-detail .nh-dd-cta .btn{border-radius:14px;font-weight:800;}

/* Tag chips */
.nh-domain-detail .nh-dd-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.nh-domain-detail .nh-dd-tag{
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:rgba(15,23,42,0.72);
  background:rgba(71,118,230,0.06);
  border:1px solid rgba(71,118,230,0.14);
}

/* Left grid (media + AI) */
.nh-domain-detail .nh-dd-grid{display:grid;grid-template-columns:1fr;gap:16px;}
@media (min-width: 992px){
  .nh-domain-detail .nh-dd-grid{grid-template-columns:1.25fr 1fr;}
  /* Sticky buy box only on large screens to avoid overlap/jumbling on tablet layouts */
  .nh-domain-detail .nh-dd-buy{position:sticky; top:92px;}
}

/* Media card */
.nh-domain-detail .nh-dd-media{padding:14px;}
.nh-domain-detail .nh-dd-media-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;}
.nh-domain-detail .nh-dd-media-title{display:flex;flex-direction:column;gap:2px;}
.nh-domain-detail .nh-dd-media-sub{font-size:12px;color:rgba(15,23,42,0.60);}

.nh-domain-detail .nh-dd-media-tabs{display:flex;gap:8px;}
.nh-domain-detail .nh-dd-tab{
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(15,23,42,0.14);
  background:#fff;
  color:rgba(15,23,42,0.75);
  font-size:12px;font-weight:800;
}
.nh-domain-detail .nh-dd-tab.is-active{
  border-color:rgba(71,118,230,0.28);
  background:rgba(71,118,230,0.08);
  color:rgba(15,23,42,0.88);
}

.nh-domain-detail .nh-dd-media-body{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,0.10);
  background:#fff;
}
.nh-domain-detail .nh-dd-media-img{width:100%;height:auto;display:block;}

.nh-domain-detail .nh-dd-logo-wrap{
  min-height:260px;
  display:grid;
  place-items:center;
  padding:22px;
  background:linear-gradient(180deg,#ffffff, #f7f9ff);
}
.nh-domain-detail .nh-dd-logo{max-width:min(420px, 86%);max-height:220px;object-fit:contain;}

.nh-domain-detail .nh-dd-media-foot{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px;}
@media (min-width: 768px){
  .nh-domain-detail .nh-dd-media-foot{grid-template-columns:1fr 1fr;}
}
.nh-domain-detail .nh-dd-mini{
  display:flex;gap:10px;align-items:flex-start;
  padding:12px;border-radius:16px;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,0.08);
  color:rgba(15,23,42,0.75);
}
.nh-domain-detail .nh-dd-mini i{color:rgba(71,118,230,0.95);margin-top:3px;}

/* AI insights card */
.nh-domain-detail .nh-dd-ai{padding:14px 14px 16px;}
.nh-domain-detail .nh-dd-ai-head{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.nh-domain-detail .nh-dd-ai-pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(147,51,234,0.18);
  background:rgba(147,51,234,0.08);
  color:rgba(15,23,42,0.82);
  font-size:12px;font-weight:900;
}

.nh-domain-detail .nh-dd-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px;}
@media (min-width: 768px){
  .nh-domain-detail .nh-dd-metrics{grid-template-columns:1fr 1fr 1fr;}
}

.nh-domain-detail .nh-dd-metric{padding:12px;border-radius:16px;background:#f8fbff;border:1px solid rgba(15,23,42,0.08);}
.nh-domain-detail .nh-dd-metric-top{display:flex;justify-content:space-between;gap:10px;align-items:baseline;}
.nh-domain-detail .nh-dd-metric-label{font-size:12px;font-weight:800;color:rgba(15,23,42,0.72);}
.nh-domain-detail .nh-dd-metric-val{font-size:12px;font-weight:900;color:rgba(15,23,42,0.88);}

.nh-domain-detail .nh-dd-meter{height:8px;border-radius:999px;background:rgba(15,23,42,0.08);overflow:hidden;margin-top:8px;}
.nh-domain-detail .nh-dd-meter>span{display:block;height:100%;width:0;background:linear-gradient(90deg, rgba(93,204,255,0.95), rgba(71,118,230,0.95), rgba(147,51,234,0.95));}

.nh-domain-detail .nh-dd-ai-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.nh-domain-detail .nh-dd-chip{
  padding:7px 10px;border-radius:999px;
  font-size:12px;font-weight:800;
  color:rgba(15,23,42,0.76);
  background:rgba(15,23,42,0.03);
  border:1px solid rgba(15,23,42,0.08);
}
.nh-domain-detail .nh-dd-chip--ghost{background:#fff;border-style:dashed;color:rgba(15,23,42,0.68);}

.nh-domain-detail .nh-dd-ai-note{
  display:flex;gap:10px;align-items:flex-start;
  padding:12px 12px;
  margin-top:12px;
  border-radius:16px;
  background:rgba(93,204,255,0.10);
  border:1px solid rgba(93,204,255,0.18);
  color:rgba(15,23,42,0.76);
  font-size:13px;
}
.nh-domain-detail .nh-dd-ai-note i{color:rgba(71,118,230,0.95);margin-top:2px;}

/* About */
.nh-domain-detail .nh-dd-about{padding:16px 18px 18px;}
.nh-domain-detail .nh-dd-about-pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(71,118,230,0.18);
  background:rgba(71,118,230,0.08);
  color:rgba(15,23,42,0.78);
  font-size:12px;font-weight:900;
}
.nh-domain-detail .nh-dd-about-body{margin-top:12px;color:rgba(15,23,42,0.78);line-height:1.75;}

/* RIGHT buy box + how */
.nh-domain-detail .nh-dd-buy{padding:16px 16px 18px; position:static; top:auto;}

.nh-domain-detail .nh-dd-buy-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;}
.nh-domain-detail .nh-dd-buy-kicker{font-weight:900;color:rgba(15,23,42,0.70);font-size:12px;letter-spacing:0.04em;text-transform:uppercase;}
.nh-domain-detail .nh-dd-buy-price{font-size:34px;font-weight:1000;color:var(--nh-ink);letter-spacing:-0.02em;line-height:1.05;}
.nh-domain-detail .nh-dd-buy-sub{color:rgba(15,23,42,0.62);font-size:13px;margin-top:4px;}

.nh-domain-detail .nh-dd-buy-status{
  padding:7px 10px;border-radius:999px;
  font-size:12px;font-weight:900;
  border:1px solid rgba(15,23,42,0.10);
  background:rgba(15,23,42,0.04);
  color:rgba(15,23,42,0.82);
}

.nh-domain-detail .nh-dd-buy-actions{display:grid;gap:10px;margin-top:14px;}
.nh-domain-detail .nh-dd-buy-actions .btn{border-radius:14px;font-weight:900;}

.nh-domain-detail .nh-dd-buy-trust{margin-top:14px;display:grid;gap:10px;}
.nh-domain-detail .nh-dd-trust-row{display:flex;gap:10px;align-items:flex-start;color:rgba(15,23,42,0.74);font-size:13px;}
.nh-domain-detail .nh-dd-trust-row i{color:rgba(71,118,230,0.95);margin-top:2px;}

.nh-domain-detail .nh-dd-buy-divider{height:1px;background:rgba(15,23,42,0.08);margin:14px 0;}

/* Hotness / social proof */
.nh-domain-detail .nh-dd-hot-title{font-weight:1000;color:rgba(15,23,42,0.86);}
.nh-domain-detail .nh-dd-hot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;}
.nh-domain-detail .nh-dd-hot-box{
  padding:12px;border-radius:16px;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,0.08);
  text-align:center;
}
.nh-domain-detail .nh-dd-hot-num{font-weight:1000;font-size:18px;color:var(--nh-ink);}
.nh-domain-detail .nh-dd-hot-lbl{font-size:12px;font-weight:800;color:rgba(15,23,42,0.62);margin-top:2px;}
.nh-domain-detail .nh-dd-hot-note{margin-top:10px;color:rgba(15,23,42,0.62);font-size:12px;}

.nh-domain-detail .nh-dd-buy-help{margin-top:14px;padding:14px;border-radius:18px;background:rgba(147,51,234,0.06);border:1px solid rgba(147,51,234,0.14);}
.nh-domain-detail .nh-dd-help-title{font-weight:1000;color:rgba(15,23,42,0.84);}
.nh-domain-detail .nh-dd-help-sub{color:rgba(15,23,42,0.64);font-size:13px;line-height:1.55;margin-top:4px;}

/* How it works */
.nh-domain-detail .nh-dd-how{padding:16px 16px 18px;}
.nh-domain-detail .nh-dd-steps{display:grid;gap:12px;}
.nh-domain-detail .nh-dd-step{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:16px;background:#f8fbff;border:1px solid rgba(15,23,42,0.08);}
.nh-domain-detail .nh-dd-step-ic{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(71,118,230,0.10);border:1px solid rgba(71,118,230,0.18);color:rgba(71,118,230,0.95);}

/* FAQ + right-side receive */
.nh-domain-detail .nh-dd-accordion .accordion-item{border-radius:16px;overflow:hidden;border:1px solid rgba(15,23,42,0.08);background:#fff;}
.nh-domain-detail .nh-dd-accordion .accordion-button{font-weight:900;color:rgba(15,23,42,0.86);background:#fff;}
.nh-domain-detail .nh-dd-accordion .accordion-button:not(.collapsed){background:rgba(71,118,230,0.06);}
.nh-domain-detail .nh-dd-accordion .accordion-body{color:rgba(15,23,42,0.72);}

.nh-domain-detail .nh-dd-receive{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
.nh-domain-detail .nh-dd-receive li{display:flex;gap:10px;align-items:flex-start;color:rgba(15,23,42,0.74);font-size:13px;}
.nh-domain-detail .nh-dd-receive i{color:rgba(34,197,94,0.95);margin-top:2px;}

/* Similar scroller */
.nh-domain-detail .nh-dd-hscroll{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px, 320px);
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
}
.nh-domain-detail .nh-dd-hscroll::-webkit-scrollbar{height:0;}
.nh-domain-detail .nh-dd-hscroll{scrollbar-width:none;}

.nh-domain-detail .nh-dd-card{
  scroll-snap-align:start;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,0.10);
  box-shadow:0 12px 28px rgba(15,23,42,0.10);
}

.nh-domain-detail .nh-dd-card-media{display:block;position:relative;text-decoration:none;color:inherit;}
.nh-domain-detail .nh-dd-card-cover{height:150px;background:#f3f6ff;background-size:cover;background-position:center;}

.nh-domain-detail .nh-dd-card-logoWrap{
  height:150px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#ffffff,#f7f9ff);
}
.nh-domain-detail .nh-dd-card-logoWrap img{max-width:78%;max-height:92px;object-fit:contain;}

.nh-domain-detail .nh-dd-card-actions{
  position:absolute;right:10px;top:10px;
  display:flex;gap:8px;align-items:center;
}
.nh-domain-detail .nh-dd-card-actions .nh-like-btn{width:38px;height:38px;background:#fff;}
.nh-domain-detail .nh-dd-card-actions .btn{border-radius:999px;font-weight:800;}

.nh-domain-detail .nh-dd-card-badges{position:absolute;left:10px;top:10px;display:flex;gap:8px;}
.nh-domain-detail .nh-dd-card-badges .nh-dd-chip{background:rgba(255,255,255,0.92);}

.nh-domain-detail .nh-dd-card-body{padding:12px 14px 14px;}
.nh-domain-detail .nh-dd-card-title{font-weight:1000;color:var(--nh-ink);letter-spacing:-0.01em;}
.nh-domain-detail .nh-dd-card-title a{color:inherit;text-decoration:none;}
.nh-domain-detail .nh-dd-card-title a:hover{text-decoration:underline;}
.nh-domain-detail .nh-dd-card-sub{margin-top:4px;color:rgba(15,23,42,0.62);font-size:12px;font-weight:800;}

.nh-domain-detail .nh-dd-card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;}
.nh-domain-detail .nh-dd-card-price{font-weight:1000;color:var(--nh-ink);}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .nh-domain-detail .nh-dd-head{padding:16px;}
  .nh-domain-detail .nh-dd-buy{position:static;top:auto;}
}

/* =========================
   Domain detail v3 overrides
   ========================= */

/* Subtitle below preview should be readable (buyer-first) */
.nh-domain-detail .nh-dd-subtitle--below{
  color: rgba(15,23,42,0.76);
  margin: 14px 0 0;
  line-height: 1.55;
}

/* Multi-color tag pills (subtle, premium) */
.nh-domain-detail .nh-dd-tag{
  border: 1px solid rgba(15,23,42,0.08);
  color: rgba(15,23,42,0.84);
  background: rgba(255,255,255,0.9);
}
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+1){ background: rgba(71,118,230,0.08); border-color: rgba(71,118,230,0.18); }
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+2){ background: rgba(147,51,234,0.08); border-color: rgba(147,51,234,0.18); }
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+3){ background: rgba(34,197,94,0.10); border-color: rgba(34,197,94,0.18); }
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+4){ background: rgba(245,158,11,0.10); border-color: rgba(245,158,11,0.18); }
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+5){ background: rgba(236,72,153,0.10); border-color: rgba(236,72,153,0.18); }
.nh-domain-detail .nh-dd-tags .nh-dd-tag:nth-child(6n+6){ background: rgba(2,132,199,0.10); border-color: rgba(2,132,199,0.18); }

/* Buyer interest: subtle multicolor emphasis */
.nh-domain-detail .nh-dd-hot-box:nth-child(1){
  background: linear-gradient(180deg, rgba(236,72,153,0.10), rgba(255,255,255,1));
  border-color: rgba(236,72,153,0.18);
}
.nh-domain-detail .nh-dd-hot-box:nth-child(2){
  background: linear-gradient(180deg, rgba(71,118,230,0.10), rgba(255,255,255,1));
  border-color: rgba(71,118,230,0.18);
}
.nh-domain-detail .nh-dd-hot-box:nth-child(3){
  background: linear-gradient(180deg, rgba(34,197,94,0.12), rgba(255,255,255,1));
  border-color: rgba(34,197,94,0.18);
}
.nh-domain-detail .nh-dd-hot-box:nth-child(4){
  background: linear-gradient(180deg, rgba(245,158,11,0.12), rgba(255,255,255,1));
  border-color: rgba(245,158,11,0.18);
}

/* How it works should read as a single row on desktop */
@media (min-width: 768px){
  .nh-domain-detail .nh-dd-steps{grid-template-columns:repeat(3, 1fr);}
  .nh-domain-detail .nh-dd-step{flex-direction:column;}
  .nh-domain-detail .nh-dd-step-ic{margin-bottom:6px;}
}

/* Similar premium domain cards (logo-first, clickable) */
.nh-domain-detail .nh-sim-card{
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,0.10);
  box-shadow:0 12px 28px rgba(15,23,42,0.10);
  text-decoration:none;
  color:inherit;
}
.nh-domain-detail .nh-sim-card:hover{transform:translateY(-1px); box-shadow:0 18px 34px rgba(15,23,42,0.14);}

.nh-domain-detail .nh-sim-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 10px 0;
}
.nh-domain-detail .nh-sim-actions{display:flex;gap:8px;align-items:center;}
.nh-domain-detail .nh-icon-btn{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,0.10);
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.nh-domain-detail .nh-icon-btn:hover{background:rgba(15,23,42,0.03);}

/*
  FIX: Icon bubbles were visible but the icon glyph looked missing on domain detail pages.
  Cause:
   - Global .nh-icon-btn sets color:white for header.
   - Domain detail overrides .nh-icon-btn background to white for card actions.
   - If header is inside .nh-domain-detail wrapper, this override also hits header icons.
  Result: white glyph on white background (appears "invisible").

  Solution:
   - Restore header icon styling explicitly.
   - Force card-action icon color to dark (and let <i> inherit currentColor).
*/

/* Header icons (keep white glyph on translucent bubble) */
.nh-domain-detail #site-header .nh-icon-btn{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.nh-domain-detail #site-header .nh-icon-btn:hover{
  background: rgba(255,255,255,.16);
}

/* Similar-card action icons (dark glyph on white bubble) */
.nh-domain-detail .nh-sim-card .nh-icon-btn{
  color: #0f172a;
}
.nh-domain-detail .nh-sim-card .nh-icon-btn i{
  color: currentColor;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.nh-domain-detail .nh-sim-card .nh-like-btn.is-liked i,
.nh-domain-detail .nh-sim-card .nh-like-btn[aria-pressed="true"] i{
  color: #ef4444;
}

.nh-domain-detail .nh-sim-verified{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(34,197,94,0.18);
  background:rgba(34,197,94,0.10);
  color:rgba(34,197,94,0.95);
  display:grid;
  place-items:center;
}

.nh-domain-detail .nh-sim-media{
  height:150px;
  display:grid;
  place-items:center;
  padding:12px;
  background:linear-gradient(180deg,#ffffff,#f7f9ff);
}
.nh-domain-detail .nh-sim-media img{max-width:82%;max-height:92px;object-fit:contain;}
.nh-domain-detail .nh-sim-mock{width:100%;height:100%;border-radius:14px;background-size:cover;background-position:center;}

.nh-domain-detail .nh-sim-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding:12px 14px 14px;
}
.nh-domain-detail .nh-sim-name{font-weight:1000;color:rgba(15,23,42,0.92);letter-spacing:-0.01em;}
.nh-domain-detail .nh-sim-price{font-weight:1000;color:rgba(15,23,42,0.86);}

/* Ensure the horizontal track remains scrollable */
.nh-domain-detail .nh-dd-hscroll{grid-auto-columns:minmax(260px, 320px);}
