/* Trial version ribbon */
.trial-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem 1rem;
  padding: .55rem .9rem;
  background: linear-gradient(90deg, #7c2d12, #c2410c 45%, #ea580c);
  color: #fff7ed;
  font-size: .82rem;
  font-weight: 600;
  z-index: 1040;
}

.trial-banner-text strong {
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.trial-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #1a2f56;
  background: #fff;
  border-radius: 999px;
  padding: .28rem .75rem;
  text-decoration: none;
  font-weight: 800;
  font-size: .78rem;
  white-space: nowrap;
}

.trial-banner-cta:hover {
  color: #1a2f56;
  background: #fff7ed;
}

.trial-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #c2410c;
  color: #fff !important;
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.trial-pill:hover {
  background: #9a3412;
  color: #fff !important;
}

.trial-banner-landing {
  justify-content: center;
  text-align: center;
  gap: .75rem 1.25rem;
  padding: .65rem 1rem;
  font-size: .88rem;
}

.trial-banner-landing a {
  color: #1a2f56;
  background: #fff;
  border-radius: 999px;
  padding: .35rem .9rem;
  font-weight: 800;
  text-decoration: none;
}

.gk-shell > .trial-banner,
.mobile-shell > .trial-banner,
.landing > .trial-banner {
  position: sticky;
  top: 0;
}

.auth-trial-note {
  margin: 0 0 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: .75rem;
  text-align: center;
}

.auth-trial-note a {
  color: #c2410c;
  font-weight: 800;
}
