#pcp-update-toast {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 99999;
  width: min(390px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid #bae6fd;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 50px rgba(8, 47, 73, 0.2);
  color: #0f172a;
  font: 600 12px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
}
#pcp-update-toast .pcp-update-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  flex: 1;
}
#pcp-update-toast strong { color: #075985; font-size: 13px; }
#pcp-update-toast span { color: #64748b; }
#pcp-update-toast button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 12px;
  padding: 9px 11px;
  background: #0284c7;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
@media (max-width: 560px) {
  #pcp-update-toast {
    left: 12px;
    right: 12px;
    bottom: 82px;
    width: auto;
  }
}
