/**
 * OXID Module & Component License 2023
 * OXID eSales AG
 *
 * Deliberately minimal, theme-aware styling: colors inherit from the
 * surrounding theme (light/dark alike) unless the consumer overrides the
 * CSS custom properties. No hardcoded palette.
 */
.opalcountdown {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    color: var(--opalcountdown-color, inherit);
}

.opalcountdown__label {
    display: block;
    font-size: var(--opalcountdown-label-size, .8em);
    font-weight: 400;
    color: var(--opalcountdown-label-color, inherit);
    opacity: .75;
    margin-bottom: .35em;
}

.opalcountdown__time {
    font-size: var(--opalcountdown-time-size, 1.5em);
    font-weight: 600;
}
