.evoe-catalog-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.evoe-catalog-cta-loop-wrap .evoe-catalog-ctas {
  justify-content: flex-start;
}

.evoe-catalog-cta-block .evoe-catalog-ctas {
  justify-content: center;
}
