.hoh-scripture-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.hoh-card-ref {
    font-weight: bold;
    margin-bottom: 8px;
    cursor: pointer;
}

.hoh-card-text {
    margin-bottom: 12px;
    line-height: 1.5;
}

.hoh-card-actions button {
    margin-right: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
}

.hoh-card-actions button:hover {
    background: #eee;
}

.hoh-card-related {
    margin-top: 10px;
    display: none;
}

.hoh-related-item {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
