.bible-reference {
    position: relative;
    cursor: pointer;
    color: blue;
    /* text-decoration: underline; */
    background-color: transparent !important;
}

.bible-reference:hover {
    background-color: transparent !important;
}

#ref {
    font-size: 0.9rem;
}

.bible-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgb(129, 199, 243); 
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 1000;
    font-size: 1.1rem;
    margin-top: 5px;
    width: clamp(20rem, 30vw, 30rem);
    /* pointer-events: none; */
    border-radius: 5%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    word-break: break-word;
    /* font-family: 'Annie Use Your Telescope', cursive;
    font-family: 'Indie Flower', cursive; */
    display:flex !important;
    flex-direction: column;
    row-gap: 1.5rem;
    line-height:1.3;
}