/* RELAX FM minimal standalone player page: /grotuvas/ */
body.rfm-grotuvas-page{
  padding-bottom:0!important;
  background:radial-gradient(circle at 18% 4%,rgba(229,45,39,.16),transparent 34%),radial-gradient(circle at 86% 12%,rgba(210,4,53,.10),transparent 30%),#faf6f5;
}
body.rfm-grotuvas-page .rfm-nav-wrapper,
body.rfm-grotuvas-page .rfm-mobile-drawer,
body.rfm-grotuvas-page .rfm-mobile-drawer-overlay,
body.rfm-grotuvas-page .rfm-site-legal,
body.rfm-grotuvas-page #rfp-sticky-bar{
  display:none!important;
}
body.rfm-grotuvas-page #rfm-ajax-content{
  min-height:100vh;
}
.rfm-grotuvas-shell,
.rfm-grotuvas-shell *{
  box-sizing:border-box;
  -webkit-tap-highlight-color:transparent;
}
.rfm-grotuvas-shell{
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  font-family:var(--rfm-font-main,'Poppins',sans-serif);
}
.rfm-grotuvas-card{
  width:min(560px,100%);
  display:grid;
  justify-items:center;
  gap:18px;
  padding:24px;
  border-radius:34px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 28px 80px rgba(38,28,29,.10),inset 0 1px 0 rgba(255,255,255,.74);
  backdrop-filter:blur(26px) saturate(165%);
  -webkit-backdrop-filter:blur(26px) saturate(165%);
}
.rfm-grotuvas-kicker{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(229,45,39,.08);
  color:#d20435;
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.rfm-grotuvas-kicker:hover,
.rfm-grotuvas-kicker:focus-visible{
  background:rgba(210,4,53,.12);
  color:#b0002c;
  transform:translateY(-1px);
  text-decoration:none;
}
.rfm-live-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#e52d27;
  box-shadow:0 0 0 6px rgba(229,45,39,.12);
  display:inline-block;
  flex:0 0 auto;
}
.rfm-grotuvas-art-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(38,28,29,.09);
  isolation:isolate;
}
.rfm-grotuvas-logo,
.rfm-grotuvas-now-art,
.rfm-grotuvas-now-art img{
  display:block;
  width:100%;
  height:100%;
}
.rfm-grotuvas-logo{
  object-fit:cover;
}
.rfm-grotuvas-now-art{
  position:absolute;
  inset:0;
  z-index:2;
  text-decoration:none!important;
}
.rfm-grotuvas-now-art img{
  object-fit:cover;
}
.rfm-grotuvas-now-art[hidden]{
  display:none!important;
}
.rfm-grotuvas-play{
  width:72px;
  height:72px;
  margin-top:-54px;
  z-index:5;
  border:0!important;
  border-radius:50%!important;
  background:#e52d27!important;
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 38px rgba(229,45,39,.28),0 0 0 8px rgba(255,255,255,.86);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
}
.rfm-grotuvas-play:hover,
.rfm-grotuvas-play:focus-visible{
  transform:translateY(-1px) scale(1.02);
  box-shadow:0 22px 46px rgba(229,45,39,.32),0 0 0 8px rgba(255,255,255,.92);
  outline:0;
}
.rfm-grotuvas-play svg{
  width:28px;
  height:28px;
  display:block;
  fill:currentColor;
}
.rfm-grotuvas-now-copy{
  min-width:0;
  width:100%;
  display:grid;
  gap:7px;
  text-align:center;
  margin-top:-4px;
}
.rfm-grotuvas-now-copy span{
  color:rgba(38,28,29,.52);
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.rfm-grotuvas-kicker:hover,
.rfm-grotuvas-kicker:focus-visible{
  background:rgba(210,4,53,.12);
  color:#b0002c;
  transform:translateY(-1px);
  text-decoration:none;
}
.rfm-grotuvas-now-copy strong,
.rfm-grotuvas-now-copy em{
  display:block;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.rfm-grotuvas-kicker:hover,
.rfm-grotuvas-kicker:focus-visible{
  background:rgba(210,4,53,.12);
  color:#b0002c;
  transform:translateY(-1px);
  text-decoration:none;
}
.rfm-grotuvas-now-copy strong{
  color:#261c1d;
  font-size:clamp(22px,4.8vw,34px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-.035em;
}
.rfm-grotuvas-now-copy em{
  color:#d20435;
  font-style:normal;
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.05em;
}
@media(max-width:640px){
  .rfm-grotuvas-shell{
    align-items:flex-start;
    padding:14px;
  }
  .rfm-grotuvas-card{
    gap:15px;
    padding:16px;
    border-radius:28px;
  }
  .rfm-grotuvas-art-frame{
    border-radius:22px;
  }
  .rfm-grotuvas-play{
    width:64px;
    height:64px;
    margin-top:-48px;
  }
  .rfm-grotuvas-play svg{
    width:25px;
    height:25px;
  }
  .rfm-grotuvas-now-copy strong{
    font-size:23px;
  }
}
@media(max-width:380px){
  .rfm-grotuvas-card{
    padding:13px;
    border-radius:24px;
  }
  .rfm-grotuvas-kicker{
    font-size:9px;
    padding:9px 11px;
  }
  .rfm-grotuvas-now-copy strong{
    font-size:20px;
  }
  .rfm-grotuvas-now-copy em{
    font-size:11px;
  }
}
