/* Ajustes responsivos pontuais para conteudo legado preservado. */

@media (min-width: 641px) and (max-width: 900px) {
	body.category-noticias .uagb-block-8b717868 {
		width: 100% !important;
		margin-inline: 0 !important;
	}
}

.bp-footer__credits { display: flex; align-items: center; gap: 18px; }
.bp-footer__credits span { color: rgba(255, 255, 255, .58); }
.bp-footer__credits span a { color: var(--bp-gold-bright); font-weight: 700; letter-spacing: .03em; }
.bp-footer__credits span a:hover { color: var(--bp-white); }
@media (max-width: 640px) { .bp-footer__credits { align-items: flex-start; flex-direction: column; gap: 8px; } }
