
.fix246-register-username-hint {
    margin: -0.35rem 0 0.75rem;
    padding: 0.75rem 0.85rem;
    background: #f8fafc;
    color: var(--fix246-text);
    font-size: 0.82rem;
    line-height: 1.45;
}

.fix246-register-username-hint strong {
    color: var(--fix246-dark);
}

.fix246-register-username-hint em {
    font-style: normal;
    font-weight: 700;
    color: var(--fix246-dark);
}

.hp-form--user-register input[name="username"]::placeholder {
    color: #9ca3af;
    opacity: 1;
}

@media (max-width: 700px) {
    .fix246-register-username-hint {
        font-size: 0.78rem;
        line-height: 1.4;
        padding: 0.7rem 0.75rem;
    }
}
