.vitz-school-times {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    width: 100%;
}

.vitz-school-times__card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #ded8d1;
    border-radius: 16px;
    background: #fff;
}

.vitz-school-times__header {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 18px 24px;
    border-bottom: 0 solid transparent;
}

.vitz-school-times__card--regular .vitz-school-times__header {
    background: #fff0e4;
}

.vitz-school-times__card--shortened .vitz-school-times__header {
    background: #fff7d9;
}

.vitz-school-times__card--shortened .vitz-school-times__header-icon,
.vitz-school-times__card--shortened .vitz-school-times__title {
    color: #675000;
}

.vitz-school-times__header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: #7b3100;
    font-size: 22px;
    line-height: 1;
}

.vitz-school-times__header-icon i,
.vitz-school-times__header-icon svg,
.vitz-school-times__pause-icon i,
.vitz-school-times__pause-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.vitz-school-times__heading {
    min-width: 0;
}

.vitz-school-times__title {
    margin: 0 !important;
    color: #6f2c00;
    font: inherit;
    font-weight: 500;
}

.vitz-school-times__subtitle {
    margin: 2px 0 0;
    color: #746d66;
}

.vitz-school-times__body {
    min-width: 0;
    padding: 8px 24px;
    background: #fff;
}

.vitz-school-times__block-heading {
    margin: 12px 0 0 !important;
    color: inherit;
    font: inherit;
    font-weight: 500;
}

.vitz-school-times__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    min-width: 0;
    padding: 13px 0;
    border-bottom: 0 solid #e9e3dc;
}

.vitz-school-times__row:not(:last-child) {
    border-bottom-width: 1px;
}

.vitz-school-times__label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: #292725;
    overflow-wrap: anywhere;
}

.vitz-school-times__value {
    color: #625d57;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.vitz-school-times__row--pause .vitz-school-times__label,
.vitz-school-times__row--pause .vitz-school-times__value,
.vitz-school-times__pause-icon {
    color: #a94705;
}

.vitz-school-times__pause-label {
    gap: 10px;
}

.vitz-school-times__pause-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 17px;
    line-height: 1;
}

.vitz-school-times__empty,
.vitz-school-times__empty-row {
    padding: 16px;
    border: 1px dashed #c9c9c9;
    border-radius: 8px;
    color: #666;
    text-align: center;
}

@media (max-width: 480px) {
    .vitz-school-times__header {
        padding: 15px 16px;
    }

    .vitz-school-times__body {
        padding: 6px 16px;
    }

    .vitz-school-times__row {
        column-gap: 10px;
    }
}

@media (max-width: 360px) {
    .vitz-school-times__row {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 3px;
    }

    .vitz-school-times__value {
        white-space: normal;
    }
}
