.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-b845b08 *//* =========================================================
   TRICOU.MD — RECHIZITE ELITALUX BP SRL
   DESIGN COMPACT + MODERN + RESPONSIVE
   ========================================================= */


/* =========================================================
   CONTAINER
   ========================================================= */

.tricou-company-page {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;
    padding: 8px 20px 35px;

    font-family: Arial, Helvetica, sans-serif;

    color: #333;
    font-size: 15.5px;
    line-height: 1.55;

    box-sizing: border-box;
}

.tricou-company-page *,
.tricou-company-page *::before,
.tricou-company-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   EMOJI WORDPRESS
   ========================================================= */

.tricou-company-page img.emoji {
    display: inline-block;

    width: 1.15em !important;
    height: 1.15em !important;

    max-width: 1.15em !important;
    max-height: 1.15em !important;

    margin: 0 2px;

    vertical-align: -0.18em;
}


/* =========================================================
   LINKURI
   ========================================================= */

.tricou-company-page a {
    color: #ec008c;

    font-weight: 600;

    text-decoration: none;

    transition: color .18s ease;
}

.tricou-company-page a:hover {
    color: #b5006c;
    text-decoration: underline;
}


/* =========================================================
   TITLU PRINCIPAL
   ========================================================= */

.tricou-company-page > h2 {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 0 0 7px;
    padding: 7px 0;

    color: #222;
    background: #fff;

    border: 0;

    font-size: 29px;
    line-height: 1.25;
    font-weight: 700;

    text-align: center;

    box-shadow:
        0 -2px 7px -6px rgba(0, 0, 0, .45);

    z-index: 1;
}


/* =========================================================
   HALO DISCRET
   ========================================================= */

.tricou-company-page > h2::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: -7px;

    height: 8px;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, .045),
            rgba(0, 0, 0, 0)
        );

    -webkit-mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0, 0, 0, .12) 8%,
            rgba(0, 0, 0, .35) 16%,
            #000 24%,
            #000 76%,
            rgba(0, 0, 0, .35) 84%,
            rgba(0, 0, 0, .12) 92%,
            transparent 100%
        );

    mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0, 0, 0, .12) 8%,
            rgba(0, 0, 0, .35) 16%,
            #000 24%,
            #000 76%,
            rgba(0, 0, 0, .35) 84%,
            rgba(0, 0, 0, .12) 92%,
            transparent 100%
        );

    pointer-events: none;
}


/* =========================================================
   ELIMINĂ ORICE PUNCT / LINIE DUPĂ TITLU
   ========================================================= */

.tricou-company-page > h2::after {
    content: none !important;

    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;

    width: 0 !important;
    height: 0 !important;

    background: none !important;
    background-image: none !important;

    border: 0 !important;

    -webkit-mask-image: none !important;
    mask-image: none !important;
}


/* =========================================================
   SUBTITLU
   ========================================================= */

.tricou-company-subtitle {
    max-width: 780px;

    margin: 0 auto 19px;

    color: #666;

    font-size: 14.5px;
    line-height: 1.5;

    text-align: center;
}

.tricou-company-subtitle strong {
    color: #222;
}


/* =========================================================
   GRID PRINCIPAL
   ========================================================= */

.tricou-company-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}


/* =========================================================
   CARDURI PRINCIPALE
   ========================================================= */

.tricou-company-card {
    padding: 15px 17px;

    background: #fff;

    border: 1px solid #e9e9e9;
    border-radius: 12px;

    box-shadow:
        0 3px 13px rgba(0, 0, 0, .035);
}


/* =========================================================
   TITLURI CARDURI
   ========================================================= */

.tricou-company-card h3,
.tricou-company-contact h3 {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    margin: 0 0 10px;
    padding: 0;

    color: #222;

    border: 0;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;

    text-align: center;
}


/* =========================================================
   RÂNDURI DATE
   ========================================================= */

.tricou-company-row {
    display: grid;

    grid-template-columns:
        88px minmax(0, 1fr);

    gap: 8px;

    padding: 6px 0;

    border-bottom: 1px solid #f0f0f0;

    font-size: 13.5px;
    line-height: 1.45;
}

.tricou-company-row:first-of-type {
    padding-top: 0;
}

.tricou-company-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tricou-company-row > strong {
    color: #222;
    font-weight: 700;
}

.tricou-company-row > span {
    min-width: 0;

    color: #555;

    overflow-wrap: anywhere;
}

.tricou-company-row span strong {
    color: #222;
}


/* IBAN */

.tricou-company-row .company-nowrap {
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* =========================================================
   CONTACT
   ========================================================= */

.tricou-company-contact {
    margin-top: 10px;

    padding: 15px 17px;

    background: #fff;

    border: 1px solid #e9e9e9;
    border-radius: 12px;

    box-shadow:
        0 3px 13px rgba(0, 0, 0, .035);
}

.tricou-company-contact h3 {
    margin-bottom: 9px;
}


/* =========================================================
   GRID CONTACT
   ========================================================= */

.tricou-company-contact-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 7px;
}


/* =========================================================
   ELEMENT CONTACT
   ========================================================= */

.tricou-company-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    min-width: 0;

    padding: 10px 11px;

    background: #fafafa;

    border: 1px solid #e8e8e8;
    border-radius: 9px;

    color: #555;

    font-size: 13.5px;
    line-height: 1.45;
}


/* =========================================================
   ICON CONTACT
   ========================================================= */

.tricou-company-contact-icon {
    flex: 0 0 25px;

    width: 25px;

    line-height: 1;
}


/* =========================================================
   CONȚINUT CONTACT
   ========================================================= */

.tricou-company-contact-item > div {
    min-width: 0;
}

.tricou-company-contact-item strong {
    display: block;

    margin-bottom: 1px;

    color: #222;

    font-size: 13.5px;
    line-height: 1.3;
}

.tricou-company-contact-item > div > span {
    display: inline;
}


/* =========================================================
   TEXT MIC
   ========================================================= */

.tricou-company-contact-item small {
    display: block;

    margin-top: 3px;

    color: #777;

    font-size: 11.8px;
    line-height: 1.4;
}

.tricou-company-contact-item .company-closed {
    color: #999;
}


/* SEPARATOR TELEFOANE */

.company-separator {
    margin: 0 3px;

    color: #aaa;
}


/* =========================================================
   TABLETĂ
   ========================================================= */

@media (max-width: 768px) {

    .tricou-company-page {
        padding: 4px 15px 30px;

        font-size: 15px;
    }

    .tricou-company-page > h2 {
        font-size: 27px;
    }

    .tricou-company-subtitle {
        margin-bottom: 16px;

        font-size: 14px;
    }

    .tricou-company-grid {
        grid-template-columns: 1fr;

        gap: 8px;
    }

    .tricou-company-card {
        padding: 14px 15px;
    }

    .tricou-company-contact {
        margin-top: 8px;

        padding: 14px 15px;
    }

    .tricou-company-contact-grid {
        gap: 7px;
    }
}


/* =========================================================
   TELEFON
   ========================================================= */

@media (max-width: 480px) {

    .tricou-company-page {
        padding: 0 10px 27px;

        font-size: 14px;
        line-height: 1.5;
    }


    /* TITLU */

    .tricou-company-page > h2 {
        gap: 7px;

        margin-bottom: 6px;
        padding: 7px 0;

        font-size: 23px;
        line-height: 1.25;
    }


    /* SUBTITLU */

    .tricou-company-subtitle {
        margin-bottom: 14px;

        font-size: 13.2px;
        line-height: 1.48;
    }


    /* CARDURI */

    .tricou-company-grid {
        gap: 7px;
    }

    .tricou-company-card {
        padding: 12px 11px;

        border-radius: 10px;
    }


    /* TITLU CARD */

    .tricou-company-card h3,
    .tricou-company-contact h3 {
        gap: 6px;

        margin-bottom: 8px;

        font-size: 18px;
    }


    /* RÂNDURI */

    .tricou-company-row {
        grid-template-columns:
            76px minmax(0, 1fr);

        gap: 7px;

        padding: 5px 0;

        font-size: 12.8px;
        line-height: 1.43;
    }


    /* CONTACT */

    .tricou-company-contact {
        margin-top: 7px;

        padding: 12px 11px;

        border-radius: 10px;
    }

    .tricou-company-contact-grid {
        grid-template-columns: 1fr;

        gap: 6px;
    }


    /* CONTACT ITEM */

    .tricou-company-contact-item {
        gap: 7px;

        padding: 9px 10px;

        border-radius: 8px;

        font-size: 12.8px;
        line-height: 1.43;
    }

    .tricou-company-contact-icon {
        flex-basis: 24px;
        width: 24px;
    }

    .tricou-company-contact-item strong {
        margin-bottom: 1px;

        font-size: 13px;
    }

    .tricou-company-contact-item small {
        margin-top: 2px;

        font-size: 11.3px;
        line-height: 1.38;
    }

    .company-separator {
        margin: 0 2px;
    }
}


/* =========================================================
   TELEFOANE FOARTE MICI
   ========================================================= */

@media (max-width: 360px) {

    .tricou-company-page {
        padding-left: 7px;
        padding-right: 7px;

        font-size: 13.5px;
    }

    .tricou-company-page > h2 {
        font-size: 21px;
    }

    .tricou-company-subtitle {
        font-size: 12.8px;
    }

    .tricou-company-card,
    .tricou-company-contact {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tricou-company-row {
        grid-template-columns:
            71px minmax(0, 1fr);

        font-size: 12.5px;
    }

    .tricou-company-contact-item {
        font-size: 12.5px;
    }
}/* End custom CSS */