.fable51-launch-strip,
.fable51-launch-strip * {
  box-sizing: border-box;
}

.fable51-launch-strip {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 14px;
  border-block: 1px solid #dce8f7;
  background: #eef5ff;
  color: #536174;
  font-size: 12px;
  line-height: 1.35;
}

.fable51-launch-strip p {
  min-width: 0;
  margin: 0;
}

.fable51-launch-badge {
  flex: 0 0 auto;
  color: #345c9c;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.fable51-launch-strip a {
  flex: 0 0 auto;
  color: #345c9c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fable51-launch-strip a:hover {
  color: #24477f;
}

.fable51-launch-strip a:focus-visible {
  outline: 2px solid #345c9c;
  outline-offset: 2px;
}

@media (max-width: 680px) {
  .fable51-launch-strip {
    justify-content: flex-start;
    gap: 7px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .fable51-launch-strip p {
    flex: 1 1 190px;
  }
}
