.post-item-meta i,
article.fa-clock {
    margin-right: 4px
}

.see-also-item h4,
.trending-post-item-title {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

#cookie-banner,
.article-excerpt,
.breadcrumb,
.latest-posts-header,
.main-title,
.more-stories-title,
.post-item-excerpt,
.share-button,
article.text-neutral-500 {
    font-family: "Merriweather Sans"
}

.ad-label,
.author-label,
.tags-title {
    letter-spacing: 1px;
    text-transform: uppercase
}

.author-name,
.breadcrumb a,
.post-item-link,
.share-item,
.tags-list a {
    text-decoration: none
}

.breadcrumb,
.current,
.live-info-message,
.live-status,
.text-area p {
    font-style: italic
}

html {
    scroll-behavior: smooth !important
}

.ad-container {
    margin: 25px auto;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
    width: 100%;
    min-height: 100px;
    clear: both
}

ins.adsbygoogle {
    display: block;
    width: 100%
}

.ad-label-fixo {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 8px;
    color: #555;
    background-color: rgba(238, 238, 238, .8);
    padding: 1px 3px;
    font-family: Arial, sans-serif;
    text-transform: lowercase
}

.footer-espaço-adsense {
    margin-bottom: 49px
}

#cookie-banner {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    font-size: 12px;
    opacity: .9;
    display: none
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline
}

.cookie-buttons {
    margin-top: 10px
}

.cookie-button {
    background: #5cb85c;
    border: none;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer
}

#backToTop,
.share-button {
    background-color: #f0f0f0;
    cursor: pointer
}

.cookie-button.secondary {
    background: #5bc0de
}

.page-numbers.current {
    color: #fff !important;
    background-color: #000 !important
}

.page-numbers:not(.current) {
    color: #fff !important;
    background-color: #666 !important
}

.latest-posts-header {
    display: flex;
    align-items: center;
    margin: 40px 0 30px;
    position: relative;
    color: #2c3e50
}

.main-title {
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 10px;
    font-weight: 900;
    color: #0a0a0a
}

.main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 2px;
    background-color: #e74c3c;
    transition: width .3s
}

.more-link {
    margin-left: 15px;
    font-size: .9rem;
    color: #8a94a6;
    cursor: pointer;
    transition: color .3s
}

.more-link:hover {
    color: #e74c3c
}

#ultimas article>div>div:first-child {
    flex: 0 0 auto;
    display: block
}

article {
    position: relative;
    padding: 6px
}

i.far.fa-clock.text-xs {
    margin-top: 0;
    font-size: 14px
}

article.fa-clock {
    color: #999;
    font-size: .75rem
}

article.text-neutral-500 {
    color: #999;
    font-size: 13px;
    font-weight: 500
}

.flex.items-center.space-x-2.text-xs.text-neutral-500 {
    font-size: 11px;
    font-family: "Merriweather Sans";
    font-weight: 700;
    color: #b3b3b3
}

article.text-neutral-500 a {
    color: #999;
    font-weight: 500;
    text-decoration: none
}

article.text-neutral-500 a:hover {
    color: #e74c3c;
    text-decoration: underline
}

.separator {
    border-bottom: 1px solid #e5e5e5;
    margin: 1.5rem 0
}

.share-buttons {
    margin: 2rem 0;
    transition: .3s;
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.share-button {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.share-button:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px)
}

.copy-feedback {
    margin-top: 8px;
    color: #4caf50;
    font-size: 14px;
    display: none
}

.author-label,
.separator,
.tags-title {
    color: #545252
}

.share-button.success {
    background-color: #4caf50;
    color: #fff
}

.post-tags-container {
    margin: 2rem 0;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eee
}

.tags-title {
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none
}

.tags-list a {
    display: inline-block;
    padding: .25rem .5rem;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: .9rem;
    color: #666;
    transition: background .2s, color .2s
}

.tags-list a::before {
    background: #e0e0e0;
    color: red
}

.author-name:hover,
.tags-list a:hover {
    color: red
}

.google-news-container {
    margin: 1rem auto;
    max-width: 180px;
    padding: 0 24px
}

.google-news-image {
    max-width: 600px;
    display: block;
    margin: 0 auto
}

.google-news-image:hover {
    opacity: .85;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    transform: translateY(-1px)
}

.author-mini {
    margin: 1.5rem 0;
    padding: 0 1rem
}

.author-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 1rem
}

.author-mini-avatar img {
    border-radius: 50%;
    border: 1px solid #eee;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.featured-image,
.post-thumbnail {
    height: auto;
    border-radius: 8px;
    width: 100%
}

.author-details {
    flex: 1
}

.author-label {
    font-size: .7rem;
    display: block;
    margin-bottom: 2px
}

.author-name {
    color: #333;
    font-weight: 600;
    transition: color .3s;
    display: block;
    margin-bottom: 4px
}

.author-bio {
    color: #666;
    line-height: 1.4;
    margin-bottom: 0
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem
}

.author-social a {
    color: #666;
    font-size: 1.1rem;
    transition: color .3s;
    padding: 4px
}

.author-social a:hover {
    color: #007bff
}

.more-stories {
    margin-top: 2rem
}

.more-stories-title {
    color: #d9232d;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative
}

.more-stories-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    height: 3px;
    background-color: #d9232d
}

.more-stories-title i {
    font-size: .7em;
    color: #d9232d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.post-item {
    padding-bottom: 3rem
}

.post-item:last-child,
.wp-block-table tbody tr:last-child td {
    border-bottom: none
}

.post-item-link {
    color: inherit
}

.post-item-image {
    width: 100%;
    margin-bottom: .5rem
}

.post-item-image .aspect-\[16\/9\] {
    aspect-ratio: 16/9 !important
}

.post-thumbnail {
    object-fit: cover !important
}

.post-item-content {
    padding: 0 1rem
}

.post-item-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: .5rem
}

.post-item-excerpt {
    color: #666;
    line-height: 1.4;
    margin-bottom: .5rem;
    font-weight: 300;
    font-size: 14px
}

.post-item-meta {
    color: #999;
    font-size: .9rem
}

.breadcrumb {
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
    margin-bottom: -26px;
    font-weight: 400
}

.breadcrumb a {
    color: #666;
    transition: color .3s
}

.breadcrumb a i.fa-home {
    margin-right: 1px;
    font-size: 11px;
    position: relative;
    top: -1px
}

.breadcrumb a:hover {
    color: red;
    text-decoration: underline
}

.article-excerpt,
.current {
    color: #666;
    font-weight: 300
}

.authortime.flex.items-center {
    margin-top: 0
}

.featured-image-container {
    margin: 1.5rem 0;
    position: relative
}

.article-excerpt {
    font-size: 14px;
    line-height: 23px
}

.authortime,
h2.text-2xl.font-bold {
    font-family: "Merriweather Sans", sans-serif
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 3px;
    align-content: stretch;
    flex-wrap: wrap
}

.author-info,
.time-info {
    display: flex;
    align-items: center
}

.authortime {
    font-size: 12px;
    font-weight: 500;
    color: rgb(115 115 115/var(--tw-text-opacity, 1));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px
}

.author-info span,
.time-info time {
    margin: 0
}

.fa-clock,
.fa-user {
    margin-right: 2px
}

.live-content {
    margin-bottom: 20px
}

.new-content {
    background-color: #fff8f8;
    padding: 15px;
    border-left: 3px solid #e60000;
    margin: 15px 0;
    border-radius: 4px;
    position: relative;
    animation: 2s ease-out fadeInHighlight
}

@keyframes fadeInHighlight {
    0% {
        background-color: #ffebeb;
        border-left-color: red
    }
    100% {
        background-color: #fff8f8;
        border-left-color: #e60000
    }
}

.live-status {
    margin: 10px 0;
    color: #666;
    font-size: 13px
}

.live-refresh-button,
.live-toggle-button {
    background-color: #e60000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color .2s
}

.bg-red,
.live-refresh-button:hover,
.live-toggle-button:hover {
    background-color: #c00
}

.live-info-message {
    display: block;
    clear: both;
    margin: 8px 0 15px;
    font-size: 12px;
    color: #666
}

.new-content-indicator {
    display: inline-block;
    background-color: #e60000;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 8px;
    font-weight: 700
}

.links-relacionados {
    margin-top: 8px;
    margin-bottom: 12px
}

.links-relacionados.flex {
    margin-bottom: 9px;
    display: flex;
    align-items: flex-start
}

.links-relacionados a {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
    display: inline-block
}

.links-relacionados a:hover {
    color: #dc2626
}

.links-relacionados.bullet-container {
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-top: .4em
}

.links-relacionados.bullet {
    display: inline-block;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dc2626;
    flex-shrink: 0
}

.bloco-interesse {
    margin-right: 20px;
    font-size: 16px
}

#formulario-contato {
    font-family: "Helvetica Neue", Arial, sans-serif
}

#formulario-contato input[type=email],
#formulario-contato input[type=text],
#formulario-contato textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: .3s
}

#formulario-contato input[type=email]:focus,
#formulario-contato input[type=text]:focus,
#formulario-contato textarea:focus {
    border-color: #ef4444;
    outline: 0;
    box-shadow: none
}

#formulario-contato label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
    font-size: 15px;
    letter-spacing: .2px
}

#formulario-contato button[type=submit] {
    background-color: #ef4444;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer
}

.mensagem-erro,
.mensagem-sucesso {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px
}

#formulario-contato button[type=submit]:hover {
    background-color: #dc2626;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

#formulario-contato button[type=submit]:active,
.whatsapp-button:hover {
    transform: translateY(-1px)
}

.mensagem-sucesso {
    background-color: #ecfdf5;
    color: #047857;
    border-left: 4px solid #10b981
}

.mensagem-erro {
    background-color: #fef2f2;
    color: #b91c1c;
    border-left: 4px solid #ef4444
}

.cf-turnstile {
    margin: 25px 0;
    display: flex;
    justify-content: center
}

.campo-erro {
    border-color: #ef4444 !important
}

.texto-erro {
    color: #ef4444;
    font-size: 14px;
    margin-top: 5px
}

p.excerpt-home {
    color: #706f6f;
    font-family: "Merriweather Sans";
    font-size: 13px;
    font-weight: 300
}

h2.text-2xl.font-bold {
    font-weight: 900;
    line-height: 28px;
    font-size: 20px
}

@media(max-width:767px) {
    h2.text-2xl.font-bold {
        font-size: 21px;
        line-height: 26px
    }
    p.excerpt-home {
        color: #706f6f;
        font-family: "Merriweather Sans";
        font-size: 14px;
        font-weight: 300
    }
}

.article-h1-title {
    font-weight: 900;
    font-family: "Merriweather Sans";
    font-size: 40px;
    line-height: 48px
}

#backToTop {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 999;
    color: #333;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: none;
    transition: opacity .3s, transform .3s;
    padding: 0;
    font-size: 18px;
    align-items: center;
    justify-content: center
}

#backToTop i,
.share-item {
    align-items: center;
    display: flex
}

#backToTop i {
    justify-content: center;
    width: 100%;
    height: 100%
}

#backToTop:hover {
    background-color: #ddd;
    transform: translateY(-2px)
}

.wp-block-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    color: #333;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed
}

.wp-block-table thead th {
    background: linear-gradient(to right, #f4f4f4, #fafafa);
    padding: 14px 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0
}

.wp-block-table tbody td {
    padding: 14px 12px;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table tbody tr:nth-child(2n) {
    background-color: #fdfdfd
}

a.hover\:opacity-80.hover\:underline {
    font-size: 13px
}

.share-wrapper {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
    display: flex;
    justify-content: flex-start
}

.share-item {
    gap: 12px;
    cursor: pointer;
    color: #545252;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0
}

.author-name-link,
.author-name-link:hover {
    border-bottom: 1px solid #ccc !important;
    text-decoration: none !important
}

.share-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0
}

.authortime {
    align-items: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important
}

.author-name-link {
    display: inline-block;
    padding-bottom: 0;
    color: inherit !important;
    transition: color .2s
}

.author-name-link:hover {
    color: red !important
}

.post-body-font {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.featured-post-main-title {
    font-size: 25px;
    font-family: "Merriweather Sans";
    line-height: 32px;
    font-weight: 900
}

.featured-post-secondary-title {
    font-size: 16px;
    font-family: "Merriweather Sans";
    line-height: 24px;
    font-weight: 800
}

@media(max-width:768px) {
    .latest-posts-header {
        margin: 30px 0 20px
    }
    .main-title {
        font-size: 1.1rem
    }
    .image-container {
        width: 100% !important
    }
    i.far.fa-clock.text-xs {
        margin-top: 0;
        font-size: 14px
    }
    .post-tags-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
    .google-news-container {
        margin: 1.5rem auto
    }
    .author-header {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    .author-mini-avatar {
        margin-bottom: .5rem
    }
    #formulario-contato,
    .post-item-content {
        padding: 0
    }
    .breadcrumb {
        font-size: 14px;
        margin-bottom: -26px
    }
    .image-caption {
        float: none;
        text-align: center;
        margin-top: .3rem;
        font-size: .8rem
    }
    .links-relacionados.flex {
        align-items: flex-start
    }
    .article-h1-title {
        font-size: 25px;
        line-height: 34px
    }
    .wp-block-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 20px 0;
        white-space: nowrap
    }
    .wp-block-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0
    }
    .wp-block-table:after {
        content: "←  →";
        display: block;
        text-align: center;
        font-size: 12px;
        color: #888;
        padding: 5px 0
    }
    .featured-post-main-title {
        font-size: 26px;
        font-family: "Merriweather Sans";
        line-height: 35px;
        font-weight: 900
    }
    .featured-post-secondary-title {
        font-size: 16px;
        font-family: "Merriweather Sans";
        line-height: 24px;
        font-weight: 800
    }
}

@media(max-width:480px) {
    .featured-post-main-title {
        font-size: 26px
    }
    .featured-post-secondary-title {
        font-size: 15px
    }
}

details.wp-block-rnb-resumo-noticia.resumo-bloco {
    border: 1px solid #e50914;
    border-radius: 6px;
    margin: 20px 0;
    background: #fff;
    position: relative
}

details.wp-block-rnb-resumo-noticia.resumo-bloco summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 40px 10px 15px;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center
}

details.wp-block-rnb-resumo-noticia.resumo-bloco summary::after {
    content: "▾";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s
}

details.wp-block-rnb-resumo-noticia.resumo-bloco[open]summary::after {
    transform: translateY(-50%) rotate(180deg)
}

details.wp-block-rnb-resumo-noticia.resumo-bloco.resumo-lista {
    padding: 0 20px 20px 40px;
    margin: 0;
    list-style-type: disc;
    font-size: 16px
}

details.wp-block-rnb-resumo-noticia.resumo-bloco.resumo-lista li {
    margin-bottom: 8px
}

details.wp-block-rnb-resumo-noticia.resumo-bloco summary h4 {
    margin: 0;
    display: inline-block
}

.google-news-follow {
    margin: 15px 0;
    text-align: center
}

.google-news-image {
    width: 160px;
    height: auto;
    max-height: 57px;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 5px;
    background-color: #fff;
    transition: .3s
}

.whatsapp-banner {
    margin: 10px auto;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
    max-width: 536px
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.logo-area {
    flex: 0 0 auto;
    padding: 0;
    margin-bottom: 6px
}

.site-logo-canal {
    width: auto;
    max-width: 120px;
    max-height: 50px;
    height: auto;
    object-fit: contain;
    margin: 0 !important
}

.text-area {
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 10px
}

.text-area p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 500
}

.button-area {
    flex: 0 0 auto;
    padding: 0
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: #c30d0d;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transition: .3s
}

.whatsapp-button:hover {
    background: #a70b0b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25)
}

@media(max-width:768px) {
    .site-logo-canal {
        max-width: 90px;
        max-height: 45px
    }
    .text-area p {
        font-size: 15px
    }
    .whatsapp-button {
        font-size: 15px;
        border-radius: 6px
    }
}

.wn-whatsapp-btn {
    display: block;
    margin: 16px auto 0;
    border-radius: 25px;
    overflow: hidden;
    width: auto;
    display: flex;
    justify-content: center
}

.wn-whatsapp-img {
    display: block;
    width: 137px;
    max-width: 64%;
    height: auto;
    cursor: pointer;
    margin: 0 !important
}

.wn-summary-box {
    margin: 24px auto;
    max-width: 100%;
    border: 1px solid #c5232f;
    border-radius: 7px;
    background: #fff;
    padding: 0;
    overflow: hidden
}

.wn-summary-box summary {
    cursor: pointer;
    padding: 16px 24px;
    font-weight: 900;
    font-family: Open Sans;
    font-size: 17px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none
}

.wn-summary-box summary::-webkit-details-marker {
    display: none
}

.wn-label-open,
.wn-summary-box[open].wn-label-closed {
    display: none
}

.wn-summary-box[open].wn-label-open {
    display: inline
}

.wn-arrow {
    width: .8rem;
    height: .8rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s;
    margin-left: 8px
}

.wn-summary-box[open].wn-arrow {
    transform: rotate(-135deg)
}

.wn-summary-inner {
    padding: 2px 15px;
    font-size: 16px
}

.wn-summary-inner ul {
    margin: 0 0 16px;
    padding-left: 20px
}

.wn-summary-inner li {
    margin-bottom: 6px
}

.wn-summary-disclaimer {
    font-size: 12px !important;
    font-style: italic;
    color: #666;
    margin: 0
}

@media(max-width:450px) {
    .wn-summary-inner {
        font-size: 15px
    }
}

.footer-espaço-letras {
    row-gap: 15px
}

.post-topics-list-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-top: 24px;
    margin-bottom: 24px
}

.topics-label {
    font-weight: 900;
    color: #2d3748;
    font-size: 1rem;
    white-space: nowrap;
    margin-right: 2px;
    font-family: "Merriweather Sans"
}

.category-topic-pill {
    display: inline-block;
    background-color: #f0f0f0;
    font-size: .88rem;
    font-weight: 300;
    padding: 4px 10px;
    border-radius: 10px;
    white-space: nowrap;
    border: 1px solid #e4e4e7;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    font-family: "Merriweather Sans";
    color: #595959 !important;
    text-decoration: none !important
}

.see-also-container h3,
.trending-posts-title {
    font-family: "Merriweather Sans";
    font-weight: 900
}

.category-topic-pill:hover {
    background-color: #e4e4e7;
    color: #595959 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
    text-decoration: none !important
}

.category-topic-pill:visited {
    color: #595959 !important;
    text-decoration: none !important
}

.trending-posts-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 45px 30px 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.trending-posts-section::after {
    content: '❯';
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1;
    color: #b0b0b0;
    pointer-events: none;
    z-index: 2
}

.trending-posts-title {
    font-size: 1.2rem;
    color: #d9232d;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid silver
}

.trending-posts-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #d9232d
}

.trending-posts-container {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch
}

.trending-post-item {
    flex: 0 0 auto;
    width: 420px
}

.trending-post-item a {
    text-decoration: none;
    color: inherit;
    display: block
}

.trending-post-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #ecf0f1;
    border-radius: 10px
}

.trending-post-image-placeholder-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #bdc3c7;
    font-weight: 700
}

.trending-post-image-placeholder-content span {
    line-height: 1
}

.trending-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block
}

.trending-post-item-title {
    font-size: 1rem;
    line-height: 1.4;
    color: #0a0a0a;
    padding-top: 12px;
    padding-bottom: 5px;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden
}

.see-also-container {
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    box-sizing: border-box;
    padding-right: 0 !important;
    box-sizing: border-box
}

.see-also-container h3 {
    margin-top: 19;
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333
}

.see-also-scroll-wrapper {
    position: relative;
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex;
    align-items: center
}

.see-also-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 25px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
    flex-grow: 1;
    min-width: 0
}

.see-also-item {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 15px;
    transition: transform .2s ease-in-out
}

.see-also-item:last-child {
    margin-right: 0
}

.see-also-item:hover {
    transform: translateY(-5px)
}

.see-also-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0;
    margin: 0
}

.see-also-item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 12px
}

.see-also-item h4 {
    font-size: .9em;
    margin: 10px 0 0;
    padding: 0;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #333;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    min-height: 3.9em
}

.home-ad {
    margin: 40px auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    position: relative
}

.ad-label {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (max-width:768px) {
    .see-also-item img,
    [class*=aspect-] img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important
    }
    .see-also-item .img-sim-container,
    .see-also-item h4 {
        overflow: hidden !important;
        position: relative !important
    }
    .see-also-item h4,
    .see-also-item img {
        padding: 0 !important;
        position: relative !important
    }
    [class*=aspect-]:not(.aspect-square) {
        aspect-ratio: 16/9 !important;
        overflow: hidden !important
    }
    .see-also-item {
        overflow: visible !important
    }
    .see-also-item a {
        display: flex !important;
        flex-direction: column !important;
        text-decoration: none !important;
        color: inherit !important;
        height: 100% !important
    }
    .see-also-item .img-sim-container {
        width: 100% !important;
        aspect-ratio: 16/9 !important;
        background-color: #f0f0f0
    }
    .see-also-item img {
        display: block !important;
        margin: 0 !important;
        border-radius: 5px 5px 0 0;
        z-index: 0 !important
    }
    .see-also-item h4 {
        font-size: .9em !important;
        line-height: 1.3em !important;
        color: #333 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        text-overflow: ellipsis !important;
        margin: 8px 5px 10px !important;
        z-index: 1 !important;
        width: calc(100% - 10px);
        box-sizing: border-box !important;
        flex-shrink: 0 !important
    }
    .home-ad {
        margin: 30px 15px
    }
}

.related-posts-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.related-post-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease-in-out;
    padding: 1rem;
    border-radius: 8px;
}

.related-post-item:hover {
    background-color: #f3f4f6;
}

.related-post-image-wrapper {
    flex-shrink: 0;
    width: 360px;
    height: 203px; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 8px;
    background-color: #e5e7eb;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-post-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    border-radius: 8px;
    aspect-ratio: 16/9 !important;
}

.related-post-image-placeholder {
    width: 100% !important;
    height: 100% !important;
    background-color: #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9 !important;
}

.related-post-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.related-post-category {
    font-size: 0.875rem;
    font-weight: 600;
    color: #dc2626;
    text-transform: uppercase;
}

.related-post-item-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.related-post-excerpt {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.related-posts-section {
    margin-top: 3rem;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .related-posts-section {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2rem;
    }

    .related-post-item {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }

    .related-post-item:hover {
        background-color: transparent;
    }

    .related-post-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9 !important;
        min-height: 200px;
    }

    .related-post-image,
    .related-post-image-placeholder {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16/9 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .related-post-item-title {
        font-size: 1.25rem;
    }

    .related-post-excerpt {
        font-size: 0.95rem;
    }
}

/* Responsividade específica para tablets (iPad) */
@media (min-width: 769px) and (max-width: 1024px) {
    .related-post-image-wrapper {
        width: 320px;
        height: 180px; /* Mantém 16:9 mas menor para tablets */
    }
    
    .related-post-item-title {
        font-size: 1.3rem;
    }
    
    .related-post-excerpt {
        font-size: 0.85rem;
    }
}

.view-more-container {
    text-align: center;
    margin-top: 2rem;
}

.view-more-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    border: 2px solid #000;
}

.view-more-button:hover {
    background-color: #dc2626;
    border-color: #dc2626;
}