.fastorder-modal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.fastorder-modal .modal-header {
    background: #2c3e50;
    color: white;
    border-bottom: none;
    border-radius: 9px 9px 0 0;
}

.fastorder-modal .close {
    color: white;
    opacity: 0.8;
}

.fastorder-modal .form-control {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.fastorder-modal .form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.fastorder-modal .is-invalid {
    border-color: #e74c3c;
}

#submit-fast-order {
    background: #27ae60;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
}