/* Cookpit System — V11.63 SVG Apple Icons + Interface Safe */
.dh-module-icon-img{
  width:1.18em;
  height:1.18em;
  display:block;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
}
.nav button{
  line-height:1!important;
}
.nav button > .dh-module-icon-img{
  width:25px!important;
  height:25px!important;
  margin:auto!important;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.25));
}
.nav button.active > .dh-module-icon-img{
  transform:scale(1.03);
}
.module-toggle .module-icon{
  overflow:hidden;
}
.module-toggle .module-icon .dh-module-icon-img,
.widget-toggle .module-icon .dh-module-icon-img,
.home-module-order-row .module-icon .dh-module-icon-img{
  width:24px!important;
  height:24px!important;
  margin:auto!important;
}
.home-module-head h2 .dh-module-icon-img{
  display:inline-block;
  width:1.05em!important;
  height:1.05em!important;
  margin-right:8px;
  vertical-align:-.15em;
}
.home-minimalist-module-chip .ico .dh-module-icon-img{
  width:24px!important;
  height:24px!important;
  margin:auto!important;
}
.dh-inline-icon{
  width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
}
.dh-inline-icon .dh-module-icon-img{
  width:20px!important;
  height:20px!important;
}
.top-search-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.top-search-icon img{
  width:22px;
  height:22px;
  display:block;
  object-fit:contain;
}
.module-svg-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.module-svg-upload{
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.module-svg-upload input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.module-svg-note{
  margin-top:6px;
  font-size:11px!important;
}
@media (max-width:720px){
  .nav button > .dh-module-icon-img{width:27px!important;height:27px!important;}
  .module-svg-actions{gap:6px;}
  .module-svg-actions .btn{min-height:34px!important;padding:8px 10px!important;font-size:12px!important;}
}
