.cb-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-block: 1.5rem;
}

.cb-share__label {
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.7;
	margin-inline-end: 0.5rem;
}

.cb-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	opacity: 0.75;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.cb-share__btn:hover,
.cb-share__btn:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.06);
}

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

.cb-share__status {
	font-size: 0.8rem;
	opacity: 0.8;
	min-width: 6rem;
}
