.mtm-adv-box{
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:14px;
  margin:14px 0;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
  position:relative;
}
.mtm-adv-header{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
}
.mtm-adv-title{
  font-weight:600;
  font-size:16px;
}
.mtm-adv-tooltip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;height:18px;
  border-radius:50%;
  border:1px solid #cbd5e1;
  cursor:pointer;
  font-size:12px;
  line-height:18px;
  user-select:none;
}
.mtm-adv-tooltip-content{
  position:absolute;
  top:40px; left:14px;
  max-width:420px;
  background:#111827;
  color:#fff;
  padding:10px 12px;
  border-radius:8px;
  font-size:13px;
  line-height:1.3;
  display:none;
  z-index:50;
}
.mtm-adv-tooltip:focus + .mtm-adv-tooltip-content,
.mtm-adv-tooltip:hover + .mtm-adv-tooltip-content{
  display:block;
}
.mtm-adv-bar{
  background:#f3f4f6;
  height:12px;
  border-radius:999px;
  overflow:hidden;
}
.mtm-adv-bar-fill{
  height:100%;
  width:33%;
  background:#10b981;
  transition:width .3s ease;
}
.mtm-adv-meta{
  margin-top:8px;
  font-size:14px;
  color:#374151;
}
.mtm-adv-count{ color:#6b7280; margin-left:6px; font-size:12px; }
/* Admin form polish */
.wrap .form-table th{ width:260px; }
