.hero-logo {
    position: relative;
}
.hero-logo::after {
    content: "";
    background-image: url(/wp-content/themes/arbitra/assets/images/ARBITRA_logo_gray.webp);
    background-size: cover;
    width: 100%;
    aspect-ratio: 19/18.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -5;
    opacity: 0.25;
}
@media screen and (max-width: 782px) {
    .hero-logo::after {
        content: unset;
    }
}
.wp-block-image.is-style-rounded {
    max-width: 942px;
    margin-block: var(--wp--preset--spacing--48-24) !important;
    & figcaption {
        margin-top: var(--wp--preset--spacing--24-16);
    }
}
.wp-block-image.is-style-rounded img {
    border-radius: 2rem !important;
    box-shadow: 0 8px 32px -4px #002C5829;
}

.obsah-clanku .wp-block-image.alignwide {
    margin: var(--wp--preset--spacing--48-24) 0 !important;
}

.wp-block-image > figcaption {
    text-align: center;
    font-size: var(--wp--preset--font-size--extra-small);
    font-style: italic;
}