/**
 * Estilos das páginas do site (extraídos das views para centralizar).
 * Cada seção está comentada com a página de origem.
 */

/* ========== CamaraMirim/Index ========== */
.camara-mirim-page body,
body .form-container .linha-titulo { }
.site-page-camaramirim h1,
.site-page-camaramirim h2,
.site-page-camaramirim h3 { font-weight: 700; color: #6697b9; }
.linha-titulo {
    width: 60px;
    height: 4px;
    background-color: #6697b9;
    margin: 10px 0 25px 0;
}
.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}
.link-card {
    transition: transform 0.2s;
    text-align: center;
    padding: 18px 10px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}
.link-card:hover,
.link-card:focus {
    transform: translateY(-5px);
    opacity: 0.9;
    outline: 3px solid #fff;
    outline-offset: 2px;
}
.contact-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 50px;
}
.form-container {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    max-width: 900px;
}

/* ========== CamaraMirim/Noticias ========== */
.slide-img {
    height: 420px;
    object-fit: cover;
}
.destaque-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.carousel-control-prev:focus,
.carousel-control-next:focus {
    outline: 3px solid #000;
    outline-offset: 2px;
}

/* ========== Noticias/Index ========== */
.news-page-title {
    font-size: clamp(1.9rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #1f2937;
}
.news-page-subtitle {
    color: #6b7280;
    font-size: 0.95rem;
}
.news-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}
.news-image {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f3f4f6;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.news-card:hover .news-image img {
    transform: scale(1.06);
}
.news-content {
    padding: 1.4rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.news-date {
    font-size: .85rem;
    color: #6b7280;
    margin-bottom: .5rem;
    display: block;
}
.news-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin-bottom: .6rem;
}
.news-summary {
    font-size: .9rem;
    color: #4b5563;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.1rem;
}
.news-link {
    margin-top: auto;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    transition: color .2s ease;
}
.news-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.news-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .news-image { height: 190px; }
}
@media (max-width: 576px) {
    .news-image { height: 170px; }
    .news-page-title { font-size: 2rem; }
}

/* ========== Noticias/Details ========== */
.news-details { font-family: 'Poppins', sans-serif; }
.news-hero {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}
.news-hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-hero-media.is-video { object-fit: contain; }
.news-document-hero {
    height: 100%;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}
.news-document-hero i { font-size: 64px; }
.news-document-hero .fa-file-pdf { color: #dc2626; }
.news-document-hero .fa-file-word { color: #2563eb; }
.news-meta { font-size: .85rem; color: #6b7280; }
.news-date {
    padding: 6px 14px;
    background: #f3f4f6;
    border-radius: 999px;
    font-weight: 500;
}
.news-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; }

/* Linha de ações: compartilhar + leitor de tela */
.news-actions-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    row-gap: 16px;
}
.news-share { display: flex; gap: 12px; }
.news-share a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Botão Leitor de tela (texto para voz) */
.news-tts-wrapper { margin-left: auto; }
.news-tts-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}
.news-tts-btn:hover {
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.45);
}
.news-tts-btn:focus {
    outline: 2px solid #0d9488;
    outline-offset: 3px;
}
.news-tts-btn--playing {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    box-shadow: 0 4px 14px rgba(185, 28, 28, 0.35);
}
.news-tts-btn--playing:hover {
    background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
    box-shadow: 0 6px 20px rgba(185, 28, 28, 0.45);
}
.news-tts-btn .news-tts-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.news-content { font-size: 1.1rem; line-height: 1.9; }
.gallery-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 16px;
}
.related-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
}
.related-media {
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-media img,
.related-media video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.related-media i { font-size: 48px; }
.related-media .fa-file-pdf { color: #dc2626; }
.related-media .fa-file-word { color: #2563eb; }
.related-body { padding: 16px; }

/* ========== Vereadores/Index ========== */
.titulo-pagina { font-weight: 800; color: #1e3a8a; }
.tabs-institucionais {
    display: flex;
    gap: 8px;
    background: #f8fafc;
    padding: 6px;
    border-radius: 14px;
    width: fit-content;
}
.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: .95rem;
    color: #475569;
    text-decoration: none;
    transition: .2s ease;
}
.tab-item:hover { background: #e2e8f0; }
.tab-item.active { background: #1e3a8a; color: #fff; }
.grid-vereadores {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.vereador-card {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.vereador-card.pequeno { padding: 14px; }
.foto-box {
    height: 200px;
    background: #f1f5f9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.foto-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.sem-foto { color: #64748b; font-weight: 600; }
.info h3 { font-size: 1rem; font-weight: 700; }
.partido { font-size: .85rem; color: #64748b; }
.logo-partido { height: 26px; margin: 8px 0; }
.vereador-filtro-logo-partido { height: 22px; max-width: 48px; width: auto; object-fit: contain; }
/* PRD.png costuma vir em tamanho maior – forçar tamanho no cabeçalho "Por partido" */
.vereador-filtro-logo-partido[src*="PRD"],
.vereador-filtro-logo-partido[src*="prd"] {
    height: 22px !important;
    max-height: 22px !important;
    max-width: 44px !important;
    width: auto !important;
    object-fit: contain !important;
}
.cargo { font-size: .8rem; font-weight: 600; color: #1e3a8a; }
.link-perfil {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: .9rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: .2s ease;
}
.link-perfil:hover { color: #1e3a8a; gap: 12px; }
.accordion-comissoes .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.accordion-comissoes .accordion-button {
    background: #f8fafc;
    padding: 18px 22px;
    font-weight: 700;
    color: #1e3a8a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-comissoes .accordion-button::after { display: none; }
.accordion-title { display: flex; gap: 10px; align-items: center; }
.accordion-comissoes .seta { transition: transform .3s ease; }
.accordion-comissoes .accordion-button:not(.collapsed) .seta { transform: rotate(180deg); }
.accordion-comissoes .accordion-body { background: #fff; padding: 24px; }

/* ========== Vereadores/Details ========== */
.perfil-foto {
    height: 250px;
    object-position: center 10%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.titulo-vereador {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: #1a1a1a;
}
.logo-partido { height: 45px; margin-top: 10px; opacity: .85; }
.card-info { border-left: 5px solid #0d6efd; }
.secao-titulo { font-size: 1.7rem; font-weight: 600; margin-bottom: 1rem; }
.timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #e0e0e0;
}
.timeline-item { margin-bottom: 25px; position: relative; }
.timeline-dot {
    position: absolute;
    left: -32px;
    top: 8px;
    height: 15px;
    width: 15px;
    background: #0d6efd;
    border-radius: 50%;
}
.timeline-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}
.vereador-wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 60px;
}
.vereador-foto {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    object-fit: cover;
    width: 100%;
    max-height: 260px;
}
.titulo-secao {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 20px;
}
.table-modern {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}
.table-modern thead { background: #1e3a8a; color: white; }
.table-modern thead th { padding: 14px; font-weight: 600; font-size: 1rem; }
.table-modern tbody tr { background: #ffffff; transition: 0.2s; }
.table-modern tbody tr:nth-child(even) { background: #f1f3f9; }
.table-modern tbody td { padding: 13px 14px; font-size: 0.95rem; color: #333; }
.table-modern tbody tr:hover { background: #e6ebf7; }

/* ========== Eventos/Index ========== */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f9f9f9;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.card-title { font-size: 1.3rem; font-weight: 700; color: #333; }
.card-text { color: #666; }
.card-footer { font-size: 0.9rem; }
.display-4 { font-size: 2.5rem; font-weight: 700; }

/* ========== Eventos/Details ========== */
.display-4 { font-size: 2.5rem; font-weight: bold; color: #003062; }
.fs-5 { font-size: 1.2rem; color: #666; }
.fs-6 { font-size: 1rem; color: #999; }
.carousel-item img { max-height: 500px; object-fit: cover; }
.btn-lg { padding: 15px 25px; font-size: 1.2rem; }
.btn-outline-primary { border-color: #003062; color: #003062; }
.btn-outline-primary:hover { background-color: #003062; color: #fff; }
.btn-primary { background-color: #003062; border-color: #003062; }
.btn-primary:hover { background-color: #002a47; }

/* ========== Galerias / GaleriaVideo / GaleriaAudio ========== */
.gallery-item {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.gallery-icon {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* ========== Login/Index ========== */
.card {
    background: linear-gradient(145deg, #f1f1f1, #e4e4e4);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}
a.text-primary { text-decoration: none; font-weight: bold; }
a.text-primary:hover { text-decoration: underline; }
.form-control-lg { border-radius: 1.5rem; padding: 1rem; }
.form-group { margin-bottom: 1.5rem; }
.input-group-text {
    border-radius: 0.75rem 0 0 0.75rem;
    font-size: 1.2rem;
    color: #495057;
}

/* ========== Cadastro/Index e PortalPrivacidade/CadastroUsuario ========== */
.form-floating > .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

/* ========== Protocolos/Create ========== */
form textarea, form input, form select { resize: none; }
.form-label { font-weight: 600; }
.btn-primary .fa { margin-right: 5px; }

/* ========== ProcuradoriaDaMulher/Index ========== */
h2, h3 { font-weight: 700; color: #b01763; }
.procuradoria .linha-titulo {
    width: 60px;
    height: 4px;
    background-color: #C29DC2;
    margin: 10px 0 25px 0;
}
.banner img { width: 100%; object-fit: cover; border-radius: 10px; }
.link-card {
    transition: transform 0.2s;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}
.link-card:hover {
    transform: translateY(-5px);
    opacity: 0.9;
    text-decoration: none;
}
.link-icon { font-size: 1.5rem; margin-bottom: 8px; }
.contact-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 50px;
}
.form-container {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.card-procuradora {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.procuradora-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #C29DC2;
    transition: transform 0.3s, box-shadow 0.3s;
}
.procuradora-img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.procuradora-name {
    font-weight: 600;
    color: #333;
    margin-top: 8px;
    font-size: 0.95rem;
}
@media (max-width: 768px) {
    .procuradoria .banner img { height: auto; }
    .procuradora-img { width: 120px; height: 120px; }
}
.form-container .text-danger { font-size: 0.85rem; }

/* ========== ProcuradoriaDaMulher/Noticias ========== */
.card-body h5 { font-size: 1.1rem; }
.carousel-caption h5 { font-size: 1.25rem; }
@media (max-width: 768px) {
    .slide-img { height: 250px; }
    .destaque-img { height: 180px; }
}

/* ========== PortalPrivacidade (Index, MinhasSolicitacoes, etc.) ========== */
.text-primary { color: #004a87 !important; }
.btn-warning { background-color: #fbc02d; border: none; }
.btn-warning:hover { background-color: #f9a825; }
.icon-circle {
    width: 90px;
    height: 90px;
    background-color: #f2f3f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.icon-circle i { font-size: 38px; color: #003062; }
.hover-card:hover .icon-circle { background-color: #004a87; color: #fff; }
.hover-card:hover i { color: #fff; }
.ouvidoria-header { text-align: center; padding: 40px 20px 20px; }
.ouvidoria-header h1 { font-size: 3.5rem !important; font-weight: bold; color: #003062; }
.ouvidoria-header h3 { color: #003062; }
.ouvidoria-header p { font-size: 1.5rem !important; color: #444; }
.section-title {
    color: #333;
    font-weight: bold;
    border-left: 6px solid #007bff;
    padding-left: 12px;
    margin-bottom: 20px;
}
.section { margin-top: 60px; }
.card-feature {
    border-radius: 20px;
    background: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.card-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.card-title { font-weight: bold; margin-top: 15px; color: #444; }
.card-text { color: #666; }
.card-info {
    border: none;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    font-size: 2rem;
    transition: all 0.3s ease;
}
.card-feature:hover .icon-container { transform: scale(1.1); }
.coleta-icon { background-color: #e8f4fa; color: #00aaff; }
.utilizacao-icon { background-color: #fff4e6; color: #ff8800; }
.protecao-icon { background-color: #f0f7f0; color: #4caf50; }
.compartilhamento-icon { background-color: #fbe8f1; color: #e91e63; }
.text-purple { color: #9c27b0; }
.hover-card { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.card-header span { font-size: 0.95rem; }
.card-footer small { font-size: 0.85rem; }
.btn-outline-primary:hover { background-color: #004a87; color: #fff; border-color: #004a87; }
.btn-outline-secondary:hover { background-color: #6c757d; color: #fff; border-color: #6c757d; }
.btn-outline-danger:hover { background-color: #dc3545; color: #fff; border-color: #dc3545; }

/* ========== PortalPrivacidade/Inicio ========== */
.portal-privacidade { }
body.portal-privacidade-inicio { background-color: #f4f6f9; }

/* ========== Paginas/Details ========== */
.titulo-pagina {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2c3e50;
}
.content p { line-height: 1.8; color: #555; margin-bottom: 1rem; }
.gallery-title { font-size: 1.75rem; font-weight: 600; color: #2c3e50; }
.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.image-wrapper img:hover { transform: scale(1.05); }
@media (max-width: 767px) {
    .titulo-pagina { font-size: 1.75rem; }
    .gallery-title { font-size: 1.5rem; }
}

/* ========== Mailling/Index ========== */
.fade-in { animation: fadeIn 0.6s ease-in-out forwards; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========== Pesquisa/Index ========== */
.list-group-item {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background-color: #fff;
}
.list-group-item:hover {
    background-color: #f1f1f1;
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.list-group-item-action { cursor: pointer; }
.hover-shadow { transition: all 0.3s ease; }
.hover-shadow:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.alert { font-size: 1.125rem; padding: 10px 20px; border-radius: 8px; }
.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}

/* ========== CamaraParticipativa/Index ========== */
.slider-wrapper {
    height: 420px;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.slider-img { height: 100%; width: auto; object-fit: contain; }
.small-caption { font-size: .9rem; }
.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.destaque-img-wrapper {
    height: 230px;
    background: #f1f1f1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.hover-card:hover,
.hover-card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.page-content img { max-width: 100%; height: auto; }

/* ========== Responsividade – páginas internas ========== */
@media (max-width: 991.98px) {
    .news-page-title { font-size: 1.85rem; }
    .vereador-wrapper { padding: 24px 20px; }
    .titulo-vereador { font-size: 1.75rem; }
    .perfil-foto { max-height: 220px; }
    .slider-wrapper { height: 320px; }
}

@media (max-width: 767.98px) {
    .news-page-title { font-size: 1.6rem; }
    .news-image { height: 200px; }
    .vereador-wrapper { padding: 20px 16px; margin-bottom: 40px; }
    .titulo-vereador { font-size: 1.5rem; }
    .vereador-foto { max-height: 220px; }
    .display-4 { font-size: 1.85rem; }
    .carousel-item img { max-height: 300px; }
    .slider-wrapper { height: 260px; }
    .destaque-img-wrapper { height: 200px; }
    .container .row.g-4 .col-md-4 { flex: 0 0 100%; max-width: 100%; }
}

@media (max-width: 575.98px) {
    .news-page-title { font-size: 1.4rem; }
    .news-page-subtitle { font-size: 0.95rem; }
    .news-content { padding: 1rem 1.2rem 1.2rem; }
    .news-title { font-size: 1.05rem; }
    .news-image { height: 180px; }
    .vereador-wrapper { padding: 16px 12px; }
    .titulo-vereador { font-size: 1.35rem; }
    .titulo-secao, .secao-titulo { font-size: 1.35rem; }
    .perfil-foto { height: 200px; }
    .display-4 { font-size: 1.5rem; }
    .carousel-item img { max-height: 240px; }
    .table-modern thead th, .table-modern tbody td { padding: 10px 8px; font-size: 0.85rem; }
    .slider-wrapper { height: 220px; }
    .destaque-img-wrapper { height: 180px; }
    .form-container { padding: 20px 16px; }
    .banner img { height: 240px; }
}
