/* utils */
body.single-post {
  background-color: rgb(249, 250, 251);
}

section.blog-single {
  padding: clamp(60px, 90 * (100vw - 375px) / 905 + 60px, 150px) 0 clamp(40px, 24 * (100vw - 375px) / 905 + 40px, 64px);
}
section.blog-single .blog-single-container {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}
section.blog-single .blog-single-container .blog-single-back {
  margin-bottom: 32px;
}
section.blog-single .blog-single-container .blog-single-back a {
  color: rgb(22, 163, 74);
  transition: color var(--transition);
  font-size: 16px;
  font-weight: 300;
}
section.blog-single .blog-single-container .blog-single-back a svg {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
section.blog-single .blog-single-container .blog-single-back a:hover {
  color: rgb(21, 128, 61);
}
section.blog-single .blog-single-container .blog-single-wrap {
  padding: clamp(16px, 16 * (100vw - 375px) / 905 + 16px, 32px);
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta .blog-post-item-category {
  display: inline-block;
  color: rgb(21, 128, 61);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 14px;
  background-color: rgb(220, 252, 231);
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta .blog-post-item-category svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta .blog-post-item-reading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107, 114, 128);
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta .blog-post-item-reading svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
section.blog-single .blog-single-container .blog-single-wrap .blog-single-meta .blog-post-item-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107, 114, 128);
}
section.blog-single .blog-single-container .blog-single-h1 {
  font-size: clamp(30px, 6 * (100vw - 375px) / 905 + 30px, 36px);
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
section.blog-single .blog-single-container .blog-single-author {
  margin-bottom: 24px;
  color: rgb(75, 85, 99);
  font-size: 16px;
  line-height: 100%;
}
section.blog-single .blog-single-container .blog-single-author svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 4px;
  color: rgb(22, 163, 74);
}
section.blog-single .blog-single-container .blog-single-content {
  padding: 32px 0;
  border-top: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
}
section.blog-single .blog-single-container .blog-single-content p {
  margin-bottom: 16px;
}
section.blog-single .blog-single-container .blog-single-content h2, section.blog-single .blog-single-container .blog-single-content h3, section.blog-single .blog-single-container .blog-single-content h4, section.blog-single .blog-single-container .blog-single-content h5, section.blog-single .blog-single-container .blog-single-content h6 {
  margin-bottom: 24px;
}
section.blog-single .blog-single-container .blog-single-content ol {
  margin-bottom: 16px;
  counter-reset: item;
}
section.blog-single .blog-single-container .blog-single-content ol li {
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #f0fdf4, transparent);
  padding: 8px 8px 8px 40px;
  border-radius: 12px;
  position: relative;
  counter-increment: item;
}
section.blog-single .blog-single-container .blog-single-content ol li:before {
  content: counter(item);
  position: absolute;
  height: 20px;
  width: 20px;
  left: 8px;
  top: calc(50% - 10px);
  border-radius: 10px;
  background-image: linear-gradient(to right, #22c55e, #059669);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  line-height: 20px;
  font-weight: 500;
}
section.blog-single .blog-single-container .blog-single-content ul {
  margin-bottom: 16px;
}
section.blog-single .blog-single-container .blog-single-content ul li {
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #f0fdf4, transparent);
  padding: 8px 8px 8px 40px;
  border-radius: 12px;
  position: relative;
}
section.blog-single .blog-single-container .blog-single-content ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 8px;
  top: calc(50% - 10px);
  border-radius: 10px;
  background-image: url("../../img/ok.svg"), linear-gradient(to right, #22c55e, #059669);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% auto, 100% 100%;
}
/* animation */
.blog-single-back.has-animation {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-30px);
}

.blog-single-wrap.has-animation {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(30px);
}

.blog-single-back.has-animation.animated,
.blog-single-wrap.has-animation.animated {
  opacity: 1;
  transform: translateY(0);
}

/* adaptive */
/*# sourceMappingURL=post.css.map */
