

/* Start:/local/components/custom/feedback.form/templates/.default/style.css?1767950738881*/
.feedback-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.feedback-form input,
.feedback-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
    outline: none;
    border-color: #5D4037;
}

.feedback-form input.error,
.feedback-form textarea.error {
    border-color: #f44336;
}

.feedback-form .error-message {
    display: none;
    color: #f44336;
    font-size: 13px;
    margin-top: 5px;
}

.feedback-form .btn {
    width: 100%;
    margin-top: 10px;
}

.feedback-form .alert {
    margin-bottom: 20px;
}

/* End */
/* /local/components/custom/feedback.form/templates/.default/style.css?1767950738881 */
