
/* 1.0.0-beta.5.7.2 — visible Bestiary icon in the fixed mobile section bar. */
@media (max-width:760px){
  body.mobile-layout .tabs .tab[data-tab="bestiary"]::before{
    content:""!important;
    display:block!important;
    width:20px!important;
    height:20px!important;
    background:currentColor!important;
    color:var(--gold-2)!important;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 21c.7-4.9 2.6-8.2 5.8-10.1L8.1 4.2l3.9 3 3.9-3-1.7 6.7C17.4 12.8 19.3 16.1 20 21c-3.2-1.9-5.8-1.7-8 .4-2.2-2.1-4.8-2.3-8-.4Zm5.1-7.2 1.8 1.1-1.5 1.3-1.8-1.1 1.5-1.3Zm5.8 0 1.5 1.3-1.8 1.1-1.5-1.3 1.8-1.1Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 21c.7-4.9 2.6-8.2 5.8-10.1L8.1 4.2l3.9 3 3.9-3-1.7 6.7C17.4 12.8 19.3 16.1 20 21c-3.2-1.9-5.8-1.7-8 .4-2.2-2.1-4.8-2.3-8-.4Zm5.1-7.2 1.8 1.1-1.5 1.3-1.8-1.1 1.5-1.3Zm5.8 0 1.5 1.3-1.8 1.1-1.5-1.3 1.8-1.1Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
    opacity:1!important;
    filter:drop-shadow(0 0 5px rgba(241,217,165,.28));
  }
  body.mobile-layout .tabs .tab[data-tab="bestiary"].active::before{
    filter:drop-shadow(0 0 8px rgba(241,217,165,.62));
  }
}
