/* --- Block APP
-------------------------------------------------------- */

.wp-block-app-section {
    padding-top: var(--wp--custom--spacing--section-block-top);

    .wp-block-app-content {
        max-width: 600px;

        .wp-block-music-partners {

            img {
                transition: all 0.4s;
            }

            a:hover,
            a:focus {
                img {
                    opacity: 0.6;
                    transform: scale(1.08);
                }
            }
        }

    }
}

.wp-block-cover p:where(:not(.has-text-color)) {
    color: var(--wp--preset--color--body-text)
}

