.k-sps-list-item-inner {
    padding: 24px 16px;
}
.k-sps-li-feature-image-wrapper {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-sps-li-feature-inner {
    display: flex;
    align-items: center;
}
.k-sps-li-heading-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #2A8E24;
    font-family: "SVN Circular", sans-serif;
}
.k-sps-price-number {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #2A8E24;
    font-family: "SVN Circular", sans-serif;
}
.k-sps-price-time {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
}
.k-sps-li-heading-wrapper, .k-sps-li-price-wrapper, .k-sps-li-select-price-wrapper, .k-sps-li-features-wrapper, .k-sps-buy-button-wrapper {
    margin-bottom: 16px;
}
.k-sps-li-features-inner {
    padding: 16px;
    background: #F5F6F8;
    border-radius: 16px;
}
.k-sps-buy-button-wrapper a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: "SVN Circular", sans-serif;
}
.k-sps-li-feature-text-wrapper {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
}
.k-sps-li-feature-inner {
    margin-bottom: 8px;
}

.k-sps-list-item-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
}
.k-sps-list-item-wrapper.swiper-slide-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 160px;
    height: 160%;
    background: linear-gradient(90deg, transparent, #0B9E38, #2A8E24, #004434, transparent);
    animation: k-sps-border-rotation 5s linear infinite;
    z-index: 0;
}
.k-sps-list-item-wrapper::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 14px;
    background: #ffffff;
    z-index: 0;
}
.k-sps-list-item-inner { position: relative; z-index: 1; }

@keyframes k-sps-border-rotation {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.k-sps-controller-wrapper .swiper-button-next, .k-sps-controller-wrapper .swiper-button-prev {
    color: #2A8E24;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #B5B9C4;
    transition: all 0.3s;
}
.k-sps-controller-wrapper .swiper-button-next:after, .k-sps-controller-wrapper .swiper-button-prev:after {
    font-size: 20px;
    color: #B5B9C4;
    font-weight: 700;
    transition: all 0.3s;
}
.k-sps-controller-wrapper .swiper-button-next:hover, .k-sps-controller-wrapper .swiper-button-prev:hover {
    color: #fff;
    background: #2A8E24;
    border: 2px solid #2A8E24;
}
.k-sps-button-next-controller-wrapper:hover .swiper-button-next:after, .k-sps-button-prev-controller-wrapper:hover .swiper-button-prev:after {
    color: #fff;
}
.k-sps-slider-wrapper {
    padding: 40px;
    overflow: hidden;
}
.k-sps-button-next-controller-wrapper .swiper-button-next {
    right: -60px;
}   
.k-sps-button-prev-controller-wrapper .swiper-button-prev {
    left: -60px;
} 

.k-sps-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B5B9C4;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.k-sps-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 0 3px rgba(42, 142, 36, 0.15);
}
.k-sps-pagination {
    bottom: -5px !important;
}

.k-sps-heading-wrapper {
    text-align: center;
}

.k-sps-heading-wrapper h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212 !important;
}

.k-sps-heading-wrapper h2 span {
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-k-sps 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: "SVN Circular", sans-serif;
}

@keyframes shine-k-sps {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}