
/* block list structured data */
.aak-content .c-block-list-structured-data,
.aak-content .c-block-list-structured-data .c-block-heading,
.aak-content .c-block-list-structured-data .c-block-list-structured-data__table {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.aak-content .c-block-list-structured-data__table {
    width: 100% !important;
    margin-left: 0 !important;
}

    .aak-content .c-block-list-structured-data__table .c-base-table__content:before,
    .aak-content .c-block-list-structured-data__table .c-base-table__content:after {
        display: none !important;
    }

    .aak-content .c-block-list-structured-data__table .c-base-scrollbar__horizontal {
        left: 0 !important;
        width: 100% !important;
    }

.aak-content .c-block-list-structured-data .c-base-table__table {
    transform: none !important;
}

.aak-content .c-structured-data__cell {
    max-width: 45vw;
}

@media (max-width: 480px) {
    .aak-content .c-structured-data__cell {
        padding: 12px;
    }
}

.aak-content .c-structured-data__cell p a, .aak-content .c-structured-data__cell {
    hyphens: auto;
}
