/**handles:avishai-block-newsletter-post-list**/
.newsletter-post-list{position:relative;z-index:2;width:100%}ul.newsletters{width:100%;margin:40px 0;padding:0;list-style:none}ul.newsletters li.newsletter-card{width:100%;display:block;margin-bottom:8px}ul.newsletters li.newsletter-card a{width:100%;display:grid;grid-template-columns:1fr 150px;background:var(--color-secondary);padding:20px 30px vertical-align: middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;color:var(--color-alt-text);font-size:var(--default-font-size);padding:calc(.667em + 2px) calc(2em + 2px)}ul.newsletters li.newsletter-card a:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background:var(--color-alt-text);height:2px;opacity:.3}ul.newsletters li.newsletter-card a:before{content:"";position:absolute;z-index:0;left:51%;right:51%;bottom:0;background:var(--color-accent);height:2px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}ul.newsletters li.newsletter-card a:active:before,ul.newsletters li.newsletter-card a:focus:before,ul.newsletters li.newsletter-card a:hover:before{left:0;right:0}ul.newsletters li.newsletter-card a h3{margin:0;width:100%}ul.newsletters li.newsletter-card a p{width:100%;text-align:right;font-size:var(--secondary-font-size);color:var(---color-dull-text);margin:0}@media screen and (max-width:1024px){ul.newsletters li.newsletter-card a{width:100%;display:block}ul.newsletters li.newsletter-card a p{width:100%;text-align:left}}@media screen and (max-width:600px){ul.newsletters li.newsletter-card a,ul.newsletters li.newsletter-card a h3,ul.newsletters li.newsletter-card a p{text-align:center}}