.related-title {
    margin-top: 32px;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    padding-top:10px;
    border-top:1px solid #E0E0E0;
    padding-bottom:30px;
}
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 30px;
    margin-bottom: 30px;
}

.blog-item {
    width: calc(100% / 3 - 14px);
    background: #fff;
    overflow: hidden;
}

.blog-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5 / 1;
}

.blog-content {
    padding-top: 15px;
}

body .blog-content .tag {
    color: #249e6b;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.blog-content h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

.read-more {
    text-decoration: none;
    color: #249e6b;
    border: 1px solid #249e6b;
    padding: 5px 20px;
    font-weight: 500;
    display: inline-block;
}
.read-more:hover {
    color: #FFF;
    background-color: #249e6b;
}

.pagination {
  text-align: center;
  line-height: 32px;
}

 .pagination a, .pagination span {
  margin: 0 !important;
  margin-right: 8px !important;
}

 .pagination  span {
  color: #000000;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  border: solid 1px #E0E0E0;
  height: 32px;
  width: 32px;
  border-radius: 2px;
}

 .pagination a.page-numbers {
  border: solid 1px #E0E0E0;
  height: 32px;
  width: 32px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  color: #646864;
}

 .pagination a.page-numbers.next,
 .pagination a.page-numbers.prev {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

 .pagination a.page-numbers.prev {
  justify-content: flex-end;
}

 .pagination .current {
  background-color: #F0F0F2;
  border: solid 1px #E0E0E0;
  height: 32px;
  width: 32px;
  border-radius: 2px;
}

 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

 .pagination li {
  display: flex !important;
}

.filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin-bottom:20px;
}
.filter-wrap .filter{
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.filter-wrap .filter select {
  border: solid 1px #E0E0E0;
  color: #666666;
  padding: 12px 16px;
  padding-right:40px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none;    /* For Firefox */
  appearance: none;
  background-image: url('/wp-content/themes/jakuta/assets/images/arrow-expand.svg');
  background-size:15px;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}
.single-post .background-photo {
  margin-top: 32px;
}
.single-post .collection_description {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 40px;
}
.single-post .tag {
  color: #249e6b;
  font-weight: 500;
  margin-bottom: -15px;
  display: block;
}

.single-post .main-post {
  width: 100%;
}
.single-post .post-date {
  color: #A7A8AA;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1rem;
}
.single-post .post-title {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.single-post .description > p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.single-post .link-to-post {
  margin-top: 16px;
  color: #249e6b;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1rem;
}
.single-post .main-post-wrapper {
  display: flex;
  flex-direction: row;
}
.single-post .main-post-wrapper .data-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
}
.single-post .main-post-wrapper .data-wrapper .post-wrapper {
  width: 100%;
}
.single-post .main-post-wrapper .data-wrapper .post-wrapper article .entry-title {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
}
.single-post .main-post-wrapper .data-wrapper .post-wrapper article .entry-content p {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 16px;
}
.single-post .main-post-wrapper .data-wrapper .post-wrapper article .entry-content img {
  margin-right: 20px;
}
@media (max-width: 425px) {

  .single-post .main-post-wrapper .data-wrapper .post-wrapper article .entry-content img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.single-post .main-post-wrapper .data-wrapper .side-posts-wrapper {
  display: none;
  width: 20%;
}
.single-post .main-post-wrapper .data-wrapper .side-posts-wrapper .side-title {
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.single-post .main-post-wrapper .data-wrapper .side-posts-wrapper .post-wrapper {
  margin-top: 32px;
}
.single-post .main-post-wrapper .data-wrapper .side-posts-wrapper .post-wrapper .post-visual {
  display: flex;
  flex-direction: column;
}
.single-post .main-post-wrapper .data-wrapper .side-posts-wrapper .post-wrapper .post-visual img {
  margin-top: 8px;
  width: 100%;
  height: 160px;
}
.single-post .read-more-wrapper {
  margin-top: 50px;
}
.single-post .read-more-wrapper .read-more-title {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.single-post .read-more-wrapper .post-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: solid 1px #E0E0E0;
}
@media (max-width: 768px) {
    .single-post .background-photo {
        margin-top: 0px;
    }
    .blog-item {
        width: calc(100% / 2 - 15px);
    }
  .single-post .read-more-wrapper .post-wrapper {
    flex-direction: column-reverse;
    border: none;
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
    .blog-item {
        width: 100%;
    }
    .filter-wrap .filter select,.filter-wrap .filter {
        width: 100%;
    }
}
.single-post .read-more-wrapper .post-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 56px;
}
.single-post .read-more-wrapper .post-wrapper img {
  object-fit: contain;
  max-width: 472px;
  min-height: 160px;
  max-height: 160px;
}
@media (max-width: 768px) {
  .single-post .read-more-wrapper .post-wrapper img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    min-height: unset;
    max-height: unset;
    margin-bottom: 16px;
  }
}
.single-post .read-more-wrapper .post-wrapper:first-of-type {
  border-top: inherit;
}

/*# sourceMappingURL=single-post.css.map */
