/* Shieldy preview modal close polish r16 — interface only. */
/* Trigger + custom command modals share the same close control. */
.sh-auto-preview-modal .sh-auto-preview-modal-close{
  border-color:#ef4444!important;
  background:rgba(239,68,68,.08)!important;
  color:#dc2626!important;
  font-weight:700!important;
  box-shadow:none!important;
}
.sh-auto-preview-modal .sh-auto-preview-modal-close:hover,
.sh-auto-preview-modal .sh-auto-preview-modal-close:focus-visible{
  border-color:#dc2626!important;
  background:#ef4444!important;
  color:#fff!important;
  outline:none!important;
  box-shadow:0 0 0 3px rgba(239,68,68,.14)!important;
}
.sh-auto-preview-modal .sh-preview-footer-note-only-r16{
  justify-content:flex-start!important;
}
.sh-auto-preview-modal .sh-preview-footer-note-only-r16 small{
  width:100%!important;
}
html[data-theme="dark"] .sh-auto-preview-modal .sh-auto-preview-modal-close{
  border-color:rgba(248,113,113,.72)!important;
  background:rgba(239,68,68,.12)!important;
  color:#fca5a5!important;
}
html[data-theme="dark"] .sh-auto-preview-modal .sh-auto-preview-modal-close:hover,
html[data-theme="dark"] .sh-auto-preview-modal .sh-auto-preview-modal-close:focus-visible{
  border-color:#ef4444!important;
  background:#dc2626!important;
  color:#fff!important;
}
