.jacob-live-deploy-update {
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 60;
  display: none;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  max-width: min(92vw, 520px);
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  padding: 0.78rem 0.9rem;
  background: rgba(2, 6, 23, 0.94);
  color: #e5f3ff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.jacob-live-deploy-update[data-visible="true"] {
  display: grid;
}

.jacob-live-deploy-update strong,
.jacob-live-deploy-update span {
  overflow-wrap: anywhere;
}

.jacob-live-deploy-update strong {
  color: #bae6fd;
  font-size: 0.86rem;
}

.jacob-live-deploy-update span {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.88rem;
  line-height: 1.35;
}

.jacob-live-deploy-update button {
  min-height: 36px;
  border: 1px solid rgba(34, 197, 94, 0.36);
  border-radius: 8px;
  padding: 0.42rem 0.72rem;
  background: rgba(34, 197, 94, 0.16);
  color: #dcfce7;
  cursor: pointer;
}

@media (max-width: 640px) {
  .jacob-live-deploy-update {
    left: 12px;
    right: 12px;
    grid-template-columns: 1fr;
  }
}
