.hsa-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 7px 15px;
	border: 1px solid transparent;
	border-radius: 9px;
	background: #135D66;
	color: #fff !important;
	font: inherit;
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color .16s ease, transform .16s ease;
}
.hsa-header-button:hover,.hsa-header-button:focus-visible { background: #0B4A52; color: #fff !important; }
.hsa-header-button:active { transform: translateY(1px); }
.hsa-header-button svg { width: 20px; height: 20px; flex: 0 0 auto; }
@media (max-width:520px) { .hsa-header-button { min-height:38px; padding:7px 12px; } }
@media (prefers-reduced-motion:reduce) { .hsa-header-button { transition:none !important; } }
