/* Construction Banner */
.construction-banner {
  background: #FFA500;
  color: #000;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #FF8C00;
  position: sticky;
  top: 0;
  z-index: 101;
}
