/* Single post: alternância PT/ES na mesma URL. */
.redihec-single-header-es,
.redihec-single-footer-es {
    display: none;
}

body.redihec-single-is-es .redihec-single-header-pt,
body.redihec-single-is-es .redihec-single-footer-pt {
    display: none;
}

body.redihec-single-is-es .redihec-single-header-es,
body.redihec-single-is-es .redihec-single-footer-es {
    display: block;
}

.redihec-single-languages a {
    display: inline-block;
    line-height: 0;
}

.redihec-single-languages a[aria-pressed="true"] img {
    outline: 3px solid var(--wp--preset--color--primary, currentColor);
    outline-offset: 2px;
}

.redihec-single-content,
.redihec-single-content .wp-block-post-content,
.redihec-single-content .wp-block-post-content a {
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#redihec-google-translate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-menu-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight,
.skiptranslate iframe,
body > .skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

html,
body {
    margin-top: 0 !important;
    top: 0 !important;
}
