.section-heading > div,
.result-heading > div {
  min-width: 0;
  flex: 1;
}

.modern-subpage .ghost-button {
  width: auto !important;
  min-width: 84px !important;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .section-heading,
  .result-heading {
    align-items: center;
    gap: 9px;
  }

  .section-heading h2,
  .result-heading h2 {
    font-size: 20px;
  }

  .section-heading span {
    font-size: 9px;
  }

  .modern-subpage .ghost-button {
    min-width: 76px !important;
    min-height: 34px;
    padding: 0 9px;
    font-size: 10px;
  }
}
