/* Nectar — Watch on YouTube CTA (Salient Video posts) */
.nectar-watch-on-youtube{
  display:inline-flex;
  align-items:center;
  gap:.5em;
  padding:.65em 1.1em;
  border:1px solid currentColor;
  border-radius:2px;
  font-size:.85rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-decoration:none;
  line-height:1;
  transition:opacity .2s ease;
}
.nectar-watch-on-youtube:hover,
.nectar-watch-on-youtube:focus{
  opacity:.75;
  text-decoration:none;
}
.nectar-watch-on-youtube::after{
  content:"↗";
  font-size:.9em;
  line-height:1;
}
