.opening-hours-spotlight {
    font-size: var(--font-size, 1rem);
}

.opening-hours-spotlight__header {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.777em);
    font-style: var(--font-style, normal);
    font-weight: var(--font-weight, bold);
    color: var(--color, black);
    line-height: var(--line-height, 1.25);
}

.opening-hours-spotlight__text {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    font-weight: var(--font-weight, normal);
    color: var(--color, black);
}

@media (min-width: 62rem) {
    .opening-hours-spotlight__visual {
        border-left-color: var(--color-border, grey);
        border-left-width: var(--border-width, 0.125rem);
    }
}
