.pdt-firewall-outbound-notice {
  position: fixed;
  z-index: 2147483647;
  right: 24px;
  bottom: 24px;
  max-width: min(420px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
  font: 600 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 600px) {
  .pdt-firewall-outbound-notice {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
  }
}
