/**
 * Öffnungszeiten Frontend Styles
 */

/* Leere P-Tags vor/nach Shortcodes ausblenden */
.bc-oeffnungszeiten + p:empty,
.bc-oeffnungszeiten-heute + p:empty,
.bc-oeffnungszeiten-spezial + p:empty {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

/* P-Tags mit nur Whitespace vor Shortcodes minimieren */
p:has(+ .bc-oeffnungszeiten),
p:has(+ .bc-oeffnungszeiten-heute),
p:has(+ .bc-oeffnungszeiten-spezial) {
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/* Wochenübersicht */
.bc-oeffnungszeiten {
    margin: 0 0 20px 0;
}

/* Shortcode-Titel */
.bc-shortcode-title {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.3;
}

.bc-oeffnungszeiten-tabelle {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

.bc-oeffnungszeiten-tabelle tbody {
    border: none !important;
}

.bc-oeffnungszeiten-tabelle tr {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.bc-oeffnungszeiten-tabelle td {
    padding: 12px 15px;
    vertical-align: middle;
    border: none !important;
}

.bc-tag-name {
    font-weight: 500;
    width: 40%;
    font-size: 1em;
    color: #333;
    white-space: nowrap;
}

.bc-tag-zeiten {
    text-align: right;
    font-size: 0.95em;
    color: #666;
}

/* Heute Markierung */
.bc-oeffnungszeiten-tabelle tr.bc-heute .bc-tag-name {
    font-weight: 600;
    color: #000;
}

.bc-oeffnungszeiten-tabelle tr.bc-heute .bc-tag-zeiten {
    font-weight: 500;
    color: #333;
}

.bc-heute-marker {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Info-Icon für reguläre Zeiten */
.bc-info-icon {
    font-size: 0.75em;
    opacity: 0.6;
    margin-right: 4px;
}

/* Zeilen mit speziellen Öffnungszeiten */
.bc-oeffnungszeiten-tabelle tr.bc-hat-spezial {
    position: relative;
}

/* Zeiten Wrapper für spezielle Öffnungszeiten */
.bc-zeiten-wrapper {
    position: relative;
}

.bc-spezial-zeiten {
    display: block;
}

/* Reguläre Zeiten - immer anzeigen */
.bc-regulaere-zeiten {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 4px;
}

/* Bemerkung inline */
.bc-bemerkung-inline {
    display: inline-block;
    font-size: 0.85em;
    color: #999;
    font-style: italic;
    margin-left: 6px;
}

/* Geschlossen */
.bc-geschlossen {
    color: #c62828;
    font-weight: 500;
}

/* Heute Shortcode */
.bc-oeffnungszeiten-heute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px 0;
}

.bc-heute-tag {
    font-weight: 600;
    font-size: 1em;
    color: #000;
}

.bc-heute-zeiten {
    font-weight: 400;
    color: #666;
}

.bc-heute-bemerkung {
    color: #999;
    font-size: 0.9em;
}

/* Status-Badge */
.bc-status {
    display: inline-flex;
    align-items: center;
    font-size: 0.8em;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 8px;
}

.bc-status::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 6px;
}

.bc-status.bc-offen {
    background: #e8f5e9;
    color: #2e7d32;
}

.bc-status.bc-offen::before {
    background: #4caf50;
}

.bc-status.bc-zu {
    background: #ffebee;
    color: #c62828;
}

.bc-status.bc-zu::before {
    background: #f44336;
}

/* Spezielle Öffnungszeiten */
.bc-oeffnungszeiten-spezial {
    margin: 0 0 20px 0;
}

.bc-spezial-tabelle {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

.bc-spezial-tabelle tbody {
    border: none !important;
}

.bc-spezial-tabelle tr {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.bc-spezial-tabelle td {
    padding: 12px 15px;
    vertical-align: middle;
    border: none !important;
}

.bc-spezial-datum {
    font-weight: 500;
    font-size: 0.95em;
    color: #333;
    width: 50%;
}

.bc-spezial-info {
    text-align: right;
    color: #666;
    font-size: 0.95em;
}

.bc-spezial-info .bc-geschlossen {
    color: #c62828;
    font-weight: 500;
}

.bc-spezial-bemerkung {
    color: #999;
    font-size: 0.85em;
    margin-left: 8px;
}

/* Responsive */
@media (max-width: 480px) {
    .bc-oeffnungszeiten-tabelle td {
        font-size: 0.9em;
    }

    .bc-tag-name,
    .bc-tag-zeiten {
        font-size: 0.9em;
    }

    .bc-heute-marker {
        font-size: 0.65em;
        padding: 2px 5px;
        margin-left: 5px;
    }

    .bc-regulaere-zeiten {
        font-size: 0.8em;
        padding: 5px 8px;
    }

    .bc-spezial-marker {
        font-size: 0.9em;
    }

    .bc-oeffnungszeiten-heute {
        flex-direction: column;
        align-items: flex-start;
    }

    .bc-status {
        margin-left: 0;
        margin-top: 5px;
    }

    .bc-spezial-tabelle td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 15px;
    }

    .bc-spezial-tabelle tr td:first-child {
        padding-bottom: 4px;
        padding-top: 12px;
    }

    .bc-spezial-tabelle tr td:last-child {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .bc-spezial-datum {
        width: 100%;
        font-weight: 600;
    }

    .bc-spezial-info {
        text-align: left;
    }

    .bc-spezial-bemerkung {
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }
}
