.profile-nav-link{border:0;background:transparent;color:#6b777a;font:600 12px Epilogue,sans-serif;padding:0}.profile-nav-link:hover{color:#017188}

/* Desktop hero banner: keep promo artwork prominent without dominating the page. */
#hero-banner.banner.image-only{
  width:min(100%,1120px);
  margin:18px auto 30px;
  aspect-ratio:4.25/1;
  max-height:268px;
  border-radius:24px;
}

@media(max-width:1100px){
  #hero-banner.banner.image-only{
    aspect-ratio:3.6/1;
    max-height:250px;
  }
}

@media(max-width:760px){
  #hero-banner.banner.image-only{
    width:100%;
    margin:16px 0 26px;
    aspect-ratio:16/9;
    max-height:190px;
    border-radius:20px;
  }
  .rr-header .rr-nav{
    display:flex!important;
    margin-left:auto;
    gap:8px;
  }
  .rr-header #favourites-nav,
  .rr-header #support-nav{
    display:none!important;
  }
  .rr-header #profile-nav{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:15px;
    background:#e7f4f6;
    color:#3e7b8f;
    padding:0!important;
    font-size:0;
    box-shadow:0 5px 14px rgba(15,44,49,.06);
  }
  .rr-header #profile-nav svg{
    width:24px;
    height:24px;
    stroke-width:1.8;
  }
  .rr-header{
    height:84px;
    padding:0 18px!important;
  }
  .rr-header .rr-logo{
    width:150px;
    max-width:calc(100vw - 92px);
  }
}
