.opening-hours-message {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: rgba(var(--color-foreground), 0.04);
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: var(--inputs-radius, 0);
    text-align: center;
    color: rgb(var(--color-foreground));
    font-size: 1.4rem;
    line-height: 1.6;
}

.opening-hours-message::before {
    content: '🕒 ';
    margin-right: 0.5rem;
}