/* SafankShort YouTube-style bottom navigation */
.youtube-nav{
  height:72px!important;
  background:#0b0b0b!important;
  border-top:1px solid #202020!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-around!important;
  padding:0 7px!important;
  box-sizing:border-box!important;
}
.youtube-nav a{
  height:64px!important;
  min-width:62px!important;
  flex:1!important;
  max-width:105px!important;
  color:#aaa!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  text-decoration:none!important;
}
.youtube-nav a svg{width:30px!important;height:30px!important;fill:currentColor!important;display:block!important;}
.youtube-nav a.on{color:#fff!important;}
.youtube-nav a.on svg{fill:currentColor!important;}
.youtube-nav .plus-nav{
  width:58px!important;
  height:58px!important;
  border-radius:50%!important;
  background:#242424!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  font-size:38px!important;
  font-weight:300!important;
  line-height:1!important;
  box-shadow:none!important;
}
.youtube-nav .plus-nav span{display:block!important;transform:translateY(-1px)!important;}
.youtube-nav a:nth-child(3){max-width:80px!important;}
@media(max-width:420px){
  .youtube-nav a{min-width:56px!important;font-size:10px!important;}
  .youtube-nav a svg{width:28px!important;height:28px!important;}
  .youtube-nav .plus-nav{width:54px!important;height:54px!important;font-size:36px!important;}
}
