﻿.separator{border:none;color:#7e28bf;display:flex;place-content:center;font-size:1.3rem}.separator::before{content:"——————◈——————"}.separator--content{border:none;display:flex;place-content:center}.separator--content::before{content:"——/·/——"}.center--content{text-align:center;margin-inline:15%}.post,.post--image{display:grid;place-items:center;background-color:#f4eeff;box-shadow:#6a5530 .3rem .3rem .5rem 0;border-radius:.3rem;margin-block-start:2vh;margin-inline:5%;text-align:center;padding:4vh 4vw;min-inline-size:18rem}.post:first-child,.post--image:first-child{margin-block-start:4vh}.post:last-child,.post--image:last-child{margin-block-end:4vh}.post__date,.post--image__date{grid-area:date;color:rgba(15,14,17,.5803921569);margin:0}.post__date::before,.post__date::after,.post--image__date::before,.post--image__date::after{content:"—————"}.post__date::before,.post--image__date::before{margin-inline-end:1rem}.post__date::after,.post--image__date::after{margin-inline-start:1rem}.post__title,.post--image__title{grid-area:title;text-decoration:none;color:#333039}.post__title>h2,.post--image__title>h2{font-size:2.5rem;margin:0}.post>.separator,.post--image>.separator{grid-area:separator}.post__summary,.post--image__summary{grid-area:summary;display:block;font-style:italic;line-height:2rem;padding-inline:2vw;align-self:start;text-align:left;margin:0}.post__summary>p,.post--image__summary>p{text-indent:2rem}.post__info,.post--image__info{grid-area:info;margin-block-end:2vh;color:rgba(15,14,17,.5803921569);align-self:end}.post{grid-template-areas:"date" "title" "separator" "info" "summary"}.post--image{grid-template:"date" "title" "separator" "info" "img" fit-content(100%)/1fr}.post--image__featured-image{grid-area:img;max-block-size:500px;inline-size:100%;max-inline-size:fit-content;padding:0}.post--image__summary{display:none}@media (orientation: landscape){.post--image{grid-template:"img date" "img title" "img separator" "img info" "img summary"/auto}.post--image__summary{display:block;grid-area:summary;padding-inline-end:0}.post--image__featured-image{grid-area:img;padding:0}}