﻿/* Cookie consent iframe placeholders */
.iframe-consent-placeholder {
    padding: 40px 20px;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    text-align: center;
    margin: 20px 0;
}

.iframe-consent-placeholder p {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #495057;
    font-family: "PMN Caecilia W02", sans-serif;
}

.iframe-consent-placeholder button {
    border: 0;
}

.iframe-consent-placeholder button:hover {
    background: white;
    color: #495057;
}

/* Hide iframes until consent is given */
iframe[data-cookieconsent][data-src]:not([src]) {
    display: none;
}