.flights-container-acfd3430 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.flights-header-acfd3430 {
    text-align: center;
    margin-bottom: 40px;
}
.flights-title-acfd3430 {
    font-size: 28px;
    font-weight: 800;
    color: #0b2545;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
}
.flights-title-acfd3430 i, .flights-title-acfd3430 svg {
    color: #0b2545;
    width: 28px;
    height: 28px;
}
.flights-subtitle-acfd3430 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.flights-divider-acfd3430 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 120px;
    height: 2px;
    background-color: #f0c243;
    position: relative;
}
.flights-divider-acfd3430::after {
    content: "✈";
    position: absolute;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #f0c243;
}
.flights-grid-acfd3430 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.flight-card-acfd3430 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flight-card-acfd3430:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.flight-image-wrapper-acfd3430 {
    position: relative;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
}
.flight-badge-acfd3430 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #005f2c;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.flight-route-info-acfd3430 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.flight-cities-acfd3430 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flight-city-col-acfd3430 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}
.flight-city-col-acfd3430:last-child {
    justify-content: flex-end;
    text-align: right;
}
.flight-city-col-acfd3430:last-child .flight-city-col-acfd3430 {
    flex-direction: row-reverse;
}
.flight-flag-acfd3430 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.flight-city-name-acfd3430 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.flight-airport-code-acfd3430 {
    font-size: 12px;
    color: #888;
    margin-top: 1px;
}
.flight-connector-acfd3430 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ccc;
    padding: 0 10px;
}
.flight-connector-acfd3430 i, .flight-connector-acfd3430 svg {
    width: 16px;
    height: 16px;
}
.flight-details-box-acfd3430 {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.flight-detail-item-acfd3430 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}
.flight-detail-item-acfd3430 svg, .flight-detail-item-acfd3430 i {
    width: 16px;
    height: 16px;
    color: #005f2c;
}
.flight-detail-text-acfd3430 {
    display: flex;
    flex-direction: column;
}
.flight-detail-label-acfd3430 {
    font-weight: 600;
    color: #333;
}
.flight-detail-sub-acfd3430 {
    font-size: 11px;
    color: #888;
}
.flight-footer-acfd3430 {
    text-align: center;
    margin-top: auto;
}
.flight-compare-fares-acfd3430 {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}
.flight-button-acfd3430 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #003e1f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s ease;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.flight-button-acfd3430:hover {
    background: #005f2c;
}
