/* Hinweis anstelle der blockierten Google-Maps-Karte */

.zopp-map-consent-wrapper {
    position: relative;
}

.zopp-map-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 32px 24px;
    background: #f4f5f7;
    border: 1px solid #e2e4e8;
    border-radius: 6px;
    text-align: center;
}

.zopp-map-consent__inner {
    max-width: 460px;
}

.zopp-map-consent__title {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
    color: #2c3038;
}

.zopp-map-consent__text {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.55;
    color: #5b616b;
}

.zopp-map-consent__button {
    display: inline-block;
    padding: 12px 28px;
    border: 0;
    border-radius: 4px;
    background: var(--primary, #1a6fb5);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.zopp-map-consent__button:hover,
.zopp-map-consent__button:focus {
    opacity: .85;
}

.zopp-map-consent__button:focus-visible {
    outline: 2px solid #2c3038;
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .zopp-map-consent {
        min-height: 300px;
        padding: 24px 16px;
    }

    .zopp-map-consent__title {
        font-size: 17px;
    }
}
