.hb-table__wrapper {
    overflow-x: auto;
    padding: 32px 0;
}

@media screen and (min-width: 1200px) {
    .hb-table__wrapper {
        padding: 64px 0;
    }
}
.hb-table-pim {
    background-color: #e0e0e0;
    color: #000;
    border-collapse: collapse;
    text-align: left;
}

.hb-table-pim thead th {
    font-size: 16px;
    padding: 16px;
    width: 220px;
    min-width: 220px;
}
.hb-table-pim tbody tr {
    background-color: #f8f8f8;
}
.hb-table-pim tbody tr td {
    vertical-align: top;
    font-size: 16px;
    padding: 16px;
    border-bottom: 1px solid black;
}


/* custom styling for smart 
 TODO: Remove before 2024-06
 */

.page-wrapper.smart div.main-wrapper {
    font-family: inherit !important;
    --font-display: inherit !important;
    --font-base: inherit !important;
}
.smart .hero .hero__title {
    text-transform: none;
}
.smart .section-title {
    text-transform: none !important;
}
.smart .button.button--icon.button--naked.button--white {
    text-transform: none !important;
}
.smart .car-card .card__title {
    text-transform: none !important;
}

/*  TODO: Remove before 2024-06 */