.bh-5b0508c5-wrapper {
    font-family: inherit;
    width: 100%;
}

.bh-5b0508c5-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.bh-5b0508c5-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.bh-5b0508c5-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.bh-5b0508c5-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: currentColor;
    animation: bh-5b0508c5-pulse 2s infinite;
}

.bh-5b0508c5-badge.is-open .bh-5b0508c5-dot {
    background-color: currentColor;
}

.bh-5b0508c5-badge.is-closed .bh-5b0508c5-dot {
    animation: none;
    background-color: currentColor;
}

@keyframes bh-5b0508c5-pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

.bh-5b0508c5-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-5b0508c5-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.bh-5b0508c5-item:last-child {
    border-bottom: none;
}

.bh-5b0508c5-day {
    font-weight: 500;
}

.bh-5b0508c5-hours {
    text-align: right;
}
