/* RA V34: final selected-delete button stack alignment. Keeps duration/expiry files untouched. */
.ra-floating-stack{
  right:18px!important;
  bottom:22px!important;
  gap:12px!important;
  align-items:center!important;
}
.ra-floating-stack > #ra-top-delete-selected,
#ra-top-delete-selected.ra-float-btn,
button#ra-top-delete-selected.ra-float-btn{
  position:relative!important;
  right:auto!important;
  bottom:auto!important;
  top:auto!important;
  left:auto!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  display:none;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  transform:none!important;
  z-index:2147482500!important;
}
#ra-top-delete-selected i{font-size:18px!important;line-height:1!important;margin:0!important;padding:0!important;display:block!important;}
#ra-top-delete-selected span,#ra-top-delete-selected .ra-delete-text{display:none!important;}
@media(max-width:576px){
  .ra-floating-stack{right:12px!important;bottom:15px!important;gap:12px!important;}
  .ra-floating-stack > #ra-top-delete-selected,
  #ra-top-delete-selected.ra-float-btn,
  button#ra-top-delete-selected.ra-float-btn{
    width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;max-height:42px!important;
  }
  #ra-top-delete-selected i{font-size:16px!important;}
}


/* RA V35: final delete float spacing + centered dashboard notice title. Duration/expiry files untouched. */
.ra-floating-stack{gap:18px!important;}
.ra-floating-stack > #ra-top-delete-selected,
#ra-top-delete-selected.ra-float-btn,
button#ra-top-delete-selected.ra-float-btn{
  margin:0 0 2px 0!important;
}
.ra-dashboard-notice-head{
  justify-content:center!important;
  text-align:center!important;
  width:100%!important;
  padding-right:34px!important;
}
.ra-dashboard-notice-head i{margin-right:8px!important;}
@media(max-width:576px){
  .ra-floating-stack{gap:18px!important;}
  .ra-dashboard-notice-head{justify-content:center!important;text-align:center!important;padding-right:38px!important;}
}
