/* PG provider logo — sprite sheet shows a pixelated placeholder at -300% 0 */

.pg-provider-fixed .type-img,
.pg-provider-fixed .type-icon,
.pg-provider-fixed .platform-item-icon {
    background-size: 70% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.pg-provider-fixed .pg-provider-logo-img {
    display: block !important;
    object-fit: contain !important;
    width: 70% !important;
    height: 70% !important;
    margin: 0 auto !important;
    background: #fff;
    border-radius: 50%;
}

.pg-provider-fixed .img-box .pg-provider-logo-img,
.pg-provider-fixed .icon-box .pg-provider-logo-img {
    width: 2.375rem !important;
    height: 2.375rem !important;
}

.pg-provider-fixed .platform-item-icon-wrapper .pg-provider-logo-img {
    width: 100% !important;
    height: 100% !important;
}
