﻿.airport-option {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.airport-line1 {
    font-weight: 600;
}

.airport-line2 {
    font-size: 0.9em;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.airpot-code {
    color: #000;
    padding: 5px;
    width: fit-content;
    background-color: #ededed;
    border-radius: 5px;
}

.ts-control {
    height: 61.24px !important;
    padding: 10px !important;
}

    .ts-control .airport-line1 {
        font-weight: 600;
    }

    .ts-control .airport-line2 {
        font-size: 0.9em;
        color: #666;
    }

.searchInput {
    height: 61.24px;
    background: #f8f8fb;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    padding: 10px 14px !important;
}

.searchSelect {
    height: 61.24px;
}