.oauth-actions { display: grid; gap: 12px; margin: 18px 0 0; min-width: 0; }
a.oauth-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}
a.oauth-button svg { width: 20px; height: 20px; flex: 0 0 auto; display: block; }
a.oauth-button.goorigo { background: #d6f56a; color: #111214; border: 1px solid #d6f56a; font-weight: 700; }
a.oauth-button.naver { background: #03c75a; color: #fff; border: 1px solid #03c75a; }
a.oauth-button.kakao { background: #fee500; color: #191919; border: 1px solid #fee500; }
a.oauth-button.google { background: #fff; color: #1f1f1f; border: 1px solid #747775; }
.oauth-divider { display: flex; align-items: center; gap: 12px; margin: 4px 0 2px; font-size: 12px; color: #706679; }
.oauth-divider::before, .oauth-divider::after { content: ""; height: 1px; flex: 1; background: #e6e0ee; }
