.form-row {
    position: relative;
}

.vintech-thai-suggestions {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8cc63f;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    z-index: 999999 !important;
}

.vintech-thai-suggestions-title {
    position: sticky;
    top: 0;
    padding: 8px 12px;
    background: #f5faee;
    border-bottom: 1px solid #dfeccd;
    color: #456800;
    font-size: 13px;
    font-weight: 700;
    z-index: 1;
}

.vintech-thai-suggestion {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    cursor: pointer;
    color: #222;
    text-align: left;
    line-height: 1.45;
}

.vintech-thai-suggestion:last-child {
    border-bottom: 0;
}

.vintech-thai-suggestion:hover,
.vintech-thai-suggestion:focus,
.vintech-thai-suggestion.is-active {
    outline: none;
    background: #eef8df;
}

.vintech-thai-suggestion-main,
.vintech-thai-suggestion-sub {
    display: block;
}

.vintech-thai-suggestion-main {
    font-weight: 700;
}

.vintech-thai-suggestion-sub {
    margin-top: 2px;
    color: #667085;
    font-size: 13px;
}

@media (max-width: 549px) {
    .vintech-thai-suggestions {
        max-height: 280px;
        border-radius: 6px;
    }

    .vintech-thai-suggestion {
        padding: 13px 12px;
    }
}
