.related{--site-related-articles-surface: var(--site-surface-muted);--site-related-articles-text: var(--site-text-primary);display:grid;grid-template-columns:1fr 1fr;column-gap:24px;row-gap:50px}@media screen and (max-width:640px){.related{grid-template-columns:1fr;gap:60px}}.related .post-element{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:960px){.related .post-element{gap:16px}}.related .post-element .card{background:var(--site-related-articles-surface);border:var(--border-width-default) solid var(--site-border-primary);border-radius:24px;display:flex;justify-content:center;height:230px;padding:15px 0}@media screen and (max-width:744px){.related .post-element .card{height:30vw;align-items:center;border-radius:16px}}@media screen and (max-width:640px){.related .post-element .card{height:50vw}}.related .post-element .card img{pointer-events:none}.related .post-element .card .post-image{background-size:cover;max-width:200px;width:100%}@media screen and (max-width:744px){.related .post-element .card .post-image{width:24.5vw;height:24.5vw}}@media screen and (max-width:640px){.related .post-element .card .post-image{width:43.5vw;height:43.5vw;max-width:100%}}.related .post-element .article-info{display:flex;flex-direction:column;gap:10px;color:var(--site-related-articles-text)}@media screen and (max-width:960px){.related .post-element .article-info{gap:8px}}.related .post-element .article-info .post-title{font-size:22px;line-height:28px;font-weight:600}@media screen and (max-width:960px){.related .post-element .article-info .post-title{font-size:20px;line-height:1.3}}@media screen and (max-width:744px){.related .post-element .article-info .post-title{font-size:18px;line-height:1.4}}.related .post-element .article-info .info{display:flex;gap:12px;opacity:.5;font-size:14px;font-weight:500}@media screen and (max-width:960px){.related .post-element .article-info .info{font-size:13px}}.related .post-element .article-info .info .post-category{color:var(--site-related-articles-text)}.related .post-element .article-info .info .post-category:hover{opacity:.7}
