.rms-signup-wrapper { max-width: 100%; margin: 0 auto; }
.rms-signup-title { margin-bottom: 1rem; }
.rms-field { margin-bottom: 1rem; }

.rms-field input[type="text"], .rms-field input[type="email"] {
}
.rms-consent label { display: flex; align-items: flex-start; gap: 0.5rem; font-weight: 400; }
.rms-website { position: absolute; left: -9999px; top: -9999px; }

.rms-submit button:disabled { opacity: 0.6; cursor: not-allowed; }
.rms-signup-message { margin-top: 0.75rem; font-size: 0.9rem; }
.rms-signup-message.rms-success { color: #1e7e34; }
.rms-signup-message.rms-error { color: #c0392b; }

.rms-quiz-hint {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #696969;
}

.rms-field .uk-checkbox{
    flex: 0 0 25px;
    margin-top: 0;
}

.rms-field button.uk-button-secondary:hover{
    background-color: #fff;
}

.rms-field .sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}