/**
 * EVO-SEC-FAQ — phone typography + tap focus (≤700px only).
 * Q 16px / A 12px — beats style.css B3 (16px) on answers.
 */

@media (max-width: 700px) {
	.elementor-widget-evoport-faq .evo-faq__item-question {
		font-family: "Manrope", var(--evo-font-heading, sans-serif) !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		letter-spacing: 0.02em !important;
	}

	.elementor-widget-evoport-faq .evo-faq__item-answer,
	.elementor-widget-evoport-faq .evo-faq__item-answer p {
		font-family: "Helvetica Neue", Helvetica, Arial, var(--evo-font-body, sans-serif) !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 1.25 !important;
		letter-spacing: 0.04em !important;
	}
}

@media (max-width: 700px) {
	/* Tap leaves focus ring on the toggle row — hide unless keyboard */
	.elementor-widget-evoport-faq .evo-faq__item-toggle:focus:not(:focus-visible) {
		outline: none !important;
		box-shadow: none !important;
	}
}
