/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

.section--single-content h1, .section--single-content h2, .section--single-content h3, .section--single-content h4, .section--single-content h5, .section--single-content p, .section--single-content ul, .section--single-content ol, .section--single-content figure {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.section--single-content ul li::marker, .section--single-content ol li::marker {
  color: #1F3F2F;
}
.section--single-content .wp-block-quote {
  max-width: 56rem;
}
.section--single-content .wp-block-quote p {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #1F3F2F;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .section--single-content .wp-block-quote p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 850px) {
  .section--single-content .wp-block-quote p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .section--single-content .wp-block-quote p {
    font-size: 2.2rem;
  }
}
.section--single-content .wp-block-quote p strong {
  font-weight: 500;
  color: #C8F564;
}
.section--single-content .wp-block-quote cite {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D5EFDB;
  font-weight: 400;
  font-style: normal;
  color: #A9BBA8;
}
.section--single-content .wp-block-buttons {
  gap: 1.6rem;
}
.section--single-content .wp-block-buttons .wp-block-button__link:hover {
  color: #1F3F2F;
}
.section--single-content table {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D5EFDB;
  font-weight: 400;
  border-collapse: collapse;
}
.section--single-content table td {
  border: 1px solid #1F3F2F;
  padding: 0.5rem 1rem;
  color: #1F3F2F;
}
.section--single-content .author-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.section--single-content .author-date-time .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.section--single-content .author-date-time .item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  font-size: 0;
  color: #A9BBA8;
}
.section--single-content .author-date-time .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section--single-content .wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem !important;
}
@media screen and (max-width: 1000px) {
  .section--single-content .wp-block-gallery {
    gap: 0.8rem !important;
  }
}
.section--single-content .wp-block-gallery figure {
  overflow: hidden;
  border-radius: 0.8rem;
  margin: 0;
}
.section--single-content figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D5EFDB;
  font-weight: 400;
  color: #A9BBA8;
}

.single-content__footer {
  border: 1px solid #274F37;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
}
.single-content__footer p {
  margin: 0;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.rating-star {
  color: #274F37;
}
@media screen and (max-width: 1000px) {
  .rating-star {
    max-width: 2rem;
  }
}
.rating-star:hover, .rating-star.active, .rating-star.hovered {
  color: #C8F564;
  cursor: pointer;
}
.rating-star:hover path.star, .rating-star.active path.star, .rating-star.hovered path.star {
  fill: #C8F564;
}
.rating-star path.star {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-content__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.post-content__share p {
  margin: 0;
}
.post-content__share .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.post-content__share .a2a_kit a {
  width: 5.6rem;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 2.8rem;
  border: 1px solid #274F37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-content__share .a2a_kit a:hover {
  border-color: #C8F564;
}
.post-content__share .a2a_kit a:hover img {
  opacity: 1;
}
.post-content__share .a2a_kit a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*# sourceMappingURL=single-post.css.map */
