.content-page {
  background: #f6f1e8;
  color: #253345;
}

.content-page .content-page-main {
  padding: 28px 0 8px;
}

.content-page .content-page-wrap {
  max-width: 1100px;
}

.content-page .content-page-title {
  margin: 0 0 18px;
  color: #1f2a37;
  font-size: 2rem;
  font-weight: 700;
}

.content-page .content-page-body p,
.content-page .content-page-body li {
  color: #344559;
  line-height: 1.85;
}

.content-page .content-page-body table.table {
  background: #ffffff;
  border: 1px solid #c8d0db;
}

.content-page .content-page-body table.table thead th {
  background: #eef1f4;
  color: #1f2a37;
  border-bottom: 1px solid #c8d0db;
}

.content-page .content-page-body table.table td,
.content-page .content-page-body table.table th {
  border-color: #d5dde8;
}

.content-page .content-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.content-page .manual-download {
  margin: 8px 0 14px;
}

