.main-category .main-category-wrapper {
  border: none !important;
}
.main-category .main-category-wrapper .main-category-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.main-category .main-category-wrapper .main-category-card img {
  max-width: 80px;
  margin-right: 20px;
  border-radius: 5px;
}

.main-category .main-category-wrapper .main-category-card h4 {
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
}

.main-category .main-category-wrapper .category-link:hover h4 {
  color: #ff0b0b;
}

@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
.single-post-area .single-post .blog_details h1 {
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.35px;
  font-size: 2.25rem;
  font-weight: 700;
}
.single-post-area .single-post .blog_details p {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.11rem;
  letter-spacing: 0.35px;
  font-weight: 400;
}
.single-post-area .single-post .blog_details .quote-wrapper {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.35px;
  font-weight: 300;
  color: #202020;
  background-color: #f7f7f7 !important;
}

@media only screen and (max-width: 768px) {
  .single-post-area .single-post .blog_details h1 {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.35px;
    /* font-size: 24px; */
    font-size: clamp(1.5rem, 0.4375rem + 3.4vw, 2.35rem);
    font-weight: 700;
  }
  .single-post-area .single-post .blog_details .quote-wrapper {
    font-size: 16px;
  }

  .blog_details h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 11px;
  }

  .single-post-area .single-post .blog_details p {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    letter-spacing: 0.125px;
    font-weight: 400;
    line-height: 27px;
  }
}

.trending-area
  .trending-main
  .trending-bottom
  .single-bottom
  .trend-bottom-cap
  span {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  background-color: #e1fcff;
  padding: 10px;
}

.trending-area .trending-main .trand-right-single .trand-right-cap span {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
  background-color: #e1fcff;
  padding: 10px;
}

.trending-area .trending-main .trand-right-single .trand-right-cap h4 {
  font-size: 1rem;
}

.inner-img img {
  max-width: 100% !important;
  height: auto !important;
}
