/* Openingstijden Styling - Simpel en thema-vriendelijk */

/* Status badge verbergen */
.status-badge {
    display: none !important;
}

/* Openingstijden container - gecentreerd */
.openingstijden-tabel {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

/* Tabel styling - perfect gecentreerd */
.openingstijden-tabel table {
    margin: 0 auto;
    width: auto;
    border-collapse: collapse;
    background: transparent;
}

/* Rijen */
.openingstijden-tabel tr {
    border: none;
}

.openingstijden-tabel tr.vandaag {
    font-weight: 600;
}

/* Cellen */
.openingstijden-tabel td {
    padding: 6px 12px;
    font-size: 16px;
    color: #222;
}

.openingstijden-tabel td.dag {
    text-align: left;
    font-weight: 400;
    padding-right: 20px;
}

.openingstijden-tabel td.tijd {
    text-align: left;
    font-weight: 400;
    padding-left: 8px;
}

/* Homepage status styling */
.mb-bhi-display {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
}

.mb-bhi-display.mb-bhi-open {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.mb-bhi-display.mb-bhi-closed {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.mb-bhi-oc-text {
    display: block;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 767px) {
    .openingstijden-tabel td {
        padding: 6px 15px;
        font-size: 14px;
    }
    
    .mb-bhi-display {
        padding: 8px 15px;
        font-size: 14px;
    }
}
