.blog-shop-section .blog-body {
  font-size: 1.8rem;
  background-color: white;
  color: #333;
  font-family: "Outfit", sans-serif;
}

.blog-page {
  max-width: 1320px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
}

.blog-shop-section .blog-body .wrapper a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.blog-shop-section .blog-body .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-shop-section .blog-body .wrapper .section_title {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.blog-shop-section .blog-body .wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
}

.blog-shop-section .blog-body .wrapper .articles {
  width: 100%;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-bottom: 5rem;
}

.blog-shop-section .blog-body .wrapper .article {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  padding: 2rem;
  border-top: 1px solid #faaa5f;
  border-left: 1px solid #faaa5f;
  border-right: 1px solid #faaa5f;
  border-bottom: 1px solid #369b08;
  border-radius: 5px;
  margin-bottom: 50px;
}

.blog-shop-section .blog-body .wrapper .article:hover img {
  transform: scale(1.05);
}

.blog-shop-section .blog-body .wrapper .article:hover .read_more {
  opacity: 1;
  z-index: 1;
}

.blog-shop-section .blog-body .wrapper .article:hover .author {
  opacity: 0;
  z-index: -1;
}

.blog-shop-section .blog-body .wrapper .preview {
  position: relative;
  margin-bottom: 1.3rem;
  overflow: hidden;
  margin-top: -4rem;
  width: 100%;
  padding-bottom: 50%;
  border-radius: 10px;
}

.blog-shop-section .blog-body .wrapper .preview .stretch {
  position: absolute;
}

.blog-shop-section .blog-body .wrapper .preview img {
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}


.blog-shop-section .blog-body .wrapper .cat {
  margin-bottom: 1rem;
  padding: 0rem 0.5rem;
  align-self: flex-start;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #0a4c36;
}

.blog-shop-section .blog-body .wrapper .cat:hover {
  background-color: #eb5a07;
}

.blog-shop-section .blog-body .wrapper .cat a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.blog-shop-section .blog-body .wrapper .title {
  font-size: 24px;
  margin-bottom: 1rem;
}

.blog-shop-section .blog-body .wrapper .title a{
  line-height: 1;
}

.blog-shop-section .blog-body .wrapper .description {
  font-size: 14px;
  /* display: none; */
}

.blog-shop-section .blog-body .wrapper .article_footer {
  border-top: 1px solid #b5fdc1;
  margin-top: auto;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  font-size: 1.2rem;
}


.blog-shop-section .blog-body .wrapper .author,
.blog-shop-section .blog-body .wrapper .read_more {
  display: block;
}

.blog-shop-section .blog-body .wrapper .read_more a {
  display: block;
  font-size: 18px;
  color: #eb5a07;

}

.blog-shop-section .blog-body .wrapper .read_more:hover a {
  color: #0a4c36;
}

.blog-shop-section {
  margin-top: 0;
  padding-top: 0;
}

.blog-main-section .blog-main {
  background: #fff;
  margin-top: 2.3rem;
  
}

.blog-main-section {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
}

.blog-sidebar {
  background: #fff;
  border: 1px solid #c5ffd4;
  background-color: #f6fdf8;
  padding: 25px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  height: fit-content;

}

.blog-sidebar-section .blog-categories-head {
  font-size: 1.3em;
  color: #0a4c36;
  margin-bottom: 20px;
  border-bottom: 2px solid #eb5a07;
  padding-bottom: 5px;
  font-weight: 600;
  margin-top: 50px;
}

.blog-sidebar-section .blog-tag-head {
  font-size: 1.3em;
  color: #0a4c36;
  margin-bottom: 20px;
  border-bottom: 2px solid #eb5a07;
  padding-bottom: 5px;
  font-weight: 600;
  margin-top: 50px;
}

.blog-sidebar .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .categories ul li {
  margin-bottom: 10px;
}

.blog-sidebar .categories ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}

.blog-sidebar .categories ul li a:hover {
  color: #0a4c36;
  text-decoration: underline;
}

.blog-sidebar .tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-sidebar .tag ul li {
  margin-bottom: 10px;
}

.blog-sidebar-section .blog-recent-head {
  font-size: 1.3em;
  color: #0a4c36;
  margin-bottom: 20px;
  border-bottom: 2px solid #eb5a07;
  padding-bottom: 5px;
  font-weight: 600;
}


.blog-sidebar .recent-blog-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .recent-blog-main ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.blog-sidebar .recent-blog-main ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  width: 50%;
}

.blog-sidebar .recent-blog-main ul li a img {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.blog-sidebar .recent-blog-main ul li h2 {
  margin-left: 10px;
}

.blog-sidebar .recent-blog-main ul li h2 a {
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
}

.blog-sidebar .recent-blog-main ul li a:hover {
  color: #0a4c36;
  text-decoration: underline;
}

.blog-sidebar .tag ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: #dbf8da;
  padding: 2px 5px;
  border-radius: 5px;
}


@media (max-width: 992px) {
  .blog-main-section {
    grid-template-columns: 2fr 1fr;
    gap: 25px;
  }

  .blog-shop-section .blog-section {
    grid-template-columns: repeat(1, 2fr);
  }
     .blog-sidebar {
        margin: 0px 20px;
    }
}

@media (max-width: 768px) {
  .blog-main-section {
    display: flex;
    flex-direction: column;
  }

  .blog-sidebar {
    order: 1;
    margin-bottom: 30px;
  }

  .blog-sidebar .recent-blog-main ul li a {
    width: auto;
  }
}

@media (max-width: 500px) {
  .blog-shop-section .blog-section {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 1340px) {
    .blog-shop-section .articles {
        padding: 0px 20px;
    }

}