.form-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 15px rgba(20, 66, 114, 0.08);
    margin-bottom: 25px;
    border: 1px solid rgba(65, 180, 255, 0.1);
}

.form-control:focus, .form-select:focus {
    border-color: var(--tech-blue-accent);
    box-shadow: 0 0 0 0.2rem rgba(65, 180, 255, 0.25);
}

.select2-container--bootstrap-5 .select2-selection {
    border-color: #dee2e6;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: var(--tech-blue-accent);
    box-shadow: 0 0 0 0.2rem rgba(65, 180, 255, 0.25);
}

#orderStationSearchResults {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: white;
}

#orderStationSearchResults .list-group-item {
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

#orderStationSearchResults .list-group-item:hover {
    background: linear-gradient(90deg, rgba(65, 180, 255, 0.08), transparent);
}
