.jhgl-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  margin: 18px auto;
  text-align: center;
}

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

.jhgl-separator::before,
.jhgl-separator::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}

.jh-google-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background: #fff;
  color: #3c4043 !important;
  box-shadow: 0 1px 2px rgba(60, 64, 67, .16);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color .15s ease, box-shadow .15s ease;
}

.jh-google-login-button:hover,
.jh-google-login-button:focus {
  background: #f8faff;
  color: #202124 !important;
  box-shadow: 0 1px 3px rgba(60, 64, 67, .28);
}

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

.jhgl-note {
  margin: 9px 0 0;
  color: #6c757d;
  font-size: 12px;
  line-height: 1.4;
}

.jhgl-container--otp {
  max-width: none;
  margin: 17px 0 0;
}

.jhgl-container--otp .jhgl-separator {
  margin-top: 0;
}

.jhgl-container--otp .jh-google-login-button {
  min-height: 48px;
}

.jhgl-error-page {
  max-width: 760px;
  margin: 50px auto;
  padding: 0 16px;
}

.jhgl-error-card {
  padding: 30px;
  border-top: 4px solid #25b9d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .10);
  text-align: center;
}

.jhgl-error-card h1 {
  margin: 0 0 15px;
  font-size: 25px;
}

@media (max-width: 575px) {
  .jhgl-container {
    max-width: none;
    margin: 16px 0;
  }

  .jh-google-login-button {
    min-height: 48px;
    font-size: 15px;
  }

  .jhgl-error-page {
    margin: 25px auto;
  }

  .jhgl-error-card {
    padding: 22px 16px;
  }
}
