.business-hours-container-fe9e1026 {
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    background: transparent;
}
.business-hours-title-fe9e1026 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}
.business-hours-list-fe9e1026 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.business-hours-row-fe9e1026 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 15px;
}
.business-hours-row-fe9e1026:last-child {
    border-bottom: none;
}
.business-hours-day-fe9e1026 {
    font-weight: 500;
}
.business-hours-time-fe9e1026 {
    font-weight: bold;
}
.business-hours-time-fe9e1026.emergency-fe9e1026 {
    color: #ff4d4d;
    font-style: italic;
}
