/* Permanent 18+ notice, one line above the header. Never fixed, never an
   overlay, never dismissed: it sits in the page like any other line of text. */
.lp-age-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  background: #0B1B3A;
  color: #D6DEEC;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.lp-age-strip__badge {
  flex: 0 0 auto;
  padding: 1px 7px;
  border-radius: 999px;
  background: #8CC63F;
  color: #0B1B3A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (max-width: 544px) {
  .lp-age-strip { font-size: 11px; padding: 5px 10px; }
}
