/* Learning Experience QC — desktop headline and assessment flow */
@media (min-width:1001px){
  body .headline{
    font-size:60px!important;
  }

  html[lang="ko"] body .headline{
    font-size:45px!important;
  }

  body .mini-flow{
    height:120px!important;
    grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr!important;
    gap:0!important;
    align-items:center!important;
  }

  body .mini-flow .mini-arrow{
    display:block!important;
    width:24px!important;
    height:8px!important;
    object-fit:contain!important;
  }
}

/* Mirror the Speaking Assessment artwork as requested. */
.assess-cards .assess-card:first-child .visual img{
  transform:scaleX(-1);
}
