.notification-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #0c0c0e;
  border-left: 4px solid #c9a84c;
  padding: 0.6rem 1rem;
  color: #e8e8e8;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
}

.notification-label {
  font-family: 'Bebas Neue', sans-serif;
  background: #0c0c0e;
  color: #c9a84c;
  letter-spacing: 0.05em;
  font-size: 1rem;
  flex-shrink: 0;
}

.notification-message {
  flex: 1;
  color: #c9a84c;
}

.notification-close {
  background: none;
  border: none;
  color: #c9a84c;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
}

.notification-close:hover {
  color: #e8e8e8;
}