/* 1. Force the main section title to stay on its own line at the top */
.control-group .control-label {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 8px; /* Adds a little breathing room below the title */
}

/* 2. Force the container holding the choices to drop below the title */
.control-group .controls {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    gap: 15px; /* Spaces out the "Yes" and "No" options horizontally */
}

/* 3. Ensure the individual radio options line up nicely side-by-side */
.control-group .controls .radio {
    display: flex !important;
    align-items: center;
    gap: 5px; /* Spaces the text from the radio circle */
    margin: 0 !important;
}


a#dnn_ctr_SendPassword_cmdSendPassword {
    color: #fff !important;
}


a#dnn_ctr2913_Password_cmdUpdate {
    color: #fff !important;
}



div[style*="position:fixed;text-align:center;width:100%;z-index:99999"] {
    display:none;
}
.cookie-banner-body {
    text-align: left !important;
}
