.city-event-mode-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin: 0 4px 14px;
    padding: 4px;
    border-radius: 12px;
    background: #edf2f8;
}

.city-event-mode-toggle__button {
    min-height: 38px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #687789;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
}

.city-event-mode-toggle__button.is-active {
    background: #fff;
    color: #1685cc;
    box-shadow: 0 1px 4px rgba(18, 69, 109, .14);
}

.event-history-container[hidden] {
    display: none;
}

.event-history-card {
    cursor: pointer;
}

.event-history-card__date {
    margin-top: auto;
    color: #1685cc;
    font-size: 12px;
    font-weight: 700;
}

.event-history-card__category {
    color: #7c7c80;
    font-size: 11px;
}

.event-history-more {
    display: block;
    width: calc(100% - 16px);
    margin: 10px 8px 0;
    padding: 11px;
    border: 1px solid #cfe4f2;
    border-radius: 10px;
    background: #fff;
    color: #1685cc;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
}
