body.radiohy-skin-v2 .radiohy-broadcast-v2 {

    max-width: 920px;

    margin: 0 auto;

    padding: 0 12px;

}



body.radiohy-skin-v2 .radiohy-v2-now-row {

    display: grid;

    grid-template-columns: auto 1fr minmax(140px, 0.9fr);

    gap: 8px;

    margin-bottom: 8px;

    align-items: stretch;

}



body.radiohy-skin-v2 .radiohy-v2-play-stack {

    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 8px;

    width: 92px;

    min-width: 92px;

    padding: 10px 12px;

    align-self: stretch;

}



body.radiohy-skin-v2 .radiohy-v2-volume-slot {

    width: 100%;

    flex-shrink: 0;

}



body.radiohy-skin-v2 .radiohy-v2-volume-slot .compact-volume {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 4px;

    width: 100%;

    color: #b0b0b0;

}



body.radiohy-skin-v2 .radiohy-v2-volume-slot .volume-slider {

    width: 100%;

    max-width: 68px;

    accent-color: #ffb347;

    cursor: pointer;

}



body.radiohy-skin-v2 .radiohy-v2-player-source {

    position: absolute;

    width: 1px;

    height: 1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

}



body.radiohy-skin-v2 .radiohy-v2-player-source .radiohy-compact-bar {

    margin: 0;

    padding: 0;

    border: 0;

    box-shadow: none;

    background: transparent;

}



body.radiohy-skin-v2 .radiohy-v2-play-panel {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    flex: 1;

    min-height: 78px;

    padding: 14px 8px 16px;

    cursor: pointer;

    border: 1px solid rgba(255, 179, 71, 0.35);

    border-radius: 8px;

    background: rgba(0, 25, 55, 0.55);

    color: #ffb347;

    appearance: none;

    -webkit-appearance: none;

    font: inherit;

    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;

}



body.radiohy-skin-v2 .radiohy-v2-play-panel:hover {

    border-color: rgba(255, 179, 71, 0.55);

    background: rgba(0, 30, 65, 0.65);

}



body.radiohy-skin-v2 .radiohy-v2-play-panel.is-playing {

    border-color: rgba(0, 200, 255, 0.55);

    background: rgba(0, 35, 70, 0.6);

    color: #00c8ff;

}



body.radiohy-skin-v2 .radiohy-v2-play-icon {

    font-size: 1.55rem;

    line-height: 1;

}



body.radiohy-skin-v2 .radiohy-v2-play-label {

    font-size: 0.68rem;

    font-weight: 700;

    margin-top: 6px;

    text-transform: uppercase;

    letter-spacing: 0.04em;

    color: inherit;

}



body.radiohy-skin-v2 .radiohy-v2-noa-panel {

    padding: 12px 14px;

}



body.radiohy-skin-v2 .radiohy-v2-noa-title {

    display: block;

    color: #ffb347;

    font-size: 0.78rem;

    font-weight: 700;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    margin-bottom: 6px;

}



body.radiohy-skin-v2 .radiohy-v2-noa-layout {

    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 12px;

    align-items: stretch;

}



body.radiohy-skin-v2 .radiohy-v2-noa-body {

    display: flex;

    align-items: center;

    gap: 10px;

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-noa-stations {

    display: flex;

    flex-direction: column;

    gap: 6px;

    justify-content: center;

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-station-slot {

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 34px;

    padding: 6px 10px;

    border-radius: 6px;

    font-size: 0.78rem;

    font-weight: 600;

    line-height: 1.2;

    text-align: center;

}



body.radiohy-skin-v2 button.radiohy-v2-station-slot {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.35);

    border: 1px solid rgba(255, 255, 255, 0.12);

    color: #aaa;

}



body.radiohy-skin-v2 button.radiohy-v2-station-slot:hover {

    color: #fff;

    border-color: rgba(0, 200, 255, 0.35);

}



body.radiohy-skin-v2 button.radiohy-v2-station-slot.is-active {

    color: #fff;

    border-color: rgba(0, 200, 255, 0.45);

    background: rgba(0, 25, 55, 0.65);

    box-shadow: 0 0 12px rgba(0, 180, 255, 0.12);

}



body.radiohy-skin-v2 .radiohy-v2-station-slot.is-reserved {

    border: 1px dashed rgba(255, 255, 255, 0.08);

    background: rgba(0, 0, 0, 0.15);

    min-height: 34px;

}



body.radiohy-skin-v2 .radiohy-v2-noa-photo {

    width: 44px;

    height: 44px;

    border-radius: 8px;

    object-fit: cover;

    border: 1px solid rgba(255, 179, 71, 0.35);

    background: rgba(0, 0, 0, 0.35);

}



body.radiohy-skin-v2 .radiohy-v2-noa-photo.is-placeholder {

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.2rem;

}



body.radiohy-skin-v2 .radiohy-v2-noa-name {

    color: #fff;

    font-weight: 700;

    font-size: 0.92rem;

}



body.radiohy-skin-v2 .radiohy-v2-noa-show {

    color: #b0b0b0;

    font-size: 0.8rem;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel {

    display: flex;

    flex-direction: column;

    padding: 12px 14px;

    gap: 10px;

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-song-top {

    flex: 1;

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-song-info {

    margin-top: auto;

    padding-top: 8px;

    border-top: 1px solid rgba(0, 180, 255, 0.15);

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-song-label {

    display: block;

    color: #00c8ff;

    font-size: 0.78rem;

    font-weight: 700;

    letter-spacing: 0.04em;

    margin-bottom: 6px;

}



body.radiohy-skin-v2 .radiohy-v2-station-name {

    color: #ffb347;

    font-size: 0.82rem;

    font-weight: 700;

    margin-bottom: 4px;

    line-height: 1.3;

}



body.radiohy-skin-v2 .radiohy-v2-top-song {

    color: #fff;

    font-size: 0.85rem;

    line-height: 1.35;

    word-break: break-word;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .radiohy-info-bar {

    display: flex;

    align-items: center;

    width: 100%;

    max-width: none;

    margin: 0;

    padding: 5px 8px;

    border-radius: 8px;

    border: 1px solid rgba(255, 65, 108, 0.42);

    background: rgba(0, 8, 18, 0.75);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 10px rgba(255, 65, 108, 0.08);

    color: #fff;

    font-size: 0.68rem;

    overflow: hidden;

    white-space: nowrap;

    box-sizing: border-box;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-fixed-left {

    display: flex;

    align-items: center;

    gap: 6px;

    flex-shrink: 0;

    z-index: 2;

    background: linear-gradient(90deg, rgba(0, 8, 18, 0.98) 80%, transparent);

    padding-right: 8px;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-badge {

    background: #ff416c;

    color: #fff;

    padding: 1px 6px;

    border-radius: 8px;

    font-size: 0.62rem;

    font-weight: 700;

    letter-spacing: 0.05em;

    box-shadow: 0 0 8px rgba(255, 65, 108, 0.3);

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-date {

    color: #ffd700;

    font-weight: 700;

    font-size: 0.68rem;

    letter-spacing: 0.02em;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-divider {

    color: rgba(255, 255, 255, 0.28);

    margin: 0 4px;

    flex-shrink: 0;

    z-index: 2;

    background: transparent;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-ticker-container {

    overflow: hidden;

    width: 100%;

    display: flex;

    min-width: 0;

}



body.radiohy-skin-v2 .radiohy-v2-song-panel .info-custom-text {

    color: #e8e8e8;

}



@media (max-width: 720px) {

    body.radiohy-skin-v2 .radiohy-v2-now-row {

        grid-template-columns: auto 1fr;

    }



    body.radiohy-skin-v2 .radiohy-v2-noa-layout {

        grid-template-columns: 1fr;

    }



    body.radiohy-skin-v2 .radiohy-v2-play-stack {

        width: 92px;

        min-width: 92px;

    }



    body.radiohy-skin-v2 .radiohy-v2-noa-stations {

        flex-direction: row;

        flex-wrap: wrap;

    }



    body.radiohy-skin-v2 .radiohy-v2-station-slot {

        flex: 1 1 calc(33.333% - 6px);

        min-width: 72px;

    }



    body.radiohy-skin-v2 .radiohy-v2-song-panel {

        grid-column: 1 / -1;

    }



    body.radiohy-skin-v2 .radiohy-v2-song-panel .radiohy-info-bar {

        font-size: 0.64rem;

        padding: 4px 6px;

    }



    body.radiohy-skin-v2 .radiohy-v2-song-panel .info-date {

        font-size: 0.64rem;

    }

}

