.location-opening-hours {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.location-opening-hours__header {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.25em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.location-opening-hours__subheader {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.166em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.location-opening-hours__text {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.location-opening-hours__icon {
    fill: var(--fill, currentColor);
    min-width: var(--width, 1.25em);
    width: var(--width, 1.25em);
}
