.embla {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    --slide-height: 19rem;
    --slide-spacing: 1.6rem;
    --slide-size: 25%;
    position: relative
}
.review-section-bottom .container::before {
    display: none !important;
}
.review-section-bottom .container::after {
    display: none !important;
}
.embla__viewport {
    padding: 0 2rem;
    overflow: hidden;
}
@media (max-width: 767px) {
    .embla {
        --slide-height: 19rem;
        --slide-spacing: 1.6rem;
        --slide-size: 100%;
        width: 90%;
        position: static;
    }
    .embla__viewport {
    }
}



.seonicals-wp-slider .embla__container {
    display: flex;
    height: unset !important;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1);
    margin-bottom: 4rem;
    gap: 16px;
    padding: 0 2rem;
}

.embla__slide {
    transform: translateZ(0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    font-size: 12px;
    background: #fff;
    border-radius: 2px;
    padding: 16px;
    box-shadow: 2px 2px 8px #00000040;
}

.embla__slide img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 100px;
    margin-bottom: 6px;
}

.rating-slider__content__left__name {
    max-width: 60px;
    font-weight: 700;
    margin-top: 6px;
}

.embla__slide__number {
    border-radius: 1.8rem;
    font-size: 4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--slide-height);
    -webkit-user-select: none;
    user-select: none
}

.embla__controls {
    transform: translateY(-378%);
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.embla__controls::after {

    display: none !important;
}
.embla__buttons::after {

    display: none !important;
}
.embla__buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.embla__button:first-child {
    left: -60px;
    display: flex;
    position: relative
}

.embla__button:last-child {
    right: -20px;
    display: flex;
    position: relative
}
@media (max-width: 767px) {

    .embla__controls {
        transform: translateY(-376%);
        display: flex;
        position: absolute;
        width: 100%;
        z-index: 0;
        left: 0;
    }
    .embla__button:first-child {
        left: 0;
        display: flex;
        position: relative
    }

    .embla__button:last-child {
        right: 0;
        display: flex;
        position: relative
    }
}



.embla__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 3.6rem;
    height: 3.6rem;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 8px #00000040;
}

.embla__button:disabled {
    color: #d2d2
}

.embla__button__svg {
    width: 35%;
    height: 35%
}

.rating-slider__content {
    display: flex;
    gap: 12px;
    height: 100%
}

.rating-slider__content__right {
    width: calc(100% - 72px);
    flex-flow: column;
    display: flex;
    justify-content: space-between;
}

.rating-slider__content__right:after {
    display: none !important;
}

.rating-slider__content__right div {
    margin-top: 0;
    overflow-y: hidden;
    text-overflow: ellipsis;
    max-height: 6.6em;
    font-style: italic
}
@media (max-width: 767px) {
    .rating-slider__content__right div {
        max-height: 8.6em;
    }
}

.rating-slider__content__more {
    display: flex;
    justify-content: center;
    cursor: pointer
}

.seonicals-unset-height {
    max-height: unset !important
}

.seonicals-rotate-read-more {
    transform: rotate(180deg)
}

.review-section-bottom {
    padding: 1rem 0;
    background: #e9e9e9;
}
.review-section-bottom--wrapper {
    display: flex;
    justify-content: space-between
}

.review-section-bottom__right  a {
    color: #222;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .review-section-bottom {
        display: block
    }
    .review-section-bottom div {
        justify-content: space-between;
    }
    .review-section-bottom div::after {
        display: none
    }
    .review-section-bottom--wrapper  {
        flex-flow: column;
    }
    .review-section-bottom__right  {
        justify-content: space-between;
        margin-top: 1rem;
    }

    .review-section-bottom__right::after  {
        display: none !important;
    }
}

.review-section-bottom__left {
    flex-wrap: wrap;
    font-size: 16px;
}
.review-section-bottom a {
    font-size: 16px;
}

.review-section-bottom div {
    display: flex;
    gap: 1rem
}
.review-section-bottom .wae-stars {
    gap: 0.25rem;
    align-items: center;
}
.seonicals-wp-slider {
    background: #F1F1F1;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 4rem 0 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}
.seonicals-wp-slider * {
    font-family: "Source Sans Pro", sans-serif;
}
.seonicals-wp-slider h2 {
    font-size: 32px;
}