.bh-hours-table input,
.bh-hours-table select {
    margin-right: 5px;
}

.bh-widget {
    margin: 20px 0;
}

.bh-widget .bh-today-hours {
    font-weight: bold;
    margin-bottom: 10px;
}

.bh-widget .bh-full-hours div {
    margin: 2px 0;
}

.bh-toggle-button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}

.bh-toggle-button:hover {
    background: #005a87;
}

/* ✅ Modal starts hidden */
.bh-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.bh-modal {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 6px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
}

.bh-modal h2 {
    margin-top: 0;
}

.bh-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.bh-modal-open {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}

.bh-modal-open:hover {
    background: #005a87;
}
