.list-group-numbered > .list-group-item::before {
  margin-right: 0.75rem;
  font-weight: 600;
}

.list-group-item {
  align-items: center;
  font-size: 1.08rem;
}

.prayer-check {
  transform: scale(1.2);
}

.prayer-item {
  border-radius: 12px;
  margin-bottom: 8px;
}

.prayer-item.prayed {
  background: #f0fff4;
  border-left: 4px solid #198754;
}

@media (max-width: 576px) {
  .prayer-item {
    font-size: 1.25rem;
    padding: 14px;
  }
}
