/* ================================================================
   BENIN-IMMO Archive Search Widget
   Sidebar verticale 280-400px — charte Navy #1A2B4A | Or #C8A96E
   ================================================================ */

.bi-archive-widget-wrap {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
}

/* ── Compteur ──────────────────────────────────────────────────── */

.bi-aw-counter {
    display: flex;
    align-items: baseline;
    gap: 6px;
    background: #1A2B4A;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 18px;
}

.bi-aw-counter .bi-counter-number {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    font-weight: 700;
    color: #C8A96E;
    line-height: 1;
    transition: opacity 0.25s;
}

.bi-aw-counter .bi-counter-number.loading {
    opacity: 0.35;
}

.bi-aw-counter-label {
    font-size: 12px;
    color: rgba(255,255,255,0.78);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Formulaire ────────────────────────────────────────────────── */

.bi-aw-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ── Champ générique ───────────────────────────────────────────── */

.bi-aw-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bi-aw-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #1A2B4A;
}

/* ── Select natif (pas de Bootstrap Select) ────────────────────── */

.bi-archive-widget-wrap .bi-aw-select {
    width: 100%;
    height: 44px;
    padding: 0 32px 0 12px;
    border: 1.5px solid #dde1e7;
    border-radius: 7px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A2B4A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.bi-archive-widget-wrap .bi-aw-select:focus {
    border-color: #C8A96E;
    outline: none;
    box-shadow: 0 0 0 3px rgba(200,169,110,0.18);
}

.bi-archive-widget-wrap .bi-aw-select:hover {
    border-color: #1A2B4A;
}

/* ── Budget (plage de prix) ────────────────────────────────────── */

.bi-aw-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bi-aw-input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 10px;
    border: 1.5px solid #dde1e7;
    border-radius: 7px;
    background: #fff;
    font-family: inherit;
    font-size: 13px;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.bi-aw-input:focus {
    border-color: #C8A96E;
    outline: none;
    box-shadow: 0 0 0 3px rgba(200,169,110,0.18);
}

.bi-aw-input::-webkit-inner-spin-button,
.bi-aw-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.bi-aw-sep {
    flex-shrink: 0;
    color: #aaa;
    font-size: 16px;
}

/* ── Boutons ───────────────────────────────────────────────────── */

.bi-aw-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.bi-aw-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #1A2B4A;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s;
}

.bi-aw-btn-primary:hover,
.bi-aw-btn-primary:focus {
    background: #C8A96E;
    outline: none;
}

.bi-aw-btn-primary:active {
    transform: scale(0.98);
}

.bi-aw-btn-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background: transparent;
    color: #999;
    border: 1.5px solid #dde1e7;
    border-radius: 7px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.bi-aw-btn-clear:hover {
    border-color: #1A2B4A;
    color: #1A2B4A;
}

/* ── Responsive ────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .bi-aw-counter .bi-counter-number {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bi-archive-widget-wrap {
        max-width: 100%;
    }
    .bi-aw-btn-primary {
        height: 52px;
    }
}
