/* LoveForm Paid Sidebar Styles */

/* Paid state body class for transitions (mirrors premium) */
body.paid-state-active {
  transition: all 0.5s ease;
}

.loveform-paid-sidebar {
  animation: loveform-fadeIn 0.5s ease-out;
}

.loveform-paid-sidebar { margin: 1.5rem 0; }

.loveform-card-paid {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.loveform-card-paid .paid-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #059669; /* emerald-600 */
  margin-bottom: 10px;
}

.loveform-card-paid .paid-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 6px 12px;
}

.loveform-card-paid .label {
  color: #6b7280; /* gray-500 */
  font-size: 12px;
  text-transform: uppercase;
}

.loveform-card-paid .val {
  color: #111827; /* gray-900 */
  font-size: 14px;
}
