.k-spb-price-toggle {
	display: flex;
	align-items: center;
	gap: 15px;
}

.k-spb-toggle-label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	transition: color 0.3s ease;
    font-family: "SVN Circular", sans-serif;
}

.k-spb-toggle-month.active,
.k-spb-toggle-month:hover {
	color: #2A8E24;
}

.k-spb-toggle-year {
	color: #6c757d;
}

.k-spb-toggle-year.active {
	color: #2A8E24;
}

.k-spb-toggle-switch {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 20px;
}

.k-spb-toggle-input {
	opacity: 0;
	width: 0;
	height: 0;
}

.k-spb-toggle-label-switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
	border-radius: 30px;
	transition: 0.3s;
}

.k-spb-toggle-label-switch:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	border-radius: 50%;
	transition: 0.3s;
}

.k-spb-toggle-input:checked + .k-spb-toggle-label-switch:before {
	transform: translateX(17px);
}

.k-spb-heading-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

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

.k-spb-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-spb 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-spb {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

/* Removed controller styles - not needed for simple 3-table layout */

.k-spb-price-controller-inner {
    display: flex;
    justify-content: center;
}

.k-spb-table-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.k-spb-table-basic-wrapper, .k-spb-table-high-light-wrapper {
    flex: 0 0 31%;
    max-width: 31%;
}

.k-spb-table-wrapper {
    display: block;
}

.k-spb-t-heading-wrapper {
    margin-bottom: 16px;
}

.k-spb-t-heading-wrapper h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
}

.k-spb-table-item-wrapper {
    padding: 32px;
    box-shadow: 0px 0px 16px 0px #03062b40;
    border-radius: 4px;
}

.k-spb-t-sub-heading-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
    margin-bottom: 16px;
}

.k-spb-t-price-wrapper {
    font-size: 42px;
    line-height: 60px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
    margin-bottom: 32px;
}

.k-spb-price-flash, .k-spb-price-label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
} 

.k-spb-t-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
    color: #fff;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    text-decoration: none;
    transition: all 0.4s ease;
}

.k-spb-t-button-wrapper {
    margin-bottom: 32px;
}

.k-spb-t-feature-icon-wrapper img {
    width: 24px;
    height: 24px;
}

.k-spb-t-feature-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.k-spb-t-feature-text-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "SVN Circular", sans-serif;
    color: #121212;
}

.k-spb-t-feature-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-spb-table-high-light-wrapper {
    background: linear-gradient(301.86deg, #0B9E38 3.13%, #004434 121.58%);
}

.k-spb-table-high-light-wrapper .k-spb-t-heading-wrapper h3, .k-spb-table-high-light-wrapper .k-spb-t-sub-heading-wrapper, .k-spb-table-high-light-wrapper .k-spb-t-price-wrapper, .k-spb-table-high-light-wrapper .k-spb-t-feature-text-wrapper, .k-spb-table-high-light-wrapper .k-spb-price-flash, .k-spb-table-high-light-wrapper .k-spb-price-label, .k-spb-table-high-light-wrapper .k-spb-t-button-wrapper a {
    color: #fff !important;
}

.k-spb-table-high-light-wrapper .k-spb-t-button-wrapper a {
    background: #fff;
    color: #2A8E24 !important;
}

.k-spb-price-controller-wrapper {
    margin-bottom: 24px;
}

/* Removed flip animations - not needed for simple 3-table layout */
