/* Add custom CSS styles below */ 
.s-block--marquee {
    position: relative;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.s-block--marquee .marquee {
    font-size: .8rem;
}

.marquee ul.marquee__content li > svg {
  width: 20px !important;
  height: 20px !important;
}

.marquee__content li span.flex {
  gap: 2px !important;            /* override Tailwind’s gap */
  align-items: center;            /* keep vertical alignment tidy */
}

.marquee__content li svg {
  width: 18px !important;
  height: 18px !important;
  margin-left: 10px !important;    /* tighten space between text and icon */
  margin-right: 10 !important;     /* ensure no right-side gap */
  vertical-align: middle;
}