.elementor-5773 .elementor-element.elementor-element-2e2ee83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-20785c3 *//* Główne style stopki */
.custom-footer {
    background-color: #transparent; /* Głęboka, elegancka czerń */
    color: #9e9e9e; /* Szary tekst dla mniejszego kontrastu (nie męczy oczu) */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 50px 20px 20px 20px;
    border-top: 1px solid #2a2a2a; /* Subtelna górna linia odzielająca */
}

/* Wyśrodkowanie i maksymalna szerokość */
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Style tekstów informacyjnych */
.footer-disclaimers p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.footer-disclaimers p:last-child {
    margin-bottom: 0;
}

/* Dolny pasek pod tekstami */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #2a2a2a; /* Linia nad dolną sekcją (jak na screenie) */
    font-size: 13px;
}

/* Prawa autorskie i twórcy */
.footer-copyright .divider {
    margin: 0 10px;
    color: #444; /* Ciemniejsza kreska oddzielająca */
}

.footer-copyright .highlight {
    color: #ffffff; /* Podświetlenie na biało nazwy Twojego zespołu */
    font-weight: 600;
}

/* Linki po prawej stronie (Legal) */
.footer-legal a {
    color: #9e9e9e;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #ffffff; /* Efekt najechania myszką na link */
}

/* Responsywność - układ dla smartfonów */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-legal a {
        margin: 0 10px;
    }
}/* End custom CSS */