#lgpd-consent-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.lgpd-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-family: sans-serif;
}

.lgpd-modal-content h3 {
    margin-top: 0;
    color: #056340;
    text-align: center;
    font-weight: 700;
}
.btns-lgpd {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.btns-lgpd button {
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}
.btn-lgpd-aceite-todos {
    background-color: #056340;
    color: #fff;
}

form#lgpd-consent-form {
    font-size: 12px;
}