﻿.flight-card {
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.flight-info {
    display: flex;
    gap: 12px;
}

.flight-details {
    display: flex;
    gap: 40px;
}

.flight-price .amount {
    font-size: 20px;
    font-weight: bold;
    color: #e53935;
}

.book-btn {
    background: #e53935;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}
