/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 19:0 Unexpected "<"

**/
/* Collapse margins/padding on the feed and its parents */
section[data-section-type="instagram-feed"],
section[data-section-type="instagram-feed"] > *,
section[data-section-type="instagram-feed"] > * > * {
  margin: 0 !important;
  padding: 0 !important;
}
/* For Bucks green button issue */
<style>
  .buckscc-select .select-wrapper {
    display: none !important;
  }
</style>