.top-categories-section .image-wrapper {
  position: relative;
  width: 100%;
}

.top-categories-section .image-wrapper {
  aspect-ratio: 16 / 6;
  width: 100%;
}

.top-categories-section .image-wrapper img {
  border-radius: .5rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-categories-section .index-badge {
  position: absolute;
  top: 1em;
  left: 1em;
}

.top-categories-section .thematic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.top-categories-section .thematic-grid-item:nth-child(3n + 1) {
  grid-row: span 2;
  grid-column: span 2;
}

.top-categories-section .thematic-grid-item:nth-child(3n + 1) .image-wrapper,
.top-categories-section .thematic-grid-item:nth-child(3n + 1) .image-wrapper img {
  height: 100%;
}

.top-categories-section .content {
  padding: var(--space-1rem) var(--space-0_5rem);
}