/* minimal styles */


/* CTA button styling for roster footer */
.roster-zabrak__footer{margin-top:20px;text-align:center}
.roster-zabrak__cta{
  display:inline-block;
  padding:10px 16px;
  border-radius:12px;
  background:#E11D48;
  color:#fff;
  text-decoration:none;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  transition:transform .15s ease,filter .15s ease;
}
.roster-zabrak__cta:hover{ filter:brightness(1.08); transform:translateY(-1px); }
