/*
 * MO - Przewodniki Modlitewnika
 * Celowo bez grafik i ikon.
 * Kolory i typografia odpowiadają obecnemu Modlitewnikowi.
 */

.mo-guides-home,
.mo-guides-hub,
.mo-guide,
.mo-guide-msza-wrap {
    --mo-bg: #080807;
    --mo-panel: #11110F;
    --mo-text: #F2EBDD;
    --mo-muted: #BDB4A7;
    --mo-gold: #A47B2F;
    --mo-border: #473820;
    color: var(--mo-text);
}

/* Tylko sekcja Przewodniki - bez zewnętrznej ramki i bez osobnego tła. */
.mo-guides-home {
    margin: 0;
    padding: 48px 0 52px;
    background: transparent;
    border: 0;
}

.mo-guides-home__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 28px;
}

.mo-guides-home__head h2 {
    margin: 0;
    color: var(--mo-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 3.2vw, 48px);
    line-height: 1.12;
    font-weight: 400;
}

.mo-guides-home__all,
.mo-guide__direct-link a,
.mo-guide__inline-link {
    color: var(--mo-gold);
    text-decoration: none;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
}

.mo-guides-home__all {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
}

.mo-guides-home__all:hover,
.mo-guide__direct-link a:hover,
.mo-guide__inline-link:hover,
.mo-guide-nav a:hover {
    color: var(--mo-text);
}

.mo-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.mo-guides-card {
    display: flex;
    min-height: 222px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 32px 28px;
    background: var(--mo-panel);
    border: 1px solid var(--mo-border);
    color: var(--mo-text);
    transition: border-color .18s ease, background .18s ease;
}

.mo-guides-card + .mo-guides-card {
    border-left-width: 0;
}

.mo-guides-card:hover {
    border-color: var(--mo-gold);
    background: #14130f;
}

.mo-guides-card__title {
    margin: 0 0 16px !important;
    padding: 0 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(28px, 2.15vw, 34px) !important;
    line-height: 1.18 !important;
    font-weight: 400 !important;
}

.mo-guides-card__title a {
    color: var(--mo-text) !important;
    text-decoration: none !important;
    font: inherit !important;
}

.mo-guides-card__title a:hover {
    color: var(--mo-text) !important;
}

.mo-guides-card__desc {
    margin: 0 0 26px !important;
    padding: 0 !important;
    color: var(--mo-muted) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
    font-weight: 300 !important;
}

.mo-guides-card__cta {
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    color: var(--mo-gold) !important;
    text-decoration: none !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

.mo-guides-card__cta:hover {
    color: var(--mo-text) !important;
}

.mo-guides-hub {
    background: transparent;
}

.mo-guides-list,
.mo-guides-list__sub {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mo-guides-list {
    max-width: 860px;
}

.mo-guides-list__item {
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid var(--mo-border);
}

.mo-guides-list__item:first-child {
    padding-top: 0;
}

.mo-guides-list__item > a {
    color: var(--mo-text);
    text-decoration: none;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 2.6vw, 38px);
    line-height: 1.22;
    font-weight: 400;
}

.mo-guides-list__item > a:hover,
.mo-guides-list__sub a:hover {
    color: var(--mo-gold);
}

.mo-guides-list__sub {
    margin-top: 14px;
    padding-left: 0;
}

.mo-guides-list__sub li {
    margin: 0;
    padding: 0;
}

.mo-guides-list__sub a {
    color: var(--mo-gold);
    text-decoration: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.mo-guides-hub__back {
    margin-top: 52px;
}

.mo-guide {
    max-width: 980px;
    margin: 0 auto;
    color: var(--mo-text);
    font-family: "Inter", Arial, sans-serif;
}

.mo-guide__content {
    font-size: 18px;
    line-height: 1.78;
    font-weight: 200;
}

.mo-guide__content p {
    margin: 0 0 24px;
    color: var(--mo-muted);
}

.mo-guide__content h2 {
    margin: 68px 0 24px;
    color: var(--mo-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.14;
    font-weight: 400;
}

.mo-guide__content h3 {
    margin: 42px 0 18px;
    color: var(--mo-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(25px, 2.8vw, 32px);
    line-height: 1.22;
    font-weight: 400;
}

.mo-guide__content strong {
    color: var(--mo-text);
    font-weight: 600;
}

.mo-guide__content ol,
.mo-guide__content ul {
    margin: 0 0 28px 1.35em;
    padding: 0;
    color: var(--mo-muted);
}

.mo-guide__content li {
    margin: 0 0 10px;
    padding-left: .25em;
}

.mo-guide__direct-link {
    margin-top: 8px !important;
}

.mo-guide__direct-link a,
.mo-guide__inline-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
}

.mo-guide-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px;
    color: var(--mo-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.mo-guide__content + .mo-guide-nav {
    margin: 58px 0 0;
    padding-top: 28px;
    border-top: 1px solid var(--mo-border);
}

.mo-guide-nav a {
    color: var(--mo-muted);
    text-decoration: none;
}

.mo-guide-nav__sep {
    color: var(--mo-gold);
}

.mo-guide-msza-wrap > .mo-guide-nav:first-child {
    margin-bottom: 32px;
}

.mo-guide-msza-wrap > .mo-guide-nav:last-child {
    margin-top: 52px;
    padding-top: 26px;
    border-top: 1px solid var(--mo-border);
}

@media (max-width: 900px) {
    .mo-guides-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mo-guides-card + .mo-guides-card {
        border-left-width: 1px;
    }

    .mo-guides-card {
        min-height: 0;
    }

    .mo-guides-home__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 600px) {
    .mo-guides-home {
        padding: 42px 0 46px;
    }

    .mo-guides-card {
        padding: 26px 24px 24px;
    }

    .mo-guide__content {
        font-size: 17px;
        line-height: 1.72;
    }

    .mo-guide__content h2 {
        margin-top: 52px;
    }

    .mo-guide-nav {
        gap: 8px;
    }
}

/* ==========================================================
   v1.0.4 - WZORZEC: stary Przewodnik po Mszy Świętej
   Pomiary wykonane na aktualnym renderze referencyjnym.
   Nie ingerujemy w samą wtyczkę Przewodnika po Mszy.
   ========================================================== */

.mo-guide--reference {
    --mo-guide-bg: #080807;
    --mo-guide-panel: #110F0A;
    --mo-guide-panel-2: #11110F;
    --mo-guide-text: #F2EBDD;
    --mo-guide-muted: #BDB4A7;
    --mo-guide-gold: #A47B2F;
    --mo-guide-border: #45361F;
    width: 100%;
    color: var(--mo-guide-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}

/*
 * Geometria referencji z renderu 2048 px:
 * - zewnętrzny blok tytułowy: ok. 1500 px
 * - główna kolumna treści: ok. 1305 px
 * - złota linia pod H1: ok. 239 px
 */
.mo-guide--reference .mo-guide__outer {
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
}

.mo-guide--reference .mo-guide__inner,
.mo-guide--reference .mo-guide__content,
.mo-guide--reference .mo-guide__intro,
.mo-guide--reference .mo-guide__toc {
    width: min(1305px, calc(100% - 48px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.mo-guide--reference .mo-guide__hero {
    margin: 0;
    padding: 72px 0 0;
}

.mo-guide--reference .mo-guide__eyebrow,
.mo-guide--reference .mo-guide__kicker {
    margin: 0 0 28px;
    color: var(--mo-guide-gold);
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .14em;
    font-weight: 500;
    text-transform: uppercase;
}

.mo-guide--reference .mo-guide__hero h1 {
    margin: 0;
    padding: 0;
    color: var(--mo-guide-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 64px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
}

.mo-guide--reference .mo-guide__hero-line {
    width: 239px;
    height: 1px;
    margin-top: 48px;
    background: var(--mo-guide-gold);
}

.mo-guide--reference .mo-guide-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 62px 0 0 12px;
    padding: 0;
    color: var(--mo-guide-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.mo-guide--reference .mo-guide-nav a {
    color: var(--mo-guide-muted);
    text-decoration: none;
}

.mo-guide--reference .mo-guide-nav a:hover {
    color: var(--mo-guide-gold);
}

.mo-guide--reference .mo-guide-nav__sep {
    color: var(--mo-guide-gold);
}

.mo-guide--reference .mo-guide__intro {
    margin-top: 62px;
    margin-bottom: 0;
    padding: 0;
}

.mo-guide--reference .mo-guide__intro p,
.mo-guide--reference .mo-guide__content p,
.mo-guide--reference .mo-guide__content li {
    color: var(--mo-guide-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}

.mo-guide--reference .mo-guide__intro p {
    margin: 0;
}

.mo-guide--reference .mo-guide__toc {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 58px;
    margin-bottom: 0;
    padding-top: 22px;
    border-top: 1px solid var(--mo-guide-border);
}

.mo-guide--reference .mo-guide__toc a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--mo-guide-border);
    color: var(--mo-guide-text);
    background: transparent;
    text-decoration: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.mo-guide--reference .mo-guide__toc a:hover {
    border-color: var(--mo-guide-gold);
    color: var(--mo-guide-gold);
}

.mo-guide--reference .mo-guide-section {
    scroll-margin-top: 120px;
    margin: 0;
    padding: 82px 0 88px;
    border-top: 1px solid var(--mo-guide-border);
}

.mo-guide--reference .mo-guide-section:first-child {
    margin-top: 84px;
}

.mo-guide--reference .mo-guide__content .mo-guide__kicker {
    margin-bottom: 28px;
}

.mo-guide--reference .mo-guide__content h2 {
    margin: 0 0 36px !important;
    padding: 0;
    color: var(--mo-guide-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 56px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0;
}

.mo-guide--reference .mo-guide__content h3 {
    margin: 48px 0 22px !important;
    padding: 0;
    color: var(--mo-guide-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 400;
}

.mo-guide--reference .mo-guide__content p {
    margin: 0 0 28px;
}

.mo-guide--reference .mo-guide__content strong {
    color: var(--mo-guide-text);
    font-weight: 600;
}

.mo-guide--reference .mo-guide__content ol,
.mo-guide--reference .mo-guide__content ul {
    margin: 18px 0 30px 1.35em;
    padding: 0;
    color: var(--mo-guide-muted);
}

.mo-guide--reference .mo-guide__content li {
    margin-bottom: 10px;
}

/* Boks typu "CO ROBIĘ JA / CO TO ZNACZY" - wzorzec Mszy. */
.mo-guide--reference .mo-guide__question-box,
.mo-guide--reference .mo-guide__highlight,
.mo-guide--reference blockquote {
    margin: 46px 0 0;
    padding: 32px 34px 30px;
    background: var(--mo-guide-panel);
    border: 0;
    border-left: 2px solid var(--mo-guide-gold);
}

.mo-guide--reference .mo-guide__question-box p,
.mo-guide--reference .mo-guide__highlight p,
.mo-guide--reference blockquote p {
    margin: 0 0 18px;
}

.mo-guide--reference .mo-guide__question-box p:last-child,
.mo-guide--reference .mo-guide__highlight p:last-child,
.mo-guide--reference blockquote p:last-child {
    margin-bottom: 0;
}

/* Pełny panel obramowany, jak "CENTRUM CELEBRACJI". */
.mo-guide--reference .mo-guide__panel {
    margin: 46px 0 0;
    padding: 40px 44px 42px;
    background: var(--mo-guide-panel-2);
    border: 1px solid var(--mo-guide-border);
}

.mo-guide--reference .mo-guide__panel .mo-guide__kicker {
    margin-bottom: 26px;
}

.mo-guide--reference .mo-guide__panel h3 {
    margin-top: 0 !important;
}

/* Bez dodatkowego H1 z shortcode na Rachunku: H1 daje szablon #1442. */
body.page-id-1527 .mo-guide--rachunek {
    width: 100%;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content {
    margin-top: 0;
}

/* Zachowaj istniejącą treść Rachunku, tylko ujednolić jej typografię. */
body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2,
body.page-id-1527 .mo-guide--rachunek .mo-guide__content h3 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--mo-guide-text);
    font-weight: 400;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
    margin: 82px 0 32px;
    padding-top: 82px;
    border-top: 1px solid var(--mo-guide-border);
    font-size: 56px;
    line-height: 1.12;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content p,
body.page-id-1527 .mo-guide--rachunek .mo-guide__content li {
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
    color: var(--mo-guide-muted);
}

/* Dolna nawigacja Spowiedzi ma rytm separatora z przewodnika. */
.mo-guide--spowiedz .mo-guide__inner > .mo-guide-nav:last-child {
    width: 100%;
    margin: 70px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid var(--mo-guide-border);
}

/* Mobile - proporcje zachowane, bez zmiany języka wizualnego. */
@media (max-width: 900px) {
    .mo-guide--reference .mo-guide__outer,
    .mo-guide--reference .mo-guide__inner,
    .mo-guide--reference .mo-guide__content,
    .mo-guide--reference .mo-guide__intro,
    .mo-guide--reference .mo-guide__toc {
        width: min(100% - 36px, 1305px);
    }

    .mo-guide--reference .mo-guide__hero h1 {
        font-size: clamp(42px, 8vw, 58px);
    }

    .mo-guide--reference .mo-guide__content h2,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
        font-size: clamp(38px, 7vw, 50px);
    }
}

@media (max-width: 600px) {
    .mo-guide--reference .mo-guide__outer,
    .mo-guide--reference .mo-guide__inner,
    .mo-guide--reference .mo-guide__content,
    .mo-guide--reference .mo-guide__intro,
    .mo-guide--reference .mo-guide__toc {
        width: calc(100% - 28px);
    }

    .mo-guide--reference .mo-guide__hero {
        padding-top: 48px;
    }

    .mo-guide--reference .mo-guide__hero h1 {
        font-size: 40px;
    }

    .mo-guide--reference .mo-guide__hero-line {
        width: 150px;
        margin-top: 34px;
    }

    .mo-guide--reference .mo-guide-nav {
        margin-top: 42px;
        margin-left: 0;
        font-size: 14px;
    }

    .mo-guide--reference .mo-guide__intro {
        margin-top: 44px;
    }

    .mo-guide--reference .mo-guide__intro p,
    .mo-guide--reference .mo-guide__content p,
    .mo-guide--reference .mo-guide__content li,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content p,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content li {
        font-size: 17px;
        line-height: 30px;
    }

    .mo-guide--reference .mo-guide-section {
        padding: 58px 0 62px;
    }

    .mo-guide--reference .mo-guide__content h2,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
        font-size: 38px;
    }

    .mo-guide--reference .mo-guide__question-box,
    .mo-guide--reference .mo-guide__highlight,
    .mo-guide--reference blockquote,
    .mo-guide--reference .mo-guide__panel {
        padding: 26px 22px;
    }
}


/* ==========================================================
   v1.0.5
   A) /modlitewnik/przewodniki/ - skromna lista jak kategorie
   B) Rachunek sumienia ID 1527 - styl wzorcowego przewodnika
   ========================================================== */

.mo-guides-hub--simple {
    width: min(1360px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.mo-guides-simple-box {
    width: 100%;
    margin: 34px 0 0;
    padding: 34px 46px 38px;
    background: #11110F;
    border: 1px solid #45361F;
}

.mo-guides-simple-list {
    margin: 0;
    padding-left: 1.35em;
    color: #F2EBDD;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.95;
    font-weight: 300;
}

.mo-guides-simple-list li {
    margin: 0;
    padding: 0 0 2px;
}

.mo-guides-simple-list a {
    color: #BDB4A7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.mo-guides-simple-list a:hover {
    color: #F2EBDD;
    border-bottom-color: #A47B2F;
}

.mo-guides-simple-list__child {
    margin-left: 1.25em !important;
}

.mo-guides-hub--simple .mo-guides-hub__back {
    width: 100%;
    max-width: none;
    margin: 54px 0 0;
    padding-top: 28px;
    border-top: 1px solid #45361F;
}

.mo-guides-hub--simple .mo-guides-grid,
.mo-guides-hub--simple .mo-guides-list {
    display: none !important;
}

body.page-id-1527 .mo-guide--rachunek {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #F2EBDD;
    font-family: "Inter", Arial, sans-serif;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content {
    width: min(1305px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content p,
body.page-id-1527 .mo-guide--rachunek .mo-guide__content li {
    color: #BDB4A7;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content p {
    margin: 0 0 28px;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content ul,
body.page-id-1527 .mo-guide--rachunek .mo-guide__content ol {
    margin: 18px 0 34px 1.35em;
    padding: 0;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
    margin: 88px 0 36px;
    padding: 82px 0 0;
    border-top: 1px solid #45361F;
    color: #F2EBDD;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 56px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2::before {
    content: "RACHUNEK SUMIENIA";
    display: block;
    margin: 0 0 26px;
    color: #A47B2F;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .14em;
    font-weight: 500;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content h3 {
    margin: 46px 0 22px;
    color: #F2EBDD;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 400;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content strong {
    color: #F2EBDD;
    font-weight: 600;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content blockquote {
    margin: 46px 0;
    padding: 32px 34px 30px;
    background: #110F0A;
    border: 0;
    border-left: 2px solid #A47B2F;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content blockquote p:last-child {
    margin-bottom: 0;
}

body.page-id-1527 .mo-guide--rachunek .wp-block-group.has-background,
body.page-id-1527 .mo-guide--rachunek .wp-block-columns.has-background {
    margin: 46px 0;
    padding: 38px 42px;
    background: #11110F !important;
    border: 1px solid #45361F;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content a {
    color: #A47B2F;
    text-decoration: none;
}

body.page-id-1527 .mo-guide--rachunek .mo-guide__content a:hover {
    color: #F2EBDD;
}

@media (max-width: 900px) {
    .mo-guides-hub--simple,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content {
        width: min(100% - 36px, 1305px);
    }

    body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
        font-size: clamp(38px, 7vw, 50px);
    }
}

@media (max-width: 600px) {
    .mo-guides-hub--simple,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content {
        width: calc(100% - 28px);
    }

    .mo-guides-simple-box {
        padding: 26px 26px 30px;
    }

    .mo-guides-simple-list {
        font-size: 17px;
        line-height: 1.9;
    }

    body.page-id-1527 .mo-guide--rachunek .mo-guide__content p,
    body.page-id-1527 .mo-guide--rachunek .mo-guide__content li {
        font-size: 17px;
        line-height: 30px;
    }

    body.page-id-1527 .mo-guide--rachunek .mo-guide__content h2 {
        margin-top: 62px;
        padding-top: 58px;
        font-size: 38px;
    }

    body.page-id-1527 .mo-guide--rachunek .mo-guide__content h3 {
        font-size: 28px;
    }

    body.page-id-1527 .mo-guide--rachunek .mo-guide__content blockquote,
    body.page-id-1527 .mo-guide--rachunek .wp-block-group.has-background,
    body.page-id-1527 .mo-guide--rachunek .wp-block-columns.has-background {
        padding: 26px 22px;
    }
}


/* ==========================================================
   v1.0.6
   1) brakujący tytuł na /modlitewnik/przewodniki/
   2) Rachunek sumienia: styl niezależny od wrappera shortcode
   3) mniejsze nagłówki wewnętrzne, zgodne ze wzorem Mszy
   ========================================================== */

/* HUB: tytuł jak w stronach kategorii Modlitewnika */
.mo-guides-simple-title {
    margin: 0;
    padding: 0;
    color: #F2EBDD;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
}

.mo-guides-simple-title-line {
    width: 210px;
    height: 1px;
    margin: 34px 0 42px;
    background: #A47B2F;
}

.mo-guides-hub--simple .mo-guides-simple-box {
    margin-top: 0;
}


/* ==========================================================
   RACHUNEK SUMIENIA ID 1527
   Selektory celowo działają także bez .mo-guide--rachunek.
   Dzięki temu styl działa przy renderowaniu przez Elementor.
   ========================================================== */

body.page-id-1527 .elementor-widget-theme-post-content,
body.page-id-1527 .elementor-widget-theme-post-content .elementor-widget-container,
body.page-id-1527 .entry-content,
body.page-id-1527 .page-content,
body.page-id-1527 main {
    color: #BDB4A7;
}

/* Ograniczamy szerokość samej treści, nie nagłówka szablonu. */
body.page-id-1527 .elementor-widget-theme-post-content > .elementor-widget-container,
body.page-id-1527 .entry-content,
body.page-id-1527 .page-content {
    width: min(1305px, calc(100% - 48px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

/* Tekst bazowy jak w referencyjnym Przewodniku po Mszy */
body.page-id-1527 .elementor-widget-theme-post-content p,
body.page-id-1527 .elementor-widget-theme-post-content li,
body.page-id-1527 .entry-content p,
body.page-id-1527 .entry-content li,
body.page-id-1527 .page-content p,
body.page-id-1527 .page-content li {
    color: #BDB4A7;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}

body.page-id-1527 .elementor-widget-theme-post-content p,
body.page-id-1527 .entry-content p,
body.page-id-1527 .page-content p {
    margin-bottom: 28px;
}

/*
 * Wewnętrzne nagłówki są celowo mniejsze niż H1 strony.
 * Zbliżenie do wzorca ze screena:
 * - pierwszy poziom sekcji: ok. 34 px
 * - podsekcja: ok. 28 px
 */
body.page-id-1527 .elementor-widget-theme-post-content h2,
body.page-id-1527 .entry-content h2,
body.page-id-1527 .page-content h2 {
    margin: 54px 0 22px;
    padding: 42px 0 0;
    border-top: 1px solid #45361F;
    color: #F2EBDD;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
}

body.page-id-1527 .elementor-widget-theme-post-content h2:first-child,
body.page-id-1527 .entry-content h2:first-child,
body.page-id-1527 .page-content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.page-id-1527 .elementor-widget-theme-post-content h3,
body.page-id-1527 .entry-content h3,
body.page-id-1527 .page-content h3 {
    margin: 34px 0 16px;
    color: #F2EBDD;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 400;
}

/* Małe złote etykiety nad głównymi sekcjami */
body.page-id-1527 .elementor-widget-theme-post-content h2::before,
body.page-id-1527 .entry-content h2::before,
body.page-id-1527 .page-content h2::before {
    content: "RACHUNEK SUMIENIA";
    display: block;
    margin: 0 0 18px;
    color: #A47B2F;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .14em;
    font-weight: 500;
    text-transform: uppercase;
}

/* Listy */
body.page-id-1527 .elementor-widget-theme-post-content ul,
body.page-id-1527 .elementor-widget-theme-post-content ol,
body.page-id-1527 .entry-content ul,
body.page-id-1527 .entry-content ol,
body.page-id-1527 .page-content ul,
body.page-id-1527 .page-content ol {
    margin: 18px 0 32px 1.35em;
    padding: 0;
}

/* Cytaty / wyróżnienia = boks jak "CO ROBIĘ JA" */
body.page-id-1527 .elementor-widget-theme-post-content blockquote,
body.page-id-1527 .entry-content blockquote,
body.page-id-1527 .page-content blockquote {
    margin: 38px 0;
    padding: 28px 32px 26px;
    background: #110F0A;
    border: 0;
    border-left: 2px solid #A47B2F;
}

/* Gutenbergowe grupy z tłem = panel referencyjny */
body.page-id-1527 .wp-block-group.has-background,
body.page-id-1527 .wp-block-columns.has-background {
    margin: 38px 0;
    padding: 34px 38px;
    background: #11110F !important;
    border: 1px solid #45361F;
}

/* Linki */
body.page-id-1527 .elementor-widget-theme-post-content a,
body.page-id-1527 .entry-content a,
body.page-id-1527 .page-content a {
    color: #A47B2F;
    text-decoration: none;
}

body.page-id-1527 .elementor-widget-theme-post-content a:hover,
body.page-id-1527 .entry-content a:hover,
body.page-id-1527 .page-content a:hover {
    color: #F2EBDD;
}

/* Pogrubienia */
body.page-id-1527 .elementor-widget-theme-post-content strong,
body.page-id-1527 .entry-content strong,
body.page-id-1527 .page-content strong {
    color: #F2EBDD;
    font-weight: 600;
}


/* Mobile */
@media (max-width: 900px) {
    .mo-guides-simple-title {
        font-size: 50px;
    }

    body.page-id-1527 .elementor-widget-theme-post-content > .elementor-widget-container,
    body.page-id-1527 .entry-content,
    body.page-id-1527 .page-content {
        width: min(100% - 36px, 1305px);
    }
}

@media (max-width: 600px) {
    .mo-guides-simple-title {
        font-size: 42px;
    }

    .mo-guides-simple-title-line {
        width: 150px;
        margin: 28px 0 34px;
    }

    body.page-id-1527 .elementor-widget-theme-post-content > .elementor-widget-container,
    body.page-id-1527 .entry-content,
    body.page-id-1527 .page-content {
        width: calc(100% - 28px);
    }

    body.page-id-1527 .elementor-widget-theme-post-content p,
    body.page-id-1527 .elementor-widget-theme-post-content li,
    body.page-id-1527 .entry-content p,
    body.page-id-1527 .entry-content li,
    body.page-id-1527 .page-content p,
    body.page-id-1527 .page-content li {
        font-size: 17px;
        line-height: 30px;
    }

    body.page-id-1527 .elementor-widget-theme-post-content h2,
    body.page-id-1527 .entry-content h2,
    body.page-id-1527 .page-content h2 {
        margin-top: 44px;
        padding-top: 36px;
        font-size: 30px;
    }

    body.page-id-1527 .elementor-widget-theme-post-content h3,
    body.page-id-1527 .entry-content h3,
    body.page-id-1527 .page-content h3 {
        font-size: 26px;
    }
}


/* ==========================================================
   v1.0.7 - Rachunek sumienia: semantyczne nagłówki
   Treść bez zmian, zmienia się wyłącznie markup + prezentacja.
   ========================================================== */

/* Wyłącz wcześniejsze pseudo-etykiety na wszystkich H2 Rachunku. */
body.page-id-1527 .mo-rs h2::before {
    content: none !important;
    display: none !important;
}

/* "Przygotowanie" - mniejszy nagłówek sekcji, nie konkuruje z H1. */
body.page-id-1527 .mo-rs .mo-rs-heading--main {
    margin: 52px 0 24px !important;
    padding: 42px 0 0 !important;
    border-top: 1px solid #45361F !important;
    color: #F2EBDD !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

/* Jeśli jest pierwszym nagłówkiem treści - bez separatora nad nim. */
body.page-id-1527 .mo-rs .mo-rs-heading--main:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

/* "Relacja z Bogiem", "Relacja z drugim człowiekiem" itd.
   - jak mniejsze śródtytuły w Przewodniku po Mszy. */
body.page-id-1527 .mo-rs .mo-rs-heading--sub {
    margin: 42px 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #F2EBDD !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 30px !important;
    line-height: 1.22 !important;
    font-weight: 400 !important;
}

/* Delikatny separator przed kolejnymi większymi blokami tematycznymi. */
body.page-id-1527 .mo-rs .mo-rs-heading--sub:not(:first-of-type) {
    padding-top: 38px !important;
    border-top: 1px solid #45361F !important;
}

/* Tekst i pytania jak w przewodniku referencyjnym. */
body.page-id-1527 .mo-rs p,
body.page-id-1527 .mo-rs li {
    color: #BDB4A7 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 200 !important;
}

body.page-id-1527 .mo-rs p {
    margin: 0 0 24px !important;
}

/* Lista pytań pozostaje lekka, bez ciężkich kafli. */
body.page-id-1527 .mo-rs ul,
body.page-id-1527 .mo-rs ol {
    margin: 12px 0 30px 1.25em !important;
    padding: 0 !important;
}

body.page-id-1527 .mo-rs li {
    margin-bottom: 4px !important;
}

/* Pierwszy blok treści zaczyna się bliżej nagłówka strony. */
body.page-id-1527 .mo-rs .mo-guide__content {
    padding-top: 0 !important;
}

/* Mobile */
@media (max-width: 600px) {
    body.page-id-1527 .mo-rs .mo-rs-heading--main {
        font-size: 30px !important;
        margin-top: 42px !important;
        padding-top: 34px !important;
    }

    body.page-id-1527 .mo-rs .mo-rs-heading--sub {
        font-size: 26px !important;
        margin-top: 34px !important;
    }

    body.page-id-1527 .mo-rs p,
    body.page-id-1527 .mo-rs li {
        font-size: 17px !important;
        line-height: 30px !important;
    }
}


/* ==========================================================
   v1.0.8 - tytuł przewodnika "Jak się spowiadać?"
   Dwa kontrolowane wersy + nieco mniejszy rozmiar.
   ========================================================== */

.mo-guide--spowiedz .mo-guide__spowiedz-title {
    font-size: 56px !important;
    line-height: 1.08 !important;
    max-width: 980px;
}

.mo-guide--spowiedz .mo-guide__spowiedz-title span {
    display: block;
}

.mo-guide--spowiedz .mo-guide__spowiedz-title span + span {
    margin-top: 4px;
}

@media (max-width: 900px) {
    .mo-guide--spowiedz .mo-guide__spowiedz-title {
        font-size: 50px !important;
        max-width: 820px;
    }
}

@media (max-width: 600px) {
    .mo-guide--spowiedz .mo-guide__spowiedz-title {
        font-size: 40px !important;
        line-height: 1.1 !important;
    }

    .mo-guide--spowiedz .mo-guide__spowiedz-title span + span {
        margin-top: 2px;
    }
}


/* v1.0.9 - nawigacja przewodników zgodna z wzorcowym Przewodnikiem po Mszy */

.mo-guides-simple-title {
    font-size: 48px !important;
    line-height: 1.1 !important;
}

.mo-guides-simple-title-line {
    width: 190px;
    margin-top: 30px;
}

.mo-guide--spowiedz .mo-guide-nav,
body.page-id-1527 .mo-rs .mo-guide-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #BDB4A7;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.mo-guide--spowiedz .mo-guide-nav a,
body.page-id-1527 .mo-rs .mo-guide-nav a {
    color: #BDB4A7;
    text-decoration: none;
    border: 0;
}

.mo-guide--spowiedz .mo-guide-nav a:hover,
body.page-id-1527 .mo-rs .mo-guide-nav a:hover {
    color: #F2EBDD;
}

.mo-guide--spowiedz .mo-guide-nav__sep,
body.page-id-1527 .mo-rs .mo-guide-nav__sep {
    color: #A47B2F;
}

.mo-guide--spowiedz .mo-guide__outer > .mo-guide-nav {
    margin: 62px 0 0 12px;
}

body.page-id-1527 .mo-rs-nav-wrap {
    width: min(1305px, calc(100% - 48px));
    margin: 0 auto 48px;
}

body.page-id-1527 .mo-rs-nav-wrap .mo-guide-nav {
    margin: 0;
}

.mo-guide--spowiedz .mo-guide-related {
    margin: 62px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid #45361F;
}

.mo-guide--spowiedz .mo-guide-related a {
    color: #A47B2F;
    text-decoration: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.mo-guide--spowiedz .mo-guide-related a:hover {
    color: #F2EBDD;
}

.mo-guide--spowiedz .mo-guide-related + .mo-guide-nav {
    margin-top: 24px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

@media (max-width: 900px) {
    .mo-guides-simple-title {
        font-size: 44px !important;
    }

    body.page-id-1527 .mo-rs-nav-wrap {
        width: min(100% - 36px, 1305px);
    }
}

@media (max-width: 600px) {
    .mo-guides-simple-title {
        font-size: 38px !important;
    }

    .mo-guide--spowiedz .mo-guide__outer > .mo-guide-nav {
        margin-left: 0;
        margin-top: 42px;
    }

    body.page-id-1527 .mo-rs-nav-wrap {
        width: calc(100% - 28px);
        margin-bottom: 38px;
    }

    .mo-guide--spowiedz .mo-guide-nav,
    body.page-id-1527 .mo-rs .mo-guide-nav {
        font-size: 14px;
        gap: 8px;
    }
}
