.breadcrumbs_block_bg7 .page_title {
    color: #5b3d1f !important;
    background: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255,255,255,.35);
    padding: 10px 25px;
    text-shadow: none;
}

/* ===============================
   INTRO
=============================== */

.pomagamy-intro {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}

.pomagamy-intro h3 {
    font-size: 24px;
    font-weight: 400;
}


/* ===============================
   LISTA CELÓW
=============================== */

.sc_list_style_ol {
    max-width: 900px;
    margin: 0 auto;
}

.sc_list_style_ol li {
    line-height: 1.8;
    margin-bottom: 18px;
    padding-left: 10px;
}


/* ===============================
   POSŁUGUJEMY TAKŻE
=============================== */

.pomagamy-service-section {
    max-width: 900px;
    margin: 50px auto 0;
}

.pomagamy-section-title {
    text-align: center;
    margin: 35px 0 30px;
    font-size: 26px;
    font-weight: 400;
    color: #6b4f32;
}

.pomagamy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pomagamy-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.pomagamy-icon {
    flex-shrink: 0;
    font-size: 28px;
    line-height: 1;
    color: #9a7a50;
    margin-top: 2px;
}

.pomagamy-list strong {
    font-size: 18px;
    color: #5b432c;
}

.pomagamy-list p {
    margin: 8px 0 0;
    line-height: 1.7;
    font-size: 16px;
}

.pomagamy-list a {
    color: #8a6843;
    text-decoration: underline;
}

.pomagamy-list a:hover {
    color: #5b432c;
}


/* ===============================
   OSOBA - ANIA
=============================== */

.pomagamy-person {
    max-width: 950px;
    margin: 50px auto 0;
    display: flex;
    gap: 45px;
    align-items: center;
}

.pomagamy-person-content {
    flex: 1;
}

.pomagamy-person-title {
    font-size: 28px;
    font-weight: 400;
    color: #6b4f32;
    margin-bottom: 25px;
}

.pomagamy-person-content p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.pomagamy-prayer {
    font-style: italic;
    font-weight: bold;
    color: #8a6843;
    margin-top: 25px;
}

.pomagamy-person-image {
    flex: 0 0 400px;
    text-align: center;
}

.pomagamy-person-image img {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}


/* ===============================
   TEKST POMOCY
=============================== */

.help-intro {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 17px;
}


/* ===============================
   CYTATY
=============================== */

.help-quote {
    max-width: 800px;
    margin: 45px auto;
    padding: 35px 45px;
    background: linear-gradient(
        120deg,
        rgba(176, 139, 87, .12),
        rgba(255, 255, 255, .8)
    ) !important;
    border: 1px solid rgba(176, 139, 87, .35) !important;
    border-left: 5px solid #b08b57 !important;
    color: #5c4632 !important;
    text-align: center;
    font-family: Georgia, serif;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    position: relative;
}


/*
   Nadpis cytatu
   (blokuje biały tekst starego motywu)
*/

.help-quote p,
.help-quote p i,
.help-quote div,
.help-quote strong {
    color: #5c4632 !important;
}

.help-quote-lead {
    margin: 0 0 20px !important;
    font-size: 18px;
    line-height: 1.6;
    color: #806443 !important;
}

.help-quote-text {
    font-size: 25px;
    line-height: 1.8;
    font-weight: 500;
    color: #4d3927 !important;
}

.help-quote-source,
.help-quote footer {
    display: block;
    margin-top: 25px !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #8a6843 !important;
}

.help-quote-source:before {
    content: "— ";
}

.help-quote-source a {
    color: #8a6843 !important;
    text-decoration: none;
}

.help-quote-source a:hover {
    text-decoration: underline;
}


/*
   Usuwamy ozdobniki starego szablonu
*/

.help-quote:before,
.help-quote:after {
    display: none !important;
}


/*
   Cytat biblijny
*/

.help-quote-bible {
    max-width: 650px;
    background: rgba(176, 139, 87, .07) !important;
}

.help-quote-bible .help-quote-text {
    font-size: 22px;
    font-style: italic;
}


/* ===============================
   VIDEO
=============================== */

.help-video {
    margin: 40px auto;
    text-align: center;
}

.help-video iframe {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
}


/* ===============================
   WIADOMOŚĆ
=============================== */

.help-message {
    max-width: 850px;
    margin: 35px auto;
    padding: 25px 35px;
    background: rgba(176, 139, 87, .08);
    border-radius: 6px;
    line-height: 1.8;
}


/* ===============================
   MOBILE
=============================== */

@media (max-width: 768px) {
    .pomagamy-person {
        flex-direction: column;
        gap: 25px;
    }

    .pomagamy-person-image {
        flex-basis: auto;
        width: 100%;
    }

    .pomagamy-intro h3 {
        font-size: 21px;
    }

    .sc_list_style_ol li {
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .help-intro {
        padding: 0 15px;
        font-size: 16px;
    }

    .help-quote {
        margin: 30px 15px;
        padding: 25px 20px;
        border-left-width: 4px !important;
    }

    .help-quote-lead {
        font-size: 16px;
    }

    .help-quote-text {
        font-size: 20px;
        line-height: 1.6;
    }

    .help-quote-bible .help-quote-text {
        font-size: 19px;
    }

    .help-quote-source,
    .help-quote footer {
        font-size: 13px;
    }

    .pomagamy-list li {
        gap: 10px;
    }

    .pomagamy-list strong {
        font-size: 16px;
    }

    .pomagamy-list p {
        font-size: 15px;
    }

    .help-video iframe {
        border-radius: 5px;
    }

    .help-message {
        margin: 25px 15px;
        padding: 20px;
    }
}
