.fanly-google-login-wrap,
.fanly-google-linking-wrap,
.fanly-google-button-shell,
.fanly-google-button {
  box-sizing: border-box;
}

.fanly-google-login-wrap,
.fanly-google-linking-wrap,
.fanly-google-login-wrap .um-field-area,
.fanly-google-login-wrap .um-field,
.fanly-google-linking-wrap .um-field {
  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: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}

.fanly-google-button {
  display: block;
  max-width: 100%;
  min-width: 180px;
  min-height: 44px;
  overflow: visible;
  padding: 0;
  margin: 0 auto;
  flex: 0 0 auto;
}

.fanly-google-button iframe,
.fanly-google-button > div {
  max-width: none;
}

.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 {
    min-width: 180px;
  }
}

.fanly-google-unlink-box {
  box-sizing: border-box;
  max-width: 100%;
  overflow: visible;
}

.fanly-google-unlink-box input[type="password"] {
  box-sizing: border-box;
  max-width: 100%;
}

.fanly-google-password-box {
  box-sizing: border-box;
  max-width: 100%;
  overflow: visible;
  margin: 16px 0 18px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}

.fanly-google-unlink-box {
  margin: 16px 0 0;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}

.fanly-google-password-box input[type="password"],
.fanly-google-unlink-box input[type="password"] {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
