/* External platform logos (public + admin-shared patterns). */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hml-platform {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  vertical-align: middle;
  line-height: 1;
}

.hml-platform__img {
  display: block;
  width: 1.25em;
  height: 1.25em;
  object-fit: contain;
  flex-shrink: 0;
}

.hml-platform__label {
  font-size: 0.9em;
  font-weight: 600;
}

.hml-platform-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hml-platform-row__item {
  display: flex;
  align-items: center;
}

.hml-platform--lg .hml-platform__img {
  width: 1.5rem;
  height: 1.5rem;
}

/* YouTube strip */
.yt-channel__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.yt-channel__cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.yt-channel__cta .hml-platform__img {
  width: 1.35rem;
  height: 1.35rem;
}
