.post__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem;padding-bottom:1.6rem;border-bottom:.1rem solid var(--color-gray-300)}.post__head .date{font-size:1.6rem;font-weight:700;color:var(--color-green-500)}@media screen and (max-width: 767px){.post__head .date{font-size:1.1rem}}.post__head .heading{font-size:2.4rem}@media screen and (max-width: 767px){.post__head .heading{font-size:1.8rem}}.post__body{padding-block:3.2rem;border-bottom:.1rem solid var(--color-gray-300);line-height:1.5}.post__body>*:not(:last-child){margin-bottom:1.6rem}.post__body h1,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.post__body h1,.post__body h2{padding:1.6rem;font-size:2rem;border-left:.4rem solid var(--color-green-500);background:var(--color-gray-100)}.post__body h3{padding:.8rem 1.6rem;font-size:1.8rem;border-bottom:.1rem solid var(--color-gray-300);border-left:.4rem solid var(--color-green-500)}.post__body h4,.post__body h5,.post__body h6{gap:1.2rem;font-size:1.6rem}.post__body h4::before,.post__body h5::before,.post__body h6::before{content:"";display:block;width:.8rem;height:.8rem;border-radius:.2rem;background:var(--color-green-500)}.post__body p{line-height:1.5}.post__body a{color:var(--color-green-500);text-decoration:underline}.post__body ul{padding-left:1.5em;list-style:disc}.post__body ol{padding-left:1.5em;list-style:decimal}.post__body li:not(:last-child){margin-bottom:.8rem}@media screen and (max-width: 767px){.post__body li:not(:last-child){margin-bottom:.4rem}}.post__body blockquote{padding:1.6rem;border-left:4px solid var(--color-gray-500);color:var(--color-gray-700);background:var(--color-gray-100);line-height:1.5}.post__body img{max-width:100%;height:auto}.post__body hr{margin-block:1.6rem;border:none;border-top:.1rem solid var(--color-gray-300)}.post__body table{width:100%;border-collapse:collapse}.post__body table th,.post__body table td{border:.1rem solid var(--color-gray-300);padding:.5em;text-align:left}.post__body table th{background:var(--color-gray-100);font-weight:700}/*# sourceMappingURL=news.css.map */