/* MZ Radio Patch 30 - Fix channel inner pages images/mobile spacing */
.hero-logo img.mz-safe-channel-logo{
  display:block!important;
  margin:0 auto 12px!important;
  background:linear-gradient(145deg,rgba(1,57,47,.96),rgba(0,36,31,.96))!important;
  border:1px solid rgba(244,207,120,.55)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.24)!important;
  object-fit:contain!important;
}
.mz-safe-channel-logo-small{
  background:#063c32 url('logo.png') center/72% no-repeat!important;
  border:1px solid rgba(244,207,120,.55)!important;
}
@media(max-width:700px){
  body{padding-bottom:178px!important;}
  .container{padding-bottom:130px!important;}
  .hero{
    display:block!important;
    padding:28px 18px 170px!important;
    margin:12px 10px 18px!important;
    min-height:auto!important;
    border-radius:28px!important;
    overflow:hidden!important;
  }
  .hero-logo{
    width:100%!important;
    min-height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto 12px!important;
    padding:0!important;
  }
  .hero-logo img.mz-safe-channel-logo{
    width:132px!important;
    height:132px!important;
    max-width:132px!important;
    max-height:132px!important;
    border-radius:30px!important;
    padding:10px!important;
  }
  .hero-copy{padding:0!important;text-align:center!important;}
  .hero-copy .eyebrow{margin-top:4px!important;}
  .hero h1,.hero-copy h1{
    font-size:42px!important;
    line-height:1.18!important;
    margin:16px 0 8px!important;
    color:#fff!important;
  }
  .hero p,.hero-copy p{
    font-size:16px!important;
    line-height:1.8!important;
    color:#fff7e7!important;
    margin-bottom:16px!important;
  }
  .hero #nowTitle{
    font-size:24px!important;
    line-height:1.45!important;
    color:#fff!important;
    margin-top:18px!important;
  }
  .hero .muted{color:#fff4d6!important;font-weight:800!important;}
  .live-info,.live-warning{font-weight:900!important;}
  .play-hero{margin-top:8px!important;}
  .player-fixed{
    bottom:92px!important;
    left:12px!important;
    right:12px!important;
    z-index:92!important;
  }
  .bottom-mobile{display:none!important;}
  .mz-mobile-bar{bottom:10px!important;z-index:100!important;}
  .comments-section{margin-bottom:180px!important;}
  .recommend-strip{margin-bottom:180px!important;}
}
