/* ARTIZS.SAY v0.5.2.1 — Admin mascot slot preview fit hotfix
   Always show the whole mascot inside usage slots. */
.support-mascot-slot .slot-preview{
  min-height:132px!important;
  height:132px!important;
  padding:10px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.support-mascot-slot .slot-preview img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:112px!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  margin:auto!important;
  flex:0 1 auto!important;
}

/* Keep the remove button visible without covering the mascot. */
.support-mascot-slot .slot-remove{right:8px!important;top:8px!important}

@media(max-width:900px){
  .support-mascot-slot .slot-preview{
    min-height:104px!important;
    height:104px!important;
    padding:8px!important;
  }
  .support-mascot-slot .slot-preview img{
    max-width:92%!important;
    max-height:88px!important;
  }
}
