.elementor-355 .elementor-element.elementor-element-38a952a{--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;}@media(min-width:768px){.elementor-355 .elementor-element.elementor-element-38a952a{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1e5d7f3 *//* FONT */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600&display=swap');

/* === STOPKA WSG === */
.wsg-footer {
    background: #080808;
    padding: 60px 20px 30px;
    color: #b3b3b3;
    font-family: 'Albert Sans', sans-serif;
    border-top: 1px solid rgba(229,193,88,0.2);
}

.wsg-footer-content {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.wsg-footer-col h4 {
    color: #e5c158;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.wsg-footer-col p,
.wsg-footer-col a {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #b3b3b3;
    text-decoration: none;
}

.wsg-footer-col a:hover {
    color: #e5c158;
}

/* LOGO – dopasowane proporcje */
.wsg-footer-logo {
    max-width: 80px;
    width: 60%;
    height: auto;
}

/* dół stopki */
.wsg-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}

.wsg-footer-links a {
    margin-left: 15px;
    color: #b3b3b3;
    text-decoration: none;
}

.wsg-footer-links a:hover {
    color: #e5c158;
}

.wsg-footer p {
    display: flex;
    gap: 16px;
    align-items: center;
    
}/* End custom CSS */