
/* Always-on small bottom disclaimer */
.swm-sticky-disclaimer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding: 5px 12px;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(5, 10, 18, .94);
  color: #cfd9e5;
  font-size: 10.5px;
  line-height: 1.28;
  text-align: center;
  box-shadow: 0 -8px 22px rgba(0,0,0,.28);
}
.swm-sticky-disclaimer strong{color:#fff}
.swm-sticky-disclaimer a{color:#ffd27a}

/* Full disclaimer is normal page content at the bottom and scrolls up with the page */
.swm-full-legal-section{
  width:min(1180px,calc(100% - 32px));
  margin:48px auto 28px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(7,15,25,.78);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
  color:#dbe6f1;
  font-size:11px;
  line-height:1.45;
}
.swm-full-legal-section h3{
  margin:0 0 10px;
  color:#ffd27a;
  font-size:13px;
}
.swm-full-legal-section p{
  margin:8px 0;
}
.swm-full-legal-section .swm-legal-silly{
  color:#ffd27a;
  font-style:italic;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:10px;
  margin-top:10px;
}
@media(max-width:720px){
  body{padding-bottom:96px}
  .swm-sticky-disclaimer{
    font-size:9.5px;
    text-align:left;
  }
  .swm-full-legal-section{
    font-size:10px;
    width:calc(100% - 24px);
  }
}
