.ct-reels > div[data-ct-story] {
  cursor: pointer;
}

.ct-reels > div[data-ct-story] b {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
  transition: text-decoration-color 160ms ease;
}

.ct-reels > div[data-ct-story]:hover b,
.ct-reels > div[data-ct-story]:focus-visible b {
  text-decoration-color: currentColor;
}

.ct-reels > div[data-ct-story]:focus,
.ct-reels > div[data-ct-story]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.ct-reels > div[data-ct-story] .ct-story-type {
  font-size: inherit;
  letter-spacing: inherit;
}

