.mcfc-role-header{
  width:100%;
  position:relative;
  z-index:99990;
  background:#d71920;
  color:#fff;
  font-family:"League Spartan",Arial,sans-serif;
}
.mcfc-role-header--coach{background:#111}
.mcfc-role-header--registration-secretary{background:#d71920}
.mcfc-role-header--website-manager{
  background:#111;
  border-bottom:5px solid #d71920;
}
.mcfc-role-header__inner{
  width:100%;
  min-height:92px;
  padding:0 28px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:24px;
}
.mcfc-role-header__brand{
  min-width:230px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
}
.mcfc-role-header__brand img{
  display:block;
  width:64px;
  height:64px;
  flex:0 0 64px;
  object-fit:contain;
}
.mcfc-role-header__brand span,
.mcfc-role-header__brand strong{display:block}
.mcfc-role-header__brand span{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82;
}
.mcfc-role-header__brand strong{
  margin-top:3px;
  font-size:15px;
  font-weight:700;
}
.mcfc-role-header__nav{
  margin-left:auto;
  align-self:stretch;
  display:flex;
}
.mcfc-role-header__nav a{
  display:flex;
  align-items:center;
  padding:0 12px;
  border-left:1px solid rgba(255,255,255,.14);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.mcfc-role-header__nav a:hover{
  background:#fff;
  color:#111;
}
.mcfc-role-header__actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.mcfc-role-header__actions a{
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}
.mcfc-role-header__actions .logout{
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.72);
}
.mcfc-role-header__menu-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
.mcfc-role-header__mobile{display:none}
@media(max-width:1180px){
  .mcfc-role-header__nav a{padding:0 8px;font-size:10px}
  .mcfc-role-header__brand{min-width:190px}
}
@media(max-width:980px){
  .mcfc-role-header__inner{min-height:78px;padding:0 18px}
  .mcfc-role-header__brand img{width:54px;height:54px;flex-basis:54px}
  .mcfc-role-header__nav,
  .mcfc-role-header__actions{display:none}
  .mcfc-role-header__menu-toggle{display:block}
  .mcfc-role-header__mobile{
    background:#111;
    border-top:1px solid rgba(255,255,255,.15);
  }
  .mcfc-role-header__mobile.open{display:block}
  .mcfc-role-header__mobile a{
    display:block;
    padding:15px 20px;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
  }
}

/* v2.1 hardening: portal crest must remain visible */
#mcfcRoleHeader .mcfc-role-header__brand img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  max-width:64px !important;
}
