/* Toggle link — floats right inside the breadcrumb/header block */
.section-videos__toggle {
  float: right;
  font-size: 1.275rem;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
  line-height: 1.8;
  white-space: nowrap;
  margin-left: 12px;
}

.section-videos__toggle:hover,
.section-videos__toggle:focus {
  opacity: 0.7;
  color: inherit;
  text-decoration: underline;
}
