/**
 * IndustrialForum — Back Button widget ("Torna indietro").
 *
 * Inline-flex anchor so the icon and text sit on one line; colors/typography/padding are
 * driven by the Elementor controls. Alignment comes from text-align on the widget wrapper.
 */

.if-back-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
}

.if-back-button:hover,
.if-back-button:focus-visible {
	text-decoration: underline;
}

.if-back-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.if-back-button__icon {
	display: inline-flex;
	align-items: center;
}

.if-back-button__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
