.custom-order-form-wrapper-602bafda {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.custom-order-info {
    margin-bottom: 30px;
}

.custom-order-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.custom-order-info h4 {
    font-size: 18px;
    color: #444;
    border-bottom: 2px solid #f2295b;
    padding-bottom: 5px;
    display: inline-block;
}

.product-item {
    background: #fafafa;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border-left: 4px solid #f2295b;
}

.product-item h5 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
}

.product-item ul {
    margin-bottom: 10px;
    padding-left: 20px;
}

.custom-order-form-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.custom-order-form-desc {
    margin-bottom: 20px;
    color: #666;
}

.custom-order-form .form-group {
    margin-bottom: 20px;
}

.custom-order-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.custom-order-form .required {
    color: #f2295b;
}

.custom-order-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

.custom-order-form .form-control:focus {
    border-color: #f2295b;
    outline: none;
    background-color: #fff;
}

.custom-order-form textarea.form-control {
    resize: vertical;
}

.custom-order-form small {
    display: block;
    color: #888;
    margin-top: 5px;
}

.custom-order-form .submit-group {
    margin-top: 30px;
}

.custom-order-form-submit {
    background-color: #f2295b;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.custom-order-form-submit:hover {
    background-color: #d11e4b;
}
