<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 霈弌utocomplete��匧㭘頠� */
.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #66a3ff !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.product-imgbox {
    background: none;
    position: relative;
    overflow: hidden;
}

#airline-event .product-card {
    margin-bottom: 0px;
}

.item-price {
    color: red;
}

.city-button {
    width: 25%;
    text-align: left;
}

.hot-city {
    position: absolute;
    background-color: white;
    border: 1px solid #aaa;
    box-shadow: 2px 2px #dee2e6;
    z-index: 20;
}

.hot-city ul {
    background-color: white;
}

.hot-city .nav-tabs .nav-link{
    color: #212529;
    background-color: #fff;
}

.hot-city .nav-tabs .nav-link:hover{
    font-weight: 700;
    color: #d82a43;
    border-color: #fff #fff #d82a43;
    border-width: 2px;
}

.hot-city .nav-tabs .nav-link.active{
    font-weight: 700;
    color: #d82a43;
    border-color: #fff #fff #d82a43;
    border-width: 2px;
}

.hot-city .tab-content .city-button:hover{
    background-color: #f4f4f5;
    font-weight: 700;
}

.nav-link,
.nav-link:hover {
    color: #212529;
}

button.nav-link {
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .multi-ticket .hot-city {
        width: 455px;
    }

    .hot-city {
        width: max-content;
    }
}
</pre></body></html>