 :root {--bhp-border: #e5e7eb;--bhp-text: inherit;--bhp-muted: #6b7280;--bhp-open: #15803d;--bhp-closed: #b91c1c;--bhp-accent: #0369a1;--bhp-bg-hover: rgba(3, 105, 161, 0.05);}.bhp-wrapper {font-family: inherit;font-size: 0.95rem;color: var(--bhp-text);line-height: 1.5;max-width: 100%;width: 100%;box-sizing: border-box;margin-bottom: 1rem;}.bhp-header {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 10px;}.bhp-status-line {display: flex;align-items: center;gap: 8px;}.bhp-indicator {width: 10px;height: 10px;border-radius: 50%;background-color: var(--bhp-muted);display: inline-block;}.bhp-wrapper.is-open .bhp-indicator {background-color: var(--bhp-open);box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.2);}.bhp-wrapper.is-closed .bhp-indicator {background-color: var(--bhp-closed);}.bhp-status-text {font-weight: 700;color: var(--bhp-text);}.bhp-wrapper.is-open .bhp-status-text {color: var(--bhp-open);}.bhp-wrapper.is-closed .bhp-status-text {color: var(--bhp-closed);}.bhp-next-event {color: var(--bhp-muted);font-size: 0.9em;}.bhp-toggle-btn {background: transparent;border: 1px solid var(--bhp-border);color: var(--bhp-muted);cursor: pointer;padding: 6px 12px;font-size: 0.85rem;font-weight: 500;border-radius: 4px;display: inline-flex;align-items: center;gap: 6px;transition: all 0.2s ease;}.bhp-toggle-btn:hover {border-color: var(--bhp-accent);color: var(--bhp-accent);background: var(--bhp-bg-hover);}.bhp-toggle-btn:focus-visible {outline: 2px solid var(--bhp-accent);outline-offset: 2px;}.bhp-arrow {font-size: 0.7em;transition: transform 0.2s ease;}.bhp-toggle-btn[aria-expanded="true"] .bhp-arrow {transform: rotate(180deg);}.bhp-details {margin-top: 10px;border-top: 1px solid var(--bhp-border);padding-top: 10px;animation: bhpFadeIn 0.3s ease-out;}@keyframes bhpFadeIn {from {opacity: 0;transform: translateY(-5px);}to {opacity: 1;transform: translateY(0);}}.bhp-table {width: 100%;border-collapse: collapse;font-size: 0.95em;}.bhp-table th, .bhp-table td {padding: 6px 0;text-align: left;}.bhp-table th {font-weight: 500;color: var(--bhp-text);width: 120px;}.bhp-table td {text-align: right;color: var(--bhp-muted);}.bhp-table tr.is-today th, .bhp-table tr.is-today td {color: var(--bhp-text);font-weight: 700;}.bhp-table tr.is-today td {color: var(--bhp-accent);}.bhp-table tr:hover td, .bhp-table tr:hover th {color: var(--bhp-accent);}@media (max-width: 480px) {.bhp-header {flex-direction: column;align-items: flex-start;}.bhp-toggle-btn {width: 100%;justify-content: center;}.bhp-table tr {display: flex;justify-content: space-between;border-bottom: 1px solid rgba(0,0,0,0.03);}.bhp-table th, .bhp-table td {width: auto;}}