.digital-stores-streaming-shortcode {
    max-width: 800px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.digital-stores-streaming-shortcode .streaming-container {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    min-height: 800px; /* Increased size to make background much bigger */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Video Background Styles */
.digital-stores-streaming-shortcode .streaming-container.has-video-bg {
    color: #fff;
}

.digital-stores-streaming-shortcode .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.digital-stores-streaming-shortcode .video-background iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100%;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.digital-stores-streaming-shortcode .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 2;
}

.digital-stores-streaming-shortcode .streaming-content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.digital-stores-streaming-shortcode .streaming-title {
    font-size: 18px;
    font-weight: 800;
    color: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.digital-stores-streaming-shortcode .streaming-container:not(.has-video-bg) .streaming-title {
    color: #333;
}

.digital-stores-streaming-shortcode .audiomack-player-wrapper {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.digital-stores-streaming-shortcode .audiomack-player-wrapper iframe {
    display: block;
    border: none;
}

.digital-stores-streaming-shortcode .streaming-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.digital-stores-streaming-shortcode .streaming-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    min-width: 200px;
    text-align: left;
    line-height: 1.2;
}

.digital-stores-streaming-shortcode .streaming-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.digital-stores-streaming-shortcode .btn-text {
    font-size: 11px;
    text-transform: uppercase;
}

.digital-stores-streaming-shortcode .btn-text strong {
    font-size: 16px;
    display: block;
    text-transform: none;
}

.digital-stores-streaming-shortcode .btn-audiomack {
    background-color: #ffa200;
}

.digital-stores-streaming-shortcode .btn-spotify {
    background-color: #1ed760;
}

.digital-stores-streaming-shortcode .btn-youtube {
    background-color: #ff0000;
}

/* Add pseudo-elements for icons */
.digital-stores-streaming-shortcode .btn-audiomack::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M4 12v-2h2v2H4zm4-4v6h2V8H8zm4-2v10h2V6h-2zm4 4v6h2v-6h-2zm4-2v4h2V8h-2z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.digital-stores-streaming-shortcode .btn-spotify::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm4.586 14.424c-.18.295-.563.387-.857.207-2.35-1.434-5.305-1.76-8.786-.963-.335.077-.67-.133-.746-.467-.077-.334.132-.67.466-.746 3.816-.874 7.06-.496 9.716 1.115.293.18.386.563.207.854zm1.206-2.7c-.226.368-.7.484-1.066.257-2.69-1.65-6.84-2.14-9.923-1.173-.404.126-.827-.1-9.54-.505-.126-.403.1-.827.505-.953 3.535-1.11 8.12-.55 11.2 1.353.366.227.482.7.256 1.066zm.116-2.834C14.7 9.1 8.534 8.874 4.965 9.96c-.482.146-.99-.13-1.135-.612-.146-.48.13-.99.613-1.135 4.102-1.25 10.9-1 14.7 1.255.434.256.578.827.322 1.26-.255.432-.825.576-1.258.322z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.digital-stores-streaming-shortcode .btn-youtube::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}