/* SoltanShop 3.20.14 — narrowly scoped UI refinements. */

/* The whole shipping-information group follows the selected alignment. */
.product-main-content__details-product-description-free-send {
  justify-content: var(--soltanshop-shipping-justify, flex-start) !important;
}
.product-main-content__details-product-description-free-send-svg {
  flex: 0 0 auto !important;
}
.product-main-content__details-product-description-free-send-title {
  flex: 0 1 auto !important;
  max-width: 100% !important;
  text-align: var(--soltanshop-shipping-text-align, right) !important;
}

/* Newsletter feedback is rendered by the shared .notifBar controller only. */
.woocommerce-account .panel__subscribe-newsletter .soltanshop-newsletter-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 575px) {
  .product-main-content__details-product-description-free-send-title {
    min-width: 0 !important;
  }
}
