
/* Hide unwanted controls */
.btn-more,
.btn-like,
.btn-comment,
.btn-play,
.plyr__controls [data-plyr="play"],
/* Hide comment section */
.single-station .comments-area,
.comments-area,
#comments {
    display: none !important;
}
