.socials{display:grid;grid-auto-flow:column;justify-content:center;column-gap:2rem;list-style:none;margin:0 0 2rem;padding:0 0 2rem;border-bottom:1px solid #ccc}.socials li a{height:2.75rem;width:2.75rem;border-radius:40px;display:block;padding:1.25rem;display:grid;align-content:center;justify-content:center;transition:opacity 50ms linear}.socials li a:hover{opacity:.7}.socials li a svg{height:1.5rem;width:1.5rem}.social__twitter{background-color:#1da1f2;color:white}.social__github{background-color:#181717;color:white}.social__instagram{background-color:#e4405f;color:white}.social__linkedin{background-color:#0a66c2;color:white}.social__rss{background-color:#f78422;color:white}.social__email{background-color:white;color:#222222;border:1px solid #ddd}.social__email:hover{color:#222222}@media only screen and (max-width:600px){.socials li a{height:1.5rem;width:1.5rem;padding:1rem}.socials li a svg{height:1rem;width:1rem}}.post__list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem;row-gap:1rem;list-style-type:none;padding:0}@media only screen and (max-width:600px){.post__list{grid-template-columns:repeat(1,1fr);margin:1rem}}.post__list li{display:grid;grid-template-rows:auto 1fr auto;row-gap:.25rem;align-content:start;background-color:white;box-shadow:0 0 .5rem rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post__list li img{width:100%;height:200px;object-fit:cover}.post__list--item--banner p,.post__list--item--meta,.post__list--item--summary{margin-left:.75rem;margin-right:.75rem}.post__list--item--banner p{margin-top:.75rem}.post__list li a{font-weight:700;display:block;margin-bottom:.5rem}.post__list--item--meta{font-size:.75em;display:block;margin-top:.5rem;margin-bottom:.5rem;display:flex;flex-direction:row;justify-content:space-between}.pagination{display:grid;margin:0;padding:0;list-style-type:none;grid-auto-flow:column;justify-content:center;column-gap:1.5rem}