.google-auth-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding-block: 8px;
}

.google-auth-button {
  appearance: none;
  background: #72c86b;
  border: none;
  border-radius: 9999px;
  color: #111;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  min-height: 72px;
  min-width: 220px;
  padding: 14px 40px;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.google-auth-button:hover {
  background: #66b860;
}

.google-auth-button:active {
  transform: scale(0.98);
}

.google-auth-button:focus-visible {
  outline: 2px solid var(--wp--custom--color--primary--dark-green-1, #103928);
  outline-offset: 3px;
}

.google-auth-button__line {
  display: block;
}

.css-um19vb {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000001;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.samsung-auth-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.005);
  z-index: 99999999;
}

.samsung-auth-overlay.active {
  display: block;
}

.samsung-auth-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.samsung-auth-status {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  z-index: 100000000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.samsung-auth-status.is-success {
  background: #0b3d1f;
  color: #d7f5e4;
}

.samsung-auth-status.is-error {
  background: #4a1515;
  color: #ffd8d8;
}

.samsung-auth-status[hidden] {
  display: none;
}
