#hm-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    background: #fff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
}

#hm-cookie-banner.hm-cookie-hidden {
    display: none;
}

#hm-cookie-banner .hm-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
}

#hm-cookie-banner h2 {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
}

#hm-cookie-banner .hm-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

#hm-cookie-banner .hm-cookie-details {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
}

#hm-cookie-banner .hm-cookie-details[hidden] {
    display: none;
}

.hm-map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #f1f3f5;
    color: #495057;
    text-align: center;
    padding: 1rem;
    font-size: 0.95rem;
}

.hm-consent-hint {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}
