.cb-price-drop{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.cb-price-drop__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;font-size:12px;font-weight:900;line-height:1;letter-spacing:.02em;box-shadow:0 1px 0 rgba(22,101,52,.08)}
.cb-price-drop__values{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}
.cb-price-drop__old{position:relative;color:#94a3b8;font-size:18px;font-weight:700;line-height:1.1;text-decoration:none}
.cb-price-drop__old::after{content:"";position:absolute;left:-2px;right:-2px;top:52%;height:2px;background:#ef4444;border-radius:2px;transform:rotate(-8deg)}
.cb-price-drop__new{color:#15803d;font-size:28px;font-weight:900;line-height:1.05}
.cb-price-drop--plain .cb-price-drop__new{color:inherit;font-size:inherit;font-weight:inherit}
.cb-price-drop--card .cb-price-drop__old{font-size:14px}
.cb-price-drop--card .cb-price-drop__new{font-size:20px}
.cb-listing-card--price-drop{border-color:#86efac;box-shadow:0 0 0 1px rgba(34,197,94,.18),0 10px 24px rgba(22,163,74,.08)}
.real-estate-list-card--price-drop,.real-estate-map-card--price-drop{border-color:#86efac;box-shadow:0 0 0 1px rgba(34,197,94,.16)}
.real-estate-list-card__price-drop,.real-estate-map-card__price-drop{width:100%}
.cb-listing-card__badge--price-drop{background:#dcfce7;color:#166534}
.cb-listing-card__price-drop{margin:-2px 0 6px}
.cb-price-history__list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.cb-price-history__item{display:grid;grid-template-columns:minmax(110px,140px) 1fr auto;gap:10px 14px;align-items:center;padding:12px 14px;border-radius:14px;background:#f8fafc}
.cb-price-history__item--highlight{background:linear-gradient(180deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0}
.cb-price-history__item time{color:#64748b;font-size:13px;font-weight:700}
.cb-price-history__change{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#334155;font-weight:700}
.cb-price-history__change strong{color:#0f172a}
.cb-price-history__tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:800;white-space:nowrap}
.cb-price-history__tag--muted{background:#e2e8f0;color:#475569}
.real-estate-show-contact__price .cb-price-drop{align-items:flex-start}
.real-estate-show-mobile-bar__price .cb-price-drop{flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}
.real-estate-show-mobile-bar__price .cb-price-drop__new{font-size:18px}
@media(max-width:760px){
  .cb-price-history__item{grid-template-columns:1fr;gap:6px}
  .cb-price-drop__new{font-size:24px}
}
