/* CUSTOMER_PROJECT_FRONTEND_AUTOSAVE_V57 */
.customer-project-autosave-v57 {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 9996;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 8px 10px;
  border: 1px solid rgba(79, 70, 229, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  color: #1e1b4b;
  font: 12px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.customer-project-autosave-v57 strong {
  font-weight: 800;
}

.customer-project-autosave-v57 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-project-autosave-v57 button {
  border: 0;
  border-radius: 999px;
  padding: 6px 9px;
  background: #eef2ff;
  color: #1e1b4b;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

@media (max-width: 760px) {
  .customer-project-autosave-v57 {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 118px;
    max-width: none;
    flex-wrap: wrap;
    border-radius: 16px;
  }
}

/* CUSTOMER_MY_VIDEOS_BACKEND_PROJECTS_V58: product-silent autosave indicator */
.customer-project-autosave-v57 {
  display: none !important;
}
