/* [project]/app/(storefront)/blog/blog-landing.module.css [app-client] (css) */
.blog-landing-module__XxK9MW__page {
  background: #fff;
  min-height: 100vh;
}

.blog-landing-module__XxK9MW__masthead {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.blog-landing-module__XxK9MW__mastheadInner {
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 24px;
  padding-inline: 24px;
}

.blog-landing-module__XxK9MW__heading {
  color: #54585a;
  margin: 0 0 4px;
  font-size: 2rem;
  font-weight: 500;
}

.blog-landing-module__XxK9MW__subheading {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
}

.blog-landing-module__XxK9MW__gridSection {
  background: #f6f6f6;
}

.blog-landing-module__XxK9MW__gridInner {
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px;
  padding-inline: 24px;
}

.blog-landing-module__XxK9MW__grid {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 32px;
  display: grid;
}

.blog-landing-module__XxK9MW__cardLink {
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: block;
}

.blog-landing-module__XxK9MW__card {
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.blog-landing-module__XxK9MW__imageFrame {
  aspect-ratio: 16 / 10;
  background: #f5f5f4;
  position: relative;
  overflow: hidden;
}

.blog-landing-module__XxK9MW__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s ease-out;
}

.blog-landing-module__XxK9MW__cardLink:hover .blog-landing-module__XxK9MW__image {
  transform: scale(1.05);
}

.blog-landing-module__XxK9MW__cardBody {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.blog-landing-module__XxK9MW__date {
  color: #9ca3af;
  font-size: 12px;
}

.blog-landing-module__XxK9MW__cardTitle {
  color: #54585a;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.375;
  transition: color .2s;
}

.blog-landing-module__XxK9MW__cardLink:hover .blog-landing-module__XxK9MW__cardTitle {
  color: #ea1c2d;
}

.blog-landing-module__XxK9MW__excerpt {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  line-height: 1.625;
}

.blog-landing-module__XxK9MW__readMore {
  color: #ea1c2d;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.blog-landing-module__XxK9MW__arrow {
  stroke-width: 2px;
  width: 14px;
  height: 14px;
  transition: transform .2s;
}

.blog-landing-module__XxK9MW__cardLink:hover .blog-landing-module__XxK9MW__arrow {
  transform: translateX(2px);
}

.blog-landing-module__XxK9MW__empty {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
}

@media (min-width: 640px) {
  .blog-landing-module__XxK9MW__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .blog-landing-module__XxK9MW__mastheadInner, .blog-landing-module__XxK9MW__gridInner {
    padding-inline: 40px;
  }

  .blog-landing-module__XxK9MW__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=app_%28storefront%29_blog_blog-landing_module_0jpqcpk.css.map*/