/* Sitewide fixes for static export (Spectra icons, footer assets) */
.entry-content .uagb-ifb-icon-wrap svg,
.entry-content .uagb-ifb-icon-wrap {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.entry-content .uagb-ifb-icon-wrap svg {
  width: 100%;
  height: 100%;
  max-width: 48px;
  max-height: 48px;
  fill: var(--ast-global-color-0, #2da884);
}
.entry-content .uagb-button__icon svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  fill: currentColor;
}
.entry-content .uagb-ss__source-icon svg,
.entry-content .uagb-ss__source-wrap svg {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.ahfb-svg-iconset svg,
.ast-icon svg {
  max-width: 100%;
  height: auto;
}
.ast-site-header-cart .astra-icon svg,
.ast-header-account-wrap .ahfb-svg-iconset svg {
  width: 20px;
  height: 20px;
  max-width: 24px;
}
.site-footer .ahfb-svg-iconset svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
}
