/*
 * The PHP renderer outputs all manually-entered translations.
 * frontend.js selects exactly one language. Italian is the initial fallback
 * only until JavaScript detects the current GTranslate language.
 */
.amb-block {
	margin: 0 0 24px 0;
}

.amb-block .amb-lang-block {
	display: none !important;
}

.amb-block .amb-lang-block[data-lang="it"] {
	display: block;
}

.amb-block .amb-title {
	margin: 0 0 8px 0;
	line-height: 1.2;
}

.amb-block .amb-subtitle {
	margin: 0 0 12px 0;
	line-height: 1.3;
	font-weight: 400;
}

.amb-block .amb-text {
	margin: 0;
	line-height: 1.6;
}
