html {
    scroll-behavior: smooth;
}

/* Za SCF custom field Block Dokumenti */
.query-loop-dokumenti h4 {
    margin: 0;
    font-size: 1em;
}

.query-loop-dokumenti p+p {
    font-size: 0.8em;
}

.query-loop-dokumenti strong {
    font-weight: 300;
}

.query-loop-dokumenti .wp-block-group>.wp-block-group:not(.is-nowrap) {
    margin-left: 28px !important;
}

/* navigacija v footer */
.wp-block-navigation-footer ul {
    gap: 0em;
}

.wp-block-navigation-footer .wp-block-navigation-item__label {
    font-size: 0.666em;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-block-navigation-footer .wp-block-navigation-item__label::before {
    content: '';
    display: inline-flex;
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.25em;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' height='1em' width='1em' viewBox='0 0 256 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 1px;
}


/* za zadnje elemente v Gallery Block, da ne raste z prostorom in zapolni celo širino */
.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}