/* PricePulse India Frontend Styles - Indigo & Slate Theme */
.lpf-embed-wrapper, .lpf-india-wc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  margin: 20px 0;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.lpf-embed-header, .lpf-india-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.lpf-tag-badge, .lpf-india-pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef2ff;
  color: #3730a3;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  border: 1px solid #c7d2fe;
}

.lpf-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #4f46e5;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
}

.lpf-live-text {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

.lpf-product-heading {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 6px 0 0 0;
}

.lpf-lowest-banner {
  background: #312e81;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.lpf-india-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}

.lpf-price-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  display: block;
}

.lpf-amount-highlight {
  font-size: 26px;
  font-weight: 900;
  color: #4338ca;
  font-family: monospace;
}

.lpf-store-highlight-pill {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  background: #f8fafc;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.lpf-india-savings-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 12px 0;
}

.lpf-table-responsive {
  width: 100%;
  overflow-x: auto;
}

.lpf-india-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.lpf-india-table th {
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 14px;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
}

.lpf-india-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  color: #1e293b;
}

.lpf-row-lowest {
  background: #f5f3ff !important;
}

.lpf-pill-best {
  display: inline-block;
  background: #4f46e5;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  text-transform: uppercase;
}

.lpf-store-badge-name {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #0f172a;
}

.lpf-store-amazon { background: #ffedd5; color: #9a3412; }
.lpf-store-flipkart { background: #dbeafe; color: #1e40af; }
.lpf-store-croma { background: #fef3c7; color: #92400e; }
.lpf-store-reliance { background: #fee2e2; color: #991b1b; }
.lpf-store-tatacliq { background: #f3e8ff; color: #6b21a8; }

.lpf-text-shipping {
  font-size: 12px;
  color: #64748b;
}

.lpf-val-current {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  font-family: monospace;
}

.lpf-val-mrp {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 11px;
  margin-left: 6px;
}

.lpf-bank-pill {
  font-size: 11px;
  background: #fef3c7;
  color: #92400e;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #fde68a;
}

.lpf-btn-go, .lpf-btn-cta {
  display: inline-block;
  padding: 8px 16px;
  background: #0f172a;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  min-height: 38px;
  line-height: 22px;
  box-sizing: border-box;
}

.lpf-btn-best-store, .lpf-btn-best {
  background: #4f46e5 !important;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

.lpf-btn-go:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.lpf-emi-callout {
  margin-top: 14px;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 12px;
  color: #334155;
}

.lpf-india-store-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.lpf-store-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 12px;
}

.lpf-store-item.lpf-is-lowest {
  background: #eef2ff;
  border-color: #818cf8;
}

.lpf-store-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lpf-store-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lpf-price-text {
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
  font-family: monospace;
}

.lpf-inline-deal-card {
  display: inline-block;
  padding: 8px 14px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #312e81;
  border-radius: 8px;
  font-size: 13px;
  margin: 6px 0;
}

.lpf-bank-offers-box {
  padding: 12px 16px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  border-radius: 10px;
  font-size: 13px;
  margin: 10px 0;
}

.lpf-bank-offers-list {
  margin: 8px 0 0 18px;
  padding: 0;
  list-style: disc;
}
.lpf-bank-offers-list li {
  margin-bottom: 4px;
}

.lpf-alert-embed-box {
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin: 16px 0;
}

.lpf-india-alert-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.lpf-india-alert-form input {
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 12px;
  min-height: 38px;
}

.lpf-btn-set-alert {
  padding: 8px 16px;
  background: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  min-height: 38px;
}

/* Live Search Bar Shortcode Styles */
.lpf-live-search-container {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
  box-sizing: border-box;
}

.lpf-search-bar-header {
  margin-bottom: 16px;
}

.lpf-search-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 8px 0 4px 0;
}

.lpf-search-subtitle {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.lpf-live-search-form {
  margin: 16px 0 12px 0;
}

.lpf-search-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px 8px 6px 16px;
  transition: all 0.2s ease;
}

.lpf-search-input-group:focus-within {
  border-color: #4f46e5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.lpf-search-icon {
  font-size: 16px;
  color: #64748b;
}

.lpf-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  outline: none;
  min-height: 44px;
}

.lpf-search-submit-btn {
  background: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.lpf-search-submit-btn:hover {
  background: #4338ca;
  transform: translateY(-1px);
}

.lpf-search-suggestions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.lpf-suggestions-label {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
}

.lpf-suggestion-chip {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.lpf-suggestion-chip:hover {
  background: #e0e7ff;
  border-color: #c7d2fe;
  color: #3730a3;
}

.lpf-live-results-target {
  margin-top: 24px;
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
}

.lpf-scanning-card {
  text-align: center;
  padding: 24px 16px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
}

.lpf-scanning-spinner {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #e0e7ff;
  border-radius: 50%;
  border-top-color: #4f46e5;
  animation: lpf-spin 0.8s linear infinite;
  margin-bottom: 12px;
}

@keyframes lpf-spin {
  to { transform: rotate(360deg); }
}
