/* Each card already contains the correct anchor. Its pseudo-element extends that
 * semantic link across the existing card without changing Elementor's layout. */
body.page-id-2900 .elementor-2900 .elementor-widget-wdt-image-box {
	position: relative;
	cursor: pointer;
}

body.page-id-2900 .elementor-2900 .elementor-widget-wdt-image-box .wdt-content-title a[href^="#"]::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: '';
}

body.page-id-2900 .dna-area-articles {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

body.page-id-2900 .dna-area-articles__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	max-width: 100%;
	padding: 12px 24px;
	border: 1px solid #9b8858;
	background: #9b8858;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.page-id-2900 .dna-area-articles__link::after {
	content: '\2192';
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

body.page-id-2900 .dna-area-articles__link:hover,
body.page-id-2900 .dna-area-articles__link:focus-visible {
	background: #fff;
	color: #9b8858;
	transform: translateY(-1px);
}

body.page-id-2900 .dna-area-articles__link:hover::after,
body.page-id-2900 .dna-area-articles__link:focus-visible::after {
	transform: translateX(3px);
}

body.page-id-2900 .dna-area-articles__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	body.page-id-2900 .dna-area-articles {
		margin-top: 20px;
	}

	body.page-id-2900 .dna-area-articles__link {
		min-height: 46px;
		padding: 11px 20px;
		font-size: 13px;
	}
}
