.tool-card h2 {
  margin-bottom: 10px;
}

.form-group-full {
  grid-column: 1 / -1;
}

.results-card {
  top: 20px;
}

.results-hero .eyebrow {
  margin-bottom: 8px;
}

.legend-item--note {
  justify-content: flex-start;
}

.legend-item--note .legend-label {
  font-weight: 500;
  line-height: 1.55;
}

.breakdown-table-wrap {
  overflow-x: auto;
}

.breakdown-table th,
.breakdown-table td {
  white-space: nowrap;
}

.breakdown-table th:first-child,
.breakdown-table td:first-child {
  white-space: normal;
}

@media (max-width: 780px) {
  .results-actions {
    width: 100%;
  }

  .results-actions .btn {
    flex: 1 1 auto;
  }
}
