.mhbc-events-wrap {
    font-family: inherit;
    margin: 0;
}
.mhbc-events-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f5f5f5;
    border-left: 4px solid #5b6dc8;
    padding: 14px 20px;
    margin-bottom: 2px;
    flex-wrap: wrap;
}
.mhbc-events-banner:first-child {
    border-left-color: #5b6dc8;
}
.mhbc-events-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.mhbc-events-icon svg {
    width: 36px;
    height: 36px;
    fill: #5b6dc8;
}
.mhbc-events-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5b6dc8;
    margin-top: 2px;
}
.mhbc-events-next-badge {
    background: #5b6dc8;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 6px;
    border-radius: 3px;
    margin-bottom: 2px;
}
.mhbc-events-info {
    flex: 1;
    min-width: 0;
}
.mhbc-events-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 3px 0;
    line-height: 1.3;
    color: #222;
}
.mhbc-events-date {
    font-size: 0.82rem;
    color: #666;
    margin: 0;
    font-style: italic;
}
.mhbc-events-location {
    font-size: 0.78rem;
    color: #888;
    margin: 2px 0 0 0;
}
.mhbc-events-all-btn {
    flex-shrink: 0;
    background: #5b6dc8;
    color: #fff;
    text-decoration: none;
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.mhbc-events-all-btn:hover {
    background: #4a5ab0;
    color: #fff;
}
.mhbc-events-status {
    font-size: 0.85rem;
    color: #888;
    padding: 8px 0;
}
@media (max-width: 600px) {
    .mhbc-events-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .mhbc-events-all-btn {
        align-self: stretch;
        text-align: center;
    }
}
