/* IT Reports – Forms & Mail */

/* Turnstile widget inside MetForm forms (sits on its own row above the submit button). */
.mf-form-wrapper .itr-turnstile {
	width: 100%;
	margin: 0 0 20px;
	min-height: 65px;
}
.mf-form-wrapper .itr-turnstile iframe {
	max-width: 100%;
}

/* Feature-card titles: never clip a word that is longer than the line (long Armenian compounds),
   and use a slightly smaller size for Armenian so the titles stay inside the card. */
.elementskit-infobox .elementskit-info-box-title {
	overflow-wrap: anywhere;
}
html[data-itr-lang="hy"] .ekit-wid-con h3.elementskit-info-box-title {
	font-size: 20px;
	line-height: 1.25;
}
