.component-social-signup__button {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1.3rem;
}

.component-social-signup__link-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.component-social-signup__link-content svg {
  width: 2rem;
}

.component-social-signup__button + .continue-as-guest {
  padding-top: 1.3rem
}