    .table-wrap {
      max-height: 520px;
      overflow: auto;
      border: 1px solid var(--line);
      border-radius: 13px;
    }

    .table-wrap[hidden] {
      display: none;
    }

    table {
      width: 100%;
      min-width: 1450px;
      border-collapse: collapse;
      background: #fff;
      font-size: 14px;
    }

    .results-table {
      min-width: 980px;
    }

    .call-table {
      min-width: 940px;
    }

    th,
    td {
      padding: 13px 14px;
      border-bottom: 1px solid #e9edf3;
      text-align: left;
      vertical-align: middle;
    }

    th {
      position: sticky;
      z-index: 1;
      top: 0;
      color: #4b5565;
      background: #f5f7fb;
      font-size: 12px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }
