/* 1. Public Site Navigation Bar Contrast */
nav a, 
nav button,
.navbar a,
header nav a,
div[class*="nav"] a,
nav ul li a,
nav span {
  color: #0f172a !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

nav a:hover, 
header nav a:hover {
  color: #0284c7 !important;
}

/* 2. Top Header User Identity Positioning */
header {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

header div[class*="absolute top-"],
header div[class*="right-"] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  background: #0f172a !important;
  padding: 6px 16px !important;
  box-sizing: border-box !important;
}

header span,
header a,
header button {
  font-size: 13px !important;
}

/* 3. Institution Connect Container */
.chat-container, main {
  min-height: calc(100vh - 160px);
}
