.igrb-badge {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    color: #202124;
    text-decoration: none !important;
    font-family: inherit;
    line-height: 1.25;
    padding: 10px 12px;
    margin: 0;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.igrb-badge:hover,
.igrb-badge:focus,
.igrb-badge:active {
    color: #202124;
    text-decoration: none !important;
    outline: none;
}

.igrb-title {
    display: block;
    margin: 0 0 1px;
    color: #202124;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    white-space: normal;
	margin-bottom: 5px;
}

.igrb-rating-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 1px;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
	margin-bottom: 5px;
}

.igrb-rating-number {
    color: #70757a;
    font-size: 12px;
    font-weight: 400;
}

.igrb-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #fbbc04;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    transform: translateY(-1px);
}

.igrb-star {
    display: inline-block;
    color: #dadce0;
    font-size: 12px;
    line-height: 1;
}

.igrb-star.is-filled {
    color: #fbbc04;
}

.igrb-review-count {
    color: #1a0dab;
    font-size: 12px;
    font-weight: 400;
}

.igrb-meta {
    display: block;
    margin: 0;
    color: #70757a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}


.igrb-badge:hover,
.igrb-badge:focus {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

/* Google Rating card layout: [google_reviews_badge layout="rating"] */
.igrb-badge.igrb-layout-rating,
.igrb-badge.igrb-layout-rating-card,
.igrb-badge.igrb-layout-google-rating {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
/*     min-height: 117px; */
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    color: #222222;
    font-family: inherit;
    text-decoration: none !important;
}

.igrb-rating-topbar {
    display: block;
    width: 100%;
    height: 11px;
    background: #51c765;
}

.igrb-rating-card-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
}

.igrb-google-logo {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.igrb-google-logo svg {
    display: block;
    width: 40px;
    height: 40px;
}

.igrb-rating-card-content {
    display: block;
    min-width: 0;
}

.igrb-google-rating-title {
    display: block;
    margin: 0 0 6px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}

.igrb-google-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px;
    white-space: nowrap;
}

.igrb-google-rating-number {
    color: #e65b20;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.igrb-google-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    transform: none;
}

.igrb-google-rating-stars .igrb-star {
    color: #e65b20;
    font-size: 16px;
    line-height: 1;
}

.igrb-google-rating-stars .igrb-star.is-filled {
    color: #e65b20;
}

.igrb-google-rating-reviews {
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
}

.igrb-badge.igrb-layout-rating:hover,
.igrb-badge.igrb-layout-rating:focus,
.igrb-badge.igrb-layout-rating-card:hover,
.igrb-badge.igrb-layout-rating-card:focus,
.igrb-badge.igrb-layout-google-rating:hover,
.igrb-badge.igrb-layout-google-rating:focus {
    color: #222222;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}
