/* Relaunch notice — linked site-wide */
.dj-relaunch-banner {
  --dj-rb-pad-y: 10px;
  background: linear-gradient(105deg, #1e3a5f 0%, #3b82f6 42%, #22c55e 100%);
  color: #fff;
  font-family: "Lato", "DM Sans", system-ui, sans-serif;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
}

/* Second row under Bootstrap fixed navbar */
.navbar.fixed-top .dj-relaunch-banner.w-100 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.dj-relaunch-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: var(--dj-rb-pad-y) 40px var(--dj-rb-pad-y) 16px;
  max-width: 100%;
}

.dj-relaunch-banner__text {
  margin: 0;
  font-size: clamp(0.8125rem, 1.9vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.01em;
}

.dj-relaunch-banner__close {
  flex-shrink: 0;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s ease, transform 0.1s ease;
}

.dj-relaunch-banner__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

.dj-relaunch-banner__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Custom-layout pages: bar in normal flow below <nav> */
.dj-relaunch-banner--flow .dj-relaunch-banner__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}
