.wbb-buerozeiten {
    text-align: center;
    color: #08088A;
}
.wbb-bz-status {
    display: inline-block;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 12px;
    margin: 0 0 6px;
}
.wbb-bz-status.is-open {
    color: #1a7a1a;
    background-color: rgba(26, 122, 26, 0.12);
}
.wbb-bz-status.is-closed {
    color: #a01818;
    background-color: rgba(160, 24, 24, 0.10);
}
.wbb-bz-today {
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 1.5;
}
.wbb-bz-today-time { white-space: nowrap; }
.wbb-bz-label {
    font-size: 90%;
    font-style: italic;
    margin: 0 0 4px;
}
.wbb-bz-week summary {
    cursor: pointer;
    font-size: 90%;
    margin-bottom: 4px;
}
.wbb-bz-week table {
    width: 100%;
    table-layout: fixed; /* Spaltenbreiten bleiben stabil, egal was in den Zellen steht */
    border-collapse: collapse;
    font-size: 90%;
}
.wbb-bz-week td {
    padding: 2px 4px;
    text-align: left;
    border: none;
    white-space: nowrap; /* Tag/Datum und Uhrzeit nie umbrechen */
}
.wbb-bz-week td:last-child { text-align: right; }
/* Bezeichnungs-Zeile (Feiertag/Sonderzeitraum): volle Breite, darf umbrechen */
.wbb-bz-week tr.wbb-bz-note td {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
    padding-top: 0;
    font-style: italic;
}
.wbb-bz-week tr.is-today td { font-weight: bold; }
