/* Scripture-specific styles - BaseThing.css provides base */
.verse-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; padding: 20px; }
.verse-card { border: 1px solid #ddd; padding: 15px; cursor: pointer; border-radius: 4px; }
.verse-card:hover { background: #f5f5f5; }
.verse-title { font-weight: bold; margin-bottom: 8px; }
.verse-text { color: #666; line-height: 1.4; font-size: 2em }
