/* CUSTOMER_ALPHA_SCOPED_STATE_V52 */
.customer-alpha-scoped-state-v52 {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 8px 10px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: rgba(240, 253, 244, 0.96);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  color: #14532d;
  font: 12px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(10px);
}

.customer-alpha-scoped-state-v52 strong {
  font-weight: 800;
}

.customer-alpha-scoped-state-v52 button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 6px 9px;
  background: #dcfce7;
  color: #14532d;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.customer-alpha-scoped-state-v52 button:hover {
  background: #bbf7d0;
}

@media (max-width: 720px) {
  .customer-alpha-scoped-state-v52 {
    left: 12px;
    right: 12px;
    bottom: 72px;
    max-width: none;
    flex-wrap: wrap;
    border-radius: 16px;
  }
}
