.diario73-gallery {
    position: relative;
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
}

.diario73-gallery-track {
    position: relative;
}

.diario73-gallery-slide {
    position: relative;
    display: none;
    margin: 0;
}

.diario73-gallery-slide.is-active {
    display: block;
}

.diario73-gallery-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: contain;
    margin: 0 auto;
}

.diario73-gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 18px 14px;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
    background: linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
    box-sizing: border-box;
}

.diario73-gallery-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 52px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    font-size: 38px;
    line-height: 42px;
    cursor: pointer;
    transform: translateY(-50%);
}

.diario73-gallery-prev {
    left: 10px;
}

.diario73-gallery-next {
    right: 10px;
}

.diario73-gallery-dots {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
    pointer-events: none;
}

.diario73-gallery-caption + .diario73-gallery-dots {
    bottom: 52px;
}

.diario73-gallery-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
    pointer-events: auto;
}

.diario73-gallery-dot.is-active {
    background: #fff;
}

@media (max-width: 600px) {
    .diario73-gallery-caption {
        padding: 28px 12px 11px;
        font-size: 13px;
    }

    .diario73-gallery-nav {
        width: 38px;
        height: 46px;
        font-size: 32px;
    }
}


/* Imagens inseridas diretamente no corpo da matéria */
.single-post .entry-content figure.wp-block-image,
.single-post .entry-content .wp-caption,
.single-post article figure.wp-block-image,
.single-post article .wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-content figure.wp-block-image > img,
.single-post .entry-content .wp-caption > img,
.single-post article figure.wp-block-image > img,
.single-post article .wp-caption > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.single-post .entry-content figure.wp-block-image > figcaption,
.single-post .entry-content .wp-caption > .wp-caption-text,
.single-post article figure.wp-block-image > figcaption,
.single-post article .wp-caption > .wp-caption-text {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px 14px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
    background: linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
    box-sizing: border-box;
}

/* Impede estilos do tema de esconderem a legenda */
.single-post figure.wp-block-image > figcaption:empty,
.single-post .wp-caption > .wp-caption-text:empty {
    display: none;
}


/* Versão 1.2: todas as fotos permanecem visíveis na matéria */
.diario73-gallery {
    overflow: visible;
    background: transparent;
    border-radius: 0;
}

.diario73-gallery-track {
    display: grid;
    gap: 22px;
}

.diario73-gallery-slide,
.diario73-gallery-slide.is-active {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
}

.diario73-gallery-nav,
.diario73-gallery-dots {
    display: none !important;
}


/* Versão 1.3: legendas abaixo das fotos e centralizadas */
.diario73-gallery-slide,
.diario73-gallery-slide.is-active {
    overflow: visible;
    background: transparent;
}

.diario73-gallery-caption {
    position: static;
    display: block;
    padding: 8px 12px 0;
    color: #555;
    background: transparent;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    text-shadow: none;
}

.single-post .entry-content figure.wp-block-image,
.single-post .entry-content .wp-caption,
.single-post article figure.wp-block-image,
.single-post article .wp-caption {
    overflow: visible;
}

.single-post .entry-content figure.wp-block-image > figcaption,
.single-post .entry-content .wp-caption > .wp-caption-text,
.single-post article figure.wp-block-image > figcaption,
.single-post article .wp-caption > .wp-caption-text {
    position: static;
    display: block;
    margin: 0;
    padding: 8px 12px 0;
    color: #555;
    background: transparent;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    text-shadow: none;
}


/* Versão 1.4: legenda mais próxima da imagem */
.diario73-gallery-caption,
.single-post .entry-content figure.wp-block-image > figcaption,
.single-post .entry-content .wp-caption > .wp-caption-text,
.single-post article figure.wp-block-image > figcaption,
.single-post article .wp-caption > .wp-caption-text {
    margin-top: 0;
    padding-top: 3px;
}
