/* JR BMFT Floating Box – Glass Style v1.0.0
   Targets: Better Messages floating box #bmft-floating-box
*/

#bmft-floating-box{
  background: rgba(255, 255, 255, 0.86) !important;
  border: 3px solid rgba(220, 210, 200, 0.9) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
  padding: 12px 14px !important;

  /* Frosted glass */
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  color: #1F1F1F !important;
}

/* Ensure inner text inherits the darker readable color */
#bmft-floating-box *{
  color: #1F1F1F !important;
}

/* Keep links readable but still on-brand */
#bmft-floating-box a{
  color: #1F1F1F !important;
  text-decoration: none;
}
#bmft-floating-box a:hover{
  text-decoration: underline;
}
