.fera-card-rating {
  display: flex;
  justify-content: center;
  margin: 6px 0; }

.fera-card-rating [data-fera-widget] {
  display: inline-flex;
  justify-content: center; }

.verification-image-group.small-images {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 1.5rem 0; }

.verification-image-group.small-images figure {
  max-width: 220px;
  margin: 0; }

.verification-image-group.small-images img {
  width: 100%;
  height: auto;
  border-radius: 4px; }

.verification-image-group.small-images figcaption {
  font-size: 0.8rem;
  color: #666;
  margin-top: 6px; }

/* Tighten space directly under the homepage hero carousel */
.heroCarousel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/* The very next section after the hero often has top padding/margin */
.heroCarousel + * {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* If the next section is a Page Builder region wrapper */
.heroCarousel + * [data-content-region],
.heroCarousel + * .pageBuilder-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important; }
