/* Keep existing selection-driven visibility and form submission behaviour. */
body button.smeta-bulk-delete {
    box-sizing: border-box !important;
    flex: 0 0 36px;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 8px !important;
    border: 1px solid #dc3545 !important;
    border-radius: 8px !important;
    background: #dc3545 !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    line-height: 1;
}
body button.smeta-bulk-delete:hover { background: #bb2d3b !important; border-color: #bb2d3b !important; opacity: 1; }
body button.smeta-bulk-delete:focus-visible { outline: 2px solid #dc3545; outline-offset: 3px; }
body button.smeta-bulk-delete > svg { display: block; width: 18px; height: 18px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
body button.smeta-bulk-delete[hidden], body button.smeta-bulk-delete.hidden { display: none !important; }
@media print { body button.smeta-bulk-delete { display: none !important; } }
