.elementor-11695 .elementor-element.elementor-element-52cb805{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11695 .elementor-element.elementor-element-499141b{--display:flex;}.elementor-11695 .elementor-element.elementor-element-28bbf142{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11695 .elementor-element.elementor-element-3111bdf8{--e-image-carousel-slides-to-show:1;}.elementor-11695 .elementor-element.elementor-element-3111bdf8 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-11695 .elementor-element.elementor-element-3111bdf8 .elementor-swiper-button.elementor-swiper-button-next{font-size:32px;color:#EC6052;}.elementor-11695 .elementor-element.elementor-element-3111bdf8 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-11695 .elementor-element.elementor-element-3111bdf8 .elementor-swiper-button.elementor-swiper-button-next svg{fill:#EC6052;}.elementor-11695 .elementor-element.elementor-element-3111bdf8 .elementor-image-carousel-caption{text-align:center;}.elementor-11695 .elementor-element.elementor-element-25c11ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11695 .elementor-element.elementor-element-d6b06a9{--display:flex;}/* Start custom CSS for image-carousel, class: .elementor-element-3111bdf8 */.elementor-11695 .elementor-element.elementor-element-3111bdf8 .swiper-slide img {
  max-height: 550px !important;
  width: auto !important;
  margin: 0 auto !important;
  display: block !important;
}/* End custom CSS */
/* Start custom CSS *//* ============================================================
   CSS COMPLET — PAGE WANGEN VENDU
   Elementor > ⚙️ roue crantée > Avancé > CSS personnalisé
   Tout coller d'un bloc dans ce champ, rien d'autre.
   ============================================================ */

/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bleu: #213c47; --bleu-light: #2e5263; --bleu-pale: #e6eef1;
  --bleu-tres-pale: #f4f7f8; --orange: #ec6052; --orange-dark: #d44e41;
  --white: #ffffff; --text: #2d2d2d; --text-light: #5a6a72;
  --radius: 12px; --shadow: 0 4px 24px rgba(33,60,71,0.10);
}
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; font-size: 14px; color: var(--text); line-height: 1.7; background: #fff; -webkit-font-smoothing: antialiased; }
* { font-family: 'Montserrat', sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif !important; text-transform: none !important; letter-spacing: normal !important; }
p, a, li, td, th, button, span, div, label { font-family: 'Montserrat', sans-serif !important; }

/* ===== HERO ===== */
.hero { position: relative; background: var(--bleu); min-height: 520px; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center 20%; opacity: 0.50; background-color: var(--bleu); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(33,60,71,0.90) 45%, rgba(33,60,71,0.20) 100%); }
.hero__content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 72px 40px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hero__left { flex: 1; min-width: 0; max-width: 580px; }
.hero__top { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.hero__tag { display: inline-block; background: var(--orange) !important; color: #fff !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 4px; }
.hero__title { font-size: clamp(20px, 2.6vw, 34px) !important; font-weight: 800 !important; color: #ffffff !important; line-height: 1.25 !important; margin-bottom: 14px; }
.hero__title em { color: var(--orange) !important; font-style: normal !important; }
.hero__subtitle { font-size: 13px !important; color: rgba(255,255,255,0.82) !important; font-weight: 400 !important; line-height: 1.6 !important; }

/* Carte prix (annonces actives) */
.hero__price-card { flex-shrink: 0; width: 190px; background: rgba(255,255,255,0.10); border: 1.5px solid rgba(255,255,255,0.22); border-radius: var(--radius); padding: 24px 20px; backdrop-filter: blur(6px); text-align: center; }
.hero__price-label { font-size: 10px !important; font-weight: 700 !important; color: rgba(255,255,255,0.55) !important; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px !important; }
.hero__price-main { font-size: 48px !important; font-weight: 900 !important; color: #ffffff !important; line-height: 1 !important; margin-bottom: 6px !important; }
.hero__price-hai { font-size: 10px !important; font-weight: 600 !important; color: rgba(255,255,255,0.55) !important; text-transform: uppercase; letter-spacing: 0.1em; }

/* Carte VENDU (annonces vendues) */
.hero__vendu-card { flex-shrink: 0; width: 200px; background: rgba(255,255,255,0.10); border: 2px solid rgba(255,255,255,0.30); border-radius: var(--radius); padding: 28px 20px; backdrop-filter: blur(6px); text-align: center; }
.hero__vendu-icon { font-size: 36px; margin-bottom: 10px; }
.hero__vendu-label { font-size: 28px !important; font-weight: 900 !important; color: #ffffff !important; line-height: 1.1 !important; margin-bottom: 8px !important; }
.hero__vendu-sub { font-size: 11px !important; font-weight: 600 !important; color: rgba(255,255,255,0.60) !important; text-transform: uppercase; letter-spacing: 0.1em; }

/* ===== BREADCRUMB ===== */
.breadcrumb { background: var(--bleu-tres-pale); border-bottom: 1px solid #dde6ea; padding: 12px 40px; }
.breadcrumb__inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 8px; align-items: center; font-size: 12px !important; color: var(--text-light) !important; flex-wrap: wrap; }
.breadcrumb a { color: var(--bleu) !important; text-decoration: none !important; font-weight: 600 !important; }
.breadcrumb a:hover { color: var(--orange) !important; }

/* ===== PAGE WRAPPER ===== */
.page-wrapper { max-width: 1100px; margin: 0 auto; padding: 56px 40px; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }

/* ===== TITLES ===== */
.section-title { font-size: 22px !important; font-weight: 800 !important; color: var(--bleu) !important; margin-bottom: 20px !important; padding-bottom: 12px !important; border-bottom: 3px solid var(--orange) !important; display: block !important; width: fit-content !important; line-height: 1.25 !important; }
.subsection-title { font-size: 15px !important; font-weight: 700 !important; color: var(--bleu) !important; margin: 32px 0 12px !important; line-height: 1.25 !important; }
.section-block { margin-bottom: 48px; }
.section-block p { margin-bottom: 14px; font-size: 14px !important; line-height: 1.75 !important; }

/* ===== BADGES ===== */
.viager-badge-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.viager-badge { background: var(--bleu-tres-pale); border: 1.5px solid var(--bleu-pale); border-radius: 8px; padding: 7px 14px; font-size: 12px !important; font-weight: 700 !important; color: var(--bleu) !important; display: flex; align-items: center; gap: 6px; }
.viager-badge .bi { font-size: 15px; }
.dpe-badge { background: #e8f5e9 !important; border-color: #a5d6a7 !important; }
.dpe-badge-letter { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 4px; font-size: 12px !important; font-weight: 900 !important; color: #fff !important; flex-shrink: 0; }
.dpe-a .dpe-badge-letter { background: #1b5e20 !important; }
.dpe-b .dpe-badge-letter { background: #4caf50 !important; }
.dpe-c .dpe-badge-letter { background: #8bc34a !important; }
.dpe-d .dpe-badge-letter { background: #fbc02d !important; }
.dpe-e .dpe-badge-letter { background: #f57c00 !important; }
.dpe-f .dpe-badge-letter { background: #e64a19 !important; }
.dpe-g .dpe-badge-letter { background: #b71c1c !important; }

/* Images DPE + GES */
.dpe-ges-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; margin-bottom: 0; }
.dpe-ges-images img { width: 100% !important; height: auto !important; border-radius: 8px; display: block; }
.dpe-ges-images.dpe-small img { max-width: 260px; }

/* ===== PRIX PRINCIPAL ===== */
.prix-hero-block { background: var(--bleu); border-radius: var(--radius); padding: 32px 36px; margin-bottom: 28px; }
.prix-hero-block__label { font-size: 11px !important; font-weight: 700 !important; color: rgba(255,255,255,0.55) !important; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px !important; }
.prix-hero-block__hai { font-size: 12px !important; font-weight: 700 !important; color: rgba(255,255,255,0.50) !important; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 24px !important; }
.prix-hero-block__main { font-size: 52px !important; font-weight: 900 !important; color: var(--orange) !important; line-height: 1 !important; margin-bottom: 6px !important; letter-spacing: -1px !important; }
.prix-detail-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); }
.prix-detail-item { display: grid; grid-template-rows: 28px auto auto; padding: 0 24px 0 0; border-right: 1px solid rgba(255,255,255,0.10); }
.prix-detail-item:first-child { padding-left: 0; }
.prix-detail-item:last-child { border-right: none; padding-left: 24px; padding-right: 0; }
.prix-detail-item:nth-child(2) { padding-left: 24px; }
.prix-detail-item .pdl { font-size: 10px !important; font-weight: 800 !important; background: linear-gradient(90deg, #ec6052, #d44e41) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; text-transform: uppercase; letter-spacing: 0.07em; line-height: 1.3 !important; display: flex !important; align-items: center !important; margin: 0 !important; }
.prix-detail-item .pdv { font-size: 20px !important; font-weight: 800 !important; color: #fff !important; line-height: 1 !important; padding: 8px 0 6px !important; white-space: nowrap; margin: 0 !important; }
.prix-detail-item .pds { font-size: 11px !important; color: rgba(255,255,255,0.60) !important; line-height: 1.4 !important; font-weight: 500 !important; margin: 0 !important; }

/* ===== DÉCOTE ===== */
.decote-section { background: var(--bleu-tres-pale); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 24px; border: 1.5px solid var(--bleu-pale); }
.decote-section h3 { font-size: 13px !important; font-weight: 800 !important; color: var(--bleu) !important; margin-bottom: 16px !important; text-transform: uppercase; letter-spacing: 0.07em; }
.decote-bars { display: flex; flex-direction: column; gap: 10px; }
.decote-bar-row { display: flex; align-items: center; gap: 12px; }
.decote-bar-row-label { font-size: 11px !important; font-weight: 700 !important; color: var(--text-light) !important; width: 160px; flex-shrink: 0; }
.decote-bar-track { flex: 1; background: #dde6ea; border-radius: 6px; height: 22px; overflow: hidden; }
.decote-bar-fill { height: 100%; border-radius: 6px; display: flex; align-items: center; padding: 0 10px; }
.decote-bar-fill span { font-size: 11px !important; font-weight: 800 !important; color: #fff !important; white-space: nowrap; }
.fill-bleu { background: var(--bleu); width: 100%; }
.fill-orange { background: var(--orange); width: 44%; }
.decote-note { font-size: 12px !important; color: var(--text-light) !important; margin-top: 12px !important; }
.decote-note strong { color: var(--orange) !important; }

/* ===== TABLEAU ===== */
.table-wrap { border-radius: var(--radius); overflow: hidden; border: 1.5px solid #dde6ea; margin: 20px 0; }
.table-fin { width: 100%; border-collapse: collapse; }
.table-fin thead tr { background: var(--bleu); }
.table-fin thead th { color: #fff !important; font-size: 12px !important; font-weight: 700 !important; padding: 12px 16px !important; text-align: left !important; }
.table-fin tbody tr:nth-child(even) { background: var(--bleu-tres-pale); }
.table-fin tbody tr:hover { background: var(--bleu-pale); }
.table-fin tbody td { font-size: 13px !important; padding: 11px 16px !important; border-bottom: 1px solid #eef2f4; color: var(--text) !important; }
.table-fin tbody tr.total-row td { font-weight: 800 !important; color: var(--bleu) !important; background: #e6eef1; }
.table-fin tbody tr.note-row td { font-size: 11px !important; color: var(--text-light) !important; font-style: italic; background: #fffbf0; }

/* ===== INFO BOXES ===== */
.info-box { background: #fffbf0; border-left: 4px solid var(--orange); border-radius: 0 8px 8px 0; padding: 14px 18px; margin: 14px 0; }
.info-box.blue { background: var(--bleu-tres-pale); border-left-color: var(--bleu); }
.info-box.green { background: #f0faf3; border-left-color: #4caf50; }
.info-box p { font-size: 13px !important; margin-bottom: 0 !important; line-height: 1.65 !important; }

/* ===== SPECS BIEN ===== */
.bien-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.spec-item { display: flex; align-items: flex-start; gap: 10px; background: var(--bleu-tres-pale); border-radius: 8px; padding: 10px 14px; border: 1px solid var(--bleu-pale); }
.spec-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; display: flex; flex-direction: column; align-items: center; width: 24px; line-height: 1.3; }
.spec-label { font-size: 10px !important; font-weight: 700 !important; color: var(--text-light) !important; text-transform: uppercase; letter-spacing: 0.05em; }
.spec-value { font-size: 13px !important; font-weight: 700 !important; color: var(--bleu) !important; }

/* ===== CHARGES GRID ===== */
.charges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.charges-card { background: var(--bleu-tres-pale); border-radius: var(--radius); padding: 18px 20px; border: 1.5px solid var(--bleu-pale); }
.charges-card.orange-border { border-color: var(--orange); background: #fff8f7; }
.charges-card h4 { font-size: 11px !important; font-weight: 800 !important; color: var(--bleu) !important; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px !important; }
.charges-card ul { list-style: none; padding: 0; }
.charges-card ul li { font-size: 13px !important; color: var(--text) !important; margin-bottom: 6px !important; padding-left: 16px; position: relative; }
.charges-card ul li::before { content: "-"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

/* ===== INVESTISSEUR ===== */
.investisseur-card { background: linear-gradient(135deg, #1a3040 0%, var(--bleu) 60%, #2e5263 100%); border-radius: var(--radius); padding: 28px 32px; margin: 24px 0; border: none; box-shadow: 0 6px 32px rgba(33,60,71,0.18); }
.investisseur-card__header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.investisseur-card__icon { font-size: 24px; flex-shrink: 0; }
.investisseur-card h3 { font-size: 16px !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 0 !important; }
.investisseur-card ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.investisseur-card ul li { font-size: 13px !important; color: rgba(255,255,255,0.90) !important; padding-left: 22px; position: relative; line-height: 1.5 !important; }
.investisseur-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; font-size: 13px; }
.investisseur-card ul li strong { color: #fff !important; font-weight: 800 !important; }

/* ===== DPE ===== */
/* Fix : flex-row avec lettre à gauche et info à droite, sans cassure verticale */
.dpe-box { display: flex; flex-direction: row; align-items: flex-start; gap: 16px; background: var(--bleu-tres-pale); border-radius: 10px; padding: 16px 20px; margin: 16px 0; border: 1.5px solid #b8d4c8; }
.dpe-letter { width: 52px; height: 52px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 26px !important; font-weight: 900 !important; color: #fff !important; flex-shrink: 0; }
.dpe-letter-a { background: #1b5e20 !important; }
.dpe-letter-b { background: #4caf50 !important; }
.dpe-letter-c { background: #8bc34a !important; }
.dpe-letter-d { background: #fbc02d !important; }
.dpe-letter-e { background: #f57c00 !important; }
.dpe-letter-f { background: #e64a19 !important; }
.dpe-letter-g { background: #b71c1c !important; }
.dpe-info { flex: 1; min-width: 0; }
.dpe-info strong { font-size: 13px !important; font-weight: 800 !important; color: var(--bleu) !important; display: block; margin-bottom: 3px !important; }
.dpe-info span { font-size: 12px !important; color: var(--text-light) !important; display: block; line-height: 1.5 !important; }

/* ===== LOCALISATION ===== */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.loc-item { background: var(--bleu-tres-pale); border-radius: 8px; padding: 10px 14px; border: 1px solid var(--bleu-pale); }
.loc-label { font-size: 11px !important; font-weight: 700 !important; color: var(--text-light) !important; text-transform: uppercase; letter-spacing: 0.05em; }
.loc-value { font-size: 13px !important; font-weight: 700 !important; color: var(--bleu) !important; }

/* ===== SIDEBAR ===== */
.sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 18px; }
.sidebar-nav { background: var(--bleu-tres-pale); border-radius: var(--radius); padding: 18px 20px; border: 1.5px solid var(--bleu-pale); }
.sidebar-nav h4 { font-size: 11px !important; font-weight: 800 !important; color: var(--bleu) !important; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px !important; }
.sidebar-nav ul { list-style: none; padding: 0; }
.sidebar-nav ul li { margin-bottom: 6px !important; }
.sidebar-nav ul li a { font-size: 13px !important; color: var(--bleu) !important; text-decoration: none !important; font-weight: 600 !important; display: flex; align-items: center; gap: 6px; }
.sidebar-nav ul li a::before { content: "→"; color: var(--orange); font-size: 11px; }
.sidebar-nav ul li a:hover { color: var(--orange) !important; }
.sidebar-contact { background: var(--bleu); border-radius: var(--radius); padding: 22px; }
.sidebar-contact h4 { font-size: 14px !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 6px !important; line-height: 1.3 !important; }
.sidebar-contact p { font-size: 12px !important; color: rgba(255,255,255,0.65) !important; margin-bottom: 0 !important; }
.btn-call { display: flex; align-items: center; justify-content: center; gap: 8px; background: #f4b8b2; color: #7a1f17 !important; font-size: 14px !important; font-weight: 800 !important; padding: 13px 16px; border-radius: 8px; text-decoration: none !important; width: 100%; transition: background 0.2s; margin-bottom: 10px; margin-top: 18px; }
.btn-call:hover { background: #f0a49d !important; color: #7a1f17 !important; }
.btn-wa { display: flex; align-items: center; justify-content: center; gap: 8px; background: #a8e6be; color: #1a5c33 !important; font-size: 13px !important; font-weight: 700 !important; padding: 11px 16px; border-radius: 8px; text-decoration: none !important; width: 100%; transition: background 0.2s; }
.btn-wa:hover { background: #93dba9 !important; color: #1a5c33 !important; }
.sidebar-equip { background: #fff; border: 1.5px solid var(--bleu-pale); border-radius: var(--radius); padding: 18px 20px; }
.sidebar-equip h4 { font-size: 11px !important; font-weight: 800 !important; color: var(--bleu) !important; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px !important; }
.equip-list { display: flex; flex-direction: column; gap: 8px; }
.equip-item { display: flex; align-items: center; gap: 10px; }
.equip-icon { font-size: 17px; width: 24px; text-align: center; flex-shrink: 0; }
.equip-text { font-size: 12px !important; font-weight: 600 !important; color: var(--bleu) !important; }
.sidebar-note { background: #fff8f7; border: 1.5px solid #f9c9c4; border-radius: var(--radius); padding: 14px 16px; }
.sidebar-note p { font-size: 11px !important; color: var(--text) !important; margin-bottom: 0 !important; line-height: 1.6 !important; }
.link-orange { color: var(--orange) !important; font-weight: 700 !important; text-decoration: none !important; }

/* ===== CTA BAND ===== */
.cta-band { background: linear-gradient(135deg, var(--bleu) 0%, var(--bleu-light) 100%); padding: 40px 40px; text-align: center; margin-top: 32px; }
.cta-band h2 { font-size: 26px !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 12px !important; line-height: 1.25 !important; }
.cta-band p { font-size: 15px !important; color: rgba(255,255,255,0.75) !important; max-width: 520px; margin: 0 auto 28px; }
.cta-band-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-call { width: auto; padding: 14px 32px; font-size: 14px !important; margin: 0; }
.cta-band .btn-wa { width: auto; padding: 13px 28px; font-size: 13px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .bien-specs, .charges-grid, .loc-grid { grid-template-columns: 1fr; }
  .prix-detail-row { grid-template-columns: 1fr; gap: 16px; }
  .prix-detail-item { border-right: none !important; padding: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.10); padding-bottom: 14px !important; }
  .prix-detail-item:last-child { border-bottom: none; }
  .hero__content { flex-direction: column; align-items: flex-start; }
  .hero__price-card, .hero__vendu-card { width: 100%; }
  .investisseur-card ul { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page-wrapper { padding: 36px 18px; }
  .hero__content { padding: 48px 20px; }
  .breadcrumb { padding: 10px 18px; }
  .hero__price-main { font-size: 30px !important; }
  .hero__vendu-label { font-size: 22px !important; }
  .prix-hero-block__main { font-size: 40px !important; }
  .dpe-ges-images { grid-template-columns: 1fr; }
  .dpe-ges-images img { max-height: none; }
  .section-title { font-size: 18px !important; line-height: 1.25 !important; }
  .subsection-title { font-size: 14px !important; line-height: 1.25 !important; }
  .cta-band h2 { font-size: 20px !important; line-height: 1.25 !important; }
}

/* ============================================================
   CSS SPÉCIFIQUE — WANGEN VENDU
   Pas d'image hero (fond bleu uni)
   ============================================================ */

/* Bandeau VENDU dans le contenu */
.vendu-band {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: #1a2a4a;
  border-left: 5px solid #ec6052;
  border-radius: 8px;
  padding: 1.4rem 1.8rem;
  margin: 0 0 2rem;
  color: #fff;
}
.vendu-band__icon { font-size: 2rem; flex-shrink: 0; }
.vendu-band__title { font-size: 1.15rem !important; font-weight: 700 !important; margin: 0 0 .3rem !important; color: #ec6052 !important; }
.vendu-band__sub { margin: 0 !important; font-size: .95rem !important; line-height: 1.5 !important; color: #cdd6e0 !important; }
@media (max-width: 600px) {
  .vendu-band { flex-direction: column; align-items: flex-start; gap: .8rem; padding: 1.1rem 1.2rem; }
}/* End custom CSS */