.custom-data-list {
  position: relative;
  display: none;
  width: 100%;
  margin-top: 10px;
  border: 0.15rem solid #cea600;
  border-radius: 6px;
  overflow: hidden;
  max-height: 150px;
  overflow-y: auto;
}

.custom-data-list li {
  padding: 8px 12px;
  margin: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-data-list li::before {
  color: inherit;
  vertical-align: inherit;
  display: inherit;
}

.prose ul li::before {
  content: inherit;
  font-size: inherit;
  margin: inherit;
}

.custom-data-list li:hover {
  background-color: #f0f0f0;
}

#cac-form select {
  width: 100%;
  border: 1px solid rgb(203 213 225);
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  height: 52px;
  text-indent: 8px;
}

#cac-form select::-ms-expand {
  display: none;
}

/* Style the dropdown arrow for non-IE browsers */
#cac-form select::-webkit-select-arrow {
  display: none;
}

#cac-form select option {
  background-color: #fff;
  color: #333;
}

#cac-form select:focus {
  outline: none;
  border: 2px solid rgb(59 130 246);
  box-shadow: 0 0 0 1pt rgb(59 130 246);
}

#eligibility h1,
#contextual h1 {
  font-size: 1.7778rem;
  font-family: SourceSansPro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
  font-weight: 700;
  margin-top: 1.3333rem;
  margin-bottom: 1.3333rem;
}

#contextual h1 {
  font-size: inherit;
}

#contextual p {
  font-size: 90%;
}

.search-message {
  font-weight: 700;
}

.hide-question {
  display: none;
}

.question:first-of-type {
  display: block;
}

.qa-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.results-header {
  border-top: 1px solid #e8ecf2;
  font-weight: 700;
  padding-top: 1rem;
  color: #0d3273;
}

.question-column {
  flex: 1;
  padding-right: 20px;
  font-size: 90%;
  margin-bottom: 0.5rem;
}

.answer-column {
  font-size: 90%;
  font-weight: 700;
  flex: 1;
  margin-bottom: 0.5rem;
  padding-left: 20px;
}

.result-1 .answer-column {
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .hero-banner {
    padding-top: 1.7778rem;
  }
  .hero-banner__copy {
    min-height: inherit;
  }
  .hero-banner__inner > * {
    padding-top: 0;
  }

  #cac-form select {
    height: 45px;
    text-indent: 6px;
  }
}
