/* Add custom CSS styles below */ 
.fdcp-open-popup-button,
.fdcp-marketing-phrase-badge {
  z-index: 90006 !important;
  transition: all 0.25s ease !important;
}

html:has(.s-modal-body.s-modal-entering) .fdcp-open-popup-button,
html:has(.s-modal-body.s-modal-entered) .fdcp-open-popup-button,
html:has(.s-modal-wrapper:focus-within) .fdcp-open-popup-button {
  bottom: -80px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

html:has(.s-modal-body.s-modal-entering) .fdcp-marketing-phrase-badge,
html:has(.s-modal-body.s-modal-entered) .fdcp-marketing-phrase-badge,
html:has(.s-modal-wrapper:focus-within) .fdcp-marketing-phrase-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}