            .section-iframe-btn.is-open:hover {
                box-shadow: var(--td-danger-shadow, 0 6px 24px rgba(220, 80, 80, 0.25));
            }
            .music-iframe-btn-row {
                margin: 24px 0 4px 0;
                text-align: center;
                display: flex;
                gap: 10px;
                justify-content: center;
                flex-wrap: wrap;
            }
            .music-iframe-btn-row .pl-library-btn {
                margin: 0;
            }
            .collaborators-section {
                margin: 36px 0 28px 0;
            }
            .music-section-panel {
                margin: 0 0 40px 0;
                padding: 28px;
                background: var(--td-card-soft, rgba(255, 255, 255, 0.05));
                box-shadow: var(--td-shadow-soft, 0 0 50px rgba(0, 0, 0, 0.2));
                border-radius: 18px;
                overflow: hidden;
            }
            .music-section-panel .collaborators-section {
                margin: 0;
            }
            .collaborators-header {
                margin-bottom: 20px;
                padding-bottom: 14px;
                border-bottom: 1px solid var(--td-border, rgba(255, 255, 255, 0.08));
            }
            .collaborators-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 14px;
            }
            .collab-item {
                width: 100%;
            }
            .collab-img-wrap {
                width: 100%;
                aspect-ratio: 1 / 1;
                border-radius: 14px;
                overflow: hidden;
                background: var(--td-card, #262628);
                box-shadow: var(--td-shadow-control, 0 6px 24px rgba(0, 0, 0, 0.25));
                transition: transform 0.25s, box-shadow 0.25s;
            }
            .collab-img-wrap:hover {
                transform: translateY(-3px);
                box-shadow: var(--td-shadow-control-hover, 0 10px 30px rgba(0, 0, 0, 0.35));
            }
            .collab-img-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
            @media (max-width: 600px) {
                .collaborators-grid {
                    grid-template-columns: 1fr;
                }
            }


/* Extracted from inline style attributes */
.td-f-music-frame-style-001 { margin-left: 0; margin-right: 0; }
.td-f-music-frame-style-002 { display: none; }
.td-f-music-frame-style-003 { width: 80%; }
