article.newspaper{--tear-height:10px;background:var(--white);border-left:1px solid var(--half-opacity-pencil);border-right:1px solid var(--half-opacity-pencil);box-sizing:border-box;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:3fr 1fr;margin:calc(var(--tear-height) + 30px) auto;max-width:var(--max-width);padding:20px;position:relative;row-gap:30px;width:calc(100% - var(--margin)*2)}@media only screen and (max-width:900px){article.newspaper{grid-template-columns:100%}}article.newspaper .tear{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 10'><path d='M-1,10 l17,-8 l17,8 l0,10 l-34,0 z' stroke='%23cdc4bf' stroke-width='1' fill='%23fff'></path></svg>");background-repeat:round;height:10px;left:0;position:absolute;top:calc((var(--tear-height) - 1px)*-1);width:100%}article.newspaper .tear.bottom-tear{bottom:calc((var(--tear-height) - .5px)*-1);top:auto;transform:rotate(180deg)}article.newspaper .masthead{border-bottom:1px solid #000;display:grid;grid-column:1/span 2;grid-template-columns:1fr 3fr 1fr;padding-bottom:15px}@media only screen and (max-width:900px){article.newspaper .masthead{grid-column:1/span 1;grid-template-columns:auto 1fr}}article.newspaper .masthead .title{font-family:Hearken;font-size:55px;font-weight:400;grid-column-start:2;margin:0;text-align:center}@media only screen and (max-width:900px){article.newspaper .masthead .title{font-size:30px;grid-column-start:1;text-align:left}}article.newspaper .masthead .label{align-self:flex-end;grid-column-start:1;grid-row-start:1;margin:0}@media only screen and (max-width:900px){article.newspaper .masthead .label{bottom:2px;font-size:14px;grid-column-start:2;position:relative;text-align:right}}article.newspaper .masthead .weather-wrap{align-self:flex-end;display:grid;font-family:OhNoSoftie,sans-serif;font-size:18px;font-weight:700;font-weight:400;grid-column-start:3;text-align:right;text-transform:uppercase}@media only screen and (max-width:900px){article.newspaper .masthead .weather-wrap{display:none}}article.newspaper .article-wrap{border-right:1px solid var(--espresso);display:grid;padding-right:20px;row-gap:25px}@media only screen and (max-width:900px){article.newspaper .article-wrap{border:none;padding:0}}article.newspaper .newspaper-footer{margin-top:-15px}article.newspaper .newspaper-footer h3{font-size:26px;font-weight:800;margin:0}article.newspaper .newspaper-footer p{color:var(--gravy);font-size:16px;margin:5px 0 0}article.newspaper .newspaper-footer p a{color:var(--espresso)}
