    .opportunity-layout { gap: 24px; }
    .section-card, .company-logo-card, .back-overview-panel {
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
      background: #fff;
    }
    .highlight-block {
      background: #f7f9fc;
      border-left: 4px solid #3559e0;
      padding: 16px 18px;
      border-radius: 12px;
      margin-top: 18px;
    }
    .highlight-block h5 { margin-bottom: 10px; }
    .company-table {
      width: 100%;
      border-collapse: collapse;
    }
    .company-table th, .company-table td {
      padding: 14px 12px;
      border-bottom: 1px solid #e8edf3;
      vertical-align: top;
    }
    .company-table thead th {
      background: #f3f6fb;
      font-weight: 700;
    }
    .badge-open {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 999px;
      background: #e7f7ec;
      color: #1f7a3b;
      font-size: 0.85rem;
      font-weight: 700;
    }
    .badge-focus {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 999px;
      background: #eef2ff;
      color: #3446b5;
      font-size: 0.85rem;
      font-weight: 700;
      margin-right: 6px;
      margin-bottom: 6px;
    }
    .source-list li { margin-bottom: 8px; }
    .side-list { padding-left: 18px; }
    .muted-note { color: #6c757d; font-size: 0.95rem; }


