.tdi-launch-banner {
  background: #35141f;
  color: #fffaf3;
  font-size: 14px;
  padding: 12px 20px 10px;
  position: relative;
  text-align: center;
  z-index: 20;
}

.tdi-launch-banner__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
}

.tdi-launch-banner strong {
  color: #fffaf3;
  font-family: Georgia, serif;
  font-size: 17px;
}

.tdi-launch-banner b {
  color: #e4bd82;
  letter-spacing: .05em;
}

.tdi-launch-banner a {
  border-bottom: 1px solid #b9894a;
  color: #fffaf3;
  font-weight: 700;
  text-decoration: none;
}

.tdi-launch-banner small {
  color: #e8dcd0;
  display: block;
  font-size: 11px;
  margin-top: 7px;
}

@media (max-width: 720px) {
  .tdi-launch-banner { padding: 12px 14px; }
  .tdi-launch-banner__inner { gap: 7px 12px; }
  .tdi-launch-banner strong,
  .tdi-launch-banner span { flex: 0 0 100%; }
}

