.category-hub__card {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 16px 14px 16px 16px !important;
}

.category-hub__card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1;
}

.category-hub__card-visual {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-hub__card-visual img,
.category-hub__card-visual svg {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
