/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 20:8 Expected identifier but found "\"type\""

**/
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}
{

        "type": "textarea",

        "id": "heading",

        "label": "Heading",

        "default": "Image with text overlay"

}
.list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  color: rgb(var(--color-foreground));
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
