.form-input__list {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 192px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #f5f7fa;
    box-shadow: 0px 6px 12px rgba(171, 190, 209, 0.3);
    z-index: 1;
}

.form-input__list.active {
    display: block;
}

.form-input__list li {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Inter", Arial, sans-serif !important;
    cursor: pointer;
}

.form-input__list li:hover {
    background-color: #f6f6f6;
}
