/* Custom Product Group Styling v2.0 - Mobile Fixed */

/* Product Group Label - Sopra il nome */
.product-group-label {
  font-size: 0.75rem !important;
  color: inherit !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block !important;
  margin-bottom: 0.35rem !important;
  text-align: center !important;
  width: 100% !important;
  font-weight: 500;
  opacity: 0.85;
}

/* Product Name - Force column layout */
.product-name,
.product-name.h4,
h2.product-name,
h2.product-name.h4 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Badge spacing */
.product-name .label,
.product-name .label-success,
.product-name > .label {
  margin-top: 0.5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inline-block !important;
}

/* Hide old product-group-name spans */
.product-name .product-group-name,
span.product-group-name {
    display: none !important;
}

/* Apply to Plesk and cPanel specific panels */
#pleskPackagePanel .product-name,
#cPanelPackagePanel .product-name,
#pleskPackagePanel .product-content .product-name,
#cPanelPackagePanel .product-content .product-name {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* Product Icon Container */
.product-icon .product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile Specific Fixes */
@media (max-width: 991px) {
  .product-group-label {
    font-size: 0.7rem !important;
    margin-bottom: 0.3rem !important;
  }
  
  .product-name,
  .product-name.h4,
  h2.product-name,
  h2.product-name.h4 {
    font-size: 1.2rem !important;
  }
  
  .product-name .label {
    font-size: 0.75rem !important;
    margin-top: 0.4rem !important;
  }
}

@media (max-width: 767px) {
  .product-group-label {
    font-size: 0.65rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .product-name,
  .product-name.h4,
  h2.product-name,
  h2.product-name.h4 {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
  }
  
  .product-name .label {
    font-size: 0.7rem !important;
    margin-top: 0.35rem !important;
    padding: 0.2rem 0.4rem !important;
  }
}

@media (max-width: 480px) {
  .product-group-label {
    font-size: 0.6rem !important;
    margin-bottom: 0.2rem !important;
  }
  
  .product-name,
  .product-name.h4,
  h2.product-name,
  h2.product-name.h4 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  
  .product-name .label {
    font-size: 0.65rem !important;
    margin-top: 0.3rem !important;
    padding: 0.15rem 0.35rem !important;
  }
}
