.business-hours {
    border-radius: 8px;
    text-align: center;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    max-width: 300px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.status {
    font-size: 15px;
    font-weight: 700;
}

.hours {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.open {
    background-color: #fc7c19;
    border-color: #c3e6cb;
    color: #ffff;
}

.closed {
    background-color: #fc7c19;
    border-color: #f5c6cb;
    color: #ffff;
}