.chapter-verses-wrapper {
  margin-top: 2rem;
}

.chapter-verses {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chapter-verses .item-list__item {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Verse content */
.verse-content {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

/* Verse title link */
.verse-title-link {
  font-weight: normal;
  color: #0066cc;
  text-decoration: none;
}

.verse-title-link:hover {
  text-decoration: underline;
}

/* Remove bottom margin from last item */
.chapter-verses .item-list__item:last-child {
  margin-bottom: 0;
}
