.google-button {
  background: #fff;
  color: #18233e;
  border: 1px solid #cbd4e4;
  box-shadow: 0 1px 2px #18233e12;
}

.google-button:hover { background: #f7f9fc; }

.separator {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #98a2b4;
  font-size: 12px;
}

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

.google-note {
  display: block;
  color: #7b879c;
  text-align: center;
  line-height: 1.4;
}
