/* Spotlight article layout: keep the reading experience consistent across screens. */
.single-article .post-spotlight .single-guide-hero-wrap {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}
.single-article .post-spotlight .single-guide-hero__row {
    min-height: 0;
}
.single-article .post-spotlight .single-guide-hero__row > [class*="col-"] {
    min-width: 0;
}
.single-article .post-spotlight .single-guide-hero__media {
    margin: 0;
    min-height: 0;
}
.single-article .post-spotlight .single-guide-hero__media .main-img {
    position: relative;
    min-height: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.single-article .post-spotlight .single-guide-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-article .post-spotlight .single-guide-hero__media figcaption {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 12px 20px;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
    color: #5f6368;
    background: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}
.single-article .post-spotlight .single-guide-hero__content {
    padding: clamp(24px, 2.5vw, 40px);
}
.single-article .post-spotlight .single-guide-hero__body {
    margin: 0;
    max-width: none;
}
.single-article .post-spotlight .single-guide-hero__content .title-main {
    font-size: clamp(32px, 3.2vw, 58px);
    line-height: 1.12;
    margin-bottom: 20px;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}
.single-article .post-spotlight .single-guide-hero__term {
    white-space: normal;
    overflow-wrap: anywhere;
}
.single-article .post-spotlight .single-guide-hero__eyebrow {
    margin-bottom: 24px;
    padding-top: 14px;
    justify-content: flex-start;
}
.single-article .post-spotlight .single-guide-hero__share {
    padding: 0;
    gap: 8px;
    justify-content: flex-start;
}
.single-article .post-spotlight .single-guide-hero__share li {
    position: relative;
}
.single-article .post-spotlight .single-guide-hero__share a,
.single-article .post-spotlight .single-guide-hero__share button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #414141;
    border-radius: 50%;
    background: #171717;
    color: #fff;
    cursor: pointer;
}
.single-article .post-spotlight .single-guide-hero__share a::after {
    content: none;
}
.single-article .post-spotlight .single-guide-hero__share a:hover,
.single-article .post-spotlight .single-guide-hero__share button:hover {
    background: var(--aistify-brand-color, #d72638);
    border-color: var(--aistify-brand-color, #d72638);
}
.single-article .post-spotlight .single-guide-hero__content a:focus-visible,
.single-article .post-spotlight .single-guide-hero__content button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.single-article .post-spotlight .single-guide-hero__content .news-autor--0824 .time > span {
    display: block !important;
    margin-top: 5px;
}
.single-article .post-spotlight .single-guide-hero__content .news-autor--0824 .time {
    font-size: 12px;
    line-height: 1.6;
}
.single-article .post-spotlight .single-guide-hero--no-image .single-guide-hero__content {
    max-width: 100%;
}
.single-article .post-spotlight .single-guide-hero--no-image .single-guide-hero__body {
    max-width: 900px;
}
.single-article .article-body-layout .main,
.single-article .article-body-layout .content {
    min-width: 0;
}
.single-article .article-body-layout .content {
    overflow-wrap: anywhere;
}
.single-article .article-body-layout .content :is(img, video, iframe, figure, .wp-caption) {
    max-width: 100%;
}
.single-article .article-body-layout .content :is(img, video) {
    height: auto;
}
.single-article .article-body-layout .content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.single-article .article-body-layout .content :is(h2, h3, h4, [id]) {
    scroll-margin-top: 90px;
}
@media (min-width: 992px) {
    .single-article .post-spotlight .single-guide-hero__row > .col-lg-7,
    .single-article .post-spotlight .single-guide-hero__row > .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-article .article-body-layout > .row > .col-lg-8 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .single-article .article-body-layout > .row > .col-lg-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .single-article .article-body-layout .wrapp_main-conteiner > .row > .col-md-3 {
        display: none;
    }
    .single-article .article-body-layout .wrapp_main-conteiner > .row > .main {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .single-article .post-spotlight .single-guide-hero__media .main-img {
        flex: none;
        aspect-ratio: 3 / 2;
        max-height: 560px;
    }
    .single-article .post-spotlight .single-guide-hero__content {
        min-height: 0;
    }
    .single-article .post-spotlight .single-guide-hero__content .title-main {
        font-size: clamp(28px, 4.4vw, 40px);
    }
}
@media (max-width: 767.98px) {
    .single-article .post-spotlight .single-guide-hero {
        margin-bottom: 28px;
    }
    .single-article .post-spotlight .single-guide-hero__content {
        padding: 24px 20px 28px;
    }
    .single-article .post-spotlight .spotlight-guide-hero__excerpt,
    .single-article .post-spotlight .spotlight-guide-hero__excerpt p {
        font-size: 16px;
        line-height: 1.6;
    }
    .single-article .article-body-layout .content p,
    .single-article .article-body-layout .content li,
    .single-article .article-body-layout .content blockquote {
        font-size: 17px;
        line-height: 1.65;
    }
    .single-article .article-body-layout .content h3 {
        font-size: 23px;
        line-height: 1.3;
    }
}
