/* =========================================================
   BLUE-MODERN THEME — Clean blue minimalist
   Font: Plus Jakarta Sans
   ========================================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg: #ffffff;
    --surface: #f4f7fa;
    --text: #1a2332;
    --text-muted: #6b7d93;
    --accent: #2563eb;
    --accent-hover: #1d4ed8;
    --accent-soft: rgba(37,99,235,0.1);
    --border: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --radius: 10px;
    --radius-lg: 14px;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container: 1140px;
    --transition: 0.2s ease;
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-hover); }
ul, ol { list-style: none; }

/* --- Container --- */
.rjum3 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.gpacs5 {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.95);
}
.pqacn2 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 64px;
}
.vracf6 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.vracf6:hover { color: var(--accent); }

.ktacg1 {
    flex: 1;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.nwach4 {
    width: 100%;
    padding: 9px 40px 9px 16px;
    border: 1px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.875rem;
    background: var(--surface);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.nwach4:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
    background: var(--bg);
}
.mvacm1 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 6px 10px;
    color: var(--text-muted);
    transition: color var(--transition);
}
.mvacm1:hover { color: var(--accent); }

.jsaca7 {
    display: flex;
    align-items: center;
    gap: 6px;
}
.jsaca7 a {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    transition: color var(--transition), background var(--transition);
}
.jsaca7 a:hover {
    color: var(--accent);
    background: var(--accent-soft);
}

/* Search Dropdown */
.vqect5 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    z-index: 200;
    overflow: hidden;
}
.vqect5 a {
    display: block;
    padding: 10px 16px;
    color: var(--text);
    font-size: 0.875rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
}
.vqect5 a:last-child { border-bottom: none; }
.vqect5 a:hover { background: var(--accent-soft); color: var(--accent); }

/* =========================================================
   MAIN
   ========================================================= */
.bjecy4 { min-height: 60vh; padding: 32px 0 60px; }

/* =========================================================
   HERO
   ========================================================= */
.vxacz8 {
    text-align: center;
    padding: 48px 0 40px;
}
.vxacz8 h1 {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--text);
}
.vxacz8 p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.lvecv6 { margin-bottom: 40px; }
.lvecv6 h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.dwect7 { margin-bottom: 32px; }
.dwect7 p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.dwect7 p a { font-weight: 600; }
.ebicm4 .ikuc1 p {
    color: var(--text-muted);
    line-height: 1.75;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */
.pcoi4 {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}
.pcoi4 a { color: var(--accent); font-weight: 500; }

/* =========================================================
   ANNONCES GRID — horizontal cards (image left, text right)
   ========================================================= */
.gqeb4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ece6 {
    display: flex;
    background: var(--bg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.ece6:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.xgo3 {
    width: 200px;
    min-height: 180px;
    object-fit: cover;
    flex-shrink: 0;
}
.kdf7 {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.gja5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.gja5:hover { color: var(--accent); }
.vhk4 {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 500;
}
.yfs6 {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS (villes, regions, departements)
   ========================================================= */
.zkicy9 { display: flex; flex-wrap: wrap; gap: 8px; }
.tgicl8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background var(--transition), color var(--transition);
}
.tgicl8:hover {
    background: var(--accent);
    color: #fff;
}
.xjico0 {
    background: rgba(255,255,255,0.3);
    padding: 1px 7px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
}
.tgicl8:hover .xjico0 { background: rgba(255,255,255,0.25); }

/* =========================================================
   FILTER BAR (region/dept/ville)
   ========================================================= */
.pquy2 {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 28px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.etul8 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.etul8:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}

/* =========================================================
   PAGINATION
   ========================================================= */
.zkecx2 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
}
.zkecx2 a, .zkecx2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    color: var(--text-muted);
    transition: all var(--transition);
}
.zkecx2 a:hover {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}
.zkecx2 .mnut5 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* =========================================================
   ANNONCE DETAIL PAGE
   ========================================================= */
.fvg6 {
    margin-bottom: 24px;
}
.fvg6 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.dced1 {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 4px;
}

/* Gallery */
.ntw1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.ffel0 {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* CTA */
.psw0 { margin-bottom: 32px; }
.jgot2 {
    display: inline-block;
    padding: 14px 36px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 4px 14px rgba(37,99,235,0.3);
}
.jgot2:hover {

/* Floating contact CTA */
.phoz0 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  padding: .85rem 2rem;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
.phoz0.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .phoz0 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.4);
}

/* Tabs */
.pld8 {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.kmw4 {
    padding: 12px 24px;
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color var(--transition), border-color var(--transition);
}
.kmw4:hover { color: var(--accent); }
.kmw4.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.eke7 {
    display: none;
    padding: 24px 0;
}
.eke7.active { display: block; }
.eke7 p {
    color: var(--text-muted);
    line-height: 1.75;
}

/* Content layout */
.grw9 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}

/* Sidebar */
.iws7 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
}
.azl9 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}
.azl9:last-child { border-bottom: none; }
.uxx5 {
    font-weight: 600;
    color: var(--text);
}
.aged6 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 20px;
}
.aged6 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.ipecn0 { display: flex; flex-wrap: wrap; gap: 6px; }
.ipecn0 li {
    padding: 5px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}
.mmez8 { margin-bottom: 24px; }
.mmez8 h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.cnev3 ul { list-style: disc; padding-left: 20px; }
.cnev3 li {
    color: var(--text-muted);
    margin-bottom: 6px;
    line-height: 1.6;
}

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.urecb9 {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    max-width: 600px;
}
.vtece4 {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 1rem;
    color: var(--text);
    background: var(--bg);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.vtece4:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}
.wseck7 {
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.wseck7:hover { background: var(--accent-hover); }

.sdicm9 {
    color: var(--text-muted);
    margin-bottom: 24px;
    font-size: 0.95rem;
}

/* =========================================================
   BLOG — magazine-style
   ========================================================= */
.lgir6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.phif7 {
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--surface);
    transition: all var(--transition);
}
.phif7:hover,
.gjil3 {
    background: var(--accent);
    color: #fff;
}

/* Blog hero (first article large) */
.mmil4 {
    display: block;
    margin-bottom: 32px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition);
}
.mmil4:hover { box-shadow: var(--shadow-lg); }
.kqii1 {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.wnil0 {
    padding: 28px 32px;
}
.apiw5 {
    display: inline-block;
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.wnil0 h2 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
}
.wnil0 p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 8px;
}
.wnil0 time {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Blog 2-col grid */
.alig7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

/* Blog list items */
.fbon9 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.wriz1 {
    display: flex;
    gap: 20px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.wriz1:hover { box-shadow: var(--shadow-md); }
.uxin0 { flex-shrink: 0; }
.ewit6 {
    width: 220px;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
}
.csih3 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.htiz7 {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.csih3 h2 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}
.csih3 h2 a { color: var(--text); }
.csih3 h2 a:hover { color: var(--accent); }
.nviy7 {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.csih3 p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 10px;
}
.bzil9 {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}
.bzil9:hover { text-decoration: underline; }

/* Blog cards (compact, for grids) */
.ekii6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.sbid7 {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.sbid7:hover { box-shadow: var(--shadow-md); }
.tfim0 {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.pcij0 { padding: 16px 20px; }
.ldis6 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.sbid7 h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}
.sbid7 h3 a { color: var(--text); }
.sbid7 h3 a:hover { color: var(--accent); }
.sbid7 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 6px;
}
.sbid7 time {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Article detail */
.mwee6 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.mwee6 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
}
.pzeh9 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.yvev6 {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.mseb7 {
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}
.pxeg6 {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    margin-bottom: 32px;
}
.dtec8 {
    max-width: 760px;
    margin-bottom: 48px;
}
.dtec8 h2, .dtec8 h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}
.ikuc1 p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}
.ikuc1 a { font-weight: 600; text-decoration: underline; }
.ikuc1 ul, .ikuc1 ol {
    padding-left: 24px;
    margin-bottom: 16px;
    list-style: disc;
}
.ikuc1 li {
    color: var(--text-muted);
    margin-bottom: 6px;
    line-height: 1.7;
}

/* =========================================================
   FOOTER
   ========================================================= */
.ekack6 {
    background: var(--surface);
    border-top: 1px solid var(--border);
    margin-top: 40px;
    padding: 48px 0 0;
}
.bnacw9 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}
.kmacw9 h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--text);
}
.kmacw9 p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.kmacw9 ul { display: flex; flex-direction: column; gap: 8px; }
.kmacw9 ul li a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: color var(--transition);
}
.kmacw9 ul li a:hover { color: var(--accent); }
.alacd8 {
    margin-top: 32px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}

/* =========================================================
   EMPTY STATE
   ========================================================= */
.hpux5 {
    text-align: center;
    color: var(--text-muted);
    padding: 48px 0;
    font-size: 1rem;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .grw9 {
        grid-template-columns: 1fr;
    }
    .bnacw9 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .pqacn2 {
        flex-wrap: wrap;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 10px;
    }
    .jsaca7 {
        order: 3;
        width: 100%;
        overflow-x: auto;
        gap: 2px;
        padding-bottom: 4px;
    }
    .ktacg1 {
        order: 2;
        max-width: none;
        flex: 1;
    }

    .vxacz8 h1 { font-size: 1.6rem; }
    .vxacz8 p { font-size: 0.95rem; }

    .ece6 {
        flex-direction: column;
    }
    .xgo3 {
        width: 100%;
        height: 200px;
        min-height: auto;
    }

    .alig7 {
        grid-template-columns: 1fr;
    }
    .kqii1 { height: 220px; }
    .wnil0 { padding: 20px; }
    .wnil0 h2 { font-size: 1.25rem; }

    .wriz1 {
        flex-direction: column;
    }
    .ewit6 {
        width: 100%;
        height: 180px;
        min-height: auto;
    }

    .bnacw9 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .urecb9 {
        flex-direction: column;
    }

    .ntw1 {
        grid-template-columns: 1fr;
    }

    .kmw4 {
        padding: 10px 14px;
        font-size: 0.8rem;
    }

    .pquy2 {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .rjum3 { padding: 0 14px; }
    .vxacz8 { padding: 32px 0 28px; }
    .vxacz8 h1 { font-size: 1.35rem; }
    .lvecv6 h2 { font-size: 1.15rem; }
    .fvg6 h1 { font-size: 1.5rem; }
    .mwee6 h1 { font-size: 1.5rem; }
    .jgot2 { width: 100%; text-align: center; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.bjecy4 > .rjum3 { display: flex; flex-direction: column; }
.pcoi4 { order: 1; }
h1 { order: 2; }
.dwect7 { order: 3; }
.czecg5 { order: 90; }
.lvecv6 { order: 10; }
.ixoe1 { order: 80; }
.vxacz8 { order: 2; }
.ebicm4 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.pquy2 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius, 8px);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.isun9 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.isun9 + .isun9 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.lvud1 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted, var(--text-muted, #888));
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.rwue3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.ahicf8 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.ahicf8 .xjico0 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .pquy2 { padding: .75rem; }
  .isun9 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .lvud1 { min-width: unset; }
}
/* ── Comments ─────────────────────────────────────────────────────────── */
.imof1 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.nsoq5 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.rnof4 { color: inherit; }

.vlew8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-surface, rgba(255,255,255,.08));
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 8px;
    font-size: .9rem;
}
.vkeo4 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.djeg4 { font-weight: 700; }
.oheo1 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.oheo1:hover { text-decoration: underline; }

.one6 { margin-top: 32px; }
.tqg0 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.zph3 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.shug2 { display: flex; flex-direction: column; gap: 16px; }
.tdux6 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.gcul3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.szot1 { font-weight: 700; font-size: .95rem; }
.rfuc3 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.xbuc5 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.bguf9 { margin: 0; font-size: .9rem; line-height: 1.6; }
