.skyspy-icon-wrap {
	display: flex;
}

.skyspy-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--color-text);
	color: var(--color-white);
	flex-shrink: 0;
	transition: opacity 0.2s ease;
	text-decoration: none;
}

.skyspy-icon:hover {
	opacity: 0.8;
}

.skyspy-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.skyspy-icon img {
	width: 24px;
	height: 24px;
	display: block;
	object-fit: contain;
}
