/* LV Typing Suite 6.0.16 — UP Police desktop answer-area visual polish only.
 * Increase the answer surface from 160px to 190px so the change is visibly useful
 * while keeping the source area larger. Mobile and all non-UP-Police templates stay unchanged.
 */
@media (min-width:621px){
  body.lvt-exam-running > .lvt-ws-root[data-lvt-ws].lvt-template-up_police .lvt-exam-input{
    height:190px!important;
    min-height:190px!important;
  }
  body.lvt-exam-running > .lvt-ws-root[data-lvt-ws].lvt-template-up_police.lvt-kruti-mode #lvt-ws-source + .lvt-kruti-overlay{
    height:190px!important;
    min-height:190px!important;
  }
  body.lvt-exam-running > .lvt-ws-root[data-lvt-ws].lvt-template-up_police.lvt-kruti-mode .lvt-kruti-overlay .lvt-kruti-live-preview{
    height:190px!important;
    min-height:190px!important;
  }
}
