    /* Logs */
    .logs-head {
      margin-bottom: 20px;
    }

    .logs-title {
      margin-bottom: 0;
    }

    .logs-filter-meta {
      font-size: 12px;
      color: var(--muted);
    }

    .log-filter-date {
      width: 130px !important;
      font-size: 11px;
    }

    .log-filter-search {
      width: 200px !important;
    }

    .logs-th-date {
      width: 160px;
    }

    .logs-th-user,
    .logs-th-action {
      width: 140px;
    }

    .logs-th-request {
      width: 150px;
    }

    .log-empty-cell {
      padding: 48px;
      text-align: center;
      color: var(--muted);
    }

    .log-empty-cell-error {
      color: var(--red);
    }

    .log-date-cell {
      color: var(--accent2);
      font-size: 11px;
    }

    .log-user-cell {
      font-weight: 600;
    }

    .log-note-cell {
      font-size: 12px;
      max-width: 400px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .log-note-sub {
      color: var(--muted);
      font-size: 10px;
      margin-top: 2px;
    }

    .log-request-badge {
      cursor: pointer;
    }

    .log-request-empty {
      color: var(--muted2);
    }


    .logs-head-mobile,
    .logs-toolbar-mobile {
      flex-wrap: wrap;
    }

    .table-wrap-logs {
      min-width: 0;
    }

    .log-row-card {
      scroll-margin-top: 84px;
    }

    .log-request-cell {
      min-width: 0;
    }
