
/* V147 - Product title/subtitle/meta row, matching approved reference */
.v120-product-page .v120-product-summary h1{
  margin:0 0 5px!important;
}

.v147-product-tagline{
  margin:0 0 9px!important;
  padding:0!important;
  color:#6b777b!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:500!important;
}

.v147-product-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  min-height:24px;
  margin:0 0 10px;
  padding:0 0 10px;
  border-bottom:1px solid #e7ede9;
  color:#68757a;
  font-size:10.5px;
  line-height:1.35;
  white-space:nowrap;
}

.v147-product-meta .v147-stars{
  display:inline-block;
  color:#ffb400;
  font-size:15px;
  line-height:1;
  letter-spacing:1px;
}

.v147-product-meta .v147-review{
  color:#6b777b;
}

.v147-product-meta>i{
  display:block;
  width:1px;
  height:14px;
  margin:0 3px;
  background:#ccd4d1;
  flex:0 0 1px;
}

.v147-product-meta b{
  color:#58656a;
  font-weight:800;
}

/* old rating line must never compete with the new hierarchy */
.v120-product-page .v120-rating{
  display:none!important;
}

/* redundant hotline under CTA removed in markup; fallback for stale cached markup */
.v120-product-page .v120-product-summary>.v120-hotline{
  display:none!important;
}

@media(max-width:760px){
  .v147-product-tagline{
    font-size:11px!important;
    margin-bottom:7px!important;
  }

  .v147-product-meta{
    gap:6px;
    font-size:9.5px;
    white-space:normal;
    padding-bottom:9px;
  }

  .v147-product-meta .v147-stars{
    font-size:13px;
    letter-spacing:.7px;
  }

  .v147-product-meta>i{
    height:12px;
    margin:0 1px;
  }
}
