.iesd-brand-logo {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	object-fit: cover;
}

.current-menu-item > a,
.current_page_item > a {
	color: #0c4a6e;
}

/* Remove Elementor widget gap between Contact and footer */
.elementor-widget-inestadvn_contact {
	margin-bottom: 0 !important;
}

.elementor-widget-inestadvn_contact > .elementor-widget-container {
	margin-bottom: 0 !important;
}

#contact {
	margin-bottom: 0 !important;
}

.inestadvn-blog-content h2,
.inestadvn-blog-content h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #0c4a6e;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.inestadvn-blog-content p {
	margin-bottom: 1.5rem;
	color: #475569;
}

.inestadvn-blog-content img {
	border-radius: 1rem;
	margin: 1.5rem 0;
}

.pagination .nav-links {
	display: flex;
	gap: 0.5rem;
}

.pagination .page-numbers {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #475569;
	font-weight: 600;
}

.pagination .page-numbers.current {
	background: #0c4a6e;
	color: #fff;
	border-color: #0c4a6e;
}

