.easysmart-package-slider {
	--easysmart-slider-gap: 32px;
	--easysmart-slider-desktop: 4;
	--easysmart-slider-tablet: 2;
	--easysmart-slider-mobile: 1;
	--easysmart-slider-arrow-size: 88px;
	width: 100%;
}

.easysmart-package-slider__shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.easysmart-package-slider__viewport {
	overflow: hidden;
	width: 100%;
}

.easysmart-package-slider__track {
	display: flex;
	gap: var(--easysmart-slider-gap);
	transition: transform 0.35s ease;
	will-change: transform;
}

.easysmart-package-slide {
	flex: 0 0 calc((100% - (var(--easysmart-slider-gap) * (var(--easysmart-slider-desktop) - 1))) / var(--easysmart-slider-desktop));
	background: #ffffff;
	border: 5px solid #f8823e;
	border-radius: 34px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 510px;
	box-sizing: border-box;
}

.easysmart-package-slide__logo,
.easysmart-package-slide__content,
.easysmart-package-slide__footer {
	padding: 28px 24px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.easysmart-package-slide__logo,
.easysmart-package-slide__content {
	border-bottom: 4px solid #f8823e;
}

.easysmart-package-slide__logo {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.easysmart-package-slide__logo img {
	display: block;
	max-width: 200px;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

.easysmart-package-slide__logo-placeholder {
	width: 180px;
	height: 90px;
	border: 2px dashed rgba(35, 108, 175, 0.35);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #236caf;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

.easysmart-package-slide__tagline {
	margin: 14px 0 0;
	color: #236caf;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.easysmart-package-slide__content,
.easysmart-package-slide__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.easysmart-package-slide__content {
	display: flex;
	justify-content: center;
	text-align: center;
	min-height: 160px;
}

.easysmart-package-slide__content > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.easysmart-package-slide__count,
.easysmart-package-slide__count.wp-block-heading {
	color: #236caf;
	font-family: Montserrat, sans-serif;
	font-size: clamp(64px, 6vw, 78px);
	font-weight: 800;
	line-height: 0.95;
}

.easysmart-package-slide__label,
.easysmart-package-slide__label.wp-block-paragraph {
	color: #236caf;
	font-family: Poppins, sans-serif;
	font-size: clamp(36px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: uppercase;
}

.easysmart-package-slide__footer {
	justify-content: center;
	gap: 18px;
	flex: 1;
	text-align: center;
}

.easysmart-package-slide__footer > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.easysmart-package-slide__price,
.easysmart-package-slide__price.wp-block-heading {
	color: #ff7e36;
	font-family: Montserrat, sans-serif;
	font-size: clamp(56px, 5vw, 74px);
	font-weight: 800;
	line-height: 0.95;
	text-align: center;
}

.easysmart-package-slide__buttons {
	width: 100%;
}

.easysmart-package-slide__buttons .wp-block-button {
	width: 100%;
}

.easysmart-package-slide__buttons .wp-block-button__link,
.easysmart-package-slide__button.wp-block-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 14px 28px;
	background: #236caf;
	border-radius: 999px;
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.easysmart-package-slide__button-text {
	display: inline-block;
}

.easysmart-package-slide.is-featured {
	background: #ff853e;
}

.easysmart-package-slide.is-featured .easysmart-package-slide__logo,
.easysmart-package-slide.is-featured .easysmart-package-slide__content {
	border-bottom-color: #ffffff;
}

.easysmart-package-slide.is-featured .easysmart-package-slide__tagline,
.easysmart-package-slide.is-featured .easysmart-package-slide__count,
.easysmart-package-slide.is-featured .easysmart-package-slide__label,
.easysmart-package-slide.is-featured .easysmart-package-slide__price {
	color: #ffffff;
}

.easysmart-package-slide.is-featured .easysmart-package-slide__buttons .wp-block-button__link,
.easysmart-package-slide.is-featured .easysmart-package-slide__button.wp-block-button .wp-block-button__link {
	background: #236caf;
	color: #ffffff;
}

.easysmart-package-slider__arrow {
	width: var(--easysmart-slider-arrow-size);
	height: calc(var(--easysmart-slider-arrow-size) * 1.72);
	border: 0;
	border-radius: 28px;
	background: #f3b086;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat, sans-serif;
	font-size: 76px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.easysmart-package-slider__arrow:hover {
	background: #f0a273;
	transform: translateY(-1px);
}

.easysmart-package-slider__arrow:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
}

.easysmart-package-slider.is-editor-preview .easysmart-package-slider__track {
	transform: none !important;
}

.editor-styles-wrapper .easysmart-package-slide__button-text[contenteditable="true"] {
	display: inline-block;
	min-width: 140px;
}

@media (max-width: 1099px) {
	.easysmart-package-slide {
		flex-basis: calc((100% - (var(--easysmart-slider-gap) * (var(--easysmart-slider-tablet) - 1))) / var(--easysmart-slider-tablet));
	}
}

@media (max-width: 781px) {
	.easysmart-package-slider__shell {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.easysmart-package-slider__arrow {
		display: none;
	}

	.easysmart-package-slide {
		flex-basis: calc((100% - (var(--easysmart-slider-gap) * (var(--easysmart-slider-mobile) - 1))) / var(--easysmart-slider-mobile));
		min-height: 460px;
	}

	.easysmart-package-slide__logo,
	.easysmart-package-slide__content,
	.easysmart-package-slide__footer {
		padding: 24px 18px;
	}
}

.easysmart-faq-accordion {
	width: 100%;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
}

.easysmart-faq-item {
	border-bottom: 1px solid #f8823e;
}

.easysmart-faq-item:first-child {
	border-top: 1px solid #f8823e;
}

.easysmart-faq-item__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 20px;
	border: 0;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	text-align: left;
}

.easysmart-faq-item__question {
	display: block;
	font-family: Poppins, sans-serif;
	font-size: var(--easysmart-faq-question-size, 30px);
	font-weight: 400;
	line-height: 1.15;
}

.easysmart-faq-item__icon {
	flex: 0 0 auto;
	color: #efab7f;
	font-size: 48px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
}

.easysmart-faq-item__icon img {
	display: block;
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.easysmart-faq-item__icon-open,
.easysmart-faq-item__icon-closed {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.easysmart-faq-item__icon-open {
	display: none;
}

.easysmart-faq-item.is-open .easysmart-faq-item__icon-open {
	display: inline-flex;
}

.easysmart-faq-item.is-open .easysmart-faq-item__icon-closed {
	display: none;
}

.easysmart-faq-item__panel {
	padding: 0 20px 20px;
	background: #ffffff;
}

.easysmart-faq-item__answer {
	border: 1px solid #f8823e;
	padding: 16px 18px;
	font-family: Poppins, sans-serif;
	font-size: var(--easysmart-faq-answer-size, 24px);
	font-weight: 400;
	line-height: 1.35;
	color: #000000;
}

.easysmart-faq-item__answer p {
	margin: 0;
}

.easysmart-faq-item.is-open .easysmart-faq-item__toggle {
	background: #236caf;
}

.easysmart-faq-item.is-open .easysmart-faq-item__question,
.easysmart-faq-item.is-open .easysmart-faq-item__icon {
	color: #ffffff;
}

.editor-styles-wrapper .easysmart-faq-item__toggle {
	min-height: 86px;
}

.editor-styles-wrapper .easysmart-faq-item__question[contenteditable="true"],
.editor-styles-wrapper .easysmart-faq-item__answer[contenteditable="true"] {
	display: block;
	outline: none;
}

.editor-styles-wrapper .easysmart-faq-item__question[contenteditable="true"]:focus,
.editor-styles-wrapper .easysmart-faq-item__answer[contenteditable="true"]:focus {
	box-shadow: inset 0 0 0 2px rgba(35, 108, 175, 0.22);
}

@media (max-width: 781px) {
	.easysmart-faq-item__toggle {
		padding: 16px 14px;
		gap: 16px;
	}

	.easysmart-faq-item__icon {
		font-size: 40px;
	}

	.easysmart-faq-item__panel {
		padding: 0 14px 16px;
	}

	.easysmart-faq-item__answer {
		padding: 14px 14px;
	}
}
