.nla_usage_wrapper {
  padding:20px;
}

.nla_usage_summary {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.nla_usage_wrapper h3 {
  font-size:24px;
}

.nla_usage_stat {
  display: flex;
  flex-direction: column;
}

.nla_usage_stat_value {
  font-size: 28px;
  font-weight: 600;
  color: var(--soft-black);
  font-family: "Matter SemiMono", -apple-system, system-ui;
}

.nla_usage_stat_label {
  font-size: 13px;
  color: var(--hard-grey);
  font-family: "Matter SemiMono", -apple-system, system-ui;
}

.nla_usage_table {
  font-family: "Matter SemiMono", monospace;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 14px;
}

.nla_usage_table th {
  text-align: left;
  font-size: 12px;
  font-family: "Matter SemiMono", -apple-system, system-ui;
  color: var(--hard-grey);
  padding: 8px 12px;
  border-bottom: 2px solid var(--gridline);
  font-weight: 500;
}

.nla_usage_table td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--gridline);
  color: var(--soft-black);
}

.nla_usage_table th.number,
.nla_usage_table td.number {
  text-align: right;
}

.nla_usage_table tbody tr:hover {
  background-color: var(--gentle-white);
}

.nla_usage_account_section {
  margin-bottom: 40px;
}

.nla_usage_account_header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.nla_usage_account_header h4 {
  font-size: 18px;
  margin: 0;
}

.nla_usage_account_total {
  font-size: 13px;
  color: var(--hard-grey);
  font-family: "Matter SemiMono", -apple-system, system-ui;
}

.nla_usage_empty {
  color: var(--hard-grey);
  font-family: "Matter SemiMono", -apple-system, system-ui;
  padding: 20px 0;
}
