.coody-home-cms-pages {
  padding-block: 4rem;
}

.coody-home-cms-pages__title {
  margin-bottom: 2rem;
}

.coody-home-cms-pages .articles > [class*="col-"] {
  margin-bottom: 1.5rem;
}

.coody-home-cms-pages .articles > [class*="col-"] > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.coody-home-cms-pages .thumb-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgb(0 0 0 / 6%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coody-home-cms-pages .articles > [class*="col-"] > a:hover .thumb-article {
  box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.coody-home-cms-pages .thumb-article-top {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: radial-gradient(120% 120% at 50% 50%, #fafafa 0%, #f6efef 100%);
}

.coody-home-cms-pages .thumb-article-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coody-home-cms-pages .thumb-article-bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem 1.5rem;
}

.coody-home-cms-pages .thumb-article-bottom h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}

.coody-home-cms-pages .thumb-article-bottom .intro-text {
  flex: 1;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #666;
}

.coody-home-cms-pages .thumb-article-bottom .article-link {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
}

.coody-home-cms-pages .coody-home-cms-pages__more .all-product-link {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.coody-home-cms-pages .coody-home-cms-pages__more .all-product-link:hover {
  color: var(--bs-primary, #bb2649);
}
