/* Th Retur - pagina cu formularul de retur / retragere din contract */

.thretur-page {
    max-width: 860px;
}

.thretur-intro p {
    margin-bottom: 12px;
}

.thretur-form-title {
    margin: 28px 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2d3d;
}

.thretur-form {
    margin-bottom: 40px;
}

.thretur-field {
    margin-bottom: 16px;
}

.thretur-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #44505c;
}

.thretur-req {
    color: #e02424;
}

.thretur-field input,
.thretur-field textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ccd2d8;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    color: #1f2d3d;
}

.thretur-field input:focus,
.thretur-field textarea:focus {
    border-color: #d8a200;
    outline: none;
    box-shadow: 0 0 0 2px rgba(216, 162, 0, .15);
}

.thretur-field textarea {
    resize: vertical;
    min-height: 90px;
}

.thretur-hint {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #7a838c;
}

/* honeypot ascuns */
.thretur-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.thretur-consent {
    margin: 6px 0 18px;
    font-size: 13px;
    color: #55606b;
}

.thretur-consent label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: 400;
}

.thretur-consent input {
    margin-top: 3px;
    flex: 0 0 auto;
}

.thretur-submit {
    display: inline-block;
    padding: 12px 28px;
    background: #DC2A0B;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .15s ease;
}

.thretur-submit:hover,
.thretur-submit:focus {
    background: #b52309;
    color: #fff;
}

.thretur-errors {
    margin-bottom: 20px;
    padding: 14px 18px;
    border: 1px solid #f5b5b5;
    border-radius: 4px;
    background: #fdecec;
    color: #b71c1c;
    font-size: 14px;
}

.thretur-errors ul {
    margin: 0;
    padding-left: 18px;
}

.thretur-errors li {
    margin: 2px 0;
}

.thretur-success {
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.55;
}

.thretur-success-links {
    margin-top: 14px;
}

.thretur-sep {
    margin: 0 8px;
    color: #ccd2d8;
}

@media (max-width: 767px) {
    .thretur-submit {
        width: 100%;
    }
}
