.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d63d5c0 *//* =========================================================
   TRICOU.MD
   INFORMAȚII LEGALE ȘI DE REGLEMENTARE
   ========================================================= */

.return-policy.legal-info-page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 45px;
    box-sizing: border-box;
    color: #222;
}


/* =========================================================
   RESET LOCAL
   ========================================================= */

.legal-info-page *,
.legal-info-page *::before,
.legal-info-page *::after {
    box-sizing: border-box;
}

.legal-info-page h2,
.legal-info-page h3,
.legal-info-page h4,
.legal-info-page p {
    margin-top: 0;
}

.legal-info-page a {
    text-decoration: none;
}


/* =========================================================
   HEADER STANDARD TRICOU.MD
   ========================================================= */

.legal-info-page .title {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin: 0 0 8px;
    padding: 13px 12px 11px;

    text-align: center;

    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;

    color: #222;

    /* Umbra standard de sus */
    box-shadow:
        0 -8px 22px rgba(0, 0, 0, 0.035),
        0 -2px 7px rgba(0, 0, 0, 0.025);

    border-radius: 14px 14px 0 0;
}

.legal-info-page .title-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f2f2f2;

    color: #444;

    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.legal-info-page .subtitle {
    max-width: 720px;

    margin: 0 auto 22px;
    padding: 0 10px;

    text-align: center;

    font-size: 14px;
    line-height: 1.55;

    color: #666;
}

.legal-info-page .subtitle strong {
    color: #222;
}


/* =========================================================
   INTRO
   ========================================================= */

.legal-intro {
    padding: 18px 20px;
    margin-bottom: 27px;

    border: 1px solid #e8e8e8;
    border-radius: 14px;

    background: #fff;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.035);
}

.legal-intro h3 {
    margin-bottom: 8px;

    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;

    color: #222;
}

.legal-intro p {
    margin-bottom: 7px;

    font-size: 14px;
    line-height: 1.6;

    color: #666;
}

.legal-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECTION
   ========================================================= */

.legal-section {
    margin-bottom: 29px;
}

.legal-section-heading {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 12px;
    padding: 0 3px;
}

.legal-section-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #f4f4f4;

    color: #444;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.legal-section-heading span {
    display: block;

    margin-bottom: 2px;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;

    color: #888;
}

.legal-section-heading h3 {
    margin: 0;

    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;

    color: #222;
}


/* =========================================================
   CARD GRID
   ========================================================= */

.legal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}


/* =========================================================
   CARD
   ========================================================= */

.legal-card {
    min-width: 0;

    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 16px;

    border: 1px solid #e7e7e7;
    border-radius: 14px;

    background: #fff;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.035);

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.legal-card:hover {
    transform: translateY(-2px);

    border-color: #d7d7d7;

    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.07);
}

.legal-card:focus-visible {
    outline: 2px solid #222;
    outline-offset: 3px;
}


/* =========================================================
   CARD ICON
   ========================================================= */

.legal-card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f5f5f5;

    color: #444;

    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.legal-card-body {
    min-width: 0;
    flex: 1;
}

.legal-label {
    display: block;

    margin-bottom: 4px;

    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;

    color: #999;
}

.legal-card h4 {
    margin: 0 0 6px;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;

    color: #222;
}

.legal-card p {
    margin: 0 0 11px;

    font-size: 13px;
    line-height: 1.5;

    color: #707070;
}

.legal-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;

    color: #222;
}

.legal-link b {
    font-size: 14px;
    font-weight: 700;

    transition: transform 0.18s ease;
}

.legal-card:hover .legal-link b {
    transform: translateX(3px);
}


/* =========================================================
   HELP
   ========================================================= */

.legal-help {
    margin: 7px 0 17px;

    padding: 24px 22px;

    text-align: center;

    border: 1px solid #e5e5e5;
    border-radius: 15px;

    background: #f8f8f8;
}

.legal-help-icon {
    width: 34px;
    height: 34px;

    margin: 0 auto 9px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;
    border: 1px solid #e3e3e3;

    color: #444;

    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.legal-help-label {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;

    color: #888;
}

.legal-help h3 {
    margin: 0 0 7px;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;

    color: #222;
}

.legal-help p {
    max-width: 650px;

    margin: 0 auto 14px;

    font-size: 14px;
    line-height: 1.55;

    color: #666;
}

.legal-help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 42px;

    padding: 9px 18px;

    border-radius: 9px;

    background: #222;
    color: #fff;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}

.legal-help-button:hover {
    color: #fff;

    transform: translateY(-1px);
    opacity: 0.9;
}

.legal-help-button:focus-visible {
    outline: 2px solid #222;
    outline-offset: 3px;
}


/* =========================================================
   NOTĂ INFORMATIVĂ
   ========================================================= */

.legal-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 14px 16px;

    border: 1px solid #e8e8e8;
    border-radius: 12px;

    background: #fff;
}

.legal-note-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f3f3;

    color: #555;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.legal-note p {
    margin: 0;

    font-size: 12px;
    line-height: 1.55;

    color: #777;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 820px) {

    .return-policy.legal-info-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .legal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .return-policy.legal-info-page {
        padding: 7px 10px 35px;
    }


    /* HEADER */

    .legal-info-page .title {
        gap: 8px;

        margin-bottom: 7px;
        padding: 10px 7px 9px;

        font-size: 23px;
        line-height: 1.22;

        border-radius: 12px 12px 0 0;
    }

    .legal-info-page .title-icon {
        width: 29px;
        height: 29px;
        min-width: 29px;

        font-size: 15px;
    }

    .legal-info-page .subtitle {
        margin-bottom: 18px;
        padding: 0 6px;

        font-size: 13px;
        line-height: 1.5;
    }


    /* INTRO */

    .legal-intro {
        padding: 15px;
        margin-bottom: 21px;

        border-radius: 13px;
    }

    .legal-intro h3 {
        font-size: 17px;
    }

    .legal-intro p {
        font-size: 13px;
        line-height: 1.55;
    }


    /* SECTION */

    .legal-section {
        margin-bottom: 23px;
    }

    .legal-section-heading {
        gap: 9px;

        margin-bottom: 10px;
        padding-left: 1px;
    }

    .legal-section-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;

        border-radius: 9px;

        font-size: 16px;
    }

    .legal-section-heading span {
        font-size: 9px;
    }

    .legal-section-heading h3 {
        font-size: 18px;
    }


    /* CARDS */

    .legal-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .legal-card {
        padding: 14px;

        gap: 10px;

        border-radius: 12px;
    }

    .legal-card-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;

        border-radius: 9px;

        font-size: 16px;
    }

    .legal-label {
        font-size: 8px;
    }

    .legal-card h4 {
        font-size: 15px;
    }

    .legal-card p {
        font-size: 12.5px;
        line-height: 1.48;

        margin-bottom: 9px;
    }

    .legal-link {
        font-size: 11.5px;
    }


    /* HELP */

    .legal-help {
        padding: 21px 15px;
        margin-bottom: 14px;

        border-radius: 13px;
    }

    .legal-help h3 {
        font-size: 18px;
    }

    .legal-help p {
        font-size: 13px;
        line-height: 1.5;
    }

    .legal-help-button {
        min-height: 40px;
        padding: 9px 16px;

        font-size: 12px;
    }


    /* NOTE */

    .legal-note {
        padding: 12px 13px;
        gap: 8px;

        border-radius: 11px;
    }

    .legal-note-icon {
        width: 23px;
        height: 23px;
        min-width: 23px;
    }

    .legal-note p {
        font-size: 11px;
        line-height: 1.5;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .return-policy.legal-info-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .legal-info-page .title {
        font-size: 21px;
    }

    .legal-info-page .subtitle {
        font-size: 12.5px;
    }

    .legal-intro {
        padding: 14px;
    }

    .legal-section-heading h3 {
        font-size: 17px;
    }

    .legal-card {
        padding: 13px;
    }

    .legal-help {
        padding-left: 13px;
        padding-right: 13px;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .legal-info-page *,
    .legal-info-page *::before,
    .legal-info-page *::after {
        transition: none !important;
        scroll-behavior: auto !important;
    }

}/* End custom CSS */