.graphics.content{padding-top:0;padding-bottom:0}.graphics{padding-top:0}.graphics ul{margin:0;padding:0;list-style-type:none;display:grid;gap:2rem}.graphics img:where(.placeholder,.animated){object-fit:contain;width:100%;height:300px}.graphics li{display:grid;row-gap:1rem;border:solid 1px var(--tertiary);border-image:linear-gradient(var(--accent),var(--tertiary)) 30;padding:1rem}.graphics li>*{margin:0}.graphics li .content>:first-child{margin-top:0}.graphics li .content>:last-child{margin-bottom:0}.graphics li h2{margin:0}.graphics li h2 small{font-size:1.2rem;color:var(--subtitle)}.graphics li a.brand{font-weight:300;font-family:var(--font-family);text-decoration:none}.graphics li a.brand:focus,.graphics li a.brand:hover{text-decoration:underline}.graphics li div.info{display:flex;justify-content:space-between;align-items:center}.graphics li .pill{display:inline-block;background:var(--tertiary-light);padding:.25rem 2rem;border-radius:24px;text-transform:capitalize}@media (min-width:850px){.graphics ul{grid-template-columns:repeat(2,minmax(0,1fr))}}