
.pricing-table {
	width: 100%;
	border-collapse: collapse;
	overflow: visible;
	background: #fff;
}

.pricing-table th, .pricing-table td {
	padding: 20px 15px;
	text-align: center;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
}

.pricing-table th:first-child, .pricing-table td:first-child {
	text-align: left;
	background: #f8f9fa;
	font-weight: 400;
}

.pricing-table td.feature-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
}

.pricing-table thead th {
	vertical-align: bottom;
	position: relative;
	padding-top: 60px;
	padding-bottom: 20px;
	background: #fff;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
}

.pricing-table thead th:first-child {
	background: #f8f9fa;
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
}

.pricing-table .popular-badge {
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 16px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #dc3545;
	color: #fff;
}

.pricing-table thead tr:nth-of-type(2) {
	background: #ecf1f8;
}

.pricing-table thead tr:nth-of-type(2) td, .pricing-table thead tr:nth-of-type(2) td.feature-name {
	background: #ecf1f8;
	font-weight: 600;
}

.pricing-table .price {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
}

.pricing-table .check-mark {
	color: #28a745;
	font-size: 24px;
	font-weight: 700;
}

.pricing-table a.choose-btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #fff;
	color: #1a1a1a;
	text-decoration: none;
	border: 2px solid #1a1a1a;
	border-radius: 4px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s ease;
	margin-top: 10px;
}

.pricing-table a.choose-btn:hover {
	background-color: #1a1a1a;
	color: #fff;
}

.pricing-table a.choose-btn.featured {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.pricing-table a.choose-btn.featured:hover {
	background-color: #c82333;
	border-color: #c82333;
}

.pricing-table a.learn-link {
	display: block;
	font-size: 13px;
	margin: 8px 0;
	color: #007bff;
	text-decoration: none;
}

.pricing-table a.learn-link:hover {
	text-decoration: underline;
}

.pricing-table tbody tr {
	background: #fff;
}

.pricing-table tbody tr:hover {
	background: #f8f9fa;
}

.pricing-table-wrapper {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 20px 0;
}

.pricing-table-wrapper::before, .pricing-table-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
	transition: opacity .3s ease;
}

.pricing-table-wrapper::before {
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, .9), transparent);
}

.pricing-table-wrapper::after {
	right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, .9), transparent);
}

.pricing-table-wrapper.show-left-shadow::before {
	opacity: 1;
}

.pricing-table-wrapper.show-right-shadow::after {
	opacity: 1;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
	overflow-x: auto;
}

@media (max-width:992px) {
	.pricing-table {
		font-size: 13px;
	}
	
	.pricing-table th, .pricing-table td {
		padding: 15px 10px;
	}
	
	.pricing-table thead th {
		font-size: 16px;
		padding-top: 50px;
	}
	
	.pricing-table .price {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.pricing-table {
		position: relative;
	}
	
	.pricing-table th:first-child, .pricing-table td:first-child {
		position: sticky;
		left: 0;
		z-index: 1;
		box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
	}
	
	.pricing-table thead th:first-child {
		z-index: 3;
	}
	
	.pricing-table thead tr:nth-of-type(2) td:first-child {
		z-index: 2;
	}
	
	.pricing-table-wrapper {
		margin: 20px -15px;
		padding: 0 15px;
	}
	
	.pricing-table th, .pricing-table td {
		padding: 12px 15px;
		font-size: 12px;
		min-width: 140px;
	}
	
	.pricing-table th:first-child, .pricing-table td:first-child {
		min-width: 160px;
		max-width: 160px;
	}
	
	.pricing-table thead th {
		font-size: 15px;
		padding-top: 50px;
		min-width: 140px;
	}
	
	.pricing-table .price {
		font-size: 18px;
	}
	
	.pricing-table a.choose-btn {
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.pricing-table .popular-badge {
		font-size: 12px;
		padding: 5px 12px;
		top: 10px;
	}
	
	.pricing-table .check-mark {
		font-size: 20px;
	}
	
	.wp-block-group.is-layout-flex.header-buttons {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:480px) {
	.pricing-table td.feature-name {
		font-size: 11px;
		line-height: 1.3;
	}
	
	.pricing-table th, .pricing-table td {
		padding: 10px 12px;
		min-width: 120px;
	}
	
	.pricing-table th:first-child, .pricing-table td:first-child {
		min-width: 140px;
		max-width: 140px;
		font-size: 11px;
	}
	
	.pricing-table thead th {
		font-size: 13px;
		padding-top: 45px;
		min-width: 120px;
	}
	
	.pricing-table .price {
		font-size: 16px;
	}
	
	.pricing-table a.choose-btn {
		padding: 8px 16px;
		font-size: 12px;
	}
	
	.pricing-table a.learn-link {
		font-size: 11px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

#platinum-container {
	width: auto;
}

.slider-container {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.slider-for {
	position: relative;
	margin-bottom: 20px;
	width: 100% !important;
	height: auto !important;
}

.slider-for .slick-list {
	overflow: hidden !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
}

.slider-for .slick-track {
	display: flex !important;
	transition: transform .5s ease;
	width: 100% !important;
	height: auto !important;
	position: relative !important;
	left: 0 !important;
}

.slider-for .slide {
	flex-shrink: 0;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	height: auto !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	opacity: 0 !important;
	transition: opacity .5s ease;
}

.slider-for .slide.slick-active {
	opacity: 1 !important;
	z-index: 2 !important;
	position: relative !important;
}

.slider-for .slide img {
	width: 100% !important;
	height: auto !important;
	display: block;
	max-width: 100%;
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .5);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: background .3s ease;
	z-index: 1000;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.flickity-prev-next-button:hover {
	background: rgba(0, 0, 0, .8);
}

.flickity-prev-next-button.previous {
	left: 20px;
}

.flickity-prev-next-button.next {
	right: 20px;
}

.flickity-prev-next-button svg {
	width: 20px;
	height: 20px;
}

.flickity-prev-next-button svg .arrow {
	fill: #fff;
}

.flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: not-allowed;
}

.slider-nav {
	margin-top: 15px;
	width: 100% !important;
	overflow: hidden;
}

.slider-nav .slick-list {
	overflow: visible !important;
	width: 100% !important;
}

.slider-nav .slick-track {
	display: flex !important;
	width: auto !important;
	gap: 10px;
	transform: none !important;
}

.slider-nav .slide {
	padding: 5px;
	cursor: pointer;
	opacity: .6;
	transition: opacity .3s ease;
	width: auto !important;
	max-width: 150px !important;
	flex-shrink: 0;
	position: relative !important;
	left: auto !important;
	display: block !important;
}

.slider-nav .slide:hover, .slider-nav .slide.slick-current {
	opacity: 1;
}

.slider-nav .slide img {
	width: 150px !important;
	height: auto !important;
	border: 2px solid rgba(255, 255, 255, 0);
	transition: border-color .3s ease;
	display: block;
}

.slider-nav .slide.slick-current img {
	border-color: #333;
}

@media (max-width:768px) {
	.flickity-prev-next-button {
		width: 40px;
		height: 40px;
	}
	
	.flickity-prev-next-button.previous {
		left: 10px;
	}
	
	.flickity-prev-next-button.next {
		right: 10px;
	}
	
	.slider-nav .slide, .slider-nav .slide img {
		max-width: 100px !important;
		width: 100px !important;
	}
}

.review-slider.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.review-slider .wp-block-columns {
	flex-direction: row !important;
	height: 100% !important;
	display: flex !important;
}

.swiper-slide.cb-slide {
	height: auto !important;
	display: flex !important;
}

.swiper-slide.cb-slide .review-slider {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	width: 100% !important;
}

.review-slider > p:last-child {
	flex-grow: 1 !important;
}

.review-slider .wp-block-column.avatar {
	flex-basis: 18% !important;
	min-width: 60px !important;
	flex-shrink: 0 !important;
	position: relative !important;
}

.review-slider .wp-block-column.avatar .wp-block-image {
	position: relative !important;
	display: inline-block !important;
}

.review-slider .wp-block-column.avatar .wp-block-image::after {
	content: "✓" !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	background-color: #0073e6 !important;
	color: white !important;
	width: 18px !important;
	height: 18px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: left !important;
	justify-content: center !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border: 2px solid white !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
}

@media (max-width:768px) {
	.review-slider .wp-block-column.avatar .wp-block-image::after {
		width: 16px !important;
		height: 16px !important;
		font-size: 11px !important;
	}
}

@media (max-width:480px) {
	.review-slider .wp-block-column.avatar .wp-block-image::after {
		width: 14px !important;
		height: 14px !important;
		font-size: 10px !important;
	}
}

.mid-page-cta {
	overflow: visible !important;
}

.mid-page-cta .wp-block-columns, .mid-page-cta .wp-block-column {
	overflow: visible !important;
}

.magazine-stack {
	margin-top: -80px !important;
	margin-bottom: -80px !important;
	margin-right: -50px !important;
	position: relative;
	z-index: 10;
}

.magazine-stack img {
	height: auto !important;
	max-height: none !important;
}

@media (max-width:1024px) {
	.magazine-stack {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
		margin-right: 0 !important;
	}
}

@media (max-width:768px) {
	.magazine-stack {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

.sidebar-ad-1, .sidebar-ad-2, .sidebar-ad-3, .sidebar-ad-4, .sidebar-ad-5, .sidebar-ad-6 {
	padding-bottom: 10px;
}

@media (max-width:600px) {
	.mobile-ad-group {
		flex-direction: column !important;
		align-items: center;
	}
	
	.mobile-ad-slot-1, .mobile-ad-slot-3, .mobile-ad-slot-5 {
		width: 250px;
		height: 250px;
		margin-bottom: 10px !important;
	}
}

@media screen and (min-width:600px) and (max-width:1025px) {
	.mobile-ad-slot-1, .mobile-ad-slot-3, .mobile-ad-slot-5 {
		padding-right: 5px;
	}
	
	.mobile-ad-slot-2, .mobile-ad-slot-4, .mobile-ad-slot-6 {
		padding-left: 5px;
	}
}

.sidebar-query-loop .wp-block-post-featured-image {
	width: auto !important;
}

.ad-staging-area {
	position: fixed;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	pointer-events: none;
}
