/**
 * Font Awesome chevrons only — fallback ușor când tema/Elementor nu au FA încărcat.
 */
@font-face {
	font-family: "sdp-fa";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2") format("woff2");
}

.sdp-press__arrow .sdp-press__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "sdp-fa", "Font Awesome 6 Free", "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 0.95rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sdp-press__arrow .sdp-press__icon--prev::before {
	content: "\f053";
}

.sdp-press__arrow .sdp-press__icon--next::before {
	content: "\f054";
}

/* Compatibilitate dacă site-ul are deja Font Awesome (fas / fa-solid) */
.sdp-press__arrow .fas,
.sdp-press__arrow .fa-solid {
	font-size: 0.95rem;
	line-height: 1;
}
