
/* Shieldy custom messages actions r19 — visual-only size balance. */
/* Keep Delete visually equal in height/weight to Preview, without changing handlers. */
[data-custom-workspace-panel="messages"] .cm510-delete-message-r17{
  min-height:36px!important;
  min-width:82px!important;
  padding:8px 14px!important;
  border-radius:9px!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}
[data-custom-workspace-panel="messages"] .cm510-preview-message-r17{
  min-height:36px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
  border-radius:9px!important;
  font-size:13px!important;
}
@media(max-width:620px){
  [data-custom-workspace-panel="messages"] .cm510-delete-message-r17{
    min-width:78px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
}
