.jhs-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.jhs-button:hover {
	opacity: 0.9;
}
