:root {
    --folha-primary: #04548c;
    --folha-secondary: #189dbc;
    --folha-tertiary: #f07d00;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", system-ui, sans-serif;
    min-height: 100vh;
}

.font-serif,
.folha-heading {
    font-family: "League Spartan", system-ui, sans-serif !important;
    letter-spacing: -0.01em;
}

.bg-primary { background-color: var(--folha-primary) !important; }
.text-primary { color: var(--folha-primary) !important; }
.border-primary { border-color: var(--folha-primary) !important; }
.bg-secondary { background-color: var(--folha-secondary) !important; }
.text-secondary { color: var(--folha-secondary) !important; }
.border-secondary { border-color: var(--folha-secondary) !important; }
.bg-tertiary { background-color: var(--folha-tertiary) !important; }
.text-tertiary { color: var(--folha-tertiary) !important; }
.border-tertiary { border-color: var(--folha-tertiary) !important; }
.hover\:bg-primary:hover { background-color: var(--folha-primary) !important; }
.hover\:bg-secondary:hover { background-color: var(--folha-secondary) !important; }
.hover\:text-primary:hover { color: var(--folha-primary) !important; }
.hover\:text-secondary:hover { color: var(--folha-secondary) !important; }
.hover\:border-secondary:hover { border-color: var(--folha-secondary) !important; }
.focus-visible\:text-primary:focus-visible { color: var(--folha-primary) !important; }
.focus-visible\:text-secondary:focus-visible { color: var(--folha-secondary) !important; }

main :is(h1, h2, h3, h4, h5, h6):where(.text-gray-900, .text-gray-950),
main :is(h1, h2, h3, h4, h5, h6):where(.text-gray-900, .text-gray-950) a,
.archive-featured-story h2,
.archive-featured-story h2 a,
.archive-side-story h3,
.archive-side-story h3 a,
.archive-list-story h2,
.archive-list-story h2 a,
.archive-latest-card h3,
.archive-latest-card h3 a {
    transition: color 0.2s ease;
}

main :is(h1, h2, h3, h4, h5, h6):where(.text-gray-900, .text-gray-950):hover,
main :is(h1, h2, h3, h4, h5, h6):where(.text-gray-900, .text-gray-950):focus-within,
.archive-featured-story h2:hover,
.archive-featured-story h2:focus-within,
.archive-side-story h3:hover,
.archive-side-story h3:focus-within,
.archive-list-story h2:hover,
.archive-list-story h2:focus-within,
.archive-latest-card h3:hover,
.archive-latest-card h3:focus-within {
    color: var(--folha-primary) !important;
}

::selection {
    background: var(--folha-primary);
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--folha-primary);
    color: #ffffff;
    text-shadow: none;
}

:focus-visible {
    outline: 3px solid var(--folha-tertiary);
    outline-offset: 2px;
}

.aspect-video { aspect-ratio: 16 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-\[4\/5\] { aspect-ratio: 4 / 5; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }

.card-zoom img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-zoom:hover img {
    transform: scale(1.05);
}

.home-charge-highlight {
    overflow: hidden;
    border: 1px solid rgba(240, 125, 0, 0.18);
    border-radius: 1.5rem;
    background: #fff7ed;
}

.home-charge-heading {
    margin-bottom: 0.85rem;
    color: #090909;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(1.9rem, 2.5vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.9;
    text-shadow:
        2px 2px 0 #00aeef,
        4px 4px 0 #ec008c,
        6px 6px 0 #ffde00;
}

.home-charge-highlight__link {
    position: relative;
    display: grid;
    min-height: 100%;
    aspect-ratio: 4 / 5;
    place-items: center;
    padding: 0.75rem;
    background: #fffaf0;
}

.home-charge-highlight__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-charge-highlight__link span {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    border-radius: 999px;
    background: #f07d00;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 0.55rem 0.75rem;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.home-city-feature-card {
    position: relative;
    height: 100%;
    min-height: 260px;
}

.home-city-feature-card__link {
    position: relative;
    display: block;
    height: 100%;
    color: #ffffff;
}

.home-city-feature-card__image {
    position: absolute;
    inset: 0;
}

.home-city-feature-card__body {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.78) 32%, rgba(2, 6, 23, 0.96) 100%);
}

.home-city-feature-card__body span {
    display: inline-flex;
    margin-bottom: 0.55rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    padding: 0.42rem 0.55rem;
    text-transform: uppercase;
}

.home-city-feature-card__body h3 {
    color: #ffffff;
}

.home-eleicoes-layout .home-city-feature-card--compact {
    min-height: 0 !important;
    height: auto !important;
}

.home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__link {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) !important;
    gap: 1rem !important;
    min-height: 104px !important;
    padding: 0.75rem !important;
    color: #07152e !important;
}

.home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__image {
    position: relative !important;
    inset: auto !important;
    border-radius: 0.9rem !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
}

.home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__body {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 0 !important;
    background: transparent !important;
}

.home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__body h3 {
    display: -webkit-box;
    overflow: hidden;
    color: #07152e !important;
    font-size: 1rem !important;
    line-height: 1.08 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
}

@media (min-width: 768px) {
    .home-city-feature-card {
        height: 262px;
        min-height: 0;
    }

    .home-city-feature-card__image {
        height: auto;
    }

    .home-city-feature-card__body h3 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .home-eleicoes-layout .home-city-feature-card--compact {
        height: auto;
        min-height: 0;
    }

    .home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__image {
        height: auto;
    }

    .home-eleicoes-layout .home-city-feature-card--compact .home-city-feature-card__body h3 {
        -webkit-line-clamp: 2;
    }
}

.home-featured-section {
    position: relative;
    margin-bottom: 3rem;
    padding: 0;
}

.home-featured-empty {
    border-left: 4px solid #facc15;
    border-radius: 1rem;
    background: #fefce8;
    padding: 1rem;
}

.home-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.85fr);
    gap: 1.15rem;
    align-items: stretch;
}

.home-featured-main-card,
.home-featured-side-card {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.92);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-featured-main-card {
    border-radius: 1.75rem;
}

.home-featured-side-card {
    border-radius: 1.45rem;
}

.home-featured-main-card:hover,
.home-featured-side-card:hover,
.home-featured-main-card:focus-within,
.home-featured-side-card:focus-within {
    border-color: rgba(24, 157, 188, 0.42);
    box-shadow: 0 26px 56px rgba(4, 84, 140, 0.14);
    transform: translateY(-2px);
}

.home-featured-main-card__link,
.home-featured-side-card__link {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.home-featured-main-card__image,
.home-featured-side-card__image {
    position: relative;
    overflow: hidden;
    background: #e2e8f0;
}

.home-featured-main-card__image {
    aspect-ratio: 16 / 9;
}

.home-featured-main-card__image img,
.home-featured-side-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-featured-main-card__image::after,
.home-featured-side-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 21, 46, 0) 52%, rgba(7, 21, 46, 0.34) 100%);
    content: "";
    pointer-events: none;
}

.home-featured-side-card__image span {
    position: absolute;
    z-index: 1;
    left: 1rem;
    top: 1rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    padding: 0.58rem 0.75rem;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.home-featured-badge {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: var(--folha-tertiary);
    color: #ffffff;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    padding: 0.58rem 0.75rem;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.home-featured-main-card__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(1.45rem, 3vw, 2.4rem);
}

.home-featured-main-card__body h3,
.home-featured-side-card__body h3 {
    margin: 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    transition: color 0.2s ease;
}

.home-featured-main-card:hover h3,
.home-featured-side-card:hover h3,
.home-featured-main-card:focus-within h3,
.home-featured-side-card:focus-within h3 {
    color: var(--folha-primary);
}

.home-featured-main-card__body h3 {
    max-width: 48rem;
    font-size: clamp(1.9rem, 3vw, 3.35rem);
    line-height: 1;
}

.home-featured-main-card__body p {
    max-width: 42rem;
    margin: 1.1rem 0 0;
    color: #526071;
    font-size: clamp(1rem, 1.45vw, 1.16rem);
    font-weight: 500;
    line-height: 1.62;
}

.home-featured-main-card__meta {
    margin-top: 1.45rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-featured-side-list {
    display: grid;
    gap: 1.15rem;
}

.home-featured-side-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.home-featured-side-card__image {
    aspect-ratio: 16 / 9;
}

.home-featured-side-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.15rem;
}

.home-featured-side-card__body h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(1.25rem, 1.7vw, 1.65rem);
    line-height: 1.02;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-featured-side-card__body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0.7rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-featured-side-card__body time {
    margin-top: 0.8rem;
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-featured-section--wide .home-featured-grid {
    grid-template-columns: 1fr;
}

.home-featured-section--wide .home-featured-main-card__link {
    grid-template-columns: minmax(0, 1.35fr) minmax(24rem, 0.9fr);
    min-height: 430px;
}

.home-featured-section--wide .home-featured-main-card__image {
    aspect-ratio: auto;
    min-height: 430px;
}

.home-featured-section--wide .home-featured-main-card__body {
    justify-content: center;
    background:
        radial-gradient(circle at 100% 0, rgba(24, 157, 188, 0.22), transparent 38%),
        linear-gradient(135deg, #061831 0%, #08284b 58%, #04548c 100%);
    padding: clamp(1.75rem, 3vw, 3rem);
}

.home-featured-section--wide .home-featured-main-card__body h3 {
    max-width: 44rem;
    color: #ffffff;
    font-size: clamp(2rem, 3.2vw, 3.55rem);
    line-height: 0.98;
}

.home-featured-section--wide .home-featured-main-card__body p {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.home-featured-section--wide .home-featured-main-card__meta time {
    color: rgba(255, 255, 255, 0.72);
}

.home-featured-section--wide .home-featured-main-card:hover h3,
.home-featured-section--wide .home-featured-main-card:focus-within h3 {
    color: #ffffff;
}

.home-featured-section--wide .home-featured-side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-featured-section--wide .home-featured-side-card__link {
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto;
}

.home-featured-section--wide .home-featured-side-card__image {
    aspect-ratio: auto;
    min-height: 100%;
}

.home-featured-section--wide .home-featured-side-card__body {
    justify-content: center;
}

@media (max-width: 1023px) {
    .home-featured-grid {
        grid-template-columns: 1fr;
    }

    .home-featured-section--wide .home-featured-main-card__link,
    .home-featured-section--wide .home-featured-side-card__link {
        grid-template-columns: 1fr;
    }

    .home-featured-section--wide .home-featured-main-card__image {
        aspect-ratio: 16 / 9;
        min-height: auto;
    }

    .home-featured-side-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-featured-section--wide .home-featured-side-card__image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    .home-featured-main-card {
        border-radius: 1.35rem;
    }

    .home-featured-main-card__body {
        min-height: auto;
    }

    .home-featured-main-card__body h3 {
        font-size: clamp(1.75rem, 9vw, 2.55rem);
        line-height: 1;
    }

    .home-featured-side-list {
        grid-template-columns: 1fr;
    }
}

.legal-sidebar-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.16);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 100% 0, rgba(24, 157, 188, 0.22), transparent 42%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 62%, #eef8fb 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: 1.5rem;
}

.legal-sidebar-cta span {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(4, 84, 140, 0.08);
    color: var(--folha-primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    padding: 0.5rem 0.65rem;
    text-transform: uppercase;
}

.legal-sidebar-cta h2 {
    margin: 0.85rem 0 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    transition: color 0.2s ease;
}

.legal-sidebar-cta:hover h2,
.legal-sidebar-cta:focus-within h2 {
    color: var(--folha-primary);
}

.legal-sidebar-cta p {
    margin: 0.75rem 0 0;
    color: #526173;
    font-size: 0.94rem;
    line-height: 1.55;
}

.legal-sidebar-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    border-radius: 999px;
    background: var(--folha-primary);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 0.85rem 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.legal-sidebar-cta a:hover,
.legal-sidebar-cta a:focus-visible {
    background: var(--folha-secondary);
    color: #ffffff;
    transform: translateY(-1px);
}

.gradient-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0) 100%);
}

.link-underline {
    position: relative;
    text-decoration: none;
}

.link-underline::after {
    background-color: var(--folha-secondary);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}

.link-underline:hover::after {
    width: 100%;
}

.entry-content {
    color: #374151;
    font-size: 1.075rem;
    font-weight: 400;
    line-height: 1.85;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #111827;
    font-family: "League Spartan", system-ui, sans-serif;
    letter-spacing: -0.015em;
    line-height: 1.15;
    margin-bottom: 0.9rem;
    margin-top: 2rem;
    scroll-margin-top: 7.5rem;
}

.entry-content h1 {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 800;
}

.entry-content h2 {
    border-left: 4px solid var(--folha-secondary);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    padding-left: 0.75rem;
}

.entry-content h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 700;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content figure {
    font-weight: 400;
    margin-bottom: 1.35rem;
}

.entry-content p > strong:only-child,
.entry-content p > b:only-child,
.entry-content p > strong,
.entry-content p > b,
.entry-content li > strong:only-child,
.entry-content li > b:only-child,
.entry-content li > strong,
.entry-content li > b {
    font-weight: inherit;
}

.entry-content strong strong,
.entry-content b b {
    font-weight: 700;
}

.entry-content a {
    color: var(--folha-primary);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(24, 157, 188, 0.45);
    text-underline-offset: 3px;
}

.entry-content img {
    border-radius: 1rem;
    height: auto;
    max-width: 100%;
}

.entry-content .aligncenter,
.entry-content .wp-block-image.aligncenter,
.entry-content figure.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.entry-content img.aligncenter,
.entry-content .aligncenter img,
.entry-content .wp-block-image.aligncenter img,
.entry-content figure.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .alignleft {
    float: left;
    margin: 0.35rem 1.5rem 1rem 0;
}

.entry-content .alignright {
    float: right;
    margin: 0.35rem 0 1rem 1.5rem;
}

.entry-content .alignnone {
    margin-left: 0;
    margin-right: 0;
}

.entry-content .wp-caption {
    max-width: 100%;
}

.entry-content .wp-caption-text,
.entry-content figcaption {
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.45;
    margin-top: 0.55rem;
    text-align: center;
}

.post-sponsor-card {
    margin-top: 3rem;
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.16);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 10% 10%, rgba(24, 157, 188, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f6fbfd 58%, #eef8fb 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.post-sponsor-card__content {
    padding: clamp(1.25rem, 2.6vw, 2rem);
}

.post-sponsor-card__label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(24, 157, 188, 0.12);
    color: var(--folha-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    padding: 0.55rem 0.85rem;
    text-transform: uppercase;
}

.post-sponsor-card h2 {
    color: #07162f;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0.85rem 0 0;
}

.post-sponsor-card img {
    display: block;
    width: min(100%, 860px);
    height: auto;
    margin: 1.15rem auto 0;
    border-radius: 1.1rem;
    background: #ffffff;
    object-fit: contain;
}

.entry-content::after {
    clear: both;
    content: "";
    display: table;
}

.entry-content blockquote {
    border-left: 4px solid var(--folha-tertiary);
    color: #4b5563;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    padding-left: 1.25rem;
}

.entry-content iframe:not([src*="instagram.com"]):not([src*="cdninstagram.com"]):not([src*="googlesyndication.com"]):not([src*="doubleclick.net"]):not([src*="googleadservices.com"]):not([src*="googletagservices.com"]):not([id^="google_ads_iframe_"]):not([name^="google_ads_iframe_"]),
.entry-content video {
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.entry-content iframe[src*="googlesyndication.com"],
.entry-content iframe[src*="doubleclick.net"],
.entry-content iframe[src*="googleadservices.com"],
.entry-content iframe[src*="googletagservices.com"],
.entry-content iframe[id^="google_ads_iframe_"],
.entry-content iframe[name^="google_ads_iframe_"] {
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    display: block;
    height: revert !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.entry-content blockquote.instagram-media,
.entry-content .instagram-media {
    border-left: 0;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    margin: 2rem auto !important;
    max-width: 540px !important;
    padding-left: 0;
    width: min(100%, 540px) !important;
}

.entry-content iframe[src*="instagram.com"],
.entry-content iframe[src*="cdninstagram.com"] {
    aspect-ratio: auto;
    border-radius: 1rem;
    display: block;
    margin: 2rem auto !important;
    max-width: 540px !important;
    min-height: 760px;
    width: min(100%, 540px) !important;
}

.colunista-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    background: var(--folha-primary);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.colunista-archive-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 2.4vw, 2rem);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.14);
    border-radius: 1.5rem;
    background:
        linear-gradient(90deg, rgba(4, 84, 140, 0.08), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(24, 157, 188, 0.2), transparent 14rem),
        linear-gradient(135deg, #ffffff 0%, #f7fbfd 54%, #edf8fb 100%);
    box-shadow: 0 14px 34px rgba(4, 84, 140, 0.08);
    padding: clamp(1rem, 2vw, 1.45rem);
}

.colunista-archive-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.42rem;
    background: linear-gradient(180deg, var(--folha-secondary), var(--folha-primary));
}

.colunista-archive-header__content {
    max-width: 820px;
}

.colunista-archive-header h1 {
    margin: 0.45rem 0 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.colunista-archive-header p {
    margin: 0.55rem 0 0;
    max-width: 620px;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.45;
}

.colunista-bio-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 0.9rem;
    border-bottom: 2px solid var(--folha-secondary);
    color: var(--folha-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.colunista-bio-link:hover {
    border-color: var(--folha-primary);
    color: var(--folha-secondary);
}

.colunista-profile-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: stretch;
    margin-top: clamp(2.5rem, 5vw, 4rem);
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.14);
    border-radius: 1.5rem;
    background:
        linear-gradient(90deg, rgba(4, 84, 140, 0.08), transparent 42%),
        radial-gradient(circle at 16% 10%, rgba(24, 157, 188, 0.18), transparent 13rem),
        linear-gradient(135deg, #ffffff 0%, #f7fbfd 56%, #edf8fb 100%);
    box-shadow: 0 14px 34px rgba(4, 84, 140, 0.08);
    padding: clamp(1.35rem, 3vw, 2.25rem);
    scroll-margin-top: 7rem;
}

.colunista-profile-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.42rem;
    background: linear-gradient(180deg, var(--folha-secondary), var(--folha-primary));
}

.colunista-profile-section__content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    order: 2;
}

.colunista-profile-section h2 {
    margin: 0.75rem 0 1rem;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.colunista-profile-section p {
    margin: 0 0 1rem;
    color: #334155;
    font-size: 1rem;
    line-height: 1.72;
}

.colunista-profile-section p:last-child {
    margin-bottom: 0;
}

.colunista-profile-section__photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
    order: 1;
    width: 100%;
    min-height: 100%;
    margin: 0;
    border: 6px solid #ffffff;
    border-radius: 1.35rem;
    background: #e8f3f7;
    box-shadow: 0 16px 34px rgba(4, 84, 140, 0.2);
    aspect-ratio: 4 / 5;
}

.colunista-profile-section__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colunista-archive-header__photo,
.colunista-single-header__photo {
    overflow: hidden;
    margin: 0;
    border-radius: 999px;
    background: #e8f3f7;
    box-shadow: 0 16px 34px rgba(4, 84, 140, 0.2);
}

.colunista-archive-header__photo {
    width: clamp(88px, 10vw, 116px);
    border: 4px solid #ffffff;
    aspect-ratio: 1 / 1;
}

.colunista-archive-header--marcelo-moryan .colunista-archive-header__photo {
    width: clamp(220px, 24vw, 340px);
    border-width: 6px;
}

.colunista-archive-header__photo img,
.colunista-single-header__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colunista-single-header {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: center;
    width: fit-content;
    max-width: 620px;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.14);
    border-radius: 1.5rem;
    background:
        linear-gradient(90deg, rgba(4, 84, 140, 0.08), transparent 38%),
        linear-gradient(135deg, #ffffff 0%, #f6fbfd 100%);
    box-shadow: 0 12px 28px rgba(4, 84, 140, 0.08);
    padding: 0.75rem 0.95rem 0.75rem 0.85rem;
}

.colunista-single-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.32rem;
    background: linear-gradient(180deg, var(--folha-secondary), var(--folha-primary));
}

.colunista-single-header__photo {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border: 4px solid #ffffff;
}

.colunista-single-header > div {
    position: relative;
    z-index: 1;
}

.colunista-single-header strong {
    display: block;
    margin-top: 0.35rem;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.colunista-single-header p {
    margin: 0.18rem 0 0;
    max-width: 520px;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.35;
}

.colunista-single-header--marcelo-moryan {
    max-width: 980px;
    gap: clamp(1.35rem, 2.6vw, 2.25rem);
    padding: 1.35rem 1.65rem 1.35rem 1.25rem;
}

.colunista-single-header--marcelo-moryan .colunista-single-header__photo {
    flex: 0 0 clamp(190px, 18vw, 240px);
    width: clamp(190px, 18vw, 240px);
    min-width: clamp(190px, 18vw, 240px);
    height: clamp(190px, 18vw, 240px);
    border-width: 6px;
}

.publicidade-slot iframe,
.publicidade-slot img {
    max-width: 100%;
}

.publicidade-slot {
    margin-left: auto;
    margin-right: auto;
}

.publicidade-slot > div {
    max-width: 100% !important;
}

.mobile-menu-panel {
    z-index: 99999;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

#btn-menu,
#close-menu {
    position: relative;
    z-index: 100000;
    pointer-events: auto;
    touch-action: manipulation;
}

.mobile-menu-panel.is-open {
    pointer-events: auto;
    transform: translateX(0) !important;
    visibility: visible;
}

.home-sou-section {
    position: relative;
    overflow: hidden;
    border: 3px solid #18152f;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 10% 26%, rgba(255, 255, 255, 0.2) 0 6rem, transparent 6.1rem),
        radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.18) 0 7rem, transparent 7.1rem),
        linear-gradient(135deg, #ffc400 0%, #ffd84f 54%, #ffec96 100%);
    color: #18152f;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.home-sou-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.65rem;
    background: linear-gradient(90deg, #e6007e, #f47b20, #073db3, #20a4b8);
}

.home-sou-section__header {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.home-sou-section__brand {
    display: block;
    width: min(100%, 250px);
    height: auto;
    margin-bottom: 1rem;
}

.home-sou-section h2 {
    max-width: 640px;
    margin: 0.8rem 0 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.9;
}

.home-sou-section__link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 3px solid #18152f;
    border-radius: 999px;
    background: #e6007e;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.9rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-sou-section__link:hover {
    box-shadow: 0 12px 26px rgba(230, 0, 126, 0.28);
    transform: translateY(-2px);
}

.home-sou-section__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(1rem, 3vw, 1.8rem);
}

.home-sou-featured-card,
.home-sou-mini-card {
    overflow: hidden;
    border: 2px solid rgba(24, 21, 47, 0.18);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.home-sou-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    min-height: 360px;
}

.home-sou-featured-card__image,
.home-sou-mini-card__image {
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
}

.home-sou-featured-card__image img,
.home-sou-mini-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-sou-featured-card:hover img,
.home-sou-mini-card:hover img {
    transform: scale(1.04);
}

.home-sou-featured-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.home-sou-featured-card__body span {
    width: fit-content;
    border-radius: 999px;
    background: rgba(230, 0, 126, 0.1);
    color: #e6007e;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.55rem 0.75rem;
    text-transform: uppercase;
}

.home-sou-featured-card h3,
.home-sou-mini-card h3 {
    margin: 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.home-sou-featured-card h3 {
    margin-top: 1rem;
    color: #073b8f;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.home-sou-featured-card a,
.home-sou-mini-card a {
    color: inherit;
    text-decoration: none;
}

.home-sou-featured-card p {
    margin: 1rem 0 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
}

.home-sou-featured-card time {
    display: block;
    margin-top: 1.25rem;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 800;
}

.home-sou-section__side {
    display: grid;
    gap: 1rem;
}

.home-sou-mini-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: stretch;
}

.home-sou-mini-card__image {
    min-height: 132px;
}

.home-sou-mini-card > div {
    padding: 1rem;
}

.home-sou-mini-card h3 {
    color: #073b8f;
    font-size: 1.45rem;
}

.home-sou-mini-card p {
    margin: 0.65rem 0 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.archive-home-header {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(4, 84, 140, 0.12);
    border-radius: 0.9rem;
    background:
        radial-gradient(circle at 92% 0%, rgba(24, 157, 188, 0.14), transparent 14rem),
        linear-gradient(135deg, #ffffff 0%, #f8fbfd 56%, #eef8fb 100%);
    box-shadow: 0 8px 24px rgba(4, 84, 140, 0.05);
    padding: clamp(0.62rem, 1.1vw, 0.85rem) clamp(1rem, 2vw, 1.25rem);
}

.archive-home-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.5rem;
    background: linear-gradient(180deg, var(--folha-secondary), var(--folha-primary));
}

.archive-home-header span,
.archive-featured-story__body span,
.archive-side-story span,
.archive-list-story__body span {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.archive-home-header span {
    background: rgba(24, 157, 188, 0.12);
    color: var(--folha-primary);
    font-size: 0.62rem;
    padding: 0.38rem 0.62rem;
}

.archive-home-header h1 {
    margin: 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(1.75rem, 2.6vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.archive-ad {
    position: relative;
    z-index: 1;
}

.archive-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    gap: clamp(0.9rem, 2.2vw, 1.35rem);
}

.archive-featured-story,
.archive-side-story,
.archive-list-story {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.archive-featured-story {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    min-height: 250px;
    border-radius: 1.2rem;
}

.archive-featured-story__image {
    height: 100%;
    min-height: 100%;
}

.archive-featured-story__image,
.archive-side-story__image,
.archive-list-story__image {
    display: block;
    overflow: hidden;
    background: #eef2f7;
}

.archive-featured-story__image img,
.archive-side-story__image img,
.archive-list-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.archive-featured-story:hover img,
.archive-side-story:hover img,
.archive-list-story:hover img {
    transform: scale(1.04);
}

.archive-featured-story__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.archive-featured-story__body span {
    color: #ffffff;
    font-size: 0.62rem;
    padding: 0.42rem 0.62rem;
}

.archive-featured-story h2,
.archive-side-story h3,
.archive-list-story h2 {
    margin: 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.archive-featured-story h2 {
    margin-top: 0.65rem;
    font-size: clamp(1.65rem, 2.55vw, 2.45rem);
    font-weight: 800;
}

.archive-featured-story a,
.archive-side-story a,
.archive-list-story a {
    color: inherit;
    text-decoration: none;
}

.archive-featured-story p {
    margin: 0.55rem 0 0;
    max-width: 820px;
    color: #526173;
    font-size: 0.88rem;
    line-height: 1.42;
}

.archive-featured-story time,
.archive-side-story time,
.archive-list-story time {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.archive-featured-story time {
    margin-top: 0.75rem;
}

.archive-side-stories {
    display: grid;
    gap: 0.8rem;
}

.archive-side-story {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    border-radius: 1.15rem;
}

.archive-side-story__image {
    min-height: 88px;
}

.archive-side-story > div {
    padding: 0.85rem;
}

.archive-side-story span,
.archive-list-story__body span {
    font-size: 0.62rem;
}

.archive-side-story h3 {
    margin-top: 0.4rem;
    font-size: clamp(0.98rem, 1.35vw, 1.15rem);
    font-weight: 700;
    line-height: 1.12;
}

.archive-side-story time {
    margin-top: 0.45rem;
    font-size: 0.68rem;
}

.archive-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: clamp(1.5rem, 4vw, 2.4rem);
    align-items: start;
}

.archive-list {
    display: grid;
    gap: 0;
}

.archive-list-story {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: none;
    padding-block: 1.6rem;
}

.archive-list-story__image {
    border-radius: 1rem;
}

.archive-list-story:first-child {
    padding-top: 0;
}

.archive-list-story:last-of-type {
    border-bottom: 0;
}

.archive-list .archive-ad {
    border-bottom: 1px solid #e5e7eb;
    padding-block: 1.5rem;
}

.archive-list-story__image {
    min-height: 210px;
}

.archive-list-story__body {
    padding: clamp(1.1rem, 2.3vw, 1.55rem);
}

.archive-list-story h2 {
    margin-top: 0.65rem;
    font-size: clamp(1.45rem, 2.15vw, 2.05rem);
    font-weight: 700;
    line-height: 1.12;
}

.archive-list-story p {
    margin: 0.8rem 0 0;
    color: #526173;
    font-size: 0.95rem;
    line-height: 1.58;
}

.archive-list-story time {
    margin-top: 1rem;
}

.archive-ad-rail {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 1.25rem;
}

.archive-empty-list {
    border: 1px dashed #dbe3ee;
    border-radius: 1.5rem;
    background: #f8fafc;
    color: #64748b;
    padding: 1.5rem;
}

.archive-latest-strip {
    border: 1px solid rgba(4, 84, 140, 0.1);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 92% 0%, rgba(24, 157, 188, 0.12), transparent 16rem),
        #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
    margin-top: 1.5rem;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.archive-latest-strip__header {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.archive-latest-strip__header span,
.archive-latest-card span {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.archive-latest-strip__header span {
    color: var(--folha-secondary);
}

.archive-latest-strip__header h2 {
    margin: 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.archive-latest-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.archive-latest-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.15rem;
    background: #f8fafc;
}

.archive-latest-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e5edf5;
}

.archive-latest-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.archive-latest-card:hover img {
    transform: scale(1.04);
}

.archive-latest-card > div {
    padding: 0.9rem;
}

.archive-latest-card h3 {
    margin: 0.45rem 0 0;
    color: #07152e;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.archive-latest-card a {
    color: inherit;
    text-decoration: none;
}

.archive-pagination {
    margin-top: 2.5rem;
}

.archive-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    min-width: 2.65rem;
    min-height: 2.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(4, 84, 140, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.archive-pagination a.page-numbers:hover {
    border-color: var(--folha-secondary);
    background: rgba(24, 157, 188, 0.08);
    color: var(--folha-primary);
    transform: translateY(-1px);
}

.archive-pagination .page-numbers.current {
    border-color: var(--folha-primary);
    background: var(--folha-primary);
    color: #ffffff;
}

.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
    padding-inline: 1.1rem;
}

#site-header .header-topbar,
#site-header .header-main,
#site-header .site-logo,
#site-header #menu-desktop .menu-desktop-list {
    transition: all 0.24s ease;
}

@media (min-width: 1024px) {
    #site-header.is-compact .header-topbar {
        border-bottom-width: 0 !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #site-header.is-compact .header-main {
        padding-bottom: 0.45rem !important;
        padding-top: 0.45rem !important;
    }

    #site-header.is-compact .site-logo {
        height: 1.7rem !important;
    }

    #site-header.is-compact #menu-desktop .menu-desktop-list {
        font-size: 0.72rem !important;
        line-height: 1.1rem !important;
        padding-bottom: 0.45rem !important;
        padding-top: 0.45rem !important;
    }
}

@media (max-width: 767px) {
    .entry-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .entry-content .alignleft,
    .entry-content .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .publicidade-slot {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .publicidade-slot > div {
        min-height: 90px !important;
    }

    .home-sou-section {
        border-width: 2px;
        border-radius: 1.4rem;
        margin-inline: -0.25rem;
    }

    .home-sou-section__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-sou-section__brand {
        width: min(100%, 210px);
    }

    .home-sou-section__link {
        width: 100%;
    }

    .home-city-feature-card {
        display: block !important;
        height: auto !important;
        min-height: 118px !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    .home-city-feature-card__link {
        display: flex !important;
        align-items: stretch !important;
        min-height: 118px !important;
        color: #07152e !important;
        text-decoration: none !important;
    }

    .home-city-feature-card__image {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        flex: 0 0 116px !important;
        width: 116px !important;
        min-height: 118px !important;
        background: #e5e7eb !important;
    }

    .home-city-feature-card__image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 118px !important;
        object-fit: cover !important;
        content-visibility: visible !important;
    }

    .home-city-feature-card__body {
        position: relative !important;
        inset: auto !important;
        z-index: 1 !important;
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
        padding: 0.95rem !important;
        background: #ffffff !important;
    }

    .home-city-feature-card__body h3 {
        margin: 0 !important;
        color: #07152e !important;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .home-sou-section__grid,
    .home-sou-featured-card,
    .home-sou-mini-card {
        grid-template-columns: 1fr;
    }

    .home-sou-featured-card {
        min-height: auto;
    }

    .home-sou-featured-card__image,
    .home-sou-mini-card__image {
        aspect-ratio: 16 / 10;
        min-height: auto;
    }

    .archive-home-header {
        border-radius: 1.4rem;
    }

    .archive-top-grid,
    .archive-content-grid,
    .archive-featured-story,
    .archive-side-story,
    .archive-list-story {
        grid-template-columns: 1fr;
    }

    .archive-featured-story {
        grid-template-rows: auto;
        border-radius: 1.4rem;
    }

    .archive-featured-story__image,
    .archive-side-story__image,
    .archive-list-story__image {
        aspect-ratio: 16 / 10;
        min-height: auto;
    }

    .archive-side-story {
        border-radius: 1.25rem;
    }

    .archive-ad-rail {
        position: static;
    }

    .archive-latest-strip__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.4rem;
    }

    .archive-latest-strip__grid {
        grid-template-columns: 1fr;
    }

    .archive-latest-card {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .archive-latest-card__image {
        aspect-ratio: auto;
        min-height: 100%;
    }

    .colunista-archive-header,
    .colunista-profile-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .colunista-label,
    .colunista-archive-header__photo,
    .colunista-bio-link,
    .colunista-profile-section__photo {
        margin-inline: auto;
    }

    .colunista-archive-header p,
    .colunista-profile-section p {
        margin-inline: auto;
    }

    .colunista-profile-section {
        padding: 1.15rem;
    }

    .colunista-profile-section__content {
        order: 2;
    }

    .colunista-profile-section__photo {
        order: 1;
        width: min(100%, 320px);
        min-height: auto;
        aspect-ratio: 4 / 4.6;
    }

    .colunista-archive-header--marcelo-moryan .colunista-archive-header__photo {
        width: min(100%, 300px);
    }

    .colunista-single-header {
        align-items: flex-start;
        width: 100%;
    }

    .colunista-single-header__photo {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }

    .colunista-single-header--marcelo-moryan .colunista-single-header__photo {
        flex-basis: 150px;
        width: 150px;
        min-width: 150px;
        height: 150px;
    }

    .colunista-single-header p {
        font-size: 0.84rem;
    }
}
