.cept-table {
	width: 100%;
	font-family: inherit;
	color: #1f2933;
}

.cept-header {
	display: grid;
	grid-template-columns: 1fr repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
}

.cept-label {
	padding: 130px 0 24px;
	font-size: 20px;
	font-weight: 500;
}

.cept-plan {
	background: #fff;
	border-radius: 18px 18px 0 0;
	padding: 34px 32px;
	min-height: 220px;
}

.cept-plan h3 {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 500;
}
.cept-plan p {
    margin: 0 0 22px;
    color: #747474;
    font-size: 14px;
}


.cept-price span {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}
.cept-price small {
	font-size: 14px;
	color: #6b7280;
}


.cept-discount {
    margin-top: 3px;
    display: inline-block;
    background: #EAECEB;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
}

.cept-button {
	display: none;
	margin-top: 20px;
	background: #06005f;
	color: #fff;
	text-align: center;
	padding: 14px 18px;
	border-radius: 7px;
	font-weight: 700;
	text-decoration: none;
}

.cept-button:hover {
	color: #fff;
	background: #090078;
}

.cept-section-title {
    width: 100%;
    margin-top: 15px;
    padding: 5px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ababab;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.cept-accordion-icon {
	display: none;
}
.cept-row {
	display: grid;
	grid-template-columns: 1fr repeat(3, 1fr);
	border-bottom: 1px solid #e5e7eb;
}

.cept-row > div {
	padding: 18px 20px;
	text-align: center;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cept-row .cept-feature {
	text-align: left;
	color: #747980;
	background: transparent;
	justify-content: flex-start;
}

.cept-icon {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	flex: 0 0 20px;
}
.cept-feature {
	position: relative;
	gap: 8px;
}

.cept-feature-title {
	display: inline-flex;
	align-items: center;
}

.cept-feature-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cept-info-icon {
	width: 16px;
	height: 16px;
	border: 1px solid #9ca3af;
	border-radius: 50%;
	color: #6b7280;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	cursor: help;
}

.cept-info-tooltip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	width: 260px;
	background: #111827;
	color: #fff;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 30;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cept-info-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #111827 transparent transparent transparent;
}

.cept-feature-info:hover .cept-info-tooltip {
	opacity: 1;
	visibility: visible;
}

.cept-info-tooltip p {
	margin: 0 0 8px;
}

.cept-info-tooltip p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.cept-info-tooltip {
		left: 0;
		transform: none;
		width: 240px;
	}

	.cept-info-tooltip::after {
		left: 18px;
		transform: none;
	}
}
@media (max-width: 767px) {
	.cept-header {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
        background-color: #ffffff;
        border-radius: 20px;
        position: sticky;
        top: 90px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-bottom: 15px;
        z-index: 9;
	}

	.cept-label {
		display: none;
	}

	.cept-plan {
		border-radius: 0;
		padding: 10px 10px;
		min-height: auto;
		text-align: center;
		background-color: transparent;
	}

	.cept-plan h3 {
		font-size: 18px;
        line-height: 1;
        margin: 0;
	}
.cept-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    flex: 0 0 16px;
}
	.cept-plan p,
	.cept-discount,
	.cept-button {
		display: none;
	}
	.cept-price span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.cept-price small {
    font-size: 12px;
    color: #6b7280;
}
.cept-section.is-open {
    background-color: #fff;
    border-radius: 20px;
}
.cept-section-title {
        background: #EAECEB;
        color: #000;
        padding: 12px 15px;
        border-radius: 15px;
        margin-top: 5px;
        text-transform: none;
        font-size: 14px;
        border: none;
    }
    .cept-section.is-open button.cept-section-title span.cept-accordion-icon {
    transform: rotate(180deg);
    transition: 0.3s;
}
.cept-section button.cept-section-title span.cept-accordion-icon {
    transition: 0.3s;
}
.cept-section.is-open button.cept-section-title {
    border-radius: 15px 15px 0 0;
}
span.cept-accordion-icon {
    display: block;
}
	.cept-section-content {
		display: none;
	}

	.cept-section.is-open .cept-section-content {
		display: block;
		transition: 0.3s;
        padding:  15px;
	}
	.cept-section .cept-section-content {
		transition: 0.3s;
	}

	.cept-row {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 14px;
		border: none;
	}

	.cept-row .cept-feature {
		
        grid-column: 1 / -1;
        padding: 0px;
        font-weight: 400;
        color: #111827;
        font-size: 15px;
        border-bottom: 1px solid #eaeceb;
        margin-bottom: 5px;
	}

	.cept-row > div:not(.cept-feature) {
		        border: none;
        padding: 10px 5px;
        font-size: 13px;
	}

.cept-header .cept-plan:nth-child(3),
.cept-row > div:nth-child(3) {
    border-left: 1px solid #EAECEB;
    border-right: 1px solid #EAECEB;
}
.cept-info-tooltip {
		position: fixed;
		left: 50%;
		top: auto;
		bottom: 24px;
		transform: translateX(-50%);
		width: calc(100vw - 48px);
		max-width: 320px;
		z-index: 99999;
	}

	.cept-info-tooltip::after {
		display: none;
	}
}