/* Mobile-first enhancements for Smart Lookup results */
@media (max-width: 760px) {
  .sl-top-summary-layer {
    padding: 12px !important;
    border-radius: 16px !important;
  }
  .sl-result-identity-bar {
    display: grid !important;
    gap: 10px !important;
  }
  .sl-summary-band,
  .sl-confidence-strip,
  .sl-panel-grid,
  .smart-general-path-grid {
    grid-template-columns: 1fr !important;
  }
  .sl-summary-card,
  .sl-confidence-card,
  .sl-recommendation-hero,
  .smart-general-section {
    border-radius: 14px !important;
    padding: 14px !important;
  }
  .sl-summary-row {
    display: grid;
    gap: 2px;
    font-size: 14px !important;
  }
  .lkq-option-card,
  .lkq-id-card,
  .lkq-successor-card,
  .lkq-table-section {
    border-radius: 14px !important;
  }
  .lkq-option-card-head {
    padding: 12px !important;
  }
  .lkq-option-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 10px 12px !important;
  }
  .lkq-option-row-label {
    font-size: 0.7rem !important;
  }
  .lkq-option-row-value {
    font-size: 0.85rem !important;
  }
  .lkq-table-wrap {
    overflow: visible !important;
  }
  .lkq-comparison-table,
  .lkq-comparison-table thead,
  .lkq-comparison-table tbody,
  .lkq-comparison-table tr,
  .lkq-comparison-table th,
  .lkq-comparison-table td {
    display: block;
    width: 100% !important;
  }
  .lkq-comparison-table thead {
    display: none;
  }
  .lkq-comparison-table tr {
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
  }
  .lkq-comparison-table td {
    border: 0 !important;
    border-top: 1px solid #eef2f7 !important;
    padding: 10px 12px !important;
  }
  .lkq-comparison-table td:first-child {
    border-top: 0 !important;
    background: #f8fafc !important;
  }
}
.smart-general-kicker {
  display:inline-flex;
  margin-bottom:10px;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#92400e;
}
.smart-general-path-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.smart-general-path-card {
  display:grid;
  gap:6px;
  padding:14px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#f8fafc;
  color:#334155;
}
.smart-general-path-card strong { color:#0f172a; }
.smart-general-path-card-primary { background:#eff6ff; border-color:#93c5fd; }
