.hello-reviews-carousel-nav {
    display: flex;
    gap: 12px;
    align-items: center;
}

.hello-reviews-carousel-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.hello-reviews-carousel-nav__button:hover {
    opacity: 0.85;
}

.hello-reviews-carousel-nav__icon {
    display: block;
    width: 28px;
    height: auto;
}

.hello-reviews-carousel-nav--icon-height .hello-reviews-carousel-nav__icon {
    width: auto;
}

.hello-reviews-carousel-nav--icon-width .hello-reviews-carousel-nav__icon {
    height: auto;
}
