.rpb-list{
    display:flex;
    align-items:center;
    width:100%;
}
.rpb-layout-inline{flex-wrap:nowrap;}
.rpb-layout-wrap{flex-wrap:wrap;}
.rpb-layout-scroll{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px;}
.rpb-layout-scroll::-webkit-scrollbar{display:none;}
.rpb-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-width:max-content;
    text-decoration:none!important;
    line-height:1;
    border:0;
    transition:transform .18s ease, box-shadow .18s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}
a.rpb-badge:hover{transform:translateY(-1px);}
.rpb-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;}
.rpb-logo img{display:block;object-fit:contain;}
.rpb-logo-text{font-weight:800;line-height:1;letter-spacing:-.04em;}
.rpb-google{font-family:Arial,sans-serif;color:#4285F4;}
.rpb-trustpilot{color:#00B67A;}
.rpb-facebook{font-family:Arial,sans-serif;color:#1877F2;}
.rpb-yelp{color:#D32323;}
.rpb-g2{color:#FF492C;font-size:.76em!important;letter-spacing:-.08em;}
.rpb-capterra{color:#FF9D28;}
.rpb-clutch{color:#E6242E;}
.rpb-tripadvisor{color:#34E0A1;font-size:.6em!important;letter-spacing:-.18em;}
.rpb-producthunt{color:#DA552F;}
.rpb-custom{color:#111827;}
.rpb-platform{font-weight:500;white-space:nowrap;}
.rpb-stars{display:inline-block;letter-spacing:1px;white-space:nowrap;line-height:1;}
.rpb-score{font-weight:500;white-space:nowrap;}

@media (max-width:767px){
    .rpb-layout-inline{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
    .rpb-layout-inline::-webkit-scrollbar{display:none;}
}
