/* Layout partilhado do tema — regras usadas pela listagem /noticias/ (extraído de style.css) */

.ct-container.fcf-news-archive__container {
	width: var(--fcf-page-container-width);
	max-width: var(--fcf-page-container-max-width);
	margin-inline: auto;
	padding-inline: 0;
	box-sizing: border-box;
}

.fcf-page-head,
.fcf-news-archive__head {
	margin-bottom: var(--fcf-page-head-margin-bottom);
}

body.has-fcf-news-archive .entry-content {
	padding-inline: 0 !important;
}

body.has-fcf-news-archive main.site-main {
	padding-inline: 0 !important;
	max-width: none !important;
}

body.has-fcf-news-archive main.site-main > .ct-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 !important;
}
