.api_costs_wrapper {
  padding:20px;
}

.api_costs_filter {
  margin-bottom: 30px;
}

.api_costs_filter form {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.api_costs_filter input[type="date"] {
  font-size: 13px;
  padding: 4px 8px;
  border: 1px solid var(--gridline);
  border-radius: 4px;
  font-family: "Matter SemiMono", -apple-system, system-ui;
}

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

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

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

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

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

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

.api_costs_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;
}

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

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

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