/* /Components/Property/CardProperty.razor.rz.scp.css */
.ap-header-row[b-d1f3isns4e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.ap-icon-margin[b-d1f3isns4e] {
    margin-right: 8px;
}

.ap-building-text[b-d1f3isns4e] {
    margin-top: 4px;
}

.ap-building-name[b-d1f3isns4e] {
    margin-left: 6px;
}

.ap-content-column[b-d1f3isns4e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ap-features-row[b-d1f3isns4e] {
    display: flex;
    gap: 18px;
    font-size: 0.9rem;
}

.ap-feature-item[b-d1f3isns4e] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ap-footer-row[b-d1f3isns4e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 12px;
}

.ap-tenant[b-d1f3isns4e] {
    text-align: right;
}
/* /Components/Property/DisplayAvailable.razor.rz.scp.css */
/* /Components/Property/DisplayRatingBar.razor.rz.scp.css */
.rating-item[b-qpwr58tgl9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 36px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
    opacity: 0.55;
    flex-shrink: 0;
    color: white;
    position: relative;
    margin: 0 2px;
}

    .rating-item:hover[b-qpwr58tgl9] {
        opacity: 0.85;
        transform: translateY(-2px);
    }

.rating-item-selected[b-qpwr58tgl9] {
    opacity: 1 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.rating-item-check[b-qpwr58tgl9] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: white;
    border-radius: 50%;
    color: #424242;
    width: 14px !important;
    height: 14px !important;
    font-size: 10px !important;
}

/* Énergie */
.dpe-a[b-qpwr58tgl9] {
    background: #009a44;
}

.dpe-b[b-qpwr58tgl9] {
    background: #51b848;
}

.dpe-c[b-qpwr58tgl9] {
    background: #b8d433;
}

.dpe-d[b-qpwr58tgl9] {
    background: #ffd900;
    color: #424242;
}

.dpe-e[b-qpwr58tgl9] {
    background: #f7a600;
    color: #424242;
}

.dpe-f[b-qpwr58tgl9] {
    background: #ee7a23;
}

.dpe-g[b-qpwr58tgl9] {
    background: #e73026;
}

/* GES Climat */
.ges-a[b-qpwr58tgl9] {
    background: #c8dcf5;
    color: #1a237e;
}

.ges-b[b-qpwr58tgl9] {
    background: #9ab8e8;
    color: #1a237e;
}

.ges-c[b-qpwr58tgl9] {
    background: #6d9cda;
    color: white;
}

.ges-d[b-qpwr58tgl9] {
    background: #4680cc;
    color: white;
}

.ges-e[b-qpwr58tgl9] {
    background: #3060a8;
    color: white;
}

.ges-f[b-qpwr58tgl9] {
    background: #1e4080;
    color: white;
}

.ges-g[b-qpwr58tgl9] {
    background: #0d2050;
    color: white;
}
/* /Components/Property/FormAdress.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Properties/BuildingsPage.razor.rz.scp.css */
/* /Pages/Properties/PropertyPage.razor.rz.scp.css */


/* ═══════════════════════════════════════════════════════
   SELECT — CUSTOM ITEMS
═══════════════════════════════════════════════════════ */

/*.pe-select-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pe-select-icon {
    color: #864b2d;
}*/

/* ═══════════════════════════════════════════════════════
   BUILDING CARD (mini)
═══════════════════════════════════════════════════════ */

/*.pe-building-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pe-building-icon {
    color: #864b2d;
    flex-shrink: 0;
}

.pe-building-city {
    font-size: 0.75rem;
    color: #757575;
    margin-top: 1px;
}

.pe-building-card {
    background: #f9f6f4;
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(134, 75, 45, 0.15);
}*/

/* ═══════════════════════════════════════════════════════
   ÉQUIPEMENTS — TOGGLE CARDS
═══════════════════════════════════════════════════════ */

/*.pe-toggles {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pe-toggle-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1.5px solid #e0e0e0;
    background: white;
    cursor: pointer;
    transition: all 0.18s ease;
    user-select: none;
}

    .pe-toggle-item:hover {
        border-color: #864b2d;
        background: #fdf8f5;
    }

.pe-toggle-on {
    border-color: #864b2d !important;
    background: #f2ede9 !important;
}

.pe-toggle-check {
    margin-left: auto;
}*/

/* ═══════════════════════════════════════════════════════
   LOCATAIRE
═══════════════════════════════════════════════════════ */

/*.pe-section-tenant {
    border-left: 3px solid #864b2d;
}

.pe-tenant-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pe-tenant-avatar {
    flex-shrink: 0;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}*/

/* ═══════════════════════════════════════════════════════
   DPE — DIAGNOSTICS ÉNERGÉTIQUES
═══════════════════════════════════════════════════════ */

/*.pe-dpe-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pe-dpe-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pe-dpe-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #616161;
    font-weight: 500 !important;
}

.pe-dpe-bar {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
}*/
