.ai-notice-surface {
  position: relative !important;
}

.ai-generated-note {
  position: absolute;
  z-index: 12;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 28, 51, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(3, 28, 51, 0.18);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.service-card.ai-notice-surface {
  padding-bottom: 62px;
}

.funnel-product-info > span .ai-generated-note,
.offer-lines > div > span .ai-generated-note {
  bottom: 2px;
  left: 2px;
  min-height: 12px;
  padding: 2px 3px;
  border-width: 0;
  font-size: 7px;
  letter-spacing: -0.015em;
  box-shadow: none;
}

@media (max-width: 640px) {
  .ai-generated-note {
    bottom: 8px;
    left: 8px;
    min-height: 20px;
    padding: 4px 7px;
    font-size: 9px;
  }
}
