/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/blog/Blog.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Blog_blog-page__XbRSb {
  min-height: 100vh;
}

.Blog_blog-hero___4Qn6 {
  background-image: url('https://dev.moreyeahs.com/wp-content/uploads/2026/02/Group-1000001836-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.Blog_blog-hero___4Qn6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.Blog_blog-hero___4Qn6 .Blog_container__5D94J {
  position: relative;
  z-index: 2;
}

.Blog_blog-hero__title__lYpOL {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000000;
}

.Blog_blog-hero__subtitle__WCo2x {
  font-size: 20px;
  opacity: 0.9;
  color: #20202099;
}

/* Loading skeleton styles */
.Blog_blog-hero__title__lYpOL.Blog_loading__Vjxuc,
.Blog_blog-hero__subtitle__WCo2x.Blog_loading__Vjxuc {
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.1) 75%);
  background-size: 200% 100%;
  animation: Blog_loading__Vjxuc 1.5s ease-in-out infinite;
  border-radius: 4px;
  color: transparent;
  display: inline-block;
  min-width: 300px;
  min-height: 1em;
}

@keyframes Blog_loading__Vjxuc {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.Blog_blog-grid-section__JK_I6 {
  padding: 80px 0;
  background-color: #f9fafb;
}

.Blog_container__5D94J {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.Blog_blog-grid__OGn9q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 32px;
  gap: 32px;
  margin-top: 40px;
}

.Blog_no-posts___xXZw {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #6b7280;
}

@media (max-width: 768px) {
  .Blog_blog-hero__title__lYpOL {
    font-size: 36px;
  }

  .Blog_blog-hero__subtitle__WCo2x {
    font-size: 18px;
  }

  .Blog_blog-grid__OGn9q {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .Blog_blog-grid-section__JK_I6 {
    padding: 40px 0;
  }
}

