.radio-container {
    display: flex;
    margin-bottom: 5px;
}

input[type="radio"] {
    margin-right: 8px;
    accent-color: #e41515;
    width: 20px;
    height: 20px;
}

label {
    font-family: Poppins, serif;
}

.gdpr-link {
    color: #e41515;
}
