.custom-disc-list {
  padding-left: 20px; /* Give it space so bullets are visible */
  list-style-type: disc !important;
}

@media (max-width: 576px) {
  .lineup-bg-wrapper .lineup-result-items .score-result {
    font-size: 16px !important;
  }
  .lineup-bg-wrapper .lineup-result-items {
    gap: 10px !important;
  }
}
