/* Dedicated security-event history page; the dashboard remains intentionally compact. */
.home-audit-link {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  white-space: nowrap;
}

.audit-history-shell {
  width: min(980px, calc(100% - 40px));
  max-width: 980px;
}

.audit-history-heading p {
  max-width: 720px;
  line-height: 1.7;
}

.audit-history-card {
  box-sizing: border-box;
  padding: 28px;
}

.audit-history-list {
  margin-top: 18px;
}

.audit-history-list .activity-item {
  min-height: 64px;
}

@media (max-width: 600px) {
  .home-audit-link {
    min-height: 40px;
    padding-inline: 13px;
  }

  .audit-history-shell {
    width: calc(100% - 24px);
    margin-top: 16px;
  }

  .audit-history-heading {
    margin-bottom: 18px;
  }

  .audit-history-heading h1 {
    margin-top: 8px;
    font-size: 34px;
  }

  .audit-history-card {
    padding: 20px 18px;
    border-radius: 24px;
  }
}
