/* Custom icon list!! */
.custom-icon-list {
  list-style: none;
  padding-left: 0;
}

.custom-icon-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  background-repeat: no-repeat; /* Ensure image doesn't repeat */
  background-position: left center; /* Center the icon vertically */
  background-size: 20px 20px;
}

.icon-youtube {
  background-image: url('images/icons/list/youtubeicon.png');
}

.icon-roblox {
  background-image: url('images/icons/list/Ricon.png');
}
