/* DHET Logo Placeholder Styles */
.dhet-logo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #003366;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
}

.dhet-logo-placeholder span {
  display: block;
  font-size: 10px;
}

/* Sticky navigation styles for the logo placeholder */
.main-nav.sticky .dhet-logo-placeholder {
  background-color: white;
  color: #003366;
}
