﻿.google-reviews {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0 10px 0;
}

.google-reviews-destination-height {
    height: 60px;
}

.google-reviews-cms-page {
    display: block;
}

.google-reviews-results-page {
    display: block;
}

.google-reviews-static-hotel {
    padding: 0;
}

    .google-reviews-results-page span {
        display: inline !important;
    }

.google-reviews img {
    width: 20px;
    margin-top: -5px;
    height: auto;
}

.google-reviews i {
    color: #41A958 !important;
    padding-top: 2px;
    font-size: 1.4em;
}

.google-reviews .google-reviews-link {
    color: blue;
    text-decoration: underline;
    display: block;
}

.google-reviews-results-flight-page {
    padding: unset;
    font-weight: normal;
}

.google-reviews-results-flight-page i {
    font-size: 14px;
}

    .google-reviews-results-flight-page img {
        width: 14px;
        margin-top: -4px;
    }

    .google-reviews-results-flight-page span {
        display: inline !important;
    }

.google-reviews-pop {
    background-color: #fff;
    padding: 15px 15px 25px 15px !important;
}

.google-reviews-pop-title {
    display: flex;
}

.google-reviews-pop-title img {
    width: 30px;
    margin-top: -10px;
}

.google-reviews-pop-title i {
    color: #00af75;
    font-size: 1.8em;
}

.google-reviews-pop-title div {
    flex: 50%;
}

.google-reviews-pop-title div:nth-of-type(2) {
    text-align: right
}

.google-reviews-pop-body {
    padding: 15px 0;
}

.google-reviews-pop-body div:nth-of-type(1) {
    font-weight: bold;
    color: #1EA5E8;
}

.model-review {
    width: 90% !important;
}

.model-review .close {
    font-size: 1.2em;
}

    @media (max-width: 767px) {
        .google-reviews-pop-title { display: block; }

    .google-reviews-pop-title div:nth-of-type(2) {
        text-align: left;
        padding-top: 10px;
    }
}


@media (min-width: 1199px) {
    .google-reviews-cms-page { text-align: right; }
}
