/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 08:56:28 */
.search-bar__advanced-link {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #1a1200 !important;
    background: #ffd000 !important;
    border: 2px solid #1a1200 !important;
    border-radius: 999px;
    padding: 6px 16px;
    text-decoration: none;
    box-shadow: 2px 2px 0 #1a1200;
}
.search-bar__advanced-link:hover {
    background: #ffea40 !important;
}
#airport-list {
    max-height: 200px; overflow-y: auto;
    padding: 4px; border: 1.5px solid #ddd; border-radius: 8px;
}