/*
Theme Name:   Astra Child
Theme URI:    https://stage-glowny.stronydlagabinetow.pl
Description:  Child theme dla Astra - optymalizacja LCP i customizacje
Author:       Maksymilian
Template:     astra
Version:      1.0.0
*/
@font-face {
  font-display: swap !important;
}
.elementor-widget-heading {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-display: swap !important;
}
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: Montserrat, Arial, sans-serif !important;
  font-display: swap !important;
}
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}
.elementor-element[data-settings*="animation"] {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.elementor-icon {
  will-change: transform;
  backface-visibility: hidden;
}
/* =============================================================================
   SCROLL OFFSET - Sticky header fix dla kotwic
   ============================================================================= */
[id] {
  scroll-margin-top: 80px;
}
.page-id-21 [id] {
  scroll-margin-top: 90px;
}
.artykul-content p,
.artykul-content li,
body[data-elementor-device-mode] .artykul-content p,
body[data-elementor-device-mode] .artykul-content li {
    color: #1c2541 !important;
}
/* =============================================================================
   LATEPOINT — ukrycie "Masz już konto?"
   ============================================================================= */
.os-step-tab[data-auth-action="login"] {
    display: none !important;
}
/* =============================================================================
   GUTENBERG — rozmiary i marginesy nagłówków w artykułach
   ============================================================================= */
.artykul-content h2.wp-block-heading {
    font-size: 36px !important;
    margin-top: 52px !important;
    margin-bottom: 24px !important;
}
.artykul-content h3.wp-block-heading {
    font-size: 26px !important;
    margin-top: 38px !important;
    margin-bottom: 16px !important;
}
.artykul-content h4.wp-block-heading {
    font-size: 20px !important;
    margin-top: 28px !important;
    margin-bottom: 12px !important;
}
.artykul-content p,
.artykul-content ul,
.artykul-content ol {
    margin-bottom: 20px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .artykul-content h2.wp-block-heading {
        font-size: 26px !important;
        margin-top: 44px !important;
        margin-bottom: 18px !important;
    }
    .artykul-content h3.wp-block-heading {
        font-size: 20px !important;
        margin-top: 32px !important;
        margin-bottom: 12px !important;
    }
    .artykul-content h4.wp-block-heading {
        font-size: 17px !important;
        margin-top: 24px !important;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 767px) {
    .artykul-content h2.wp-block-heading {
        font-size: 22px !important;
        margin-top: 36px !important;
        margin-bottom: 14px !important;
    }
    .artykul-content h3.wp-block-heading {
        font-size: 18px !important;
        margin-top: 26px !important;
        margin-bottom: 10px !important;
    }
    .artykul-content h4.wp-block-heading {
        font-size: 16px !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
    }
}
/* =============================================================================
   TOC — spójny rozmiar bulletów na mobile
   ============================================================================= */
@media (max-width: 767px) {
    .elementor-element-ce547f7 {
        --marker-size: 5px !important;
    }
}
