/* Agencia Mendia - Widget Botón Compartir
 * Layout base; colores/tamaños/tipografía se controlan desde Elementor. */

.amw-share {
	display: flex;
}

.amw-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	cursor: pointer;
	background-color: #25D366;
	color: #fff;
	line-height: 1;
	transition: background-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
	font-family: inherit;
}

.amw-share__btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.amw-share__feedback {
	display: block;
	font-size: 0.8em;
	margin-top: 4px;
	opacity: 0.85;
}
