/**
 * SWCombine OAuth button: login-oauth2 sets all .form-oauth2 buttons to white text
 * with no background; other providers add a dark/colored background. SWC needs
 * the same treatment or label is invisible on light themes.
 */
.form-oauth2 button.swcombine {
  background: #0d1117;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.form-oauth2 button.swcombine:hover {
  background: #161b22;
  color: #fff;
}

.form-oauth2 button.swcombine .swcombine-icon {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}
