/*
 * Maps-Placeholder-Styles - Schumann Naturdünger
 * Cookie-Banner-Styles wurden entfernt: nicht rechtlich nötig
 * (nur essentielle Cookies + opt-in fuer externe Inhalte pro Aufruf).
 */
.consent-map-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f4f1ea;
    border: 1px dashed #b8a585;
    border-radius: 8px;
    padding: 40px 20px;
    min-height: 280px;
    color: #5a4a35;
    font-family: 'Poppins', 'Roboto', system-ui, -apple-system, sans-serif;
}
.consent-map-placeholder p {
    margin: 8px 0;
    max-width: 480px;
    line-height: 1.5;
}
.consent-btn {
    display: inline-block;
    padding: 12px 22px;
    min-width: 160px;
    text-align: center;
    border-radius: 6px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    font-family: inherit;
    margin-top: 12px;
    background: #4d6d42;
    color: #fff;
    transition: background-color 0.15s;
}
.consent-btn:hover { background: #3d5a35; }
.consent-btn:focus-visible {
    outline: 3px solid #c8a45a;
    outline-offset: 2px;
}
