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