﻿#eventSearchResults {
    max-height: 220px;
    overflow-y: auto;
}

#selectedEventFilters .btn-close-sm {
    font-size: 0.5rem;
}

#competitionsList {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

/* Competition markers reuse gym marker styles from site.css */

/* Coordinate group pagination – popup & sidebar */
.coord-group-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.coord-nav-btn {
    background: none;
    border: 1px solid #adb5bd;
    border-radius: 4px;
    padding: 1px 7px;
    font-size: 1rem;
    line-height: 1.4;
    cursor: pointer;
    color: #495057;
    transition: background-color 0.15s, color 0.15s;
}

.coord-nav-btn:hover:not(:disabled) {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.coord-nav-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.coord-nav-counter {
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
}

.sidebar-pagination {
    margin-bottom: 4px;
}

/* Zoom-cluster marker */
.cluster-marker {
    background: transparent;
}

.cluster-marker-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    cursor: pointer;
}
