h2.widget-typ-postow span {
    font-size: 15px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: 2px;
    background-color: white;
    z-index: 10;
    padding: 10px;
}

h2.widget-typ-postow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.widget-typ-postow::before {
    content: "";
    border-bottom: 1px solid #7b7a7a;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

div.footer-widget-area h2.entry-title {
    position: relative !important;
    font-family: "Lato";
    font-size: 16px !important;
    font-weight: 400 !important;
}

div.footer-widget-area h2.entry-title::before {
    content: "";
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

div.footer-widget-area ul.kadence-posts-list {
    column-gap: 0 !important;
    row-gap: 0 !important;
}

div.footer-widget-area header.entry-header div.entry-meta {
    margin: 0;
}

div.footer-widget-area header.entry-header div.entry-meta span {
    color: grey;
}


/* DWQA Komis styling widgetu*/

div.dwqa-popular-questions ul li a {
    font-family: "Lato";
    font-size: 15px;
}

/* zadane przez */

div.dwqa-popular-questions ul li {
    font-family: "Lato";
    font-size: 15px;
}

/* Kontakt */

div.footer-widget-area section.widget.widget_block.widget_text p {
    font-family: "Lato";
    font-size: 15px;
}

/* ikonki */

div.footer-widget-area-inner.site-info-inner:has(section#block-16) {
    display: flex;
    justify-content: right;
    align-items: center;
}

/* seraphinite */
a[target="_blank"] img[alt="Seraphinite Accelerator"] {
    display: none !important;
}


