.gateway-ext-root {
  max-width: 40rem;
}

.gateway-ext-primary {
  margin-bottom: 1.25rem;
}

.gateway-ext-hint--below-cta {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.gateway-ext-panel {
  margin-top: 0.5rem;
}

.gateway-ext-panel--hidden {
  display: none;
}

.gateway-ext-text {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gateway-ext-hint {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.45;
}

.gateway-ext-install-actions {
  margin-top: 0.25rem;
}

.gateway-ext-install-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: 28rem;
  padding: 0.65rem 1.1rem;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
}

.gateway-ext-install-btn__icon {
  flex-shrink: 0;
  font-size: 1.75rem;
  line-height: 1;
  color: #4285f4;
}
