#edi-rgpd-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.edi-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.edi-modal-content button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background: #0073aa;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.edi-logo {
    max-width: 120px;
    margin-bottom: 15px;
}
.edi-hidden {
    display: none;
}
#edi-settings-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    background: white;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 9999;
}
