/* Last modified: 2026-06-07 11:52 MDT */

.aztandc-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1.5px solid transparent;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	padding: 14px 24px;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.aztandc-cta-button:hover,
.aztandc-cta-button:focus {
	text-decoration: none;
}

.aztandc-cta-arrow {
	display: inline-block;
	line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
	.aztandc-cta-button {
		transition: none;
	}
}
