.blog-single-top-section .feature-overlay {
  display: block !important;
}

.blog-single-top-section {
  background: #F8FAF0;
  padding: 60px 0 40px;
}

.feature-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 460px;
  background: #1a1a1a;
}

.feature-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.35));
}

.blog-single-section {
  background: #fff;
  padding: 70px 0;
}

.blog-single-wraper {
  gap: 56px;
  align-items: flex-start;
}

.article-body-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.article-body-content h1,
.article-body-content h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
  margin: 56px 0 18px;
  color: #1A1A1A;
}

.article-body-content h3 {
  font-size: 26px;
  line-height: 1.3;
  margin: 38px 0 14px;
  color: #64801A;
}

.article-body-content p {
  margin: 0 0 22px;
}

.article-body-content ul,
.article-body-content ol {
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
}

.article-body-content li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
}

.article-body-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  background: #A3C210;
  border-radius: 50%;
}

.article-body-content b,
.article-body-content strong {
  color: #1A1A1A;
}

.article-body-content .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 32px 0;
}

.article-body-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.article-body-content th,
.article-body-content td {
  border: 1px solid rgba(0,0,0,.12);
  padding: 16px;
  vertical-align: top;
}

.article-body-content th {
  background: #F8FAF0;
  color: #1A1A1A;
  font-weight: 800;
}

.blog-rightsidebar {
  background: #F8FAF0;
  border: 1px solid rgba(163, 194, 16, .35);
  border-radius: 20px;
  padding: 32px;
  position: sticky;
  top: 110px;
}

.blog-rightsidebar h3 {
  font-size: 24px;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .blog-single-wraper {
    flex-direction: column;
  }

  .blog-single-wraper .col-7,
  .blog-single-wraper .col-3 {
    width: 100%;
  }

  .blog-rightsidebar {
    position: static;
  }

  .overlay-text-content {
    left: 28px;
    right: 28px;
    bottom: 32px;
  }

  .feature-image {
    height: 460px;
  }
}

@media (max-width: 480px) {
  .blog-single-top-section {
    padding: 30px 0 20px;
  }

  .feature-block {
    min-height: auto;
    border-radius: 18px;
  }

  .feature-image {
    height: 360px;
  }

  .overlay-text-content {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .overlay-text-content .article-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .article-body-content {
    font-size: 16px;
    line-height: 1.75;
  }

  .article-body-content h1,
  .article-body-content h2 {
    font-size: 30px;
    margin-top: 42px;
  }
}

.article-body-content ul,
.article-body-content ol {
  list-style: none;
  padding-left: 0;
}

.article-body-content li {
  list-style: none;
}

.article-body-content li::marker {
  content: "";
}

.article-body-content p {
  margin: 0 0 1.1rem;
}

.article-body-content h2 {
  margin: 2.6rem 0 1rem;
}

.article-body-content h3 {
  margin: 1.9rem 0 0.7rem;
}

.article-item {
  position: relative;
}

.article-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.article-admin-edit {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  display: inline-flex;
  width: auto !important;
  height: auto !important;
  padding: 7px 14px;
  border-radius: 999px;
  background: #424588;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.article-admin-edit:hover {
  background: #34366f;
}
