.dna-test-category {
  background: #f0f0f0;
  border-radius: 8px;
  margin: 20px 0;
}

.dna-test-category-head {
  background: #d41968;
  color: #fafafa;
  padding: 8px;
  border-radius: 8px 8px 0 0;
}

.dna-test-category-head a {
  color: #f0f0f0;
}

.dna-test-category-body {
  padding: 16px;
}

.dna-test-category-list {
}

.dna-test-category-list-item {
  width: 100%;
  font-size: 1.1rem;
  margin: 2px 0;
  border-radius: 4px;
}

.dna-test-category-list-item a {
  display: inline-block;
  width: 100%;
}

.dna-test-category-list-item:hover {
  background: #eaeaea;
}

/*
#d41968
*/

.dna-test-list {
  background: #f0f0f0;
  border-radius: 8px;
  margin: 20px 0;
}

.dna-test-list-head {
  background: #d41968;
  padding: 8px;
  border-radius: 8px 8px 0 0;
}

.dna-test-list-head-title {
  color: #fafafa;
}

.dna-test-list-head-price {
  color: #fafafa;
  float: right;
}

.dna-test-list-body {
  padding: 16px;
}

.dna-test-list-body-excerpt {

}
