.post-card{width:100%;aspect-ratio:1;position:relative}.post-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background-color:var(--text-color);opacity:var(--lines-opacity)}html[data-lines=false] .post-card::before{content:'';position:absolute;bottom:0;top:0;right:0;width:1px;background-color:var(--text-color);opacity:var(--lines-opacity)}.post-card-inner{padding:max(28px,1.94vw) max(24px,1.67vw);display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.post-card-top{display:flex;justify-content:space-between;align-items:center}.post-card-bottom{max-width:75%}.post-card-w-image{position:absolute;inset:0;clip-path:circle(calc(var(--circle-post-card-width)/ 2) at 50% 47%);overflow:hidden;transition:clip-path .7s ease;color:var(--overlay-text-color);z-index:2}.post-card:hover .post-card-w-image{clip-path:circle(100% at 50% 50%)}.post-card-image-wrapper{background-color:transparent;z-index:-1}.post-card-inner.no-image{color:var(--text-color)}.post-card-placeholder-wrapper,.post-card[data-card-type="Circular No Enlarge"] .post-card-image-wrapper,.post-card[data-card-type="Square No Enlarge"] .post-card-image-wrapper{width:var(--circle-post-card-width);min-width:var(--circle-post-card-width);aspect-ratio:1;position:absolute;align-self:center;inset:unset;top:47%;transform:translateY(-50%)}.post-card-placeholder-wrapper .placeholder,.post-card[data-card-type="Circular No Enlarge"] .post-card-image-wrapper{border-radius:100%;overflow:hidden}.post-card[data-card-type=Square] .post-card-w-image{clip-path:inset(calc(50% - var(--square-post-card-width)/ 2 - 3%) calc(50% - var(--square-post-card-width)/ 2) calc(50% - var(--square-post-card-width)/ 2 + 3%) calc(50% - var(--square-post-card-width)/ 2));transition:clip-path .5s ease}.post-card[data-card-type=Square]:hover .post-card-w-image{clip-path:inset(0)}.post-card[data-card-type="Square No Enlarge"] .post-card-image-wrapper,.post-card[data-card-type="Square No Enlarge"] .post-card-placeholder-wrapper,.post-card[data-card-type=Square] .post-card-placeholder-wrapper{width:var(--square-post-card-width);min-width:var(--square-post-card-width)}.post-card[data-card-type="Square No Enlarge"] .post-card-placeholder-wrapper .placeholder,.post-card[data-card-type=Square] .post-card-placeholder-wrapper .placeholder{border-radius:0}.post-card[data-card-type="Circular No Enlarge"] .post-card-w-image,.post-card[data-card-type="Square No Enlarge"] .post-card-w-image{clip-path:unset!important;color:var(--text-color)!important}.post-card[data-card-type="Circular No Enlarge"] .post-card-image-wrapper::after,.post-card[data-card-type="Square No Enlarge"] .post-card-image-wrapper::after{opacity:0}.post-card-normal{display:flex;flex-direction:column}.post-card-normal-image-wrapper{width:100%;margin-bottom:max(18px,calc(1.25vw * var(--scale)))}.post-card-tags{display:flex;margin-bottom:max(7px,calc(.49vw * var(--scale)))}.post-card-excerpt{margin-top:max(9px,calc(.62vw * var(--scale)))}.post-card-author{display:none}.post-card-author.visible{font-size:max(16px,calc(1.11vw * var(--scale)));display:flex;margin-top:max(9px,calc(.62vw * var(--scale)));opacity:.6;transition:opacity .2s ease}.post-card-author.visible:hover,.post-count{opacity:1}.tags-grid .post-card{--circle-post-card-width:var(--circle-post-card-width-small);--square-post-card-width:var(--square-post-card-width-smaller)}.tags-grid .post-card{aspect-ratio:3/4}.tags-grid .medium-text{font-size:max(22px,calc(1.53vw * var(--scale)))}.tags-grid .post-card-tags{margin-bottom:max(4px,calc(.28vw * var(--scale)))}.tags-grid .post-card-tags p{font-size:max(16px,calc(1.11vw * var(--scale)))}.tags-grid.normal-grid .post-card-normal-image-wrapper{margin-bottom:max(14px,calc(.97vw * var(--scale)))}@media screen and (max-width:1080px){.post-card,.tags-grid .post-card{aspect-ratio:auto}.post-card-w-image{position:relative!important;clip-path:unset!important;color:var(--text-color)!important}.post-card-inner{gap:82px}html[data-lines=false] .post-card::before{content:none}.post-card:hover .post-card-w-image{clip-path:unset!important}.post-card-image-wrapper,.post-card-placeholder-wrapper,.post-card[data-card-type="Circular No Enlarge"] .post-card-image-wrapper,.post-card[data-card-type="Square No Enlarge"] .post-card-image-wrapper{width:var(--circle-post-card-width);min-width:var(--circle-post-card-width);aspect-ratio:1;position:static;align-self:center;inset:unset;border-radius:100%;overflow:hidden;transform:translateY(0)}.post-card[data-card-type="Square No Enlarge"] .post-card-placeholder-wrapper,.post-card[data-card-type=Square] .post-card-placeholder-wrapper{width:var(--square-post-card-width);min-width:var(--square-post-card-width)}.post-card[data-card-type="Square No Enlarge"] .post-card-image-wrapper,.post-card[data-card-type="Square No Enlarge"] .post-card-placeholder-wrapper,.post-card[data-card-type=Square] .post-card-image-wrapper,.post-card[data-card-type=Square] .post-card-placeholder-wrapper{border-radius:0;width:var(--square-post-card-width);min-width:var(--square-post-card-width)}.post-card-inner.no-image{color:var(--text-color)}.post-card-image-wrapper::after{opacity:0}.post-card-bottom{margin-top:8px}.post-card-author.visible:hover{opacity:.6}}@media screen and (max-width:767px){.post-card-inner{padding:26px 18px;gap:62px}.post-card-bottom{max-width:100%}.post-card-normal-image-wrapper{margin-bottom:14px}.post-card-tags{margin-bottom:5px}.post-card-excerpt{margin-top:6px}.post-card-author.visible{font-size:15px;margin-top:7px}.tags-grid .post-card-inner{gap:48px}.tags-grid .medium-text{font-size:20px}}