/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/pages/single-post.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-UltraLight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-UltraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fibra One";
  src: url(../fonts/Fibra-One-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-ExtraLight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pogonia";
  src: url(../fonts/Pogonia-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.section-breadcrumb {
  background-position: bottom;
}
.section-breadcrumb.variacao-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  align-items: start;
}
.section-breadcrumb.variacao-1 .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3db98;
  font-size: 11px;
}
.section-breadcrumb.variacao-1 h1 {
  max-width: 660px;
  padding: 120px 120px 200px 120px;
  margin: 0 auto;
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 58px;
  color: #f8ebe5;
}
.section-breadcrumb.variacao-1.right-position {
  justify-content: flex-end;
}
.section-breadcrumb.variacao-1.right-position h1 {
  text-align: right;
}
.section-breadcrumb.variacao-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
.section-breadcrumb.variacao-2 .background {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
.section-breadcrumb.variacao-2 .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
}
.section-breadcrumb.variacao-2 > * {
  position: relative;
  z-index: 2;
}
.section-breadcrumb.variacao-2 .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3db98;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .section-breadcrumb.variacao-2 .breadcrumb {
    text-align: center;
  }
}
.section-breadcrumb.variacao-2 h1 {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 100px 40px 25px 40px;
  text-align: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 58px;
  color: #f8ebe5;
}
.section-breadcrumb.variacao-2 .post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #f8ebe5;
  font-size: 14px;
  padding-bottom: 152px;
}
.section-breadcrumb.variacao-2 .post-meta .separator {
  opacity: 0.7;
}
.section-breadcrumb.variacao-2 .post-meta .post-date {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section-breadcrumb.variacao-2 .post-meta {
    flex-direction: column;
    gap: 4px;
  }
}
.section-breadcrumb.mask-1 {
  -webkit-mask-image: url(../images/section-breadcrum-decorator.webp);
  mask-image: url(../images/section-breadcrum-decorator.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .section-breadcrumb.mask-1 {
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }
}

@media screen and (max-width: 991px) {
  .section-breadcrumb div h1 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-breadcrumb div h1 {
    font-size: 24px !important;
  }
}
.btn-principal {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 0;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%, 7px calc(100% - 7px), 0 calc(100% - 7px));
  font-family: "Pogonia", sans-serif;
}
.btn-principal svg {
  margin-right: 13px;
}
.btn-principal .icon-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 70px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 13px;
  overflow: hidden;
}
.btn-principal .icon-wrapper svg {
  flex: 0 0 auto;
  width: 60px;
  height: 15px;
  max-width: none;
  max-height: none;
  display: block;
}
.btn-principal::before {
  transition: 300ms;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 50px;
  border: 1px solid #003d32;
}
.btn-principal:hover .icon-wrapper {
  transition: 300ms;
  width: 60px;
}
.btn-principal:hover::before {
  width: 100%;
}

.card-blog {
  display: flex;
  flex-direction: column;
}
.card-blog .thumb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.card-blog .thumb a {
  display: block;
  width: 100%;
}
.card-blog .thumb img {
  aspect-ratio: 4/6;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.card-blog .thumb:hover img {
  transform: scale(1.05);
}
.card-blog .thumb .date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.card-blog .thumb .date span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
  height: auto;
  padding: 6px 0;
  text-align: center;
  position: relative;
  aspect-ratio: 1;
  color: #fff;
  border-bottom: #ff8385 1px solid;
}
.card-blog .thumb .date span:last-child {
  border-bottom: none;
}
.card-blog .thumb .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f85628;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-blog .title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #003d32;
  transition: color 0.3s ease;
}
.card-blog .title a {
  color: inherit;
  text-decoration: none;
}
.card-blog .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.card-blog .card-link > span {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #012420;
  font-family: "Pogonia", sans-serif;
  font-weight: 200;
  font-size: 16px;
  transition: color 0.3s ease;
}
.card-blog .card-link > span::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  background-color: #012420;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.card-blog .card-link:hover .title {
  color: #f8ebe5;
}
.card-blog .card-link:hover > span {
  color: #015e45;
}
.card-blog .card-link:hover > span::after {
  width: 67.5px;
  background-color: #015e45;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1278px !important;
}

.section-breadcrumb {
  position: static !important;
}
.section-breadcrumb .background {
  top: -20px;
  position: fixed !important;
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  max-width: stretch;
  max-height: 620px;
}

.single-post-main {
  background-image: url(../images/background_post.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.section-post {
  background: transparent;
  --leaf-w: 16;
}
.section-post .checkbox-label {
  color: #003d32;
}
.section-post .checkbox-label a {
  font-weight: 500;
  text-decoration: underline;
}
.section-post .content {
  display: flex;
  background-image: url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg), url(../images/single-post-content-leaf.svg);
  background-size: calc(var(--leaf-w) * 1%) auto;
  background-position: 0% top, 16.6666666667% top, 33.3333333333% top, 50% top, 66.6666666667% top, 83.3333333333% top, 100% top;
  background-repeat: repeat-y;
  margin-top: -100px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.section-post .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8ebe5;
  z-index: -1;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  pointer-events: none;
}
.section-post .content-wrapper {
  padding: 100px 100px 140px 100px;
}
.section-post .sidebar-posts {
  display: flex;
  flex-direction: column;
}
.section-post .sidebar-posts .sidebar-search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.section-post .sidebar-posts .sidebar-search .search-form .search-field {
  width: 100%;
  background-color: transparent;
  border: 1px solid #012420;
  padding: 15px 20px;
  font-size: 14px;
  color: #012420;
  outline: none;
  font-family: "Fibra One", sans-serif;
}
.section-post .sidebar-posts .sidebar-search .search-form .search-field::-moz-placeholder {
  color: #012420;
}
.section-post .sidebar-posts .sidebar-search .search-form .search-field::placeholder {
  color: #012420;
}
.section-post .sidebar-posts .sidebar-search .search-form .search-submit {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #012420;
}
.section-post .sidebar-posts .sidebar-title {
  font-size: 20px;
  font-weight: 400;
  color: #012420;
  margin-top: 48px;
  margin-bottom: 20px;
}
.section-post .sidebar-posts .sidebar-latest-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar {
  display: flex;
  padding: 25px 20px;
  background-color: #e0dad4;
  text-decoration: none;
  color: #012420;
  position: relative;
  overflow: hidden;
  gap: 20px;
  transition: color 0.3s ease;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar > * {
  position: relative;
  z-index: 2;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar:hover {
  color: #f8ebe5;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar:hover::before, .section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar:hover::after {
  opacity: 1;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar:hover .post-date span {
  border-bottom-color: rgba(248, 235, 229, 0.6);
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar:hover .read-more::after {
  background-color: #f8ebe5;
  width: 54px;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-date span {
  padding: 6px 0;
  border-bottom: 1px solid rgba(1, 36, 32, 0.6);
  width: 100%;
  text-align: center;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-date span:last-child {
  border-bottom: none;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  flex: 1;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-info .post-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-info .read-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
}
.section-post .sidebar-posts .sidebar-latest-posts .post-card-sidebar .post-info .read-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #012420;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.section-post .text-wrapper {
  font-size: 18px;
  color: #003d32;
  padding-right: clamp(0px, -97.8260869565px + 9.7826086957vw, 90px);
  text-align: justify;
}
.section-post .text-wrapper h1,
.section-post .text-wrapper h2,
.section-post .text-wrapper h3,
.section-post .text-wrapper h3 {
  font-family: "Pogonia", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #012420;
  padding-top: 20px;
}
.section-post .text-wrapper p {
  font-family: "Pogonia", sans-serif;
  font-weight: 300;
}
.section-post .text-wrapper img {
  width: 100%;
  max-width: 100%;
}
.section-post .share-posts {
  background: rgba(0, 61, 50, 0.2);
  color: #003d32;
  padding: 42px;
  margin-top: 56px;
}
.section-post .share-posts .share-title {
  font-size: 32px;
}
.section-post .share-posts .share-links {
  margin-top: 42px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.section-post .share-posts .share-links .share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.section-post .share-posts .share-links .share-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.section-post .share-posts .share-links .share-link.facebook {
  color: #1877f2;
}
.section-post .about-author {
  padding-top: 80px;
}
.section-post .about-author h3 {
  color: #012420;
  padding-bottom: 20px;
}
.section-post .about-author .author-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: 20px;
}
.section-post .about-author .author-content .author-avatar {
  height: 100px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-post .about-author .author-content .author-avatar img {
  border-radius: 50%;
  border: 1px solid #003d32;
}
.section-post .about-author .author-content .author-details {
  color: #012420;
  font-weight: 300;
}
.section-post .about-author .author-content .author-details .author-name {
  font-size: 18px;
  color: #003d32;
}
.section-post .about-author .author-content .author-details .author-bio {
  color: #003d32;
  font-size: 15px;
}
.section-post .about-author .author-content .author-details .author-social {
  display: flex;
  gap: 35px;
  margin-top: 25px;
}
.section-post .post-comments-form {
  padding-top: 80px;
}
.section-post .post-comments-form input {
  border: 1px solid #003d32;
  outline: none;
  padding: 24px 24px 18px 24px;
  max-width: 100%;
  background: transparent;
  color: #003d32;
}
.section-post .post-comments-form input::-moz-placeholder {
  color: #003d32;
}
.section-post .post-comments-form input::placeholder {
  color: #003d32;
}
.section-post .post-comments-form input:focus {
  outline: 2px solid #003d32;
}
.section-post .post-comments-form textarea {
  border: 1px solid #003d32;
  color: #003d32;
  background: transparent;
}
.section-post .post-comments-form textarea::-moz-placeholder {
  color: #003d32;
}
.section-post .post-comments-form textarea::placeholder {
  color: #003d32;
}
.section-post .post-comments-form textarea:focus {
  outline: 2px solid #003d32;
}
.section-post .post-comments-form textarea {
  padding: 24px;
  width: 100%;
}
.section-post .post-comments-form .checkbox-label label,
.section-post .post-comments-form .checkbox-label .wpcf7-list-item,
.section-post .post-comments-form .wpcf7-acceptance label,
.section-post .post-comments-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #003d32;
  margin: 0;
}
.section-post .post-comments-form .checkbox-label label a,
.section-post .post-comments-form .checkbox-label .wpcf7-list-item a,
.section-post .post-comments-form .wpcf7-acceptance label a,
.section-post .post-comments-form .wpcf7-acceptance .wpcf7-list-item a {
  color: #003d32;
  text-decoration: underline;
}
.section-post .post-comments-form input[type=checkbox],
.section-post .post-comments-form .checkbox-label input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  border: 1px solid #003d32 !important;
  background: transparent !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  border-radius: 0;
  outline: none !important;
}
.section-post .post-comments-form input[type=checkbox]::before,
.section-post .post-comments-form .checkbox-label input::before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid #f8ebe5;
  border-bottom: 2px solid #f8ebe5;
  transform: rotate(-45deg) translate(1px, -1px);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.section-post .post-comments-form input[type=checkbox]:checked,
.section-post .post-comments-form .checkbox-label input:checked {
  background-color: #003d32 !important;
  border-color: #003d32 !important;
}
.section-post .post-comments-form input[type=checkbox]:checked::before,
.section-post .post-comments-form .checkbox-label input:checked::before {
  opacity: 1;
}
.section-post .btn-principal {
  position: relative;
  border: none;
  background: transparent;
}
.section-post .btn-principal:disabled, .section-post .btn-principal[disabled] {
  cursor: not-allowed;
  color: gray;
}
.section-post .btn-principal:disabled::before, .section-post .btn-principal[disabled]::before {
  border-color: gray;
  width: 50px;
}
.section-post .btn-principal:disabled .icon-wrapper, .section-post .btn-principal[disabled] .icon-wrapper {
  width: 70px;
}
.section-post .btn-principal:disabled .icon-wrapper svg, .section-post .btn-principal[disabled] .icon-wrapper svg {
  stroke: gray;
  color: gray;
}
.section-post .btn-principal:disabled:hover::before, .section-post .btn-principal[disabled]:hover::before {
  width: 50px;
}
.section-post .btn-principal:disabled:hover .icon-wrapper, .section-post .btn-principal[disabled]:hover .icon-wrapper {
  width: 70px;
}
.section-post .btn-principal:not(:disabled) {
  color: #003d32;
  cursor: pointer;
}
.section-post .btn-principal:not(:disabled)::before {
  border-color: #003d32;
}
.section-post .btn-principal:not(:disabled) .icon-wrapper svg {
  stroke: #003d32;
  color: #003d32;
}
.section-post .post-comments-list {
  padding-top: 80px;
}
.section-post .post-comments-list .comments-list-title {
  font-size: 32px;
  color: #012420;
  margin-bottom: 24px;
  font-weight: 500;
}
.section-post .post-comments-list .comments-items {
  border-top: 1px solid rgba(0, 61, 50, 0.25);
}
.section-post .post-comments-list .comments-items .comment-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 61, 50, 0.25);
}
.section-post .post-comments-list .comments-items .comment-item .comment-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.section-post .post-comments-list .comments-items .comment-item .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.section-post .post-comments-list .comments-items .comment-item .comment-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.section-post .post-comments-list .comments-items .comment-item .comment-content .comment-author {
  font-size: 18px;
  color: #012420;
  font-weight: 600;
  margin: 0;
}
.section-post .post-comments-list .comments-items .comment-item .comment-content .comment-text {
  font-size: 15px;
  color: #003d32;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
}

.section-extra-articles {
  position: relative;
  z-index: 2;
  padding: 80px 0 0px;
}
.section-extra-articles::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 620px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, rgb(1, 36, 32) 44%);
  z-index: -1;
  bottom: 0;
}
.section-extra-articles .card-blog .thumb img {
  aspect-ratio: 4/3;
}
.section-extra-articles .card-blog .title {
  color: #f8ebe5;
}
.section-extra-articles .card-blog .card-link > span {
  color: #f3db98;
}
.section-extra-articles .card-blog .card-link > span::after {
  background-color: #f3db98;
}
.section-extra-articles .card-blog .card-link:hover .title {
  color: #f3db98;
}
.section-extra-articles .card-blog .card-link:hover > span {
  color: #f3db98;
}
.section-extra-articles .card-blog .card-link:hover > span::after {
  background-color: #f3db98;
  width: 67.5px;
}

@media screen and (max-width: 991px) {
  .section-breadcrumb .background {
    max-height: 100vh;
  }
  .section-post .content-wrapper {
    padding: 0;
  }
  .section-post .content {
    background: #f8ebe5;
    padding: 0 20px;
  }
  .section-post .content::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .section-post .about-author .author-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-extra-articles {
    padding: 0;
  }
}

/*# sourceMappingURL=singlePost.bundle.css.map*/