/* Modernização leve do conteúdo — mantém tema claro e identidade do site */

.normal-page .wcontainer,
.blog .wcontainer,
.portfolio .wcontainer {
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.normal-page .title-wrapper .widget-title,
.blog .title-wrapper .widget-title {
    letter-spacing: 0.01em;
}

/* Tabelas de conteúdo um pouco mais legíveis */
.normal-page .wcontainer table th {
    font-weight: 700;
    color: #555;
}

.normal-page .wcontainer table td {
    vertical-align: middle;
}

/* Remove borda padrão (#ddd) das tabelas */
table,
.table,
.table-bordered {
    border: none !important;
    border-radius: 0 !important;
}

table thead tr th,
table tbody tr td,
table tfoot tr td,
table tr td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    border: none !important;
}

/* Links no conteúdo */
.normal-page .wcontainer a:not(.button):not(.btn) {
    transition: color 0.15s ease;
}

/* Corpo da notícia */
.news-body {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #333;
    overflow-wrap: anywhere;
}

.news-body > *:first-child {
    margin-top: 0;
}

.news-body p,
.news-body div {
    margin: 0 0 1em;
}

.news-body img,
.news-body video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto;
    border-radius: 2px;
}

.news-body a {
    color: #e0043f;
    text-decoration: underline;
}

.news-body h1,
.news-body h2,
.news-body h3,
.news-body h4 {
    margin: 1.2em 0 0.55em;
    line-height: 1.3;
    color: #222;
}

.news-body ul,
.news-body ol {
    margin: 0 0 1em 1.25em;
    padding: 0;
}

.news-body li {
    margin-bottom: 0.35em;
}

.news-body .table-wrapper,
.news-body figure.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 0 0 1.2em;
}

.news-body table {
    width: 100%;
    min-width: 420px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.news-body table td,
.news-body table th {
    padding: 10px 12px;
    border-bottom: 1px solid #eaeaea !important;
    vertical-align: middle;
}

.news-body table th,
.news-body table td strong {
    font-weight: 700;
}

.news-side-widget .latest-post-w {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.news-side-widget .latest-post-w li {
    padding: 12px 12px;
    border-bottom: 1px solid #eee;
    background: transparent !important;
    border-top: none !important;
}

.news-side-widget .latest-post-w li:last-child {
    border-bottom: none;
}

.news-side-widget .latest-post-w .pw_maint {
    display: block;
    color: #333;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}

.news-side-widget .latest-post-w .pop_desc {
    color: #888;
    font-size: 12px;
}

.news-side-widget .latest_p_img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}
