.instant-order-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.instant-order-container h3 {
    margin-top: 0;
    color: #333;
}

.instant-order-form .form-group {
    margin-bottom: 15px;
}

.instant-order-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.instant-order-form .form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.instant-order-form .btn-primary {
    background: #2eacce;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.instant-order-form .btn-primary:hover {
    background: #268fb1;
}