

/* Start:/local/components/extro/reclamation.form/templates/.default/style.css?17823883234137*/
.reclamation-page {
    width: 100%;
    max-width: 582px;
    margin: 0 auto;
    padding: 24px 0 56px;
}

.reclamation-form-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    border-radius: var(--border-radius, 16px);
    background-color: var(--white, #fff);
    box-shadow: var(--shadow);
}

.reclamation-form-wrapper__title {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.reclamation-form {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.reclamation-form__field {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.reclamation-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.reclamation-form__input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid var(--secondary-500, #cfd8dc);
    border-radius: var(--border-radius-sm, 8px);
    background-color: var(--white, #fff);
    color: var(--dark, #212121);
    font-size: 14px;
    line-height: 1.4;
    appearance: none;
    outline: 4px solid transparent;
    transition: border-color var(--transition), outline-color var(--transition);
}

.reclamation-form__input:hover:not(:disabled) {
    border-color: var(--primary-hover, #d32f2f);
}

.reclamation-form__input:focus-visible:not(:disabled) {
    border-color: var(--primary, #b71c1c);
    outline-color: var(--primary-light, #ffcdd2);
}

.reclamation-form__input::placeholder {
    color: var(--secondary-500, #90a4ae);
}

.reclamation-form__textarea {
    height: auto;
    min-height: 120px;
    padding: 12px 16px;
    line-height: 1.5;
    resize: vertical;
}

.reclamation-form__actions {
    width: 100%;
    margin-top: 24px;
}

.reclamation-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: var(--border-radius-sm, 8px);
    background-color: var(--primary, #d32f2f);
    color: var(--white, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color var(--transition);
}

.reclamation-form__submit:hover {
    background-color: var(--primary-hover, #b71c1c);
}

@media (min-width: 1920px) {
    .reclamation-page {
        max-width: 640px;
        padding-bottom: 64px;
    }

    .reclamation-form-wrapper {
        padding: 48px;
    }
}

.alert-danger {
    color: var(--error);
    background-color: var(--error-light);
}

.alert {
    border: 0;
    border-radius: var(--border-radius-sm);
    font-size: 14px;
    padding: 16px;
    margin-bottom: 24px;
}

.icon-file-upload {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    border: none;
    border-radius: 8px;
    background-color: #607D8B;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    transition: color var(--transition), background-color var(--transition);
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    color: white;
}

.reclamation-file-hint {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: var(--secondary, #607D8B);
}

.file-list {
    margin-top: 10px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #e8e8e8;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 14px;
}

.file-item__name {
    flex: 1;
    min-width: 0;
    word-break: break-all;
}

.file-item__size {
    flex-shrink: 0;
    color: #666;
}

.file-remove {
    flex-shrink: 0;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #ff4444;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 0 4px;
}

/* End */
/* /local/components/extro/reclamation.form/templates/.default/style.css?17823883234137 */
