.a11y-hidden {
    display: block;
}

.ls_app-body {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.ls_app-body a {
    font-size: 12px;
    color: #757575 !important;
    text-decoration: none;
}
.ls_review-box {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 200px;
    padding: 15px;

    background-color: #fafafa;
    border-radius: 4px;
    position: relative;
    width: 240px;
}

.ls_review-list {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-grow: 1;
    flex-shrink: 1;

    flex-direction: column;
    padding: 2px !important;
margin-bottom:15px;
}

.ls_review-item {
    background-color: #ffffff;
    padding: 15px;
    border-width: 0px;
    border-color: transparent;
    border-radius: 10px;
    border-style: solid;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);


}
.ls_business-review-view__info{
display:flex;
flex-direction:column;
min-height: 180px;

position:relative;
}
.ls_review-bottom {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-direction: row;
    align-items: center;
}

.ls_review-bottom .ls_button-next, .ls_review-bottom .ls_button-prev {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}



.ls_business-rating-badge-view__stars {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    margin-right: 4px;
}

.ls_business-review-view__author-image {

    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.ls_user-icon-view__icon {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: 50% / cover no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ls_business-review-view__author-container {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ls_business-review-view__author-image {
    display: flex;
    margin-right: 12px;
}

.ls_business-review-view__author-info {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: 500;
    text-align: left;
}

.ls_business-review-view__header {
    display: flex;
    margin-top: 16px;
}

.ls_business-review-view__date {
    color: var(--color-text-secondary);
    font-size: 14px;
    line-height: 16px;
}

.ls_business-review-view__body {
    margin-top: 8px;

    font-size: 16px;
    line-height: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.ls_business-rating-badge-view__star._full {
    color: #fc0;
}

.ls_business-rating-badge-view__star._empty {
    color: #ccc;
}

.ls_business-summary-rating-badge-view__rating {
    padding-left: 4px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.ls_business-summary-rating-badge-view__rating-text {
    font-size: 56px;
    line-height: 66px;
    color: var(--color-text-primary-variant);
}

.ls_reviews-btn {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 5px 20px !important;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    text-decoration: none;

}

.ls_reviews-btn:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.ls_button-next:hover path, .ls_button-prev:hover path{
    fill: #ffffff;
}
.ls_items-text {
    overflow: hidden;


}

.ls_business-review-view__body a {
    text-decoration: 1px #000 dashed;
    font-size: 14px;
    color: #000;
}

a.ls_review-source-link {
    font-size: 12px;
    color: #757575 !important;
    margin-top: 15px;
    display: block;
position:absolute;
bottom:-10px;
}

.ls_review-bottom .ls_pagination > span {
    flex-grow: 1;
    border-radius: 0;
    margin: 0 !important;
    height: 2px;
    opacity: .05;

}

.ls_button-next:after, .ls_button-prev:after {

    text-transform: none !important;

    font-variant: initial;
    line-height: 1;
}

.ls_pagination {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;

    align-items: center;
    justify-content: center;
    transform: none;
}
.ls_pagination ul>li::before{
   display: none;
}

.ls_review-bottom {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 15px;
}

.ls_review-bottom .ls_pagination > .ls_pagination-bullet-active {
    opacity: 1;
}


.ls_horizontal > .ls_pagination-bullets, .ls_pagination-bullets.ls_pagination-horizontal, .ls_pagination-custom, .ls_pagination-fraction {


    width: calc(100% - 80px) !important;
}

.ls_slide {
    padding: 2px 12px;
    min-height: 290px;
}

.ls_buttons {
    display: flex;
    gap: 10px;
}

.ls_business-review-view_copy {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #757575;
margin-left:10px;

}

.ls_reviews-count a {
    font-size: 12px;
    color: #757575;
    text-decoration: none;
}
.ls-readmore, .ls-readless{
margin-bottom:40px;
}
@media (max-width: 600px) {
    .ls_app-body {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sls_review-box {
        gap: 10px;
        width: 100%;
    }

    .ls_review-bottom {
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms--display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        gap: 10px;
        margin-top: 20px;
    }
}