/**
 * HARCHI KOLO — Auth Login Heading Polish 1.0.1
 * Exact full-page login title only. Form and modal auth surfaces are untouched.
 */
body.hk-auth-login-heading-page .hk-auth-login-title[data-hk-auth-login-title="1"] {
	display: block !important;
	margin: 0 0 24px !important;
	color: var(--hk-green, #123F2F) !important;
	-webkit-text-fill-color: var(--hk-green, #123F2F) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(40px, 3vw, 48px) !important;
	font-weight: 700 !important;
	line-height: 1.03 !important;
	letter-spacing: -.025em !important;
	text-transform: none !important;
}

body.hk-auth-login-heading-page .hk-auth-login-title[data-hk-auth-login-title="1"]::before {
	content: "ОСОБИСТИЙ КАБІНЕТ HARCHI KOLO" !important;
	display: block !important;
	margin: 0 0 5px !important;
	color: var(--hk-gold, #C79A2B) !important;
	-webkit-text-fill-color: var(--hk-gold, #C79A2B) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
}

@media (max-width: 699px) {
	body.hk-auth-login-heading-page .hk-auth-login-title[data-hk-auth-login-title="1"] {
		margin-bottom: 20px !important;
		font-size: clamp(32px, 9vw, 38px) !important;
		line-height: 1.06 !important;
	}

	body.hk-auth-login-heading-page .hk-auth-login-title[data-hk-auth-login-title="1"]::before {
		margin-bottom: 6px !important;
		font-size: 9.5px !important;
		letter-spacing: .12em !important;
	}
}
