.wglb-login-placement,
.wglb-shortcode-wrap {
  width: 100%;
  margin: 18px 0 0;
}

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

.wglb-button:hover,
.wglb-button:focus {
  border-color: #5f6368;
  color: #174ea6 !important;
  background: #f8faff;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  outline: 0;
}

.wglb-button:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}

.wglb-icon-box {
  width: 32px;
  height: 32px;
  display: inline-grid;
  flex: 0 0 32px;
  place-items: center;
}

.wglb-google-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.wglb-divider {
  margin: 19px 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #757575;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.wglb-divider::before,
.wglb-divider::after {
  height: 1px;
  content: "";
  flex: 1;
  background: #dcdcde;
}

.wglb-shortcode-wrap {
  max-width: 360px;
}

.wglb-notice {
  padding: 10px 13px;
  border-left: 3px solid #dba617;
  color: #3c434a;
  background: #fff8e5;
  font-size: 13px;
}

#login .wglb-login-placement {
  margin: 4px 0 16px;
}

#login .wglb-login-error {
  margin-bottom: 20px;
}

#login .wglb-pending-message {
  margin-bottom: 20px;
  border-left-color: #dba617;
}
