.htts-artists {
    padding: 20px 0 clamp(28px, 4vw, 20px);
    background: transparent;
}

.htts-artists__inner {
    width: min(var(--htts-container-width), calc(100% - 32px));
    margin: 0 auto;
}

.htts-artists h2 {
    margin: 0 0 24px;
    font-family: SVN-GilroyBold, Arial, sans-serif;
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #24395f;
}

.htts-artists__slider {
    position: relative;
    overflow: hidden;
    padding: 0 54px 12px;
}

.htts-artists__item {
    height: auto;
    text-align: center;
}

.htts-artists__item img {
    display: block;
    width: 116px;
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 50%;
    outline: 2px solid rgba(36, 57, 95, 0.16);
    box-shadow: 0 10px 22px rgba(36, 57, 95, 0.16);
}

.htts-artists__item h3 {
    margin: 10px 0 0;
    font-family: SVN-GilroyBold, Arial, sans-serif;
    font-size: 13px;
    color: #24395f;
}

.htts-artists__nav {
    position: absolute;
    top: 46px;
    z-index: 2;
    display: flex;
    width: 34px;
    height: 34px;
    min-width: 0;
    min-height: 0;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff6ca2 0%, #ed1c69 100%);
    cursor: pointer;
    line-height: 1;
    appearance: none;
    box-shadow: 0 8px 18px rgba(237, 28, 105, 0.24);
}

.htts-artists__nav::before {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
}

.htts-artists__nav:hover,
.htts-artists__nav:focus,
.htts-artists__nav:active {
    background: linear-gradient(180deg, #ff6ca2 0%, #ed1c69 100%);
    color: #fff;
    outline: 0;
}

.htts-artists__nav--prev {
    left: 2px;
}

.htts-artists__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.htts-artists__nav--next {
    right: 2px;
}

.htts-artists__nav--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 575px) {
    .htts-artists__inner {
        width: calc(100% - 48px) !important;
    }

    .htts-artists__slider {
        isolation: isolate;
        width: min(100%, 334px);
        margin-right: auto;
        margin-left: auto;
        padding-right: 44px;
        padding-left: 44px;
    }

    .htts-artists__slider::before,
    .htts-artists__slider::after {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 44px;
        background: #fff7fa;
        content: "";
        pointer-events: none;
    }

    .htts-artists__slider::before {
        left: 0;
    }

    .htts-artists__slider::after {
        right: 0;
    }

    .htts-artists__list {
        position: relative;
        z-index: 0;
    }

    .htts-artists__item img {
        width: 94px;
    }

    .htts-artists__nav {
        top: 42px;
        z-index: 2;
    }

    .htts-artists__nav--prev {
        left: 0;
    }

    .htts-artists__nav--next {
        right: 0;
    }

    .htts-artists {
        padding-bottom: 0;
    }
}
