body
{
   font-family: Georgia,Helvetica,Tahoma,Sans-Serif,Gaura Times,Serif
}

.chapter-subtitle
{
    background-color: var(--color-secondary);
    text-align: center;
    color: var(--color-primary);
    margin: 5px 0;
}

.chapter-desc
{
    padding: 0 1em;
    line-height: 1.8;
}

.verse-list .verse
{
    margin-bottom: 20px;
    padding-bottom: 0.5em;
}

.verse-list .verse .verse-head h2
{
    position: relative;
}

.verse-list .verse .verse-head a
{
    color: var(--color-secondary);
    text-align: center;
    background-color: var(--color-primary);
    margin: 5px 0;
    display: block;

    border-radius: 2px;
    transition: all 0.1s ease-in-out;

}

.verse-list .verse .verse-head h2 span
{
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;

    display: none;
    align-items: center;
    text-decoration: underline;
}

.verse-list .verse .verse-head a .view
{
    display: none;
}

.verse-list .verse .verse-head h2
{
    line-height: 35px;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}

.verse-list .verse .verse-head:hover a
{
    background-color: var(--color-secondary);
    color: var(--color-primary);

    text-decoration: none;
}

.verse-list .verse .verse-desc
{
    padding: 0 1em;
}

.gita-side-content-wrapper img.swamiji
{
    width: 100%;
}

@media screen and (min-width: 721px)
{
    .verse-list .verse:hover .view-commentary
    {
        display: block;
        font-size: 0.6em;
        text-decoration: none;
    
        pointer-events: none;
    }
    .verse-list .verse .verse-head:hover h2 .view-commentary
    {
        color: var(--color-primary);
    }
}

@media screen and (max-width: 720px)
{
    .verse-list .verse .verse-head h2 .view
    {
        display: block;
        font-size: 0.6em;
        top: 0px;

        text-decoration: none;
    }

    .verse-list .verse .verse-head:hover h2 .view
    {
        color: var(--color-primary);
    }
}