.fcr-double-deck-popover-overlay {
  min-height: 40px;
  border-radius: inherit;
}
.fcr-double-deck-popover-top {
  background: var(--fcr_web_ui_scene_fill4_popup);
  width: 100%;
  min-height: 20px;
  border-radius: inherit;
}
.fcr-popover-trigger-opened {
  background: var(--fcr_ui_scene_ramp_brand6);
}

.fcr-popover .fcr-tooltip-inner {
  backdrop-filter: blur(25px);
}
