/* Beta preview changes. */
/* Increase the main header logo by 75% from 72px to 126px. */
.site-header{height:130px}
.brand-logo{width:126px;height:126px}

/* Hide redundant ESPN roster tables on team Roster tabs. ESPN archive data remains available for historical calculations. */
.espn-history-roster{display:none!important}

/* Make the mobile navigation easier to read and tap. */
@media(max-width:980px){
  nav{top:130px;padding:14px 16px 18px;gap:7px}
  nav button{
    min-height:52px;
    width:100%;
    padding:14px 16px;
    font-size:15px;
    line-height:1.25;
    letter-spacing:.65px;
    text-align:left;
    border:1px solid transparent;
    border-radius:5px;
  }
  nav button+button{margin-top:2px}
  nav button:hover,nav button.active{background:#173550;border-color:#285b85}
}
@media(max-width:560px){
  .site-header{height:110px}
  .brand-logo{width:101px;height:101px}
  nav{top:110px;padding:12px 14px 16px;gap:8px}
  nav button{min-height:54px;padding:15px 16px;font-size:16px}
}
