#stories_carousel ul.bulleted li {
  list-style-type: disc !important; /* Sets bullets to disc */
  margin-left: 0;         /* Prevents double spacing */
}
#stories_carousel ul.bulleted,
#stories_carousel ul.bulleted ul{
  padding-left: 20px !important;
}
#stories_carousel ul.bulleted ul li{
  list-style-type: circle !important; /* Sets bullets to disc */
}

#stories_carousel .nav-items {
    display: flex;
    width: 100%;
    padding-inline: 32px;
    padding-bottom: 40px;
    justify-content: center;
    gap: 20px;
}
.body-tepezza-101 #stories_carousel .link-list ul li a.active {
    color: rgb(154, 29, 94);
    text-decoration: none;
    background: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 6px;
    padding-top: 10px;
}
.body-tepezza-101 #stories_carousel .link-list ul li:has(a.active) .field-link {
    background: rgb(255, 255, 255);
}