.skyspy-description {
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #A4A4A4;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.skyspy-description p {
	margin: 0 0 1em;
}

.skyspy-description p:last-child {
	margin-bottom: 0;
}

.skyspy-description a {
	color: inherit;
	text-decoration: underline;
	transition: opacity 0.2s ease;
}

.skyspy-description a:hover {
	opacity: 0.6;
}
