.sg-wrap{
  width:min(860px,calc(100% - 48px));
  margin:auto
}
.sg-header{
  max-width:1184px;
  margin:auto;
  padding:16px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.sg-nav{
  display:flex;
  gap:25px;
  font-size:14px
}
.sg-start{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background:#0071e3;
  color:#fff;
  padding:11px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  white-space:nowrap
}
.sg-start:hover{
  background:#005bb8
}
.sg-page a:focus-visible,.sg-page summary:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:4px
}
.sg-breadcrumb{
  display:flex;
  gap:12px;
  align-items:center;
  font-size:13px;
  color:var(--text-2);
  margin-top:35px
}
.sg-intro{
  padding:44px 0 30px
}
.sg-eyebrow{
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em
}
.sg-intro h1{
  font-size:clamp(32px,4.3vw,50px);
  line-height:1.25;
  margin:17px 0 24px;
  word-break:keep-all
}
.sg-answer{
  font-size:19px;
  line-height:1.9;
  word-break:keep-all
}
.sg-updated{
  font-size:12px;
  color:var(--text-2);
  margin-top:20px
}
.sg-toc{
  background:var(--bg-alt);
  border:1px solid var(--border);
  border-radius:14px;
  padding:22px;
  display:grid;
  gap:10px;
  font-size:14px
}
.sg-toc a{
  color:var(--blue)
}
.sg-page article section{
  padding:40px 0 0;
  scroll-margin-top:100px
}
.sg-page article h2{
  font-size:26px;
  line-height:1.4;
  margin-bottom:20px;
  word-break:keep-all
}
.sg-page article section p{
  line-height:1.9;
  margin:16px 0;
  font-size:16px;
  word-break:keep-all
}
.sg-page article section a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px
}
.sg-facts{
  display:grid;
  gap:0;
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden
}
.sg-facts>div{
  display:grid;
  grid-template-columns:150px 1fr;
  border-bottom:1px solid var(--border);
  font-size:15px
}
.sg-facts>div:last-child{
  border:0
}
.sg-facts dt{
  padding:15px;
  background:var(--bg-alt);
  font-weight:650
}
.sg-facts dd{
  padding:15px
}
.sg-table{
  overflow-x:auto;
  border:1px solid var(--border);
  border-radius:12px
}
.sg-table table{
  border-collapse:collapse;
  width:100%;
  font-size:14px
}
.sg-table caption{
  text-align:left;
  padding:14px;
  font-size:12px;
  color:var(--text-2)
}
.sg-table th,.sg-table td{
  padding:14px 12px;
  text-align:left;
  border-top:1px solid var(--border);
  white-space:nowrap
}
.sg-table th{
  background:var(--bg-alt)
}
.sg-steps,.sg-page article ul{
  padding-left:24px;
  line-height:1.9;
  font-size:16px
}
.sg-steps li{
  margin-bottom:16px;
  padding-left:5px
}
.sg-steps strong{
  display:block
}
.sg-page code{
  font-size:13px;
  overflow-wrap:anywhere;
  white-space:normal
}
.sg-page details{
  border-bottom:1px solid var(--border)
}
.sg-page summary{
  cursor:pointer;
  font-size:16px;
  font-weight:650;
  line-height:1.6;
  padding:20px 0
}
.sg-page details p{
  color:var(--text-2);
  padding-bottom:12px
}
.sg-related a{
  display:inline-block;
  margin:0 22px 12px 0
}
.sg-end{
  display:flex;
  gap:26px;
  align-items:center;
  flex-wrap:wrap;
  padding:35px 0 60px;
  font-size:14px
}
.sg-footer{
  background:var(--bg-alt);
  padding:35px 0;
  color:var(--text-2);
  font-size:12px
}
.sg-footer nav{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:12px
}
.sg-skip{
  position:fixed;
  top:-100px;
  left:12px;
  z-index:200;
  background:var(--surface);
  padding:12px;
  color:var(--blue)
}
.sg-skip:focus{
  top:8px
}
@media(max-width:800px){
  .sg-nav{
    order:3;
    flex-basis:100%;
    gap:22px;
    justify-content:center
  }
  .sg-header{
    flex-wrap:wrap;
    padding:12px 24px
  }
  .sg-page article section{
    scroll-margin-top:135px
  }
}
@media(max-width:480px){
  .sg-header{
    padding:12px 20px;
    gap:14px
  }
  .sg-nav{
    font-size:12px;
    gap:17px
  }
  .sg-start{
    font-size:12px;
    padding:10px 12px
  }
  .sg-wrap{
    width:calc(100% - 40px)
  }
  .sg-intro{
    padding-top:32px
  }
  .sg-answer{
    font-size:17px
  }
  .sg-page article h2{
    font-size:23px
  }
  .sg-facts>div{
    grid-template-columns:105px 1fr;
    font-size:13px
  }
  .sg-facts dt,.sg-facts dd{
    padding:12px
  }
  .sg-table th,.sg-table td{
    padding:12px 8px;
    font-size:12px
  }
  .sg-page article section p,.sg-steps,.sg-page article ul{
    font-size:15px
  }
}
.sg-table th{
  white-space:normal;
}
