/* v149 — approved strict size/layout lock for #story only. */
@media(min-width:701px){
  #story{padding:20px 0 26px!important}
  #story>.container.story-grid{
    box-sizing:border-box!important;
    display:flex!important;
    width:min(1060px,calc(100% - 72px))!important;
    max-width:1060px!important;
    min-height:0!important;
    height:240px!important;
    margin:0 auto!important;
    padding:22px 28px!important;
    flex-direction:row!important;
    align-items:stretch!important;
    gap:28px!important;
    overflow:hidden!important;
  }
  #story .story{
    box-sizing:border-box!important;
    display:flex!important;
    width:50%!important;
    min-width:0!important;
    padding:2px 0!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
  }
  #story .story>.eyebrow{min-height:29px!important;margin-bottom:9px!important;padding:4px 11px!important;font-size:9.5px!important}
  #story .story>h2{max-width:420px!important;margin-bottom:8px!important;font-size:26px!important;line-height:1.42!important}
  #story .story>p{display:-webkit-box!important;max-width:455px!important;overflow:hidden!important;font-size:10.5px!important;line-height:1.8!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}
  #story .features{
    box-sizing:border-box!important;
    display:grid!important;
    width:50%!important;
    min-width:0!important;
    height:100%!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    border-left:1px solid #eee3d3!important;
  }
  #story .feature{min-height:0!important;padding:8px 10px!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important}
  #story .feature i{width:38px!important;height:38px!important}
  #story .feature i::before{font-size:19px!important}
  #story .feature:nth-child(1) i::before{font-size:22px!important}
  #story .feature:nth-child(2) i::before{font-size:12px!important}
  #story .feature:nth-child(3) i::before{font-size:23px!important}
  #story .feature:nth-child(4) i::before{font-size:21px!important}
  #story .feature b{font-size:11px!important;line-height:1.5!important}
  #story .feature small{margin-top:2px!important;font-size:8px!important;line-height:1.45!important}
}
@media(max-width:700px){
  #story{padding:16px 0 22px!important}
  #story>.container.story-grid{
    box-sizing:border-box!important;
    display:flex!important;
    width:calc(100% - 36px)!important;
    max-width:520px!important;
    min-height:0!important;
    height:390px!important;
    margin:0 auto!important;
    padding:16px 12px 11px!important;
    flex-direction:column!important;
    gap:9px!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }
  #story .story{display:block!important;width:100%!important;flex:0 0 154px!important;overflow:hidden!important}
  #story .story>.eyebrow{min-height:27px!important;margin-bottom:7px!important;padding:4px 9px!important;font-size:8.5px!important}
  #story .story>h2{margin-bottom:6px!important;font-size:21px!important;line-height:1.4!important}
  #story .story>p{display:-webkit-box!important;overflow:hidden!important;font-size:9px!important;line-height:1.7!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}
  #story .features{
    display:grid!important;
    width:100%!important;
    height:206px!important;
    flex:0 0 206px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,103px)!important;
  }
  #story .feature{box-sizing:border-box!important;min-height:0!important;height:103px!important;padding:7px 4px!important;grid-template-rows:34px auto!important;gap:3px!important}
  #story .feature i{width:32px!important;height:32px!important}
  #story .feature i::before{font-size:17px!important}
  #story .feature:nth-child(1) i::before{font-size:20px!important}
  #story .feature:nth-child(2) i::before{font-size:10px!important}
  #story .feature:nth-child(3) i::before{font-size:20px!important}
  #story .feature:nth-child(4) i::before{font-size:19px!important}
  #story .feature b{font-size:9px!important;line-height:1.4!important}
  #story .feature small{font-size:7px!important;line-height:1.4!important}
}
@media(max-width:360px){#story>.container.story-grid{width:calc(100% - 20px)!important;height:380px!important}#story .story{flex-basis:148px!important}#story .features{height:202px!important;flex-basis:202px!important;grid-template-rows:repeat(2,101px)!important}#story .feature{height:101px!important}}
