/* Server-rendered result heading for category and location pages. */
.results-header {
  box-sizing: border-box;
  gap: 10px;
  height: auto;
  min-height: 58px;
  padding: 5px 10px;
}

.results-heading-wrap {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center !important;
  min-width: 0;
  width: auto !important;
}

.results-heading {
  color: rgba(0, 0, 0, 0.68);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center;
}

.results-heading a,
.results-heading .results-subject {
  color: rgba(0, 0, 0, 0.68);
  font-weight: 600;
}

.results-heading a {
  border-bottom: 1px solid var(--lightblue);
}

.results-heading a:hover {
  color: var(--primary);
}

.results-summary {
  color: rgba(0, 0, 0, 0.48);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 3px 0 0;
  text-align: center;
}

.results-header > .aviso,
.results-header > .bc-flag {
  flex: 0 0 auto;
}

@media only screen and (max-width: 699px) {
  .results-header {
    min-height: 62px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .results-heading {
    font-size: 16px;
  }

  .results-summary {
    font-size: 9px;
  }
}
