/* Section rhythm (5 Sep 2026): every top-level page section is padded
   4rem top / 4rem bottom (2.5rem on mobile), so content-to-content between
   sections is always 64 + 24 flow gap + 64 = 152px (40+24+40 = 104 mobile).
   First section: padding-top 0 (24px under the header). Last section:
   padding-bottom 5rem (104px to the footer). Loaded after blocks.css so it
   wins the cascade tie against the per-page class rules it replaces. */
.section, .ap-cards4, .ap-cards3, .ap-faq,
.apg-section-0d6ab989, .apg-section-10858258, .apg-section-4877e25c,
.apg-section-76b75b09, .apg-section-ad930f7d, .apg-section-af43b62e,
.kaunas-main-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.ap-hero { padding-bottom: 4rem; }
.kaunas-curved-banner { margin-bottom: 0; }
#kaunas-guide-root > .kaunas-main-content { margin-top: 1.5rem; }   /* the wrapper has blockGap 0; restate the flow gap */
.ap-events-hero.wp-block-cover, .ap-events-grid { margin-bottom: 4rem; }

.wp-block-post-content > section:first-child,
.wp-block-post-content > .ap-sec:first-child,
main.ap-page > section:first-child,
.apg-section-ace649f2 { padding-top: 0; }

.wp-block-post-content > section:last-child,
.wp-block-post-content > .ap-sec:last-child,
main.ap-page > section:last-child,
.apg-section-0d6ab989,
#kaunas-guide-root > .kaunas-main-content,
.paremkite-page-wrapper { padding-bottom: 5rem; }

@media (max-width: 640px) {
    .section, .ap-cards4, .ap-cards3, .ap-faq,
    .apg-section-0d6ab989, .apg-section-10858258, .apg-section-4877e25c,
    .apg-section-76b75b09, .apg-section-ad930f7d, .apg-section-af43b62e,
    .kaunas-main-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .ap-hero { padding-bottom: 2.5rem; }
    .ap-events-hero.wp-block-cover, .ap-events-grid { margin-bottom: 2.5rem; }
    .wp-block-post-content > section:first-child, .wp-block-post-content > .ap-sec:first-child,
    main.ap-page > section:first-child, .apg-section-ace649f2 { padding-top: 0; }
    .wp-block-post-content > section:last-child, .wp-block-post-content > .ap-sec:last-child,
    main.ap-page > section:last-child, .apg-section-0d6ab989,
    #kaunas-guide-root > .kaunas-main-content, .paremkite-page-wrapper { padding-bottom: 5rem; }
}
