/* Smooth Jazz Blast objective typography — layout-neutral */
#objective.objective > div { min-width: 0; }
#objective.objective > div > b {
  display:block; font-size:clamp(17px,2.05vw,22px)!important; line-height:1.08!important;
  font-weight:850!important; letter-spacing:.005em!important; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
#objective.objective > div > small {
  display:block; margin-top:3px; font-size:clamp(13px,1.35vw,16px)!important; line-height:1.12!important;
  font-weight:750!important; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
@media (max-width:430px){
  #objective.objective > div > b{font-size:16px!important}
  #objective.objective > div > small{font-size:12.5px!important}
}
