.hr-business-hours {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 0.15em 2em;
    margin: 0;
}

.hr-business-hours dt,
.hr-business-hours dd {
    margin: 0;
}

.hr-business-hours dd {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.hr-business-hours__interval {
    display: block;
    white-space: nowrap;
}

.hr-business-hours-status {
    display: flex;
    align-items: flex-start;
    gap: 0.45em;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    padding: 0.65em 0.9em;
    color: #238632;
    background: #effbef;
    border: 1px solid #a9dfa9;
    border-radius: 0.55em;
}

.hr-business-hours-status__dot {
    flex: 0 0 0.85em;
    width: 0.85em;
    height: 0.85em;
    margin-top: 0.2em;
    background: #6fba55;
    border-radius: 50%;
}

.hr-business-hours-status.is-closed .hr-business-hours-status__dot {
    background: #d63638;
}

.hr-business-hours-status__text {
    text-align: center;
}
