/*
 * 급여명세서 세금 [자동] 버튼 (2026-09-04) — 소득세 입력칸 우측 차콜 pill(A-4).
 * 클릭 = 간이세액표 산식 추정치(본인 1명)로 소득세·지방소득세 채움 (payslip_tax_auto_controller).
 */
.ps-tax-auto {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 10px;
  border: 1px solid #3e6187;
  border-radius: 999px;
  background: #fff;
  color: #3e6187;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
}
.ps-tax-auto:hover { background: #3e6187; color: #fff; }
.ps-tax-auto:focus-visible { outline: none; box-shadow: 0 0 0 3px #3e618722; }
