/* Add custom CSS styles below */ 
.custom-footer-badges-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.custom-tax-badge-item,
.custom-trust-badge {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.custom-tax-badge-item img,
.custom-trust-badge img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain;
}

.custom-tax-badge-item p,
.custom-trust-badge p {
  margin: 0 0 3px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.custom-tax-badge-item b,
.custom-trust-badge b {
  display: block;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  .custom-footer-badges-group {
    justify-content: center;
  }
}