/* Custom jquery.Thailand.min.css for Gustabe */

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 100%;
    margin-top: 2px;
    background-color: #fff; /* พื้นหลังสีขาว สำคัญมาก */
    border: 1px solid #eee;
    border-radius: 8px; /* มุมมนสวยงาม */
    box-shadow: 0 5px 20px rgba(0,0,0,0.1); /* เงาลอยๆ */
    z-index: 99999 !important; /* ไม้ตาย! สั่งให้ลอยเหนือทุกอย่าง */
}

.tt-suggestion {
    padding: 12px 15px; /* เพิ่มพื้นที่ให้กดง่ายขึ้น */
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.tt-suggestion:last-child {
    border-bottom: none;
}

/* ตอนเอาเมาส์ชี้ */
.tt-cursor, 
.tt-suggestion:hover {
    background-color: #04a39c !important; /* สีเขียวธีมเว็บคุณ */
    color: #fff !important; /* ตัวหนังสือสีขาว */
}

.tt-hint {
    opacity: 0.3 !important;
    color: #999;
}