.tikikiti-section-share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	margin: 1.25rem 0 1.75rem;
	color: #666;
	font-size: 0.78em;
	line-height: 1.4;
}

.tikikiti-section-share__actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.tikikiti-section-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2rem;
	padding: 0.25rem 0.65rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.tikikiti-section-share__button--x {
	color: #111;
}

.tikikiti-section-share__button--line {
	color: #168b39;
}

.tikikiti-section-share__button:hover,
.tikikiti-section-share__button:focus-visible {
	background: #f5f5f5;
	text-decoration: none;
}

@media (max-width: 480px) {
	.tikikiti-section-share {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
