/* Batch 7C.13: Match Story Tags in the matches-sliders shortcode. */
.cx-slider-story-line {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--cx-accent-blue);
  background: rgba(84, 139, 184, 0.08);
  border-left: 2.5px solid var(--cx-accent-blue);
  padding: 4px 8px;
  margin-top: 8px;
  border-radius: 0 4px 4px 0;
  text-align: left;
}
