
/* === SWM brand/button + footer disclaimer (scoped additions) === */

/* Glossy blue "SlotWinnerMaker" brand pill (header home link) */
header a[href="/"].brand-pill-oldschool{
  display:inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg,#8bc3ff 0%, #4aa8ff 35%, #2f79f0 100%);
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: inset 0 12px 10px rgba(255,255,255,.55), /* glossy top */
              inset 0 -8px 10px rgba(0,0,0,.12),       /* bottom shade */
              0 8px 20px rgba(47,121,240,.35);
  color: #0b1a2b !important;
  font-weight: 900;
  letter-spacing: .3px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}

/* Hover/active states very light, to match screenshot */
header a[href="/"].brand-pill-oldschool:hover{ filter: brightness(1.03); transform: translateY(-1px); }
header a[href="/"].brand-pill-oldschool:active{ transform: translateY(0); filter: brightness(.98); }

/* Footer disclaimer exactly under links, left-aligned and same typography */
footer .rg-disclaimer{
  margin-top: 6px;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
}
