.vlc-widget [hidden] {
  display: none !important;
}

.vlc-email-step {
  margin: 16px 0 4px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
}

.vlc-email-label {
  display: block;
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 800;
}

.vlc-email {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1.5px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
}

.vlc-email:focus {
  border-color: #2563eb;
  outline: 3px solid #dbeafe;
}

.vlc-email-help {
  margin: 8px 0 13px;
  color: #526079;
  font-size: 0.74rem;
  line-height: 1.5;
}

.vlc-email-continue {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 9px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.vlc-email-continue:hover {
  background: #1d4ed8;
}

.vlc-email-continue:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

.vlc-stripe-notice {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0 10px;
  padding: 12px 14px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e3a8a;
}

.vlc-stripe-notice p {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.5;
}
