.elementor-kit-1497{--e-global-color-primary:#EB5600;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#334251;--e-global-color-2c04639:#136BFF;--e-global-color-0f19762:#07BC33;--e-global-color-5f1aa2b:#FFFFFF;--e-global-color-0bf4f5f:#D80000;--e-global-color-8fdd6a9:#F0F0F0;--e-global-color-11328e4:#E0E0E0;--e-global-color-7e68ea0:#c4ccd4;--e-global-color-fff2923:#F49E1A;--e-global-color-4032acf:#0066BF;--e-global-typography-primary-font-family:"Varela Round";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Varela Round";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Varela Round";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Varela Round";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:55px;--e-global-typography-85778bb-font-family:"Varela Round";--e-global-typography-85778bb-font-size:25px;--e-global-typography-85778bb-font-weight:400;--e-global-typography-85778bb-line-height:30px;--e-global-typography-85778bb-letter-spacing:0px;--e-global-typography-64466d8-font-family:"Varela Round";--e-global-typography-64466d8-font-size:35px;--e-global-typography-64466d8-font-weight:400;--e-global-typography-64466d8-line-height:40px;--e-global-typography-64466d8-letter-spacing:0px;}.elementor-kit-1497 e-page-transition{background-color:var( --e-global-color-7e68ea0 );}.elementor-kit-1497 a{color:var( --e-global-color-accent );}.elementor-kit-1497 h1{font-family:"Varela Round", Sans-serif;}.elementor-kit-1497 h2{font-family:"Varela Round", Sans-serif;}.elementor-kit-1497 h3{font-family:"Varela Round", Sans-serif;}.elementor-kit-1497 button,.elementor-kit-1497 input[type="button"],.elementor-kit-1497 input[type="submit"],.elementor-kit-1497 .elementor-button{color:var( --e-global-color-5f1aa2b );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:50px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
    color: #0066bf;
}

.elementor-section {
		padding:50px 25px;
	}

@media all and (max-width: 767px) {
	.elementor-section {
		padding:50px 0px 50px 0px ;
			}
	.elementor-widget-container{
		margin: 10px auto;
	}
}


.similar-posts{
    max-width: 800px;
    margin: 100px 50px;
}

.wp-block-image{
    margin: 30px 0px;
}



.ss {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-left: 5px solid #0056b3; /* Firmowy niebieski akcent */
    border-radius: 4px; /* Subtelne zaokrąglenie pasujące do przycisków na stronie */
    padding: 40px;
    margin: 40px auto;
    max-width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Bardzo lekki cień dla głębi */
}

.ss p {
    margin: 0 0 20px 0;
    color: #444;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Ostatni paragraf bez marginesu na dole */
.ss p:last-child {
    margin-bottom: 0;
}

/* Opcjonalnie: Tytuł wewnątrz bloku (jeśli używasz h4 lub h3) */
.ss h4 {
    margin-top: 0;
    color: #003366;
    font-weight: 700;
    text-transform: none; /* Sentence case zgodnie z Twoim życzeniem */
}

.ss h4::first-letter {
    text-transform: uppercase;
}



/* Kontener obrazka */
figure.wp-block-image {
    margin: 80px auto 0 auto;
    display: table;
    border-bottom: 3px solid #0056b3; 
}

/* Blok tekstu - Tytuł [title] LUB Image Caption [content2] */
/* Działa dla h4 LUB p.image-caption bezpośrednio po figure */
figure.wp-block-image + h4,
figure.wp-block-image + .image-caption {
    background: #ffffff;
    border-left: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 35px 15px 35px;
    
    display: block;
    text-transform: none; 
    color: #003366;
    font-size: 1.8rem;
    font-weight: 600;
}

/* Wymuszenie dużej litery tylko na początku */
figure.wp-block-image + h4::first-letter,
figure.wp-block-image + .image-caption::first-letter {
    text-transform: uppercase;
}

/* Opis krótki (Lead) - pierwszy paragraf po tytule/captionie */
figure.wp-block-image + h4 + p,
figure.wp-block-image + .image-caption + p {
    background: #ffffff;
    border-left: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 35px 15px 35px;
    font-size: 1.15rem;
    color: #444;
    font-weight: 500;
    line-height: 1.6;
}

/* Treść główna - drugi paragraf po tytule/captionie */
figure.wp-block-image + h4 + p + p,
figure.wp-block-image + .image-caption + p + p {
    background: #ffffff;
    border-left: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed;
    margin: 0 auto 80px auto;
    max-width: 900px;
    padding: 15px 35px 40px 35px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #666;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
}

/* Styl dla medium font size - bez zmian */
.has-medium-font-size {
    font-size: 1.25rem !important;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f8fafd;
    border-left: 4px solid #0056b3;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 2px 2px 15px rgba(0, 86, 179, 0.05);
    display: block;
}

.has-medium-font-size::first-letter {
    text-transform: uppercase;
}


.has-medium-font-size {
    /* Wielkość i krój */
    font-size: 1.25rem !important;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    /* Kolorystyka i obramowanie */
    color: #333;
    background-color: #f8fafd; /* Bardzo jasny błękit pasujący do CMMS */
    border-left: 4px solid #0056b3; /* Firmowy niebieski */
    
    /* Odstępy i kształt */
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    
    /* Cień dla głębi */
    box-shadow: 2px 2px 15px rgba(0, 86, 179, 0.05);
    
    /* Logika Sentence Case */
    display: block;
}

/* Wymuszenie wielkiej litery na początku (Sentence Case) */
.has-medium-font-size::first-letter {
    text-transform: uppercase;
}






















.has-large-font-size{
    margin: 100px auto;
}




















/* Stylizacja kontenera FAQ Rank Math */
#rank-math-faq {
    margin-top: 40px;
    font-family: inherit;
}

/* Stylizacja głównego nagłówka sekcji */
.wp-block-heading {
    margin-bottom: 30px;
    color: #1a2b40; /* Ciemny granat pasujący do linkway */
}

/* Stylizacja pojedynczego elementu listy */
.rank-math-list-item {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.rank-math-list-item:hover {
    border-color: #0066ff; /* Niebieski kolor akcentowy Linkway */
    box-shadow: 0 5px 15px rgba(0,102,255,0.1);
    transform: translateY(-2px);
}

/* Stylizacja pytania (H3) */
.rank-math-question {
    color: #1a2b40;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 10px 0 !important;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}

/* Dodanie ikony przed pytaniem */
.rank-math-question::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0066ff;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stylizacja odpowiedzi */
.rank-math-answer {
    color: #4a5568;
    line-height: 1.6;
    font-size: 1rem;
    padding-left: 30px;
}

.rank-math-answer p {
    margin-bottom: 0;
}

/* RWD - dostosowanie do urządzeń mobilnych */
@media (max-width: 768px) {
    .rank-math-list-item {
        padding: 15px;
    }
    .rank-math-question {
        font-size: 1.1rem;
    }
}













/* --- KONTENER GŁÓWNY --- */
#rank-math-howto {
    margin-top: 40px;
    font-family: inherit;
    color: #1a2b40;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(26, 43, 64, 0.05);
}

/* Opis sekcji */
.rank-math-howto-description {
    margin-bottom: 40px;
    padding: 20px;
    background: #f7f9fc;
    border-left: 4px solid #0066ff;
    border-radius: 0 8px 8px 0;
    color: #4a5568;
    line-height: 1.7;
    font-style: italic;
}

/* --- SEKCE KROKÓW (Z LINIĄ ŁĄCZĄCĄ) --- */
.rank-math-steps {
    counter-reset: howto-step-counter;
    position: relative;
    padding-left: 10px;
}

/* Pionowa linia łącząca kroki */
.rank-math-steps::before {
    content: "";
    position: absolute;
    left: 25px; /* Centrowanie względem kółek */
    top: 20px;
    bottom: 40px;
    width: 2px;
    background: #e1e8ed;
    z-index: 0;
}

/* Pojedynczy krok */
.rank-math-step {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px 25px 25px 65px;
    position: relative;
    z-index: 1; /* Powyżej linii */
    transition: all 0.3s ease;
}

.rank-math-step:hover {
    border-color: #0066ff;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 102, 255, 0.1);
}

/* Kółko z numerem */
.rank-math-step::before {
    counter-increment: howto-step-counter;
    content: counter(howto-step-counter);
    position: absolute;
    left: 10px;
    top: 22px;
    width: 32px;
    height: 32px;
    background-color: #0066ff;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff; /* Efekt odcięcia od linii */
    box-shadow: 0 0 0 1px #0066ff;
}

.rank-math-step-title {
    color: #1a2b40;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
}

.rank-math-step-content {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* --- SEKCJA DODATKOWA (SUPPLY, TOOLS, MATERIALS) --- */

/* Wspólny styl dla nagłówków sekcji dolnych */
.rank-math-howto-supply, 
.rank-math-howto-tools {
    display: inline-block;
    background: #1a2b40;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

/* Listy w dolnej sekcji */
#rank-math-howto ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

#rank-math-howto ul li {
    background: #f8fafc;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #4a5568;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
}

#rank-math-howto ul li::before {
    content: "✓";
    color: #0066ff;
    font-weight: bold;
    margin-right: 10px;
}

/* Specyficzne stylowanie dla Materials (jeśli są w spanie) */
.rank-math-howto-tools + span {
    display: block;
    background: #fff9e6; /* Jasnożółty/kremowy dla odróżnienia materiałów */
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #ffd966;
    color: #744210;
    font-size: 0.9rem;
    line-height: 1.6;
    white-space: pre-line; /* Zachowuje entery w tekście */
}

/* --- RWD --- */
@media (max-width: 768px) {
    #rank-math-howto {
        padding: 15px;
    }

    .rank-math-steps::before {
        display: none; /* Ukrywamy linię na mobile dla czystości */
    }

    .rank-math-step {
        padding: 50px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .rank-math-step::before {
        left: 15px;
        top: 10px;
    }

    #rank-math-howto ul {
        grid-template-columns: 1fr;
    }
}





/* --- SPIS TREŚCI (Rank Math TOC) --- */

#rank-math-toc {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(26, 43, 64, 0.05);
    font-family: inherit;
}

/* Nagłówek Spisu Treści */
#rank-math-toc h2 {
    color: #1a2b40;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f4f8;
    position: relative;
}

/* Niebieska linia pod nagłówkiem (akcent) */
#rank-math-toc h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #0066ff;
}

/* Stylizacja listy */
#rank-math-toc nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Elementy listy głównej */
#rank-math-toc nav > ul > li {
    margin-bottom: 12px;
}

/* Linki w spisie treści */
#rank-math-toc nav a {
    text-decoration: none;
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 4px 0;
}

#rank-math-toc nav a:hover {
    color: #0066ff;
    transform: translateX(5px);
}

/* Stylizacja zagnieżdżonych list (podpunkty) */
#rank-math-toc nav ul ul {
    margin-left: 20px;
    margin-top: 8px;
    padding-left: 15px;
    border-left: 1px solid #e1e8ed;
}

#rank-math-toc nav ul ul li {
    margin-bottom: 8px;
    position: relative;
}

/* Kropka przed podpunktami drugiego poziomu */
#rank-math-toc nav ul ul li::before {
    content: "•";
    color: #0066ff;
    position: absolute;
    left: -15px;
    font-weight: bold;
}

/* Tekst bardzo długich nagłówków (np. ten o Geotik jako softwarehouse) */
#rank-math-toc nav ul ul ul li a {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Aktywny link (opcjonalne, jeśli używasz skryptu podświetlania) */
#rank-math-toc nav a.active {
    color: #0066ff;
    font-weight: 600;
}

/* --- RWD --- */
@media (max-width: 768px) {
    #rank-math-toc {
        padding: 20px;
    }
    
    #rank-math-toc h2 {
        font-size: 1.3rem;
    }

    #rank-math-toc nav a {
        font-size: 0.95rem;
    }

    #rank-math-toc nav ul ul {
        margin-left: 10px;
    }
}














.wp-block-table {
    /* KLUCZ DO WYJŚCIA Z DIVA: */
    /* Szerokość = 100% szerokości ekranu minus 100px */
    width: calc(100vw - 300px) !important; 
    
    /* Wyśrodkowanie względem krawędzi ekranu, a nie kontenera */
    margin-left: calc(50% - 50vw + 150px) !important;
    margin-right: calc(50% - 50vw + 150px) !important;
    
    /* Margines góra/dół */
    margin-top: 100px;
    margin-bottom: 100px;

    /* Wyłączenie ograniczeń szerokości narzuconych przez motyw/WordPress */
    max-width: none !important; 
    position: relative;

    /* WYGLĄD (zgodnie z poprzednimi ustaleniami) */
    border: 1px solid #d1d9e0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(26, 43, 64, 0.1); /* Rozmyty cień */
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    table-layout: auto;
}

/* --- NAGŁÓWEK (PIERWSZY WIERSZ) --- */
.wp-block-table th {
    background-color: #f8fafc;
    color: #1a2b40;
    text-align: left;
    padding: 22px 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 800; /* Wyraźny nagłówek */
    border-bottom: 2px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
}

/* --- KOMÓRKI BODY --- */
.wp-block-table td {
    padding: 20px;
    border-bottom: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    vertical-align: top;
    line-height: 1.6;
    color: #4a5568; /* Ujednolicony kolor tekstu */
    font-size: 14.5px;
}

/* Pierwsza kolumna - pogrubienie */
.wp-block-table td:first-child {
    font-weight: 700;
    color: #1a2b40;
    background-color: #fafbfc;
}

/* Ostatnia kolumna i ostatnie linie */
.wp-block-table td:last-child, 
.wp-block-table th:last-child {
    border-right: none;
}
.wp-block-table tr:last-child td {
    border-bottom: none;
}

/* --- RESPONSYWNOŚĆ (MOBILE) --- */
@media (max-width: 1024px) {
    .wp-block-table {
        /* Na mniejszych ekranach rezygnujemy z breakoutu, by nie ucinać treści */
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .wp-block-table {
        display: block;
        overflow-x: auto; /* Przewijanie wewnątrz tabeli na telefonach */
    }

    .wp-block-table table {
        min-width: 800px;
    }
}/* End custom CSS */