/** Shopify CDN: Minification failed

Line 73:0 Unexpected "}"

**/
.-blog-mx-2 {
  margin-right: calc(2 * var(--space-unit) * -1);
  margin-left: calc(2 * var(--space-unit) * -1);
}

.blog-gap-y-12 {
  row-gap: calc(12 * var(--space-unit));
}

@media (min-width: 768px) {
  .featured-card {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .md\:blog-mb-6 {
    margin-bottom: calc(6 * var(--space-unit));
  }
}
@media (min-width: 1024px) {
  .lg\:blog-text-lg {
    font-size: 1.8rem;
  }
  .lg\:blog-mb-6 {
    margin-bottom: calc(6 * var(--space-unit));
  }
  .lg\:blog-gap-y-16 {
    row-gap: calc(16 * var(--space-unit));
  }
  .lg\:blog-mb-16 {
    margin-bottom: calc(16 * var(--space-unit));
  }
  .lg\:blog-mt-16 {
    margin-top: calc(16 * var(--space-unit));
  }
}
@media (min-width: 1280px) {
  .featured-card .card.color-scheme .card__info {
    padding: calc(12 * var(--space-unit));
  }
}.footer-social {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 18px;
}

/* Force social icons size - Enterprise theme */
.footer-social img,
.footer-social svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
}

.footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.footer-social {
  gap: 6px !important;
}

}/* FINAL FIX - Force small social icons in Enterprise */
.footer-social {
  transform: scale(0.6);
  transform-origin: center;
  gap: 6px !important;
}

.footer-social img,
.footer-social svg {
  width: 24px !important;
  height: 24px !important;
}
/* ENTERPRISE FIX - Social icons footer */
.footer-social {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 8px !important;
}

.footer-social a {
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
}

.footer-social img {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  min-width: 14px !important;
  display: block !important;
}
/* ENTERPRISE SAFE SOCIAL ICONS */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social a {
  width: auto !important;
}

.social-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}

.social-icon.ig {
  background-image: url('https://cdn-icons-png.flaticon.com/512/733/733558.png');
}

.social-icon.fb {
  background-image: url('https://cdn-icons-png.flaticon.com/512/733/733547.png');
}

.social-icon:hover {
  opacity: 1;
}

