.zacknation-streaming-container {
    background: transparent;
    border: none;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: 20px auto;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.zacknation-streaming-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.zacknation-video-wrapper, .audiomack-player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #000;
}

.zacknation-video-wrapper iframe, .audiomack-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.audiomack-player-wrapper {
    padding-bottom: 0;
    height: 252px;
}

.zacknation-streaming-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .zacknation-streaming-buttons {
        grid-template-columns: 1fr;
    }
}

.btn-stream, .btn-download {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s, transform 0.2s;
    font-size: 11px;
    line-height: 1.3;
}

.btn-stream:hover, .btn-download:hover {
    transform: translateY(-2px);
    color: #fff;
}

.icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}

.btn-text strong {
    font-size: 14px;
    display: block;
}

/* Platform Colors */
.btn-youtube-music { background: #FF0000; }
.btn-youtube-music:hover { background: #cc0000; }

.btn-spotify { background: #1DB954; }
.btn-spotify:hover { background: #179443; }

.btn-apple-music { background: #FC3C44; }
.btn-apple-music:hover { background: #d93037; }

.btn-audiomack { background: #FFA200; color: #000; }
.btn-audiomack:hover { background: #cc8200; color: #000; }
.btn-audiomack svg { fill: #000; }

/* Download button spans full width */
.zacknation-download-wrapper {
    margin-top: 15px;
}

.btn-download {
    background: #00c853;
    justify-content: center;
    padding: 12px;
    font-size: 12px;
}

.btn-download:hover {
    background: #009624;
}

.btn-download .btn-text strong {
    font-size: 15px;
}
