/* Revision 2.2.14 — product typography, normalized filters and collection modular diagrams. */
#main-content.aps-single .aps-editorial-specs>div>span{
  display:inline-block;
  flex:0 0 62px;
  min-width:62px;
  color:#F1A492;
  font-size:13px;
  line-height:1.4;
  font-weight:900;
}
.aps-single .aps-summary-editorial h1{
  max-width:620px;
  margin:22px 0 0;
  font-size:clamp(32px,1.9vw,74px);
}
.aps-format-diagram{
  display:block;
  width:min(100%,520px);
  max-height:390px;
  margin:auto;
  object-fit:contain;
}
@media(max-width:640px){
  .aps-single .aps-summary-editorial h1{font-size:clamp(32px,10vw,42px)!important}
  .aps-format-diagram{max-height:300px}
}
