.fanly-google-login-wrap,
.fanly-google-linking-wrap {
  max-width: 100%;
  overflow: visible;
}

.fanly-google-login-wrap {
  margin-top: 16px;
}

.fanly-google-login-separator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 12px;
  color: #777;
  font-size: 12px;
}

.fanly-google-login-separator::before,
.fanly-google-login-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.fanly-google-button-shell {
  width: 100%;
  max-width: 360px;
  overflow: visible;
}

.fanly-google-button {
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 44px;
  overflow: visible;
}

.fanly-google-button > div,
.fanly-google-button iframe {
  max-width: 100% !important;
}

.fanly-google-login-note,
.fanly-google-linking-wrap .description {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.fanly-google-linking-wrap code {
  font-size: 12px;
}

@media (max-width: 360px) {
  .fanly-google-button-shell,
  .fanly-google-button {
    max-width: calc(100vw - 32px);
  }
}
