.blog-title {
  font-size: 2rem;
}

.featured-post-section {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.featured-card {
  border-radius: 16px;
}

.featured-image-wrapper {
  height: 200px;
  min-height: 200px;
}

.featured-content {
  padding: 1.5rem;
}

.featured-title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.post-meta {
  font-size: 0.8rem;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.featured-excerpt {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2rem;
}

.read-more-btn {
  width: 100%;
  justify-content: center;
  padding: 0.8rem 1rem;
}

.swiper-nav-buttons {
  display: none;
}

.latest-quests-swiper {
  padding-bottom: 3rem !important;
}

.post-card {
  border-radius: 12px;
}

.card-content {
  padding: 1rem;
}

.card-title {
  font-size: 1.1rem;
}

.cta-slide {
  padding: 1rem;
}

.cta-slide h4 {
  font-size: 1.2rem;
}

.cta-slide-icon {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.cta-box {
  padding: 1.5rem;
  gap: 1.5rem;
}

.cta-content h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.cta-content p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.btn-primary {
  padding: 0.7rem 1.2rem;
  font-size: 0.9rem;
}

.featured-layout-split {
  grid-template-columns: 1fr !important;
  gap: 1.5rem;
}

.featured-main-card .featured-image-wrapper {
  height: 200px;
  min-height: auto;
}

.featured-main-card .featured-content {
  padding: 1.25rem;
}

.featured-list-item {
  padding: 0.75rem;
  gap: 0.75rem;
}

.featured-list-image {
  width: 70px;
  height: 56px;
}

.featured-list-title {
  font-size: 0.95rem;
}
