
.hpl-slider-buttons-wrapper {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.hpl-slider-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: all .35s ease;
    overflow: hidden;
}

.hpl-slider-btn:hover {
    transform: translateY(-3px);
}

.hpl-slider-btn.active {
    transform: translateY(-2px) scale(1.02);
}

.hpl-btn-img {
    object-fit: contain;
    flex-shrink: 0;
}

.hpl-btn-icon {
    flex-shrink: 0;
}

.hpl-btn-text {
    white-space: nowrap;
}

.hpl_slider_button_image svg, .hpl_slider_button_image img {
    width: 100%;
}