.spotify-module-component{display:flex;justify-content:center;align-items:center;background-color:var(--spotify-module-bg-color,var(--primary-color-bg));color:var(--spotify-module-fg-color,var(--primary-color-fg))}
.spotify-module-component .container{padding:40px 0}
@media(min-width:1280px){.spotify-module-component .container{padding:64px 0}
}
.spotify-module-component__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:24px;line-height:1.25;letter-spacing:-0.72px;padding-bottom:16px}
.spotify-module-component__title .cmp-title__text{font-family:unset;font-size:unset;font-style:unset;font-weight:unset;line-height:unset;letter-spacing:unset}
.spotify-module-component__description{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:0;padding-bottom:16px}
.spotify-module-component.bg-primary{--spotify-module-bg-color:var(--primary-color-bg);--spotify-module-fg-color:var(--primary-color-fg)}
.spotify-module-component.bg-secondary{--spotify-module-bg-color:var(--secondary-color-bg);--spotify-module-fg-color:var(--secondary-color-fg)}
.spotify-module-component.bg-tertiary{--spotify-module-bg-color:var(--tertiary-color-bg);--spotify-module-fg-color:var(--tertiary-color-fg)}