.coach-explorer-identity .coach-explorer-teams {
  margin-top: 5px;
  color: #f0ad80;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

.coach-explorer-portrait-source {
  display: inline-flex;
  margin-top: 7px;
  color: #e9a171;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.coach-explorer-portrait-source:hover,
.coach-explorer-portrait-source:focus {
  color: #ffd7bb;
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}

.coach-explorer-portrait-source[hidden] {
  display: none;
}

/* Version 14 reliability and editorial entry point */
.brand h1 {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
}

.story-button {
  height: 40px;
  padding: 0 13px;
  border: 1px solid #70452d;
  border-radius: 9px;
  background: linear-gradient(180deg, #382218, #241710);
  color: #ffd5b8;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.story-button:hover,
.story-button:focus {
  border-color: #ef7c35;
  background: #432719;
  outline: none;
}

.filter-load-more {
  width: 100%;
  min-height: 40px;
  margin-top: 9px;
  border: 1px solid #3d4757;
  border-radius: 9px;
  background: #202733;
  color: #dce2ea;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.filter-load-more:hover,
.filter-load-more:focus {
  border-color: #ef7c35;
  background: #29313d;
  outline: none;
}

.filter-load-more[hidden],
.coach-explorer-portrait img[hidden] {
  display: none !important;
}

.tile {
  will-change: opacity;
}

@media (max-width: 720px) {
  .brand h1 {
    font-size: 13px;
  }

  .story-button {
    height: 38px;
    padding: 0 9px;
    font-size: 11px;
  }

  .coach-explorer,
  .has-coach-explorer:not(.has-results-explorer) .coach-explorer {
    top: auto;
    bottom: 0;
    height: min(64dvh, 620px);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 70px #000d;
  }

  .coach-explorer-header::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 7px;
    width: 42px;
    height: 4px;
    border-radius: 99px;
    background: #596475;
    transform: translateX(-50%);
  }

  .coach-explorer-header {
    position: relative;
    padding-top: 18px;
  }
}
