.form-login-basket__title {
    font-size: 22px;
    margin-block: 22px 12px;
    font-weight: 600;
}

.profile--subtitle,
.form-login-basket__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5 !important;
}

.uot-detect-modal .visible-desktop {
    @media (max-width: 767px) {
        display: none;
    }
}

.uot-detect-modal .visible-mobile {
    @media (min-width: 768px) {
        display: none;
    }
}

.uot-detect-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.uot-detect-modal .modal-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.uot-detect-modal .close {
    padding: 10px;;
}

.uot-detect-modal .close:focus {
    outline: none;
    box-shadow: none;
}

.uot-checker-item {
    max-width: fit-content;
    cursor: pointer;
}

.uot-checker-item:hover {
    color: var(--accent, #D2233C);
}

.uot-checker-item:not(:last-child) {
    margin-bottom: 12px;
}

[data-js-login-submit][disabled] {
    cursor: not-allowed;
}

.form-group[id="uot-checker"] {
    display: flex;
    flex-direction: column;
}

.profile--warning {
    color: var(--accent, #D2233C);
}
