/* GW Google 第三方登入 Pro v1.1.5 自訂導流按鈕 | 26081221 */
.gw-google-login-wrap {
  margin: 0 0 20px;
}

.gw-google-login-layout {
  width: 100%;
}

.gw-google-login-button {
  align-items: center;
  background: #fff;
  border: 1px solid #747775;
  border-radius: 4px;
  color: #1f1f1f !important;
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none !important;
  transition: background-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.gw-google-login-button:hover,
.gw-google-login-button:focus {
  background: #f8faff;
  box-shadow: 0 1px 2px rgba(60, 64, 67, .18);
}

.gw-google-login-icon {
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.gw-google-login-button.gw-google-custom-button {
  margin-top: 10px;
}

.gw-google-login-button.gw-google-custom-button:hover,
.gw-google-login-button.gw-google-custom-button:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
  filter: brightness(.96);
  text-decoration: none !important;
}

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

.gw-google-login-divider::before,
.gw-google-login-divider::after {
  background: #e5e5e5;
  content: '';
  flex: 1;
  height: 1px;
}

.gw-google-confirm-panel {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
  max-width: 720px;
}

@media (max-width: 767px) {
  .gw-google-login-button {
    min-height: 46px;
  }

}
