<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.artist-publications{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem}@media only screen and (max-width:1100px){.artist-publications{grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width:990px){.artist-publications{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width:378px){.artist-publications{grid-template-columns:repeat(1, 1fr)}}.artist-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px}@media only screen and (max-width:767px){.artist-container{grid-template-columns:1fr;grid-gap:1rem}}.artist-container .artist-social-links{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:0.5rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem}@media only screen and (max-width:1100px){.artist-container .artist-social-links{grid-template-columns:repeat(1, 1fr)}}@media only screen and (max-width:767px){.artist-container .artist-social-links{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width:600px){.artist-container .artist-social-links{grid-template-columns:repeat(1, 1fr)}}.artist-container .artist-social-link{border-radius:1.5rem;border:grey 3px solid;display:flex;align-items:center;justify-content:space-between;padding:0.4rem 1rem;text-decoration:none;transition:border 300ms ease-out}.artist-container .artist-social-link span{color:black}.artist-container .artist-social-link:hover{border-color:darkgrey}.artist-container .artist-publications-outer{margin-top:1.8rem}</pre></body></html>