.loa-ps-banner {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  padding: 14px 40px 14px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.loa-ps-banner.loa-ps-visible {
  opacity: 1;
  transform: translateY(0);
}

.loa-ps-banner[hidden] {
  display: none !important;
}

.loa-ps-bottom-right {
  right: 20px;
  bottom: 20px;
}

.loa-ps-bottom-left {
  left: 20px;
  bottom: 20px;
}

.loa-ps-bottom-full {
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  border-radius: 0;
  justify-content: center;
  padding: 14px 44px;
}

.loa-ps-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
}

.loa-ps-copy {
  flex: 1;
  min-width: 0;
}

.loa-ps-title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.loa-ps-sub {
  margin: 0;
  font-size: 11.5px;
  color: #6b7280;
  line-height: 1.4;
}

.loa-ps-cta {
  flex-shrink: 0;
  display: inline-block;
  background: #1a73e8;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 9px 14px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 140ms ease;
}

.loa-ps-cta:hover {
  background: #1558b0;
}

.loa-ps-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}

.loa-ps-close:hover {
  color: #374151;
}

/* Inline shortcode badge */
.loa-ps-inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 20px;
  padding: 7px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #3c4043 !important;
  text-decoration: none !important;
  transition: box-shadow 140ms ease, border-color 140ms ease;
}

.loa-ps-inline-badge:hover {
  border-color: #4285f4;
  box-shadow: 0 1px 4px rgba(66, 133, 244, 0.25);
}

@media (max-width: 480px) {
  .loa-ps-bottom-right,
  .loa-ps-bottom-left {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
  .loa-ps-banner {
    flex-wrap: wrap;
  }
  .loa-ps-cta {
    flex: 1 0 100%;
    text-align: center;
    margin-top: 6px;
  }
}
