#airport-transfer-form {
    background: none;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

#airport-transfer-form input,
#airport-transfer-form select {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

.transfer-results {
    margin-top: 20px;
    padding: 15px;
    background: #eef;
    border-radius: 5px;
}

.book-transfer {
    background: #28a745;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
