.aero-elegidos-share-icons {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #255dc4;
}

.aero-elegidos-share-icons__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: #255dc4;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 140ms ease,
		color 140ms ease,
		transform 140ms ease;
}

.aero-elegidos-share-icons__button:hover,
.aero-elegidos-share-icons__button:focus-visible {
	background: #255dc4;
	color: #fff;
	text-decoration: none;
}

.aero-elegidos-share-icons__button:active {
	transform: scale(0.94);
}

.aero-elegidos-share-icons__button:focus-visible {
	outline: 2px solid #255dc4;
	outline-offset: 3px;
}

.aero-elegidos-share-icons__button--copy {
	position: relative;
	background: #255dc4;
	color: #fff;
}

.aero-elegidos-share-icons__button--copy::after {
	position: absolute;
	bottom: calc(100% + 0.5rem);
	left: 50%;
	z-index: 1;
	padding: 0.35rem 0.5rem;
	border-radius: 0.25rem;
	background: #174696;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 0.75rem;
	line-height: 1.2;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, 0.25rem);
	transition:
		opacity 140ms ease,
		transform 140ms ease;
}

.aero-elegidos-share-icons__button--copy:hover::after,
.aero-elegidos-share-icons__button--copy:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.aero-elegidos-share-icons__button--copy:hover,
.aero-elegidos-share-icons__button--copy:focus-visible,
.aero-elegidos-share-icons__button--copy.is-confirmed {
	background: #174696;
	color: #fff;
}

.aero-elegidos-share-icons__button img {
	display: block;
	width: 14px;
	height: 14px;
}

.aero-elegidos-share-icons__separator {
	width: 1px;
	height: 24px;
	background: #d6deef;
}
