/* Scrollable card styling */
.card-body[style*="overflow-y"] {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.card-body[style*="overflow-y"]::-webkit-scrollbar {
  width: 6px;
}

.card-body[style*="overflow-y"]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.card-body[style*="overflow-y"]::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.card-body[style*="overflow-y"]::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.list-group-item {
  border-left: 0;
  border-right: 0;
}

.list-group-item:first-child {
  border-top: 0;
}

.list-group-item:last-child {
  border-bottom: 0;
}

tiny {
  font-size: 0.75rem;
}
