
.block-article-card__image-wrapper {
  width: 265px !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 157 / 108 !important;
  margin: 0 auto 20px auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
}

.block-article-card__image-wrapper img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.section-blog-container .block-articles {
  grid-template-columns: repeat(var(--desktop-columns, 3), 1fr) !important;
  gap: 40px !important;
}

@media (max-width: 1200px) {
  .block-article-card__image-wrapper {
    width: 220px !important;
  }
}

@media (max-width: 768px) {
  .block-article-card__image-wrapper {
    width: 100% !important;
    max-width: 280px !important;
  }
}
