
/* Shieldy triggers compact/localization r13 — interface only. No network changes. */
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-editor-grid{
  align-items:start!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"]{
  width:min(100%, 360px)!important;
  max-width:360px!important;
  justify-self:end!important;
  align-self:start!important;
  min-height:74px!important;
  padding:14px 16px!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13 > span:first-child,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"] > span:first-child{
  padding-right:12px!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13 .normalized-switch,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"] .normalized-switch{
  margin-left:auto!important;
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:28px!important;
  min-height:28px!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13 .normalized-switch > i,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"] .normalized-switch > i{
  border-radius:999px!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13 .normalized-switch > i::after,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"] .normalized-switch > i::after{
  top:2px!important;
  left:2px!important;
  width:22px!important;
  height:22px!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row.sh-trigger-enabled-row-r13 .normalized-switch > input:checked + i::after,
[data-custom-workspace-panel="triggers"] #sh-trigger-editor-body .sh-auto-toggle-row[data-trigger-enabled-row="1"] .normalized-switch > input:checked + i::after{
  transform:translateX(20px)!important;
}
/* Make list state pills feel local and compact even when text becomes Russian. */
[data-custom-workspace-panel="triggers"] #sh-trigger-list [data-trigger-state-label="1"],
[data-custom-workspace-panel="triggers"] #sh-trigger-list .sh-trigger-state-pill-r13{
  min-width:54px!important;
  padding:4px 10px!important;
  text-align:center!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
