
.comp-table-wrapper {
    max-width: 900px;
    margin: 1.5em 0;
    overflow-x: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5;
  }
  .comp-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
  }
  .comp-table-wrapper thead {
    background: #1e293b;
    color: #fff;
  }
  .comp-table-wrapper th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    width: 33.33%;
  }
  .comp-table-wrapper th:first-child { border-radius: 10px 0 0 0; }
  .comp-table-wrapper th:last-child  { border-radius: 0 10px 0 0; }
  .comp-table-wrapper th .highlight-green { color: #4ade80; }
  .comp-table-wrapper th .highlight-blue  { color: #60a5fa; }
  .comp-table-wrapper th .sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 2px;
  }
  .comp-table-wrapper td {
    padding: 13px 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
  }
  .comp-table-wrapper tbody tr:last-child td { border-bottom: none; }
  .comp-table-wrapper tbody tr:hover { background: #f8fafc; }
  .comp-table-wrapper td:first-child {
    font-weight: 600;
    color: #1e293b;
  }
  .comp-table-wrapper .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .comp-table-wrapper .dot-yellow { background: #eab308; }
  .comp-table-wrapper .dot-green  { background: #22c55e; }
  .comp-table-wrapper .tag {
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 1px 3px 1px 0;
  }
  .comp-table-wrapper .tag-green { background: #dcfce7; color: #166534; }
  .comp-table-wrapper .tag-blue  { background: #dbeafe; color: #1e40af; }
  .comp-table-wrapper .icon-row {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .comp-table-wrapper .icon-row svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }
  .comp-table-wrapper .icon-row-green svg { stroke: #16a34a; }
  .comp-table-wrapper .icon-row-blue svg  { stroke: #2563eb; }