/* ==========================================================================
   drawer_extras.css — CD-A3b (18.09.2026)
   Ersetzt die statischen style="-Attribute der Footer-Drawer-Partials:
   live_chat_drawer (2× cursor:pointer), ai_copilot_drawer (Icon-Kreis,
   Submit-Button), bookmarks_drawer (Offcanvas-Shell). Werte 1:1, unlayered.
   Offcanvas-!important bewusst übernommen (Verhaltensidentität gegen
   Bootstrap-Offcanvas-Defaults, Muster aqd-drawer).
   ========================================================================== */
.lcd-cursor { cursor: pointer; }
.aic-icon-32 { width: 32px; height: 32px; }
.aic-send-40 { width: 40px; height: 40px; }
.bkd-drawer {
  width: 100%;
  max-width: 420px;
  background: rgba(15, 23, 42, 0.96) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
