<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============ */
/* == Stopka == */
/* ============ */

#page footer {
    z-index: 9;
}

footer .site-primary-footer-wrap .site-footer-primary-section-2 .widget_block .wp-block-group {
    display: flex;
}

footer .site-primary-footer-wrap .site-footer-primary-section-2 .widget_block .wp-block-group figure {
    margin: 0;
}

footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
}

footer .site-footer-primary-section-2 .widget_nav_menu ul.menu li.menu-item,
footer .site-footer-primary-section-3 .widget_nav_menu ul.menu li.menu-item,
footer .site-footer-primary-section-4 .widget_nav_menu ul.menu li.menu-item {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .site-footer-primary-section-2 .widget_nav_menu ul.menu li.menu-item:first-child,
footer .site-footer-primary-section-3 .widget_nav_menu ul.menu li.menu-item:first-child,
footer .site-footer-primary-section-4 .widget_nav_menu ul.menu li.menu-item:first-child {
    padding-top: 0;
}

footer .site-footer-primary-section-2 .widget_nav_menu ul.menu li.menu-item a,
footer .site-footer-primary-section-3 .widget_nav_menu ul.menu li.menu-item a,
footer .site-footer-primary-section-4 .widget_nav_menu ul.menu li.menu-item a {
    color: white;
}

footer .site-footer-primary-section-2 .widget_nav_menu ul.menu li.menu-item:after,
footer .site-footer-primary-section-3 .widget_nav_menu ul.menu li.menu-item:after,
footer .site-footer-primary-section-4 .widget_nav_menu ul.menu li.menu-item:after {
    content: url("/wp-content/themes/pkr-multiportal-units/assets/images/arrow-right--white.svg");
}

footer {
    background: url("/wp-content/themes/pkr-multiportal-units/assets/images/footer-bg-2.svg") no-repeat center;
    background-size: cover;
    padding-left: 10vw;
    padding-right: 10vw;
}

footer&gt;.site-primary-footer-wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: 1960px;
    margin-left: auto;
    margin-right: auto;
    border-top: 0;
}

footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-top-width: 0;
}

.footer_title--small {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

/*STOPKA*/

@media(max-width:781px) {

    #page section.logo_ue {
        display: grid;
        justify-content: center;
    }

}


/* == Pasek komunikatu WPML pod stopkÄ == */
.otgs-development-site-front-end {
    display: none;
}


/* == Unijne logo za stopkÄ == */
section.logo_ue {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 30px auto;
    max-width: 1960px;
}

section.logo_ue .logo_ue_image {
    display: inline-flex;
}

section.logo_ue .logo_ue__image:first-child {
    margin-left: 0 !important;
}

section.logo_ue .logo_ue__image:last-child {
    margin-right: 0 !important;
}

footer+div {
    padding-left: 10vw;
    padding-right: 10vw;
}

@media(max-width:1440px) {
    section.logo_ue {
        margin: 30px 0;
    }
}

@media(max-width:781px) {
    #page section.logo_ue {
        display: grid;
        justify-content: center;
    }
}


/* == Listy odnoĹnikĂłw == */

footer ul.block_links_list li {
    position: relative;
    color: white;
    border-bottom: 1px solid white;
    z-index: 0;
}

footer ul.block_links_list li a {
    display: block;
    padding: 1em 0;
    color: white;
}

footer ul.block_links_list li::after {
    content: url("/wp-content/themes/pkr-multiportal-units/assets/images/arrow-right--white.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: -1;
}

/* = Astra spacing fixed = */
.site-footer p {
    margin-bottom: 1.5rem;
}

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

/* Zmiana social icon w stopce */
.site-footer .ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 21px;
    height: 21px;
}

.site-footer .ast-builder-social-element {
    margin-right: 10px;
    margin-bottom: 10px;
}


/* === Footer - mobile === */
@media (max-width: 1240px) and (min-width:921px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "first second"
            "fourth third";
    }

    .site-footer-section-1 {
        grid-area: first;
    }

    .site-footer-section-2 {
        grid-area: second;
    }

    .site-footer-section-3 {
        grid-area: third;
        margin-top: 1em;
    }

    .site-footer-section-4 {
        grid-area: fourth;
    }
}

/*Social media*/

.site-footer .ast-builder-social-element {
    padding: 2px;
}

.site-footer .ast-builder-social-element:hover path {
    fill: #003571;
}

.site-footer .ast-builder-social-element:hover {
    background: white;
}

/* WyrĂłwnanie logotypow w stopce */
@media(max-width:781px) {
    #page section.logo_ue figure {
        margin: auto !important;
    }
}</pre></body></html>