.blog-detail-cover img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-sidebar .sidebar-card img {
  width: 100%;
  height: 55px;
  object-fit: cover;
  border-radius: 5px;
}

.sidebar-post-thumb {
  background: linear-gradient(135deg, #6a11cb, #2575fc, #00c6ff);
  color: #fff;
}

.sidebar-post {
  align-items: center;
}

.title-sidebar-blog {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.blog-detail-cover {
  height: auto;
  background: linear-gradient(135deg, #4f46e5, #3aa4ed);
}

.sidebar-card h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text);
}

.no-thumb-inner {
  height: 320px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
}

.no-thumb-inner svg {
  margin-right: 10px;
}

.main-blog-detail h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .blog-detail-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1rem;
  }

  section.content-section {
    padding: 0;
  }

  .inner-hero {
    padding: 30px 20px;
    padding-bottom: 30px !important;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .blog-detail-content {
    padding: 15px;
  }
}