.launch-inline-row {
  margin-top: 1rem;
}

.launch-inline-button {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.08);
  color: inherit;
  border-radius: 999px;
  padding: 0.82rem 1rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.launch-inline-button:hover,
.launch-inline-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.54);
  background: rgba(59, 130, 246, 0.12);
  outline: none;
}

.launch-inline-button:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.mobile-launch-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  min-height: 1.5rem;
}

.mobile-launch-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-launch-pill.is-queued,
.mobile-launch-pill.is-running {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.mobile-launch-pill.is-failed {
  background: rgba(239, 68, 68, 0.16);
  color: #991b1b;
}

.mobile-launch-pill.is-pr_ready {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

.mobile-launch-message {
  margin: 0;
}

.mobile-launch-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.mobile-launch-retry {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

@media (max-width: 720px) {
  .apply-bar,
  .mobile-launch-status {
    align-items: stretch;
  }

  .launch-inline-button,
  #apply-recommendations-button {
    width: 100%;
  }
}
