

/* Start:/local/components/extro/form/templates/product-return/style.css?17706451263314*/
.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    padding: 30px;
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-label span {
    color: #d00;
}

.form-input,
.form-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: #006600;
}

.form-input::placeholder {
    color: #999;
    font-size: 14px;
}

.form-hint {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.form-group-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.checkbox-input {
    margin-top: 3px;
    min-width: 18px;
    height: 18px;
    accent-color: #006600;
}

.form-checkbox-text {
    line-height: 1.4;
}

.form-checkbox-text a {
    color: #006600;
    text-decoration: none;
}

.form-checkbox-text a:hover {
    text-decoration: underline;
}

.form-divider {
    height: 1px;
    background: #eee;
    margin: 25px 0;
}

.submit-button {
    display: block;
    margin: 30px auto 0;
    padding: 14px 20px;
    background: #006600;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background: #004d00;
}

.submit-button:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.form-required {
    margin-top: 15px;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.form-required span {
    color: #d00;
}

.error-message {
    color: #d00;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.intec-ui-form .intec-ui-form-field.intec-ui-form-field-required .intec-ui-form-field-title:after {
    content: '*';
    color: red;
    font-weight: 400;
    font-style: normal;
}

.intec-ui.intec-ui-control-input.intec-ui-mod-block {
    display: block;
    width: 100%;
}

.form-result-new-field-title.intec-ui-form-field-title {
    color: #969696;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
    display: block;
}

.intec-ui-form-field-required .intec-ui-form-field-title:after {
    content: '*';
    color: red;
    font-weight: 400;
    font-style: normal;
}

.form-group .checkbox-label input[type=checkbox]:checked + span {
    background: unset!important;
}

.error-block {
    color: red;
    text-align: center;
}

input::placeholder {
    color: #bababa;
}

@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }

    h1 {
        font-size: 20px;
    }

    .form-input,
    .form-select {
        padding: 10px 12px;
        font-size: 15px;
    }

    .submit-button {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .form-container {
        padding: 15px;
    }
}
/* End */
/* /local/components/extro/form/templates/product-return/style.css?17706451263314 */
