/**
 * RLH Design System - Tactical Header
 * Consistent header across all RLH projects
 */

.tactical-header {
	min-height: 4rem;
	padding: 0 2rem;
	background-color: var(--rlh-bg-medium);
	border-bottom: 2px solid var(--rlh-primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-glow {
	box-shadow: 0 0 15px rgba(168, 114, 230, 0.4);
	border: 1px solid var(--rlh-primary-light);
}

