/**
 * This customizes the appearance of the google widget, as that's controlled by a plugin
*/
div.rpgl-size img {
    max-height: 90px;
    max-width: 220px;
}

.mod-rplg .rplg .rplg-badge2 {
    display: block;
    border-radius: 8px !important;
    margin: 0 !important;
    height: unset !important;
    max-height: unset !important;
}

.mod-rplg .rplg-badge2 .rplg-badge2-btn {
    overflow: hidden;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 2px solid #19233A !important;
    box-shadow: none !important;
}

.mod-rplg .rplg-badge-cnt .rplg-badge2 .rplg-badge2-btn .rplg-badge-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    min-width: 73px !important;
}

.mod-rplg .rplg-badge2 .rplg-badge2-btn .rplg-badge2-score {
    margin-left: 0 !important;
    background: #19233A;
    color: #fff;
    font-size: 1rem !important;
    padding: .5rem;
    width: 100%;
}

.mod-rplg .rplg-biz-based-text {
    color: #fff;
    text-shadow: none;
    font-weight: 600 !important;
}

.mod-rplg .rplg-badge2-border {
    display: none;
}