/* r12 — Reminder/alarm duplicate bottom dock UI-only fix.
   Keeps the reminder draft actions intact, but prevents them from becoming
   a second sticky bottom panel next to the module's existing save dock. */
#shieldy-reminder-foundation .sh-reminder-actions-r9{
  position:static!important;
  inset:auto!important;
  bottom:auto!important;
  z-index:auto!important;
  margin:12px 0 0!important;
  padding:10px 0 0!important;
  border:0!important;
  border-top:1px solid var(--account-border,var(--sh-auto-border,#d0d7de))!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#shieldy-reminder-foundation .sh-reminder-actions-r9>.primary{
  min-height:40px!important;
  min-width:0!important;
}
@media(max-width:820px){
  #shieldy-reminder-foundation .sh-reminder-actions-r9{
    bottom:auto!important;
  }
}
