/* Map Container */
.mad-leaflet-map {
    position: relative;
    width: 100%;
}

/* Consent Overlay — deckt gesamte Karte ab */
.mad-leaflet-consent-overlay {
    position: absolute;
    inset: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mad-leaflet-consent-overlay__inner {
    max-width: 320px;
    text-align: center;
    padding: 1.5rem;
}

.mad-leaflet-consent-overlay__icon {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.mad-leaflet-consent-overlay__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.mad-leaflet-consent-overlay__text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
    margin: 0 0 1rem;
}

.mad-leaflet-consent-overlay__btn {
    background-color: rgb(var(--brz-global-color3, 255, 107, 0));
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: opacity 0.15s ease;
}

.mad-leaflet-consent-overlay__btn:hover {
    opacity: 0.8;
}
