/* V23: compact product information rhythm across catalogue, home rails and related-product cards. */
.v6-product-copy{
  padding-top:16px;
  padding-bottom:18px;
}
.v6-product-copy>p{
  min-height:0!important;
  margin:0 0 4px!important;
  line-height:1.3!important;
}
.v6-product-copy h3{
  min-height:0!important;
  margin:0 0 3px!important;
  line-height:1.22!important;
}
.v6-product-identifiers{
  min-height:0!important;
  margin:2px 0 0!important;
  line-height:1.25!important;
  gap:3px 10px!important;
}
.v6-product-copy .product-price{
  margin-top:6px!important;
  padding-top:0!important;
  line-height:1.2!important;
}
.v6-product-copy .product-price strong,
.v6-product-copy .product-price del{
  line-height:1.2!important;
}
.v6-product-copy .v8-card-scheme{
  margin-top:6px!important;
  margin-bottom:0!important;
}
.v6-product-copy .v18-card-actions{
  margin-top:9px;
}
.v6-product-copy .v6-card-link{
  margin-top:0!important;
  padding-top:10px!important;
}

/* Keep compact spacing consistent in catalogue and horizontal product rails. */
.v6-catalog-grid .v6-product-copy,
.eh-product-rail .v6-product-copy,
.related .v6-product-copy{
  gap:0!important;
}

@media(max-width:700px){
  .v6-product-copy{padding:13px 14px 15px!important}
  .v6-product-copy>p{margin-bottom:3px!important}
  .v6-product-copy h3{margin-bottom:2px!important}
  .v6-product-identifiers{margin-top:1px!important}
  .v6-product-copy .product-price{margin-top:5px!important}
  .v6-product-copy .v18-card-actions{margin-top:7px}
}
