div.verse {
    margin-bottom: 15px;
    text-align: right;
    direction: rtl;
    display: flex;
}
span.verse-num {
/*    font-size: 1.5rem;*/
    width: 3rem;
    padding-left: 3rem;
    color: var(--primary-blue);
	font-family: 'Times New Roman';
}
span.verse-text {
    line-height: 1.45;
    width: 100% !important;
}

span[data-pos] {
    cursor: pointer;
    transition: all 0.3s;
}
span[data-pos]:hover {
    color:  #0d6efd;
}

.chapter-toc {
    cursor: pointer;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
