.hero {
  padding: 30px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
}

@media screen and (min-width: 1200px) {
  .hero-banner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
.hero-banner-wrapper .hero-banner-img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hero-banner-wrapper .hero-banner-img {
    width: 600px;
    height: 491px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.hero-banner-section {
  background: #f7f4ef;
  padding: 60px 0;
}

strong {
  font-weight: bold;
}

.post-content {
  max-width: 800px !important;
  margin: 20px auto 0;
}

.post-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .post-title {
    font-size: 38px;
  }
}

.post-info-container {
  display: flex;
  justify-content: space-between;
}

ul,
ol {
  margin-left: 40px;
}

p,
li {
  color: #4a4a47;
  line-height: 170%;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-wrapper {
  display: flex;
  gap: 20px;
}
.img-wrapper-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .img-wrapper-4 img {
    width: 48%;
  }
}

.post-sources {
  margin-top: 20px;
}

.sources-content ul,
.sources-content ol {
  margin-left: 20px;
  font-size: 12px;
}
.sources-content a,
.sources-content li {
  font-size: 12px;
  margin-bottom: 5px;
}

.comments-area {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .comments-area {
    margin-top: 50px;
  }
}

.comment-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.comment-list li {
  list-style-type: none;
}

.custom-comment {
  margin-bottom: 20px;
}

.comment-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 16px;
  background-color: #fefefe;
}

.comment-meta {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 8px;
}

.comment-meta .author {
  font-weight: bold;
  color: #333;
}

.comment-content {
  font-size: 1em;
  color: #222;
  margin-bottom: 8px;
}

.comment-reply a {
  font-size: 0.9em;
  color: #0073aa;
  text-decoration: none;
}

.comment-reply a:hover {
  text-decoration: underline;
}

.comment-form {
  margin-top: 2em;
}

.comment-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 1em;
  font-size: 1em;
  box-sizing: border-box;
}

.form-submit {
  display: flex;
  justify-content: center;
}

.comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

.comment-form input[type=submit] {
  background-color: transparent;
  color: #4b6043;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4b6043;
  cursor: pointer;
}
.comment-form input[type=submit]:hover {
  width: 220px;
}

.post-img-main-wrapper {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .post-img-main-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .post-img-main-wrapper {
    background: #f7f4ef;
  }
}

.post-img {
  width: 100%;
  height: 300px;
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .post-img {
    width: 800px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 510px) {
  .post-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .post-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=single.css.map */