.cookie-blocked-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 32px 24px;
    text-align: center;
    background: linear-gradient(135deg, #eef2f7 0%, #f8f9fa 100%);
    border: 2px dashed #c5d0de;
    border-radius: 12px;
    color: #1e3c72;
}

.cookie-blocked-notice p {
    margin: 0 0 16px;
    max-width: 420px;
    line-height: 1.6;
    color: #444;
}

.cookie-blocked-notice button {
    background: #1e3c72;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
}

.cookie-blocked-notice button:hover {
    background: #2a5298;
}

iframe[data-cookie-blocked="true"] {
    display: none;
}

.cookie-blocked-notice.hidden {
    display: none;
}
