.fcn-flight-form {
    max-width: 500px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.fcn-flight-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fcn-flight-form input, .fcn-flight-form button {
    padding: 10px;
    font-size: 16px;
}
.fcn-flight-results {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}
.fcn-call-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 8px 12px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.fcn-call-btn:hover {
    background-color: #218838;
}
