li{
  list-style-type: none;
}
.c-post__inner{
  max-width: 1440px;
  margin: 50px auto;
  padding: 0 20px;
}
.c-post__title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-post__title {
    font-size: 22px;
    margin-top: 15px;
  }
}
.c-post__cate {
  margin-top: 80px;
  max-width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .c-post__cate {
    max-width: 110px;
    margin-top: 55px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.c-post-content {
  margin-top: 80px;
}
.c-post-content > * {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .c-post-content {
    margin-top: 40px;
  }
  .c-post-content > * {
    margin-top: 25px;
  }
}
.c-post-content__lead p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .c-post-content__lead p {
    font-size: 16px;
    margin-top: 25px;
  }
}
.c-post-content > p {
  line-height: 1.8;
  font-size: 16px;
}
.c-post-content .wp-block-heading:not(h4):not(h5):not(h6) {
  font-weight: bold;
  position: relative;
  padding-left: 18px;
}
.c-post-content .wp-block-heading:not(h4):not(h5):not(h6)::before {
  content: "";
  width: 5px;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--cat_color);
}
.c-post-content h2.wp-block-heading {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .c-post-content h2.wp-block-heading {
    font-size: 28px;
  }
}
.c-post-content h3.wp-block-heading {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .c-post-content h3.wp-block-heading {
    font-size: 22px;
  }
}
.c-post-content h4.wp-block-heading, .c-post-content h5.wp-block-heading, .c-post-content h6.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  color: var(--cat_color);
}
@media only screen and (max-width: 767px) {
  .c-post-content h4.wp-block-heading, .c-post-content h5.wp-block-heading, .c-post-content h6.wp-block-heading {
    font-size: 18px;
  }
}
.c-post-content h4.wp-block-heading + p, .c-post-content h5.wp-block-heading + p, .c-post-content h6.wp-block-heading + p {
  margin-top: 10px;
}
.c-post-content ul li, .c-post-content ol li {
  padding-left: 18px;
  position: relative;
}
.c-post-content ul li::before, .c-post-content ol li::before {
  display: block;
  position: absolute;
}
.c-post-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--cat_color);
  left: 3px;
  top: 8px;
}
.c-post-content ol {
  counter-reset: number 0;
}
.c-post-content ol li::before {
  left: 0;
  top: 0;
  font-weight: bold;
  color: var(--cat_color);
  counter-increment: number 1;
  content: counter(number) ".";
}
.c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .c-post-content .wp-block-table{
    overflow-x: scroll;
  }
  .c-post-content .wp-block-table table{
    width: 600px;
  }
}

.c-post-content .wp-block-table thead{
  border: none;
}
.c-post-content .wp-block-table th{
  color: var(--cat_color);
  font-weight: bold;
}
.c-post-content .wp-block-table td, .c-post-content .wp-block-table th {
  border-left: none;
  border-right: none;
  border: 1px #DDDDDD solid;
  padding:15px 15px 12px;
}



.c-post-content .wp-block-media-text__content p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-post-content .wp-block-media-text {
    grid-template-columns: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-post-content .wp-block-media-text .wp-block-media-text__media {
    grid-row: 2 !important;
    grid-column: 1 !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-post-content .wp-block-media-text .wp-block-media-text__content {
    grid-row: 1 !important;
    grid-column: 1 !important;
    padding: 0;
  }
}
.c-post-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.c-post-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.c-post-content .wp-block-columns {
  gap: 1em;
  margin-bottom: 0;
}

.c-post-contributors {
  margin-top: 60px;
  padding: 17px 30px 23px;
  background-color: #F5F5F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-post-contributors {
    padding: 15px 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-post-contributors__img {
    max-width: 180px;
    width: 100%;
  }
}
.c-post-contributors__img img {
  width: 100%;
}
.c-post-contributors__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-post-contributors__name {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.c-post-contributors__text {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.c-post-pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-post-pagination {
    margin-top: 30px;
  }
}
.c-post-pagination .screen-reader-text {
  display: none;
}
.c-post-pagination .dots {
  color: #A2A2A2;
  background: none;
}
.c-post-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-post-pagination a {
  color: #A2A2A2;
  border: 1px #A2A2A2 solid;
}
.c-post-pagination a:hover {
  color: #A2A2A2;
  background-color: #fff;
}
.c-post-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post-pagination a, .c-post-pagination .current {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .c-post-pagination a, .c-post-pagination .current {
    width: 30px;
    height: 30px;
    margin: 0 6px;
    font-size: 12px;
  }
}
.c-post-pagination a:hover, .c-post-pagination .current:hover {
  color: #fff;
  background-color: var(--cat_color);
  border: 1px var(--cat_color) solid;
}
.c-post-pagination a:hover .c-post-pagination__arrow, .c-post-pagination .current:hover .c-post-pagination__arrow {
  background-color: #fff;
}
.c-post-pagination .current {
  border: 1px var(--cat_color) solid;
  color: var(--cat_color);
}
.c-post-pagination__arrow {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("/wp-content/themes/green-cross/asset/media/images/common/pagination_arrow.svg");
  mask-image: url("/wp-content/themes/green-cross/asset/media/images/common/pagination_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #A2A2A2;
  top: 50%;
  left: 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-post-pagination__arrow {
    width: 6px;
    height: 10px;
  }
}
.c-post-pagination__prev {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.c-post-pagination__next {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-title-contributors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-end;
}
.c-title-contributors__text {
  font-size: 12px;
  line-height: 1.4;
}

.c-link-btn{
  text-align: center;
  margin-top: 30px;
}
.c-link-btn__text{
  text-decoration: none;
}