.highlight {
    color: #dd9932;
    font-weight: bold;
}

/* .section-title {
    margin-top: 3rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 6px;
} */
.section-title {
    /* margin-top: 3rem; */
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 6px;
    background-color: #1e2842 !important;
    border-left: 5px solid #bd7932;
    padding: 5px;
    /* margin-bottom: 20px; */
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

.mt-5 {
    margin-top: 0% !important;
}

.info-table td,
.info-table th {
    border: 1px solid #dee2e6;
    padding: 8px;
}

ul li {
    margin-bottom: 6px;
}

h2.fw-bold.text-uppercase {
    font-size: 1.5rem;
    font-weight: 700;
}

.airport-list p {
    color: #555 !important;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.airport-list a {
    display: block;
    margin: 8px 0;
    color: #0000ee;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.airport-list a:hover {
    color: #d35400;
    text-decoration: underline;
}

.airport-link {
    display: block;
    margin: 8px 0;
    color: #0000ee !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.airport-link:hover {
    color: #d35400 !important;
    text-decoration: underline;
}