/* OneHome unified listing card v1 — one responsive hierarchy at every viewport. */
:root{--ulc-ink:#092638;--ulc-muted:#5e6d76;--ulc-line:rgba(9,38,56,.13);--ulc-paper:#fff;--ulc-warm:#f6f3ec;--ulc-gold:#c9a96e;--ulc-heart:#d9475d;--ulc-serif:Iowan Old Style,Baskerville,"Times New Roman",serif}

.card.listing.editorialListing.unifiedListingCard{
  position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;min-height:0!important;
  gap:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--ulc-line)!important;border-radius:26px!important;
  background:var(--ulc-paper)!important;box-shadow:0 18px 52px rgba(9,38,56,.09)!important;isolation:isolate!important
}
.unifiedListingCard>.listingMedia{order:1!important;position:relative!important;width:100%!important;min-width:0!important;margin:0!important;transform:none!important}
.unifiedListingCard>.listingCopy{order:2!important;display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;margin:0!important;padding:clamp(22px,3.4vw,36px)!important;box-sizing:border-box!important}
.unifiedListingCard .listingMedia .photo{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#e9e6de,#d9e1e3)!important;box-shadow:none!important;isolation:isolate!important}
.unifiedListingCard .listingMedia .photo:after{content:"";position:absolute;z-index:2;inset:42% 0 0!important;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(3,20,30,.26))!important}
.unifiedListingCard .listingMedia .photo>img.cardPhotoBase{position:absolute!important;inset:0!important;display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important}

/* Photo overlays */
.unifiedListingCard .listingMedia .photo>.unifiedStatusChip{position:absolute!important;z-index:9!important;top:18px!important;left:18px!important;right:auto!important;bottom:auto!important;display:inline-flex!important;align-items:center!important;width:auto!important;max-width:calc(100% - 112px)!important;min-height:38px!important;margin:0!important;padding:0 14px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:999px!important;color:#fff!important;box-shadow:0 9px 26px rgba(0,0,0,.2)!important;backdrop-filter:blur(14px) saturate(1.1)!important;font-size:11px!important;font-weight:900!important;line-height:1.1!important;letter-spacing:.11em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.unifiedListingCard .unifiedStatusChip.unified-on-light{background:rgba(5,29,42,.86)!important;color:#fff!important}
.unifiedListingCard .unifiedStatusChip.unified-on-dark{background:rgba(250,248,243,.9)!important;color:#092638!important;border-color:rgba(255,255,255,.58)!important}
.unifiedListingCard .unifiedStatusChip.unified-contrast-fallback{background:rgba(5,29,42,.84)!important;color:#fff!important}
.unifiedListingCard .unifiedStatusChip .dot{display:none!important}
.unifiedListingCard .listingMedia .photo>.cardFavouriteRow{position:absolute!important;z-index:10!important;top:16px!important;right:16px!important;bottom:auto!important;left:auto!important;width:auto!important;margin:0!important;padding:0!important;transform:none!important}
.unifiedListingCard .unifiedFavourite{position:relative!important;display:grid!important;width:54px!important;height:54px!important;min-width:54px!important;padding:0!important;place-items:center!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:50%!important;background:rgba(250,248,243,.92)!important;color:var(--ulc-ink)!important;box-shadow:0 10px 28px rgba(2,17,26,.24)!important;backdrop-filter:blur(14px)!important}
.unifiedListingCard .unifiedFavourite svg{width:25px!important;height:25px!important;fill:transparent!important;stroke:currentColor!important;stroke-width:1.9!important}
.unifiedListingCard .unifiedFavourite.on,.unifiedListingCard .unifiedFavourite[aria-pressed=true]{border-color:var(--ulc-heart)!important;background:var(--ulc-heart)!important;color:#fff!important}.unifiedListingCard .unifiedFavourite.on svg,.unifiedListingCard .unifiedFavourite[aria-pressed=true] svg{fill:currentColor!important}
.unifiedListingCard .listingMedia .photo>.unifiedGalleryArrow{position:absolute!important;z-index:8!important;top:50%!important;bottom:auto!important;width:48px!important;height:48px!important;min-width:48px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:50%!important;background:rgba(5,29,42,.55)!important;color:#fff!important;box-shadow:0 8px 25px rgba(0,0,0,.18)!important;backdrop-filter:blur(10px)!important;transform:translateY(-50%)!important}
.unifiedListingCard .listingMedia .photo>.stagePrev{left:16px!important;right:auto!important}.unifiedListingCard .listingMedia .photo>.stageNext{right:16px!important;left:auto!important}
.unifiedListingCard .listingMedia .photo>.unifiedGalleryArrow svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.unifiedListingCard .listingMedia .photo>.unifiedPhotoCount{position:absolute!important;z-index:9!important;right:16px!important;bottom:16px!important;top:auto!important;left:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:64px!important;min-height:34px!important;margin:0!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.27)!important;border-radius:999px!important;background:rgba(5,29,42,.78)!important;color:#fff!important;box-shadow:0 7px 20px rgba(0,0,0,.18)!important;backdrop-filter:blur(11px)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.035em!important}

/* Identity and condition */
.unifiedListingCard .listingCopy>.addr{order:1!important;display:block!important;max-width:100%!important;margin:0 0 9px!important;color:var(--ulc-ink)!important;font:550 clamp(34px,4vw,54px)/.96 var(--ulc-serif)!important;letter-spacing:-.052em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important}
.unifiedListingCard .listingCopy>.listingSubline{order:2!important;max-width:100%!important;margin:0!important;color:#53646e!important;font-size:clamp(14px,1.45vw,17px)!important;font-weight:700!important;line-height:1.42!important;white-space:normal!important;overflow-wrap:anywhere!important}
.unifiedListingCard .unifiedMlsLine{order:3!important;margin:7px 0 0!important;color:#7a878e!important;font-size:10px!important;font-weight:900!important;line-height:1.3!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.unifiedListingCard .listingCopy>.conditionsLine,.unifiedListingCard .listingCopy>.priceChangeLine,.unifiedListingCard .listingCopy>.openHouseLine{order:4!important;position:static!important;display:flex!important;flex-wrap:wrap!important;gap:4px 8px!important;width:fit-content!important;max-width:100%!important;margin:16px 0 0!important;padding:11px 13px!important;border:1px solid #dfbf42!important;border-radius:7px!important;background:linear-gradient(135deg,#fff3a1,#ffe46b)!important;color:#172d39!important;box-shadow:0 5px 14px rgba(133,102,5,.1)!important;font-size:11px!important;font-weight:900!important;line-height:1.35!important;letter-spacing:.07em!important;text-transform:uppercase!important;white-space:normal!important;overflow-wrap:anywhere!important}
.unifiedListingCard .listingCopy>.priceChangeLine,.unifiedListingCard .listingCopy>.openHouseLine{border-color:var(--ulc-line)!important;background:var(--ulc-warm)!important;box-shadow:none!important;color:var(--ulc-ink)!important}

/* Price and facts are always before description/actions. */
.unifiedListingCard .listingCopy>.listingMetrics{order:5!important;display:block!important;width:100%!important;min-width:0!important;margin:22px 0 0!important;padding:0!important;transform:none!important;align-self:stretch!important}
.unifiedListingCard .listingPriceBlock,.unifiedListingCard .listingPriceBlock:has(.soldPriceLine){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;margin:0!important;padding:0 0 19px!important;border-bottom:1px solid var(--ulc-line)!important;transform:none!important}
.unifiedListingCard .listPriceColumn,.unifiedListingCard .soldPriceLine{grid-column:auto!important;min-width:0!important;margin:0!important;padding:0!important;transform:none!important}
.unifiedListingCard .listPriceLabel,.unifiedListingCard .soldPriceLine>span{display:block!important;margin:0 0 7px!important;color:#7c6a4e!important;font-size:10px!important;font-weight:950!important;line-height:1.2!important;letter-spacing:.16em!important;text-transform:uppercase!important}
.unifiedListingCard .editorialPrice,.unifiedListingCard .soldPriceLine>b{display:block!important;max-width:100%!important;margin:0!important;color:var(--ulc-ink)!important;font:600 clamp(35px,4vw,50px)/.98 var(--ulc-serif)!important;letter-spacing:-.045em!important;white-space:normal!important;overflow-wrap:anywhere!important}
.unifiedListingCard .miniStats.iconMiniStats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin:18px 0 0!important;padding:0!important;border:0!important}
.unifiedListingCard .miniStats.iconMiniStats>*{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;min-width:0!important;min-height:104px!important;margin:0!important;padding:13px!important;border:1px solid var(--ulc-line)!important;border-radius:15px!important;background:#fbfaf7!important;box-sizing:border-box!important;overflow:hidden!important}
.unifiedListingCard .miniStats.iconMiniStats>*>span{display:block!important;width:100%!important;margin:0 0 12px!important;color:var(--ulc-ink)!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.01em!important;text-transform:none!important;white-space:normal!important}
.unifiedListingCard .miniStats.iconMiniStats>*>div,.unifiedListingCard .miniStats.iconMiniStats>*>b{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;margin:auto 0 0!important;color:var(--ulc-ink)!important;font-size:clamp(17px,1.55vw,23px)!important;font-weight:850!important;line-height:1.08!important;white-space:normal!important;overflow-wrap:anywhere!important;text-align:left!important}
.unifiedListingCard .miniStats svg{width:31px!important;height:31px!important;min-width:31px!important}.unifiedListingCard .miniStats small{display:block!important;font-size:10px!important;line-height:1.05!important;white-space:normal!important}.unifiedListingCard .miniStats .domIconText{color:var(--ulc-gold)!important}
.unifiedListingCard .listingCopy>.listingBlurb{order:6!important;display:block!important;max-width:68ch!important;margin:22px 0 0!important;color:#344b57!important;font-size:14px!important;line-height:1.65!important;white-space:normal!important;overflow:visible!important;-webkit-line-clamp:unset!important}
.unifiedListingCard .listingCopy>.editorialActions{order:7!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;width:100%!important;margin:20px 0 0!important;padding:0!important}
.unifiedListingCard .editorialActions>.btn,.unifiedListingCard .editorialActions>.statusCheckBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:150px!important;min-height:50px!important;height:auto!important;margin:0!important;padding:0 20px!important;border-radius:14px!important;font-size:14px!important;font-weight:850!important;line-height:1!important;text-decoration:none!important}
.unifiedListingCard .editorialActions>a.btn{border:1px solid #0a2a3d!important;background:linear-gradient(145deg,#123c52,#071f30)!important;color:#fff!important;box-shadow:0 10px 25px rgba(9,38,56,.18)!important}
.unifiedListingCard .editorialActions>.statusCheckBtn{border:1px solid rgba(9,38,56,.2)!important;background:#fff!important;color:var(--ulc-ink)!important;box-shadow:none!important}

/* Remove all legacy featured-card exceptions: every discovery card shares this contract. */
.listingSection .sectionCards>.unifiedListingCard:first-child{grid-column:auto!important;grid-template-columns:none!important;grid-template-rows:none!important;min-height:0!important;padding:0!important}

@media (max-width:700px){
  .sectionCards{grid-auto-columns:calc(100vw - 36px)!important}
  .card.listing.editorialListing.unifiedListingCard{border-radius:24px!important;scroll-snap-align:start!important}
  .unifiedListingCard .listingMedia .photo{aspect-ratio:1/1!important;border-radius:0!important}
  .unifiedListingCard>.listingCopy{padding:22px 20px 24px!important}
  .unifiedListingCard .listingCopy>.addr{font-size:clamp(35px,10.4vw,47px)!important;line-height:.93!important}
  .unifiedListingCard .listingMedia .photo>.unifiedStatusChip{top:16px!important;left:16px!important;max-width:calc(100% - 92px)!important;min-height:36px!important;padding-inline:12px!important;font-size:10px!important}
  .unifiedListingCard .unifiedFavourite{width:52px!important;height:52px!important;min-width:52px!important}
  .unifiedListingCard .listingMedia .photo>.unifiedGalleryArrow{width:46px!important;height:46px!important;min-width:46px!important}
  .unifiedListingCard .listingPriceBlock,.unifiedListingCard .listingPriceBlock:has(.soldPriceLine){grid-template-columns:1fr!important}.unifiedListingCard .listPriceColumn,.unifiedListingCard .soldPriceLine{grid-column:1!important}
  .unifiedListingCard .miniStats.iconMiniStats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .unifiedListingCard .miniStats.iconMiniStats>*{min-height:102px!important;padding:12px!important}
  .unifiedListingCard .editorialActions{display:grid!important;grid-template-columns:1fr!important}.unifiedListingCard .editorialActions>.btn,.unifiedListingCard .editorialActions>.statusCheckBtn{width:100%!important}
}
@media (min-width:701px) and (max-width:1080px){
  .sectionCards{display:grid!important;grid-template-columns:1fr!important;grid-auto-flow:row!important;gap:24px!important;width:100%!important;overflow:visible!important}
  .unifiedListingCard .listingMedia .photo{aspect-ratio:16/9!important}
  .unifiedListingCard .miniStats.iconMiniStats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width:1081px){
  .sectionCards{display:grid!important;grid-template-columns:1fr!important;grid-auto-flow:row!important;gap:28px!important}
  .unifiedListingCard .listingMedia .photo{aspect-ratio:16/7!important}
  .unifiedListingCard>.listingCopy{padding:30px 34px 34px!important}
  .unifiedListingCard .listingCopy>.addr{font-size:clamp(43px,4vw,62px)!important;max-width:22ch!important}
}
@media (min-width:1380px){
  .sectionCards{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important}
  .unifiedListingCard .listingMedia .photo{aspect-ratio:16/10!important}
  .unifiedListingCard>.listingCopy{padding:25px 27px 29px!important}
  .unifiedListingCard .listingCopy>.addr{font-size:clamp(39px,2.65vw,50px)!important}
  .unifiedListingCard .miniStats.iconMiniStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .unifiedListingCard .miniStats.iconMiniStats>*{min-height:96px!important}
}
@media (min-width:1800px){.sectionCards{gap:30px!important}.unifiedListingCard .miniStats.iconMiniStats{grid-template-columns:repeat(4,minmax(0,1fr))!important}.unifiedListingCard .listingMedia .photo{aspect-ratio:16/9!important}}
@media (prefers-reduced-motion:reduce){.unifiedListingCard *{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* High-specificity reset for legacy mobile/featured stat placement rules. */
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:10px!important
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bedStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bathStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.sizeStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.domStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.typeStat{
  grid-column:auto!important;grid-row:auto!important;display:flex!important;justify-self:stretch!important;width:auto!important;min-width:0!important;min-height:104px!important;padding:13px!important
}
@media(max-width:700px){
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*{min-height:72px!important;padding:9px 8px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bedStat,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bathStat,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.sizeStat,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.domStat,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.typeStat{min-height:68px!important;padding:9px 8px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.typeStat{grid-column:1/-1!important;min-height:68px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>span{margin-bottom:6px!important;font-size:10px!important;line-height:1.15!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{gap:6px!important;font-size:15px!important;line-height:1.08!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats svg{width:25px!important;height:25px!important;min-width:25px!important}
}
@media(min-width:1380px) and (max-width:1799px){html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* Keep the sold-list-price slash tightly inside the price and use a steeper 60° angle. */
.unifiedListingCard .soldListPrice .editorialPrice{display:inline-block!important;width:max-content!important;max-width:100%!important;overflow:hidden!important}.detailPrice.soldListPrice{overflow:hidden!important}
.unifiedListingCard .soldListPrice .editorialPrice:after,
.detailPrice.soldListPrice:after{left:0!important;top:0!important;width:100%!important;height:100%!important;background:linear-gradient(to top right,transparent 48.8%,currentColor 49.4%,currentColor 50.6%,transparent 51.2%)!important;transform:none!important;transform-origin:center!important}
.unifiedListingCard .soldPriceLine>b{color:#16803c!important}
.unifiedListingCard .miniStats.iconMiniStats .iconStat i{overflow:hidden!important}
.unifiedListingCard .listingCopy,.unifiedListingCard .listingMetrics,.unifiedListingCard .listingPriceBlock,.unifiedListingCard .listPriceColumn{max-width:100%!important;min-width:0!important}

/* Recent History timeline */
.historyModal{z-index:40;background:rgba(7,28,43,.72);padding:24px}.historyDialog{position:relative;width:min(680px,92vw);max-height:min(82vh,760px);overflow:auto;padding:30px;border:1px solid rgba(201,169,110,.45);border-radius:24px;background:#fffdf8;color:#0A2437;box-shadow:0 30px 90px rgba(0,0,0,.32)}.historyDialogHeader{padding-right:48px;border-bottom:1px solid rgba(10,36,55,.12);padding-bottom:18px}.historyDialogHeader h2{margin:5px 0 4px;font-size:30px;line-height:1.05}.historyDialogHeader .muted{margin:0;color:#667785}.historyClose{right:18px;top:18px;background:#fffdf8;color:#0A2437;border-color:rgba(10,36,55,.18)}.historyModalContent{padding-top:20px}.historyDomSummary{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:baseline;margin:0 0 22px;padding:0}.historyDomSummary strong{font-size:28px;line-height:1}.historyDomSummary span{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667785}.historyTimeline{position:relative;display:grid;gap:14px;margin:0;padding:0;list-style:none}.historyTimeline:before{content:"";position:absolute;left:9px;top:12px;bottom:12px;width:2px;background:#d9c7a6}.historyItem{position:relative;display:grid;grid-template-columns:20px 1fr;gap:14px}.historyItemMarker{width:20px;height:20px;margin-top:3px;border-radius:50%;background:#0A2437;border:5px solid #e9dcc4;z-index:1}.historyItemBody{padding:0 0 10px}.historyItemBody time{display:block;color:#7b8790;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.historyItemBody h3{margin:3px 0 3px;font-size:17px}.historyItemBody p{margin:0;color:#52636d;line-height:1.45}.history-increase .historyItemMarker{background:#15803d}.history-decrease .historyItemMarker{background:#b42318}.history-conditional .historyItemMarker{background:#b7791f}.history-back .historyItemMarker{background:#2563eb}.historyBtn{white-space:nowrap}.actions.editorialActions button.historyBtn:disabled{background:#D9DCE0!important;background-image:none!important;color:#727981!important;border-color:#CDD1D5!important;box-shadow:none!important;cursor:not-allowed!important;opacity:1!important}
@media(max-width:700px){.historyModal{padding:12px}.historyDialog{width:100%;max-height:88vh;padding:24px 18px;border-radius:20px}.historyDialogHeader h2{font-size:26px}.historyDomSummary strong{font-size:24px}}

/* Compact discovery cards on phones: preserve every fact, but remove the large empty stat tiles. */
@media (max-width:700px){
  html body .card.listing.editorialListing.unifiedListingCard .listingMedia .photo{aspect-ratio:4/3!important}
  html body .card.listing.editorialListing.unifiedListingCard>.listingCopy{padding:16px 16px 18px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingCopy>.addr{font-size:clamp(29px,8.6vw,38px)!important;line-height:.96!important;margin-bottom:6px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingCopy>.listingSubline{font-size:13px!important;line-height:1.3!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingCopy>.listingBlurb{margin-top:12px!important;font-size:13px!important;line-height:1.45!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingCopy>.listingMetrics{margin-top:14px!important}
  html body .card.listing.editorialListing.unifiedListingCard .editorialPrice{font-size:31px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingPriceBlock{padding-bottom:13px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:12px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.typeStat{grid-column:auto!important;min-height:68px!important;padding:8px!important;border-radius:11px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>span{margin-bottom:6px!important;font-size:9px!important;line-height:1.05!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{gap:5px!important;font-size:14px!important;line-height:1.05!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats svg{width:21px!important;height:21px!important;min-width:21px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats small{font-size:8px!important}
  html body .card.listing.editorialListing.unifiedListingCard .editorialActions{gap:7px!important;margin-top:14px!important}
  html body .card.listing.editorialListing.unifiedListingCard .editorialActions>.btn,
  html body .card.listing.editorialListing.unifiedListingCard .editorialActions>.statusCheckBtn{min-height:43px!important;font-size:13px!important}
}

/* Stat redesign: facts are a clean aligned strip, not five competing cards. */
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:16px!important;
  margin:16px 0 0!important;
  padding:14px 0 0!important;
  border-top:1px solid rgba(9,38,56,.12)!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bedStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.bathStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.sizeStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.domStat,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.typeStat{
  min-height:0!important;
  padding:0!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>span{
  width:100%!important;
  margin:0 0 6px!important;
  color:var(--ulc-muted)!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{
  display:flex!important;
  align-items:baseline!important;
  gap:0!important;
  min-width:0!important;
  margin:0!important;
  color:var(--ulc-ink)!important;
  font-size:17px!important;
  font-weight:850!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-align:left!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats i,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .domIconText{
  display:none!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .sizeStat>div>b{
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  flex:0 0 auto!important;
  width:max-content!important;
  max-width:none!important;
  gap:4px!important;
  white-space:nowrap!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .sizeMain,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats small{
  white-space:nowrap!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats small{
  display:inline-flex!important;
  flex:0 0 auto!important;
  color:var(--ulc-muted)!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>.sizeStat>div>b>small{
  display:inline-flex!important;
  flex:0 0 auto!important;
  margin:0!important;
  white-space:nowrap!important;
}
@media (max-width:700px){
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px 14px!important;
    margin-top:14px!important;
    padding-top:13px!important;
  }
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>span{font-size:9px!important}
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{font-size:16px!important}
}

/* v3 — bring stat values closer to their labels while keeping clear hierarchy. */
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div>b,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{font-size:15px!important}
@media (max-width:700px){
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div>b,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b{font-size:14px!important}
}

/* v4 — all discovery-card stat values share one mobile scale. The legacy
   index styles give Baths and Size their own larger nested values; reset those
   descendants here so the five facts read as one consistent strip. */
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div>b,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .bathMain,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .sizeMain{
  font-size:15px!important;
  line-height:1.1!important;
  letter-spacing:0!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .bathStat small,
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .sizeStat small{
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:0!important;
}
html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .domStat>b{
  column-gap:6px!important;
}
@media (max-width:700px){
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>div>b,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats>*>b,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .bathMain,
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .sizeMain{
    font-size:15px!important;
  }
  html body .card.listing.editorialListing.unifiedListingCard .listingMetrics .miniStats.iconMiniStats .domStat>b{
    column-gap:6px!important;
  }
}
