﻿.srchFlexCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    line-height: 1.2em;
}

.srchFlexCont.resultBooks {
    font-size: 16px;
}

.srchFlexCont.transl {
    font-size: 14px;
}

.srchFlexCont.brefs {
    font-size: 16px;
}

.srch_res_book {
    font-family: Georgia;
    font-size: 18px;
    color: #154292;
    border-radius: 8px;
    padding-right: 3px;
    padding-left: 3px;
    cursor: pointer;
    user-select: none;
}

.srch_res_book:hover {
    text-decoration: underline;
}

.srch_res_bref,
.srch_ref_ot {
    font-family: Georgia;
    font-size: 16px;
    color: #154292;
    border-radius: 8px;
    padding-right: 3px;
    cursor: pointer;
    user-select: none;
}

.star_black {
    font-size: 14px;
    color: black;
}

.srch_res_bref:hover,
.srch_ref_ot:hover {
    text-decoration: underline;
}

.tsk_ref.neg,
.srch_res_book.neg,
.srch_res_bref.neg {
    border-radius: 8px;
    background-color: rgb(33, 30, 68);
    color: var(--global_bg);
}

.srch-verse-div {
    margin-bottom: 10px;
    border-radius: 10px;
}

.srch-verse-ref {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    color: darkslategrey;
    cursor: pointer;
}

.srch-verse-ref:hover {
    text-decoration: underline;
}

.srch-verse-ref.bord {
    border-radius: 8px;
    background-color: black;
    color: var(--global_bg);
}