#podcast-helper-popover {
  position: fixed !important;
  /* left + top set by carehub-popovers.js */
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 390px !important;
  max-width: calc(100vw - 24px) !important;
  z-index: 10000 !important;
  margin: 0 !important;
}

#podcast-helper-popover[hidden] {
  display: none !important;
}

#podcast-helper-popover.is-visible {
  display: block !important;
}

#podcast-helper-popover .mobile-helper-card {
  position: relative !important;
  width: 100% !important;
  padding: 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(196, 220, 241, 0.28) !important;
  background: rgba(10, 69, 121, 0.94) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35) !important;
  box-sizing: border-box !important;
  color: #f5ede4 !important;
}

#podcast-helper-popover .helper-close-btn {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(9, 18, 29, 0.35) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  cursor: pointer !important;
}

#podcast-helper-popover .mobile-helper-label,
#podcast-helper-popover [data-podcast-helper-title] {
  font-family: "Julius Sans One", sans-serif !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

#podcast-helper-popover audio {
  width: 100% !important;
  height: 40px !important;
}