/* PA v22: Desktop share popover must not be clipped or flow into the next content block. */
@media (min-width:768px){
  .pa-offer-facts-grid,
  .pa-offer-content-box,
  .pa-offer-status-panel,
  .pa-offer-product-card,
  .pa-offer-product-card__body,
  .pa-media-original,
  .pa-media-original--product,
  .pa-offer-actions-under-image{
    overflow:visible !important;
  }

  .pa-offer-facts-grid,
  .pa-offer-content-box,
  .pa-offer-status-panel{
    position:relative !important;
    z-index:20 !important;
  }

  .pa-offer-product-card{
    position:relative !important;
    z-index:60 !important;
  }

  .pa-offer-actions-under-image{
    position:relative !important;
    z-index:100000 !important;
  }

  .pa-offer-actions-under-image .pa-share-panel,
  .pa-share-panel{
    top:auto !important;
    bottom:calc(100% + 10px) !important;
    left:auto !important;
    right:0 !important;
    transform:none !important;
    z-index:100001 !important;
    overflow:hidden !important;
    width:max-content !important;
    min-width:230px !important;
    max-width:min(300px, calc(100vw - 32px)) !important;
  }
}
