.det-hours-combined,
.det-hours-combined *,
.det-hours-column,
.det-hours-column * {
    box-sizing: border-box;
}

.det-hours-combined {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 520px)) !important;
    justify-content: center !important;
    align-items: start !important;
    gap: clamp(48px, 6vw, 96px) !important;
    width: min(1136px, 100%) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
}

.det-hours-column {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    text-align: left !important;
}

.det-hours-column h2 {
    margin: 0 0 0.2em !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 2rem !important;
    line-height: 1.1 !important;
    text-align: left !important;
}

.det-hours-column p.det-hours-description {
    margin: 0 0 0.65em !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

.det-hours-table {
    display: table !important;
    width: auto !important;
    min-width: 330px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: auto !important;
    color: inherit !important;
    background: transparent !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
}

.det-hours-table tbody {
    display: table-row-group !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.det-hours-table tr {
    display: table-row !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.det-hours-table th,
.det-hours-table td {
    display: table-cell !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 0.3em !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    background: transparent !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
}

.det-hours-table th {
    width: 104px !important;
    padding-right: 10px !important;
    font-weight: 700 !important;
}

.det-hours-table td {
    font-weight: 400 !important;
}

.det-hours-table tr::before,
.det-hours-table tr::after,
.det-hours-table th::before,
.det-hours-table th::after,
.det-hours-table td::before,
.det-hours-table td::after {
    display: none !important;
    content: none !important;
}

.det-hours-error {
    margin: 0 !important;
    color: #ff8a8a !important;
}

@media (max-width: 1050px) {
    .det-hours-combined {
        grid-template-columns: minmax(0, 520px) !important;
        gap: 24px !important;
        width: min(520px, 100%) !important;
    }
}

@media (max-width: 560px) {
    .det-hours-column p.det-hours-description {
        white-space: normal !important;
    }

    .det-hours-table {
        width: 100% !important;
        min-width: 0 !important;
    }

    .det-hours-table th {
        width: 94px !important;
    }
}
