/* Scoped layout only: Swifty supplies the icon font and text-color classes. */
#swifty-footer-daily-hours {
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    text-align: center;
}

#swifty-footer-daily-hours .footer-time {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#swifty-footer-daily-hours .ficon-wrap {
    line-height: 1;
    font-size: 1.2rem;
}
