.sidebar .mt-toggle__content {
    display: block;
}

@media (max-width: 47.9275em) {
    .mt-hotel-card__badge {
        width: 220px;
    }
    .mt-hotel-card--vertical.mt-hotel-card--small .mt-hotel-card__badge{
        width: 150px;
    }
}

.wp-block-table {
    display: block;
    max-width: 100% !important;
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.wp-block-table table td,
.wp-block-table table th {
    word-wrap: break-word;
    white-space: normal;
}
.prefix-card--search {
    height: auto !important;
}
