/* Event-Lageplan – angeglichen an info.alohasport.at/location */

.event-map-page {
    padding-bottom: 2rem;
}

.event-map-intro {
    margin-bottom: 1.25rem;
}

.event-map-intro p {
    margin: 0;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.6;
}

.event-map-lead {
    margin: 0 0 1rem;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.5;
}

.event-map-muted {
    margin: 0;
    color: #94a3b8;
    font-size: 0.92rem;
}

.event-map-empty {
    padding: 3rem 1.5rem;
    border-radius: 16px;
    background: #fff;
    border: 1px dashed #e2e8f0;
    text-align: center;
    color: #64748b;
}

.event-map-empty i {
    display: block;
    margin-bottom: 0.75rem;
    color: #cbd5e1;
    font-size: 2rem;
}

.event-map-empty h2 {
    margin: 0 0 0.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    color: #0f172a;
}

.map-switch {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 12px;
    scrollbar-width: none;
}

.map-switch::-webkit-scrollbar {
    display: none;
}

.map-switch__btn {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.map-switch__btn.is-active {
    background: #0b2a4a;
    color: #fff;
}

.map-stage {
    position: relative;
    height: min(62vh, 520px);
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    background: #e2e8f0;
    margin-bottom: 18px;
}

.info-map {
    width: 100%;
    height: 100%;
}

.map-locate {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0b2a4a;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
    font-size: 1.1rem;
    cursor: pointer;
}

.map-layers__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.map-layers__head h2 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    color: #0f172a;
}

.map-layers__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0b2a4a;
    cursor: pointer;
}

.map-layers__all input,
.map-layer__check input {
    width: 22px;
    height: 22px;
    margin: 0;
    accent-color: #e30613;
    flex-shrink: 0;
}

.map-layers__title {
    margin: 18px 0 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.map-layers__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map-layer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.map-layer.is-off {
    opacity: 0.52;
}

.map-layer__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    flex: 1;
    cursor: pointer;
}

.map-layer__check span {
    min-width: 0;
}

.map-layer__check strong {
    display: block;
    font-size: 0.95rem;
    color: #0b2a4a;
}

.map-layer__check small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.35;
}

.poi-nav {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #0b2a4a;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.poi-nav:hover {
    background: #e30613;
    color: #fff;
}

.iw-container { min-width: 180px; max-width: 240px; }
.iw-title { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #0b2a4a; margin-bottom: 4px; }
.iw-nav { display: inline-flex; margin-top: 8px; padding: 6px 10px; border-radius: 999px; background: #0b2a4a; color: #fff !important; text-decoration: none; font-size: 12px; font-weight: 700; }
.user-dot { width: 16px; height: 16px; background: #4285F4; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 12px rgba(66, 133, 244, 0.6); }

@media (max-width: 768px) {
    .map-layer {
        flex-direction: column;
        align-items: stretch;
    }

    .poi-nav {
        justify-content: center;
    }
}
