.elementor-7857 .elementor-element.elementor-element-ff318bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-53b6de8 *//* GŁÓWNY BLOK TEKSTU */
.elementor-widget-text-editor {
    max-width: 860px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #2b2b2b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* H1 – TYTUŁ */
.elementor-widget-text-editor h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #111;
}

/* H2 – SEKCJE */
.elementor-widget-text-editor h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 6px;
}

/* DELIKATNA LINIA POD H2 */
.elementor-widget-text-editor h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #cc0000;
    margin-top: 6px;
}

/* H3 */
.elementor-widget-text-editor h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 10px;
}

/* H5 – pomocnicze */
.elementor-widget-text-editor h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #555;
}

/* AKAPITY */
.elementor-widget-text-editor p {
    margin-bottom: 16px;
}

/* LINKI – CZERWONE 🔥 */
.elementor-widget-text-editor a {
    color: #cc0000;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 0, 0, 0.25);
    transition: all 0.2s ease;
}

/* HOVER LINKÓW */
.elementor-widget-text-editor a:hover {
    color: #990000;
    border-bottom: 1px solid #990000;
}

/* SEKCJE – LEKKIE ODDZIELENIE */
.elementor-widget-text-editor h2:not(:first-child) {
    border-top: 1px solid #eee;
    padding-top: 25px;
}

/* LISTY (na przyszłość) */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
    .elementor-widget-text-editor {
        font-size: 15px;
        padding: 0 12px;
    }

    .elementor-widget-text-editor h1 {
        font-size: 26px;
    }

    .elementor-widget-text-editor h2 {
        font-size: 21px;
    }
}/* End custom CSS */