.footer-section-new a:hover,.link_a,.nolink a,a {
    text-decoration:none
}
.footer-new {
    justify-content:space-evenly;
    background-color:#f6f9f9;
    color:#0D9DDF;
    text-align:left;
    min-height:100px;
	padding:30px;
}
.footer-container-new {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    width:auto;
    min-height:100px
}
.footer-section-new {
    min-width:250px;
    max-width:300px;
    min-height:100px;
    flex-grow:1
}
.footer-section-new h3 {
    font-size:18px;
    font-weight:700;
    color:#0D9DDF;
    text-align:center
}
.footer-section-new a,.footer-section-new p {
    padding:10px;
    color:#606163;
    text-decoration:none;
    font-size:16px;
    line-height:1.6;
    min-height:10px
}
.footer-section-new a:hover {
    color:#0D9DDF
}
.footer-bottom-new {
    border-top:1px solid #0D9DDF;
    font-size:.9rem;
    text-align:center;
    padding-bottom:5px;
    min-height:20px
}
.footer-bottom-new p {
    min-height:10px;
    font-size:14px
}
.contact-links {
    text-align: center;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;               /* zachowuje kolor tekstu */
}

.contact-item:hover {
    color: #0077cc;               /* opcjonalnie: kolor przy najechaniu */
    text-decoration: underline;
}

.social-item {
	display: flex; 
	align-items: center; 
	justify-content: center;
}