/* CUSTOMER_ALPHA_SESSION_RESET_V48 */
.customer-alpha-session-v48-strip {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  color: #0f172a;
  font: 12px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(10px);
}

.customer-alpha-session-v48-strip strong {
  font-weight: 700;
}

.customer-alpha-session-v48-strip small {
  display: block;
  color: #475569;
}

.customer-alpha-session-v48-strip button,
.customer-alpha-session-v48-strip a {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef2ff;
  color: #1e1b4b;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  font: inherit;
  font-weight: 700;
}

.customer-alpha-session-v48-strip button:hover,
.customer-alpha-session-v48-strip a:hover {
  background: #e0e7ff;
}

.customer-alpha-session-v48-hidden {
  display: none !important;
}

@media (max-width: 720px) {
  .customer-alpha-session-v48-strip {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    flex-wrap: wrap;
  }
}
