.pc-8c9338da-wrapper {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.pc-8c9338da-table-responsive {
	overflow-x: auto;
}
.pc-8c9338da-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	min-width: 600px;
}
.pc-8c9338da-table th {
	padding: 25px 15px;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid rgba(0,0,0,0.05);
	vertical-align: middle;
}
.pc-8c9338da-table th:last-child {
	border-right: none;
}
.pc-8c9338da-feature-col-header {
	background-color: #b2bec3;
	text-align: left;
}
.pc-8c9338da-pkg-title {
	margin: 0;
	color: inherit;
	font-size: 1.1em;
	font-weight: 700;
}
.pc-8c9338da-table td {
	padding: 15px;
	border: 1px solid #eee;
	vertical-align: middle;
}
.pc-8c9338da-feature-title {
	text-align: left;
	color: #636e72;
	font-weight: 500;
	width: 30%;
}
.pc-8c9338da-status-yes svg {
	fill: #27ae60;
	width: 20px;
	height: 20px;
}
.pc-8c9338da-status-no svg {
	fill: #7f8c8d;
	width: 20px;
	height: 20px;
}
.pc-8c9338da-status-text {
	color: #2d3436;
	font-weight: 500;
}
.pc-8c9338da-footer-col {
	padding: 30px 15px !important;
	border: none !important;
	border-top: 1px solid #eee !important;
	background: #fdfdfd;
}
.pc-8c9338da-pricing-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.pc-8c9338da-price {
	font-size: 1.8em;
	font-weight: 700;
	color: #2d3436;
}
.pc-8c9338da-duration {
	font-size: 0.85em;
	color: #b2bec3;
}
.pc-8c9338da-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0984e3;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9em;
	transition: opacity 0.3s ease;
	margin-top: 15px;
}
.pc-8c9338da-btn:hover {
	opacity: 0.9;
	color: #fff;
}
