/* Google Rating Widget Styles */
.google-rating-widget {
    width: 100%;
}

.google-rating-container {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 8px 15px;
    width: fit-content;
    /* box-shadow: 0px 2px 15px 0px #00000040; */
}

.rating-stars-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.rating-stars-wrapper .star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 19px;
    flex-shrink: 0;
}

.rating-stars-wrapper .star svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rating-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
}

.rating-text .rating-score {
    font-weight: 700;
}

.google-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: auto;
}

.google-logo img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}