.blog-hero {
  height: auto;
  min-height: 400px;
  padding: 6rem 0 3rem;
}

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

.blog-description {
  font-size: 1rem;
  padding: 0 1rem;
}

.blog-container-wrapper {
  margin-top: -30px;
  padding-bottom: 4rem;
}

.blog-filter-bar {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding: 1rem;
  width: 100%;
  border-radius: 15px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.blog-filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

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

.featured-card {
  grid-template-columns: 1fr;
  display: flex;
  flex-direction: column;
}

.featured-image-wrapper {
  min-height: 250px;
  height: 250px;
  width: 100%;
}

.featured-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.featured-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.post-meta {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.newsletter-box {
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  text-align: center;
}

.newsletter-box::before {
  width: 200px;
  height: 200px;
  top: -20%;
  left: -20%;
}

.newsletter-text {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.newsletter-form {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.newsletter-form .input-group {
  flex-direction: column;
}

.form-message {
  position: static;
  margin-top: 0.5rem;
  padding-left: 0;
  text-align: center;
}

.newsletter-form input {
  width: 100%;
}

.newsletter-btn {
  width: 100%;
  padding: 1rem;
}

.section-header-simple {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-header-simple h3 {
  font-size: 1.3rem;
}

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

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 44px;
  height: 44px;
}

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

.post-card {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.card-meta {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cta-slide {
  padding: 1.5rem;
}

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

.cta-slide p {
  font-size: 0.95rem;
}

.btn-cta-slide {
  width: 100%;
  text-align: center;
  padding: 0.8rem 1rem;
}

.mid-grid-cta {
  display: none;
}

.blog-cta-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.cta-box {
  flex-direction: column;
  padding: 2.5rem;
  text-align: center;
  gap: 2rem;
}

.cta-content h2 {
  font-size: 1.6rem;
}

.cta-content p {
  font-size: 1rem;
}

.cta-action {
  width: 100%;
}

.btn-primary {
  width: 100%;
  text-align: center;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
}

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

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

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

.featured-list-wrapper {
  gap: 1rem;
}

.featured-list-heading {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.featured-list-item {
  padding: 0.8rem;
}

.featured-list-image {
  width: 80px;
  height: 64px;
}

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