/* General */
.rpi-badge .rpi-star::after, .rpi-header .rpi-star-h::after, .rpi-header .rpi-star-o::after, .rpi-header .rpi-star::after, .rpi-star::after {
    width: 17px;
    height: 17px;
    background-color: #FFA630;
}


/* Badge */
.rpi .rpi-badge-cnt {
    right: 15px !important;
    bottom: 15px !important;
}

.rpi .rpi-badge-body {
    display: flex;
    padding: 10px !important;
}

.rpi .rpi-badge-line {
    height: 4px !important;
    background: #1e3748 !important;
}

.rpi-badge .rpi-logo::before, .rpi-badge .rpi-logo_after::after {
    display: block !important;
    content: '';
    width: 39px;
    height: 39px;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 3;
}

.rpi-badge .rpi-logo-google.rpi-logo_after::after, .rpi-badge .rpi-logo-google::before {
    background-image: url('https://www.veel-good.ch/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-g');
}

.rpi-badge .rpi-name {
    display: none;
}

.rpi-badge .rpi-stars, .rpi-badge .rpi-stars > .rpi-star:first-child {
    display: flex;
    margin-left: 0;
}

.rpi-badge .rpi-stars {
    line-height: 1;
}

.rpi-badge .rpi-star::after {
    content: '';
    display: block;
    -webkit-mask: url('https://www.veel-good.ch/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask: url('https://www.veel-good.ch/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star');
    mask-repeat: no-repeat;
    mask-size: 100%;
}

.rpi-badge .rpi-based {
    font-size: 16px;
    color: #1E3748;
    margin-top: -1px;
}

.rpi-badge .rpi-star:first-child[data-rating]::before, .rpi-star:first-child[data-rating]::before {
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 20px !important;
}


/* Sidebar */
.rpi-header .rpi-img, .rpi-header .rpi-slider-btn, .rpi-logo-google.rpi-logo_after::after, .rpi-logo-google::before, .rpi .rpi-sbf {
    display: none !important;
}

.rpi .rpi-sb {
    width: 500px !important;
    max-width: 100% !important;
    -webkit-box-shadow: 0 0 25px 0 rgba(29, 29, 27, .15);
    box-shadow: 0 0 25px 0 rgba(29, 29, 27, .15);
}

.rpi-sbb {
    border: 0;
    box-shadow: unset;
}

.rpi-x {
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #1E3748;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;

    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.no-touchevents .rpi-x:hover {
    background-color: #60b3b1;
}

.rpi-x::after, .rpi-x::before {
    width: 14px;
    height: 2px;
    background-color: #ffffff;
}

.rpi-header .rpi-card-inner {
    padding: 15px 50px 15px 20px;
}

.rpi-sbf, .rpi-sbh {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
}

.rpi-sbci, .rpi-sbhi {
    width: calc(100% - 10px) !important;
}

.rpi-header .rpi-info {
    gap: 0;
}

.rpi-header .rpi-name {
    font-size: 20px;
    color: #1E3748 !important;
}

.rpi-sbc {
    height: calc(100% - var(--sbh-height, 0)) !important;
}

.rpi-card + .rpi-card {
    border-top: 1px solid #eeeeee;
}

.rpi-card-inner {
    padding: 20px;
}

.rpi-content .rpi-card-inner {
    background-color: #ffffff;
    border: 0;
    box-shadow: unset;
}

.rpi-content .rpi-card-inner > .rpi-flex {
    align-items: initial;
}

.rpi-normal-up__body {
    margin-top: 10px;
}

.rpi-normal-up__body .rpi-stars {
    position: absolute;
    top: -30px;
    left: 55px;
}

.rpi-content a.rpi-name {
    font-weight: bold;
    color: #1E3748 !important;
    padding-right: 120px !important;
    font-size: 18px !important;
}

.rpi-content .rpi-time {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px;
}

.rpi-content .rpi-text {
    font-size: 19px;
    color: #1E3748 !important;
    line-height: 1.5;
}

.rpi-content > div:not(.rpi-cards) {
    background-color: #1e3748;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.no-touchevents .rpi-content > div:not(.rpi-cards):hover {
    background-color: #60b3b1;
}


.rpi-content .rpi-url {
    display: block;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 20px !important;
}