.aldos-st-documenti {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0;
}

.aldos-st-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	/* Fallback colors; per-type colors are injected from the plugin settings. */
	background-color: #444;
	color: #fff;
	transition: filter .15s ease, transform .05s ease;
}

.aldos-st-button:hover,
.aldos-st-button:focus {
	filter: brightness(.92);
	text-decoration: none;
}

.aldos-st-button:active {
	transform: translateY(1px);
}

.aldos-st-button__icon {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 auto;
	fill: currentColor;
}
