/* Google reviews styles */
.g-reviews {
    display: flex;
}

.google-stars {
    display: flex;
    flex-direction: column;
}

.g-reviews .g-icon img {
    width: 45px;
    height: auto;
    position: relative;
}

.google-stars .stars {
    display: flex;
    margin-left: 7px;
}

.google-stars .stars img {
    width: 22px;
    height: auto;
    position: relative;
}

.google-stars span {
    color: #000;
    font-size: 14px;
    margin-left: 7px;
}

.google-reviews-white {
    margin-right: 20px;
}

.google-reviews-white .google-stars span {
    color: #fff;
}

.rating-col a:has(.g-reviews) {
    text-decoration: none;
}

.google-reviews-white .google-stars .stars img,
.google-reviews-white .google-stars .stars img:first-child,
.google-reviews-white .g-reviews .g-icon img:first-child {
    margin: 0;
    max-width: auto;
    max-height: auto;
}

.headercontent .trust-wrapper {
    display: flex;
}

@media (max-width: 600px) {
    .google-reviews-white {
        margin-bottom: 10px;
    }
}

/* end of code */
