.sh-ppc-widget-container {
    display: flex;
    flex-direction: column;
    width: 750px;
    background: white;
    padding-bottom: 40px;
}

.sh-ppc-widget-container .widgettitle {
    color: #101828;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin: 27px 0 40px;
    padding: 0;
}


.sh-ppc-widget-card {
    position: relative;
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background:  #F9FAFB;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    width: 236px;
    height: 290px;
    flex: 0 0 236px;
}

.sh-ppc-widget-top-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19px;
    display: flex;
    z-index: 1;
    justify-content: center;
}

.sh-ppc-widget-top-ribbon-title {
    position: absolute;
    z-index: 2;
    color: #FFF;
    text-shadow: 0px 0.287px 0.861px rgba(16, 24, 40, 0.10), 0px 0.287px 0.574px rgba(16, 24, 40, 0.06);
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 9.025px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 4px;
}

.sh-ppc-widget-card .sh-ppc-widget-image-wrap {
    display: flex;
    padding: 1.544px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #EAECF0;
    background: #FFF;
    width: 140px;
    height: 80px;
    overflow: hidden;
}

.sh-ppc-widget-card .sh-ppc-widget-image-wrap img {
    max-width: 100px;
    max-height: 65px;
}


.sh-ppc-widget-card .sh-ppc-widget-card-title-wrap h4{
    color: #101828;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 155.556% */
    padding: 0;
    margin: 0;
}

.sh-ppc-widget-card .sh-ppc-widget-card-title-wrap {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    min-height: 66px;
    justify-content: center;
    gap: 2px;
}

.sh-ppc-widget-card  .sh-ppc-widget-card-title-wrap .sh-ppc-widget-card-rating {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.sh-ppc-widget-card .sh-ppc-widget-card-title-wrap .sh-ppc-widget-card-rating span{
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}


.sh-ppc-widget-card .sh-ppc-widget-card-title-wrap .sh-ppc-widget-card-rating span.sh-ppc-widget-no-reviews{
    color:#667085;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.sh-ppc-widget-card .sh-ppc-widget-card-description-wrap {
    margin-top: 12px;
    margin-bottom: 16px;
    height: 72px;
    color: #344054;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */

}

.sh-ppc-widget-card .sh-ppc-widget-card-description-wrap span {
    word-break: break-all;
}



.sh-ppc-widget-cards-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.sh-ppc-widget-cards-wrap.sh-ppc-widget-justify-center {
    justify-content: center;
}


.sh-ppc-widget-button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #1570EF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: #1570EF;
    transition: all ease-in 0.3s;
}

.sh-ppc-widget-button:hover {
    background:#175cd3;
    color:white;
}

.sh-ppc-widget-button span{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}



.sh-ppc-widget-dots {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.sh-ppc-widget-dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    background-color: #D1E9FF;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.sh-ppc-widget-dot.active {
    background-color: #175CD3;
}


@media only screen and (max-width: 1100px) {
    .sh-ppc-widget-cards-wrap {
        overflow: auto;
        justify-content: flex-start !important;
        padding-right: 40px;
    }



    .sh-ppc-widget-dots {
        display: block;
    }

    .sh-ppc-widget-cards-wrap::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    .sh-ppc-widget-container {
        width: 100%;
    }

    .sh-ppc-widget-container .widgettitle {
        padding-left: 20px;
    }
}
