/* Universal-player overlay for the parent loop's related station cards. */
/* The parent theme menu includes destructive author actions, so it is never exposed publicly. */
body:not(.wp-admin) .btn-more{display:none!important}
body:not(.wp-admin) .btn-more[data-playable="false"]{display:none!important}.station-more-from .post-thumbnail{position:relative}.station-more-from .entry-action .btn-more{display:none!important}.station-more-from .ofm-related-card__play{position:absolute;z-index:6;display:grid;place-items:center;padding:0;border:1px solid rgb(255 255 255 / .35);border-radius:50%;color:#171717;cursor:pointer;opacity:0;transition:opacity .18s ease,transform .18s ease,background .18s ease;left:50%;top:50%;width:54px;height:54px;background:rgb(244 196 48 / .9);transform:translate(-50%,-50%) scale(.92)}.station-more-from .block-loop-item:hover .ofm-related-card__play,.station-more-from .block-loop-item:focus-within .ofm-related-card__play,.station-more-from .block-loop-item.is-playing .ofm-related-card__play{opacity:1;transform:translate(-50%,-50%) scale(1)}.station-more-from .ofm-related-card__play:hover,.station-more-from .ofm-related-card__play:focus-visible{background:#ffd34d;outline:2px solid #fff;outline-offset:3px}.station-more-from .ofm-related-card__play svg{width:21px;height:21px;fill:currentColor;stroke:none}.station-more-from .ofm-related-card__play .icon-pause{display:none;fill:none;stroke:currentColor;stroke-width:2.5}.station-more-from .block-loop-item.is-playing .ofm-related-card__play .icon-play{display:none}.station-more-from .block-loop-item.is-playing .ofm-related-card__play .icon-pause{display:block}@media(max-width:680px){.station-more-from .ofm-related-card__play{width:46px;height:46px;opacity:.9;transform:translate(-50%,-50%) scale(1)}}
