/*========= Start Review Widget ======  */

.g_rev_content {
    border: 1px solid #e6e7e8;
    background: #fff;
}
.util {
    text-transform: none;
}
.g_review_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px 0;
    overflow: auto;
}

.g_review {
    display: flex;
    padding: 0 10px;
}

.g_av {
    flex-basis: 50px;
    width: 50px;
    padding-right: 15px;
}

.g_desc {
    flex-basis: calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.4;
}

.g_av_name {
    padding-bottom: 10px;
}

.g_rev_text {
    padding-bottom: 10px;
}

.g_rev_meta {
    display: flex;
}

.g_rating {
    margin-right: 10px;
}

.g_rating i,
.g_rev_h i {
    color: #f7b727;
}

.g_rev_head {
    display: flex;
    background: #e6e7e8;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
    min-height: 50px;
    align-items: center;
}

.g_rev_btns {
    display: flex;
    min-height: 50px;
}

.g_rev_btns>a {
    flex-basis: 50%;
    text-align: center;
    color: #fff !important;
    background: #666;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.g_rev_write {
    border-left: 1px solid #fff;
}

.g_rev_h {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
}

.g_fr_rating span {
    display: none;
}


/*========= End Review Widget ======  */


/*========= Start Review Floating Widget ======  */

.g_rev_floating_window {
    position: fixed;
    background: #fff;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    padding: 10px;
    line-height: 1;
    border-radius: 4px;
    font-size: 14px;
}

.g_rev_floating_window {
    display: flex;
    align-items: center;
}

.g_fr_text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.2;
}

.g_fr_text .g_fr_rating {
    font-size: 70%;
    color: #f7b727;
}

.g_fr_text>strong {
    margin-bottom: 8px;
}

.rev_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #898484;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}


/*========= End Review Floating Widget ======  */