.newsletter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.newsletter-grid-title{margin:0;color:var(--color-black)!important}.newsletter-grid-header{margin-bottom:16px}.newsletter-grid-description{color:var(--color-text-secondary);margin:2px 0 0}.newsletter-grid-empty{color:var(--color-gray-darker)}@media only screen and (width<=600px){.newsletter-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:8px;display:grid}}@media only screen and (device-width>=768px) and (device-width<=1024px) and (-webkit-device-pixel-ratio>=1){.newsletter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
