/* ===== Container wider ===== */
.elementor-location-archive .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1320px;
}

/* ===== Chips de categorias (blog page) ===== */
#nm-blog-categories .nm-cat-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
#nm-blog-categories .nm-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	color: #0a1f3d;
	padding: 9px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #e2e8f0;
	transition: all .2s ease;
}
#nm-blog-categories .nm-chip:hover {
	background: #0a1f3d;
	color: #ffffff;
	border-color: #0a1f3d;
	transform: translateY(-1px);
}
#nm-blog-categories .nm-chip-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding: 0 7px;
	background: #e89c2d;
	color: #0a1f3d;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}
#nm-blog-categories .nm-chip:hover .nm-chip-count {
	background: #e89c2d;
	color: #0a1f3d;
}

/* ===== Cards de posts (archive + blog + posts relacionados no single) ===== */
#nm-archive-grid .elementor-post {
	background: #0a1f3d;
	border-radius: 16px;
	padding: 18px 18px 26px;
	box-shadow: 0 8px 24px rgba(10,31,61,.10);
	transition: box-shadow .25s ease;
	display: flex !important;
	flex-direction: column;
	height: 100%;
}
#nm-archive-grid .elementor-post:hover {
	box-shadow: 0 14px 32px rgba(10,31,61,.22);
}

#nm-archive-grid .elementor-post__thumbnail__link {
	display: block !important;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0 !important;
	position: relative;
	border-radius: 12px;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #0a1f3d;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#nm-archive-grid .elementor-post__thumbnail,
#nm-archive-grid .elementor-post__thumbnail img {
	display: none !important;
}

#nm-archive-grid .elementor-post__text {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 4px;
}
#nm-archive-grid .elementor-post__title,
#nm-archive-grid .elementor-post__title a {
	color: #ffffff !important;
	font-weight: 700;
	line-height: 1.3;
	font-size: 19px;
	margin: 0 0 12px !important;
}
#nm-archive-grid .elementor-post__title a:hover {
	color: #e89c2d !important;
}
#nm-archive-grid .elementor-post__meta-data { display: none !important; }
#nm-archive-grid .elementor-post__excerpt,
#nm-archive-grid .elementor-post__excerpt p {
	color: #cbd5e1 !important;
	font-size: 14px;
	line-height: 1.55;
	flex: 1;
	margin: 0 0 18px !important;
}
#nm-archive-grid .elementor-post__read-more {
	display: inline-block;
	align-self: flex-start;
	background: #e89c2d !important;
	color: #0a1f3d !important;
	padding: 9px 22px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 13px;
	text-transform: none;
	text-decoration: none !important;
	border: none;
	transition: background .2s ease, color .2s ease;
}
#nm-archive-grid .elementor-post__read-more:hover {
	background: #ffffff !important;
	color: #0a1f3d !important;
}

/* ===== Paginação ===== */
.elementor-widget-archive-posts .elementor-pagination,
.elementor-widget-posts .elementor-pagination {
	margin-top: 40px;
	text-align: center;
}
.elementor-widget-archive-posts .elementor-pagination .page-numbers,
.elementor-widget-posts .elementor-pagination .page-numbers {
	padding: 8px 14px;
	border-radius: 6px;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
	display: inline-block;
	margin: 0 3px;
}
.elementor-widget-archive-posts .elementor-pagination .page-numbers.current,
.elementor-widget-archive-posts .elementor-pagination .page-numbers:hover,
.elementor-widget-posts .elementor-pagination .page-numbers.current,
.elementor-widget-posts .elementor-pagination .page-numbers:hover {
	background: #e89c2d;
	color: #ffffff !important;
}
