/* Tableau des biens disponibles dans une résidence */

.cdp-biens-wrapper {
    width: 100%;
    overflow-x: auto;
    font-family: 'Barlow', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.cdp-biens-table {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.cdp-biens-table thead th,
.cdp-biens-table tbody td,
.cdp-biens-table tbody tr {
    border: 0 !important;
    box-shadow: none !important;
}

.cdp-biens-table thead th {
    background: transparent !important;
    color: #F18A00 !important;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
}

.cdp-biens-table tbody td {
    background: #F18A0035 !important;
    color: #000000;
    text-align: center;
    padding: 10px 14px;
}

.cdp-biens-table tbody tr:nth-child(even) td {
    background: #ffffff !important;
}

.cdp-biens-table tbody td.cdp-biens-type {
    font-weight: 700;
}

.cdp-biens-table a {
    color: #F18A00;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .cdp-biens-table thead th,
    .cdp-biens-table tbody td {
        padding: 8px 6px;
        font-size: 14px;
    }
}
