body {
  margin: 0;
  background: #f6f7f9;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 26px;
  font-weight: 700;
}

h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

p {
  color: #5d6876;
  margin-top: 6px;
}

select {
  border: 1px solid #cfd6df;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
}

section {
  margin-bottom: 28px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d9dee7;
}

th,
td {
  padding: 9px 10px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
}

th {
  background: #eef2f6;
  color: #334155;
  font-weight: 650;
}

tr:last-child td {
  border-bottom: 0;
}
