/* Production accessibility refinements, loaded after the visual system. */
.section-label,
.service-number,
.process li > span {
  color: #53663b;
}

.hero .section-label,
.faq .section-label {
  color: #c9d6ab;
}

.button {
  background: #b34a29;
  border-color: #b34a29;
}

.button:hover {
  background: #91391f;
  border-color: #91391f;
}

.faq .text-link:hover,
.hero .text-link:hover,
.site-header nav a:hover {
  color: #c9d6ab;
}

.package-details {
  max-width: 900px;
  margin: 2.5rem auto 0;
}

.package-details details {
  border-top: 1px solid rgba(245, 240, 230, .3);
  padding: 1rem 0;
}

.package-details details:last-child {
  border-bottom: 1px solid rgba(245, 240, 230, .3);
}

.package-details summary {
  font-weight: 700;
}

.package-details p {
  max-width: 760px;
  color: #d6d1c6;
  margin: 1rem 0 0;
}
