/* กล่อง suggestion */
.sp-sk2-box{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
    max-height: 280px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* รายการแต่ละบรรทัด */
.sp-sk2-item{
    padding: 9px 13px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #ffffff;
    cursor: pointer;
    line-height: 1.6;
}

.sp-sk2-item:last-child{
    border-bottom: none !important;
}

.sp-sk2-item:hover{
    background: #eef2ff;
}

/* ให้กล่องอยู่ใต้ input แบบครอบคลุมทั้ง desktop / mobile */
form.dgwt-wcas-search-form,
.searchform{
    position: relative;
}
