/* SN Blog Home — global tweaks for securenetworks.cloud */

/* Header: remove the phone CTA column, let logo + nav fill the bar. */
.elementor-187 .elementor-element-83ea1fc {
	display: none !important;
}
.elementor-187 .elementor-top-section .elementor-container {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.elementor-187 .elementor-element-04cd9c2 {
	flex: 0 0 auto !important;
}
.elementor-187 .elementor-element-697890e {
	flex: 0 1 auto !important;
}

/* Keep the header compact. */
.elementor-187 .elementor-element-09af6da {
	padding: 8px 0 !important;
}

/* Header nav links. */
.elementor-187 .elementor-nav-menu--main .elementor-item {
	font-weight: 500 !important;
	font-size: 15px !important;
}

/* Focus visibility for keyboard users. */
.snb-main a:focus-visible,
.snb-search input:focus-visible,
.snb-search button:focus-visible {
	outline: 3px solid #2f6fed;
	outline-offset: 2px;
	border-radius: 6px;
}
