/* ==================================================
   HARCHI KOLO Core — unified branded back navigation
   Core 2.0.40.5
   Shared desktop + mobile visual language.
   ================================================== */

.hk-brand-back {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 6px !important;
	width: auto !important;
	max-width: 100% !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 8px 11px !important;

	color: #123F2F !important;
	-webkit-text-fill-color: #123F2F !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;

	font-family: inherit !important;
	font-size: 15.5px !important;
	font-weight: 800 !important;
	font-style: normal !important;
	line-height: 1.15 !important;
	letter-spacing: .002em !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;

	cursor: pointer !important;
	transition:
		color .18s ease,
		-webkit-text-fill-color .18s ease,
		background-color .18s ease,
		transform .18s ease,
		box-shadow .18s ease !important;
}

.hk-brand-back:hover,
.hk-brand-back:focus-visible {
	color: #C79A2B !important;
	-webkit-text-fill-color: #C79A2B !important;
	background: rgba(199,154,43,.085) !important;
	box-shadow: 0 7px 18px rgba(18,63,47,.045) !important;
	transform: translateX(-2px) !important;
	text-decoration: none !important;
}

.hk-brand-back:active {
	transform: translateX(-1px) scale(.985) !important;
}

.hk-brand-back:focus {
	outline: none;
}

.hk-brand-back:focus-visible {
	outline: 2px solid rgba(199,154,43,.72) !important;
	outline-offset: 2px !important;
}

.hk-brand-back svg,
.hk-brand-back .hk-context-back__icon,
.hk-brand-back .hk-my-circle-back__icon,
.hk-brand-back .hk-my-reputation-back__icon,
.hk-brand-back .hkcm-back-link__icon {
	flex: 0 0 auto !important;
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
	color: currentColor !important;
	transition: transform .18s ease !important;
}

.hk-brand-back:hover svg,
.hk-brand-back:focus-visible svg {
	transform: translateX(-1px) !important;
}

/* Mobile keeps the same visual style as desktop, with a larger touch target. */
@media (max-width: 782px) {
	.hk-brand-back {
		min-height: 44px !important;
		padding: 8px 10px !important;
		font-size: 15px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hk-brand-back,
	.hk-brand-back svg {
		transition: none !important;
	}
}
