:root {
  --primary-color: #1b335f;
  --secondary-color: #62278C;
  --button-color: #2A0D4B;
  --button-color-hover: #491a80;
  --menu-bars-color: #7B31AF80;
  --grey-panel-back: #FBF9FD;
  --gradient-secondary-color: #141849;
  --plugin-sales-h1: #B680DC;
  --plugins-sales-panel-back: #471D65;
  --review-slider-dot-background: #E5D6EF;
}

.ewd-2026-the-site {
	position: relative;
}


/********************/
/*** INPUTS, ETC. ***/
/********************/

input[type="text"].ewd-2026-input-text {
	display: flex;
	align-items: center;
	height: 48px;
	width: 100%;
	background: transparent;
	color: #7a7a7a;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #bbb;
	border-radius: 8px;
}
input[type="submit"].ewd-2026-input-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	transition: background .35s, color .35s;
}
input[type="submit"].ewd-2026-input-submit:hover {
	background: var(--button-color-hover);
	color: #fff;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: none;
}


/***********************/
/*** SITE HEADER/NAV ***/
/***********************/

.ewd-2026-site-header,
.ewd-2026-site-header * {
	box-sizing: border-box;
}
.ewd-2026-site-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 84px;
	background: #fff;
}
.ewd-2026-header-container {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 84px;
}
#ewd-2026-site-header-logo {
	width: 240px;
}
.ewd-2026-site-nav {
	display: flex;
	align-items: center;
	height: 84px;
	column-gap: 32px;
}
.ewd-2026-site-header #plugins-menu-toggle-container,
.ewd-2026-site-header #themes-menu-toggle-container,
.ewd-2026-site-header #about-us-menu-item {
	width: auto;
	float: none;
}
.ewd-2026-site-header .plugins-menu-toggle,
.ewd-2026-site-header .themes-menu-toggle {
	display: flex;
	align-items: center;
	color: #000;
	padding: 0;
	line-height: initial;
	letter-spacing: initial;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 17px;
	font-weight: 400;
	transition: color .35s;
}
.ewd-2026-site-header .plugins-menu-toggle:hover,
.ewd-2026-site-header .themes-menu-toggle:hover {
	color: var(--primary-color);
	font-weight: 400;
}
.ewd-2026-site-header .plugins-menu-toggle.down-caret::after,
.ewd-2026-site-header .themes-menu-toggle.down-caret::after {
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9992 13.2L15.8992 9.29998C16.0826 9.11664 16.3159 9.02497 16.5992 9.02497C16.8826 9.02497 17.1159 9.11664 17.2992 9.29998C17.4826 9.48331 17.5742 9.71664 17.5742 9.99998C17.5742 10.2833 17.4826 10.5166 17.2992 10.7L12.6992 15.3C12.4992 15.5 12.2659 15.6 11.9992 15.6C11.7326 15.6 11.4992 15.5 11.2992 15.3L6.69922 10.7C6.51589 10.5166 6.42422 10.2833 6.42422 9.99998C6.42422 9.71664 6.51589 9.48331 6.69922 9.29998C6.88255 9.11664 7.11589 9.02498 7.39922 9.02498C7.68255 9.02498 7.91589 9.11664 8.09922 9.29998L11.9992 13.2Z' fill='%23212427'/%3E%3C/svg%3E");
}
.ewd-2026-site-header .plugins-menu-toggle.up-caret::after,
.ewd-2026-site-header .themes-menu-toggle.up-caret::after {
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0002 10.8L15.9002 14.7C16.0835 14.8833 16.3169 14.975 16.6002 14.975C16.8835 14.975 17.1169 14.8833 17.3002 14.7C17.4835 14.5167 17.5752 14.2833 17.5752 14C17.5752 13.7167 17.4835 13.4833 17.3002 13.3L12.7002 8.70002C12.5002 8.50002 12.2669 8.40002 12.0002 8.40002C11.7335 8.40002 11.5002 8.50002 11.3002 8.70002L6.7002 13.3C6.51686 13.4833 6.4252 13.7167 6.4252 14C6.4252 14.2833 6.51686 14.5167 6.7002 14.7C6.88353 14.8833 7.11686 14.975 7.4002 14.975C7.68353 14.975 7.91686 14.8833 8.1002 14.7L12.0002 10.8Z' fill='%23212427'/%3E%3C/svg%3E");
}
.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav {
	display: flex;
	align-items: center;
	height: 84px;
	column-gap: 32px;
}
.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a {
	color: #000;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 17px;
	transition: color .35s;
	line-height: initial;
	letter-spacing: initial;
}
.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a:hover {
	color: var(--primary-color);
}
.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a.ewd-2026-site-nav-get-support {
	padding: 8px 20px;
	margin-top: 0;
	border: #000 1px solid;
	border-radius: 1000px;
	text-transform: none;
	background: transparent;
	color: var(--primary-color);
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
	letter-spacing: initial;
	transition: background .35s, color .35s, border .35s;
}
.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a.ewd-2026-site-nav-get-support:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.ewd-2026-the-site .plugins-menu-container,
.ewd-2026-the-site .themes-menu-container {
	z-index: 20;
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	top: 84px;
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.ewd-2026-the-site .plugins-menu-container-inside,
.ewd-2026-the-site .themes-menu-container-inside {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ewd-2026-the-site .plugins-menu-container-plugins-list,
.ewd-2026-the-site .themes-menu-container-themes-list {
	display: flex;
	flex-direction: column;
	width: 47.5%;
}
.ewd-2026-the-site .plugins-menu-container-plugins-list-plugin,
.ewd-2026-the-site .themes-menu-container-themes-list-theme {
	margin-bottom: 12px;
	font-size: 20px;
	color: #7a7a7a;
	text-decoration: none;
}
.ewd-2026-the-site .plugins-menu-container-plugins-list-plugin:hover,
.ewd-2026-the-site .themes-menu-container-themes-list-theme:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}
.ewd-2026-the-site .plugins-menu-container-plugins-list-plugin:last-of-type,
.ewd-2026-the-site .themes-menu-container-themes-list-theme:last-of-type {
	margin-bottom: 0;
}
.ewd-2026-the-site .plugins-menu-container-plugin-highlight,
.ewd-2026-the-site .themes-menu-container-theme-highlight {
	display: flex;
	flex-direction: column;
	width: 47.5%;
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fafafa;
	padding: 20px;
}
.ewd-2026-the-site .plugins-menu-container-plugin-highlight-icon,
.ewd-2026-the-site .themes-menu-container-theme-highlight-icon {
	width: 120px;
	height: auto;
	margin-bottom: 12px;
}
.ewd-2026-the-site .plugins-menu-container-plugin-highlight-title,
.ewd-2026-the-site .themes-menu-container-theme-highlight-title {
	color: #212427;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 12px;
}
.ewd-2026-the-site .plugins-menu-container-plugin-highlight-text,
.ewd-2026-the-site .themes-menu-container-theme-highlight-text {
	color: #7a7a7a;
	font-size: 17px;
	font-weight: normal;
}

/*** Mobile Menu ***/
.ewd-2026-mobile-menu-bars {
	display: none;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
	border: 2px solid var(--menu-bars-color);
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.ewd-2026-mobile-menu-bars span {
	font-size: 28px;
	height: 28px;
	width: 28px;
	color: #212427;
	cursor: pointer;
}

#ewd-2026-mobile-menu,
#ewd-2026-mobile-menu * {
	box-sizing: border-box;
}
#ewd-2026-mobile-menu {
	position: fixed;
	z-index: 100000;
	display: flex;
	width: 100%;
	height: 100%;
	max-width: none !important;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(4px);
}
#ewd-2026-mobile-menu-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 320px;
	height: 100vh;
	overflow-y: auto;
	background: #fff;
	border-right: 1px solid #bbb;
	left: -320px;
}
.ewd-2026-mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	width: 100%;
	padding: 0 16px;
	height: 84px;
	border-bottom: 1px solid #bbb;
}
.ewd-2026-mobile-menu-logo {
	width: 210px;
}
.ewd-2026-mobile-menu-close {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
	border: 2px solid var(--menu-bars-color);
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.ewd-2026-mobile-menu-close span {
	font-size: 28px;
	height: 28px;
	width: 28px;
	color: #212427;
	cursor: pointer;
}
.ewd-2026-mobile-menu-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 16px;
}
.ewd-2026-mobile-menu-nav {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}
.ewd-2026-mobile-menu-nav-title {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 24px;
	line-height: 1.25;
	text-decoration: none;
}
.ewd-2026-mobile-menu-nav-title:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.ewd-2026-mobile-menu-nav-link {
	font-size: 17px;
	color: #444;
	margin-bottom: 16px;
	line-height: 1.25;
	text-decoration: none;
	transition: color .35s, text-decoration .35s;
}
.ewd-2026-mobile-menu-nav-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.ewd-2026-mobile-menu-link {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 16px;
	line-height: 1.25;
	text-decoration: none;
}
.ewd-2026-mobile-menu-link:first-of-type {
	margin-top: 16px;
}
.ewd-2026-mobile-menu-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.ewd-2026-site-header .plugins-menu-toggle,
	.ewd-2026-site-header .themes-menu-toggle,
	.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a,
	.ewd-2026-site-nav .ewd-2026-site-nav-rest-of-nav a.ewd-2026-site-nav-get-support {
		font-size: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.ewd-2026-site-nav,
	.plugins-menu-container,
	.themes-menu-container {
		display: none !important;
	}
	.ewd-2026-mobile-menu-bars {
		display: flex;
	}
}

@media screen and (min-width: 1025px) {
	#ewd-2026-mobile-menu {
		display: none !important;
	}
}

/*****************************/
/*** BELOW SITE HEADER/NAV ***/
/*****************************/

.ewd-2026-primary,
.ewd-2026-primary * {
	box-sizing: border-box;
}

/* .ewd-2026-primary {
	font-family: 'Cabin', serif;
	font-weight: 300;
} */

.ewd-2026-page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 192px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-breadcrumbs {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.ewd-2026-breadcrumbs a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.ewd-2026-breadcrumbs a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.ewd-2026-page-header h1,
.ewd-2026-page-header h1.entry-title {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}
.ewd-2026-page-header-brief {
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}

.ewd-2026-site-container {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-site-container-margin {
	padding: 64px 0;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 1.75;
}
.ewd-2026-site-container-margin h2,
.ewd-2026-site-container-margin h3,
.ewd-2026-site-container-margin h4,
.ewd-2026-site-container-margin h5,
.ewd-2026-site-container-margin h6 {
	color: #212427;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: normal;
	margin-top: 32px;
}
.ewd-2026-site-container-margin p {
	margin: 0 0 24px;
}


/*************/
/*** PAGES ***/
/*************/

.ewd-2026-primary .entry-content {
	margin: 0;
}

.ewd-2026-primary .entry-content.ewd-2026-default-page-entry-content {
	margin: 80px 0;
}


/**************************/
/*** SUBSCRIPTION PAGES ***/
/**************************/

/* PayPal warning */
.ewd-2026-paypal-warning {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	background: #FFF9E1;
	border: 1px solid #F0BF34;
	color: #826100;
	font-size: 14px;
	text-align: center;
}
.ewd-2026-paypal-warning a {
	color: #826100;
	font-size: 14px;
	font-weight: bold;
}

/* Subscription lookup page */
.ewd-2026-subscription-lookup-div {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 20px;;
	width: 100%;
	max-width: 640px;
	margin: 80px auto;
	padding: 40px 48px;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
}
.ewd-2026-subscription-lookup-title {
	font-size: 24px;
	color: #212427;
}
.ewd-2026-subscription-lookup-text {
	font-size: 16px;
	color: #7a7a7a;
}
.ewd-2026-subscription-lookup-hr {
	border-top: 1px solid #ddd;
}
.ewd-2026-subscription-lookup-form {
	display: flex;
	flex-direction: column;
	row-gap: 20px;;
	width: 100%;
}
.ewd-2026-subscription-lookup-form-email-label {
	width: 100%;
	margin-bottom: 6px;
	color: #212427;
}

/* Subscription results page */
.ewd-2026-subscriptions-results-container {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 80px 0;
}
.ewd-2026-subscription-results {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 344px);
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	overflow: hidden;
}
.ewd-2026-subscription-results-heading-row {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 20px;
	width: 100%;
	height: 48px;
	padding: 0 32px;
	background: #f7f0fc;
	color: #7a7a7a;
	font-size: 14px;;
}
.ewd-2026-subscription-results-heading-row div {
	width: 30%;
}
.ewd-2026-subscription-results-heading-row div:nth-of-type(3) {
	width: calc(40% - 100px);
}
.ewd-2026-subscription-results-heading-row div:nth-of-type(4) {
	width: 100px;
}
.ewd-2026-subscription-results-row {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 20px;
	width: 100%;
	height: 64px;
	padding: 0 32px;
	color: #212427;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.ewd-2026-subscription-results-row div {
	width: 30%;
}
.ewd-2026-subscription-results-row div:nth-of-type(3) {
	width: calc(40% - 100px);
}
.ewd-2026-subscription-results-row div:nth-of-type(4) {
	width: 100px;
}
.ewd-2026-subscription-results-subscription-name {
	color: #212427;
}
.ewd-2026-subscription-results-subscription-type {
	color: #7a7a7a;
}
.ewd-2026-subscription-results-subscription-status {
	display: flex;
	align-items: center;
}
.ewd-2026-subscription-results-subscription-status-text {
	color: #16A34A;
	background: #DBFAE2;
	border-radius: 1000px;
	font-size: 12px;
	padding: 2px 4px;
	text-align: center;
}
.ewd-2026-subscription-results-subscription-cancel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ewd-2026-subscription-results-subscription-cancel-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: auto;
	background: transparent;
	color: #ef4444;
	font-size: 14px;
	padding: 0 40px;
	border: 1px solid #DB7373;
	border-radius: 8px;
	transition: background .35s, color .35s;
	cursor: pointer;
}
.ewd-2026-subscription-results-subscription-cancel-button:hover {
	background: #DB7373;
	color: #fff;
}

.ewd-2026-subscription-cancel-modal,
.ewd-2026-subscription-cancel-modal * {
	box-sizing: border-box;
}
.ewd-2026-subscription-cancel-modal {
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: none !important;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.ewd-2026-subscription-cancel-modal-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 90%;
	max-width: 640px;
	max-height: 80vh;
	padding: 16px;
	border-radius: 24px;
	overflow-y: auto;
}
.ewd-2026-subscription-cancel-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #f3f3f3;
	cursor: pointer;
}
.ewd-2026-subscription-cancel-modal-close-inside {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.ewd-2026-subscription-cancel-modal-title {
	font-size: 24px;
	font-weight: normal;
	color: #212427;
	margin: 16px 16px 10px;
}
.ewd-2026-subscription-cancel-modal-text {
	font-size: 14px;
	font-weight: normal;
	color: #7a7a7a;
	margin: 16px 16px 10px;
}
.ewd-2026-subscription-cancel-modal-submit {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 24px 0 12px 0;
}
.ewd-2026-subscription-cancel-modal-submit input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: #DB7373;
	color: #fff;
	font-size: 14px;
	padding: 0 40px;
	margin: 0 8px 0 auto;
	border: 1px solid #DB7373;
	border-radius: 8px;
	transition: background .35s, color .35s, border-color .35s;
	cursor: pointer;
	line-height: initial;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: none;
}
.ewd-2026-subscription-cancel-modal-submit input[type="submit"]:hover {
	background: #ef4444;
	border-color: #ef4444;
	color: #fff;
}
.ewd-2026-subscription-cancel-modal-submit .no-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: transparent;
	color: #7a7a7a;
	font-size: 14px;
	padding: 0 40px;
	margin: 0 auto 0 8px;
	border: 1px solid #bbb;
	border-radius: 8px;
	transition: background .35s, color .35s, border-color .35s;
	cursor: pointer;
}
.ewd-2026-subscription-cancel-modal-submit .no-button:hover {
	background: #7a7a7a;
	border-color: #7a7a7a;
	color: #fff;
}

.ewd-2026-billing-container {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	margin-top: 0;
	width: 320px;
}
.ewd-2026-update-billing {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
}
.ewd-2026-update-billing-title {
	color: #212427;
	font-size: 16px;
}
.ewd-2026-update-billing-text {
	color: #7a7a7a;
	font-size: 14px;
}
.ewd-2026-update-billing-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	transition: background .35s, color .35s;
}
.ewd-2026-update-billing-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: none;
}
.ewd-2026-billing-paypal-warning {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	width: 100%;
	padding: 12px 16px;
	background: #FFF9E1;
	border: 1px solid #F0BF34;
	border-radius: 8px;
	font-size: 14px;
}
.ewd-2026-billing-paypal-warning-title {
	color: #212427;
	font-size: 16px;
}
.ewd-2026-billing-paypal-warning-text {
	color: #212427;
	font-size: 14px;
}
.ewd-2026-billing-paypal-warning-link {
	color: #826100;
	font-size: 14px;
	font-weight: bold;
}

.ewd-2026-subscription-attempt-message {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 640px;
	margin: 80px auto 0;
	padding: 24px;
	background: var(--grey-panel-back);
	border-radius: 8px;
}
.ewd-2026-subscription-attempt-text {
	font-size: 20px;
	color: #212427;
	text-align: center;
}


@media screen and (max-width: 1200px) {
	.ewd-2026-subscriptions-results-container {
		flex-direction: column;
		justify-content: initial;
	}
	.ewd-2026-subscription-results {
		width: 100%;
	}
	.ewd-2026-billing-container {
		width: 100%;
		margin-top: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.ewd-2026-paypal-warning {
		height: 80px;
	}
}

@media screen and (max-width: 840px) {
	.ewd-2026-subscription-results-heading-row div,
	.ewd-2026-subscription-results-row div {
		width: 30%;
	}
	.ewd-2026-subscription-results-heading-row div:nth-of-type(2),
	.ewd-2026-subscription-results-row div:nth-of-type(2) {
		width: calc(70% - 100px);
	}
	.ewd-2026-subscription-results-heading-row div:nth-of-type(3),
	.ewd-2026-subscription-results-row div:nth-of-type(3) {
		display: none;
	}
	.ewd-2026-subscription-results-heading-row div:nth-of-type(4),
	.ewd-2026-subscription-results-row div:nth-of-type(4) {
		width: 100px;
	}
	.ewd-2026-subscription-results-row {
		height: 104px;
	}
	.ewd-2026-subscription-cancel-modal-submit {
		flex-direction: column;
	}
	.ewd-2026-subscription-cancel-modal-submit input[type="submit"],
	.ewd-2026-subscription-cancel-modal-submit .no-button {
		margin: 12px 0 0;
	}
}

@media screen and (max-width: 600px) {
	.ewd-2026-paypal-warning {
		height: 96px;
	}
}

@media screen and (max-width: 360px) {
	.ewd-2026-paypal-warning {
		height: 120px;
	}
}



/****************/
/*** HOMEPAGE ***/
/****************/

.ewd-2026-homepage,
.ewd-2026-homepage * {
	box-sizing: border-box;
}
.ewd-2026-homepage {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-homepage-hero {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 500px;
	background-image: url('https://www.etoilewebdesign.com/wp-content/uploads/2026/06/2026homepagebanner3.jpg');
	background-size: cover;
}
.ewd-2026-homepage-hero-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 180px auto 0;
}
.ewd-2026-homepage-hero-title {
	color: #fff;
	font-size: 72px;
	font-weight: normal;
	margin: 0 0 48px;
	line-height: 1.1;
}
.ewd-2026-homepage-hero-text {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 48px;
}
.ewd-2026-homepage-hero-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: #fff;
	color: #212427;
	font-size: 19px;
	margin: 0 auto 96px 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-homepage-hero-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}

.ewd-2026-homepage-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 96px 0;
}
.ewd-2026-homepage-panel-grey {
	background: var(--grey-panel-back);
}
.ewd-2026-homepage-panel-white {
	background: #fff;
}
.ewd-2026-homepage-panel-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.ewd-2026-homepage-number-of-users {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	color: var(--primary-color);
	font-size: 48px;
	font-weight: normal;
	line-height: 1.25;
}

.ewd-2026-homepage-plugins {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-homepage-plugins-title {
	color: #212427;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 36px;
	line-height: 1.1;
}
.ewd-2026-homepage-plugins-text {
	color: #7a7a7a;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 32px;
}
.ewd-2026-homepage-plugins-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 19px;
	margin: 0 auto 64px 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-homepage-plugins-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}

.ewd-2026-homepage-plugins-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 24px;
	row-gap:  24px;
}
.ewd-2026-homepage-plugins-card {
	display: flex;
	flex-direction: column;
	width: calc(25% - 18px);
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fafafa;
	color: #bbb;
	padding: 20px;
	text-decoration: none;
	transition: border-color .35s, color .35s;
}
.ewd-2026-homepage-plugins-card:hover {
	border-color: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}
.ewd-2026-homepage-plugins-card-icon {
	width: 120px;
	height: auto;
	margin-bottom: 12px;
}
.ewd-2026-homepage-plugins-card-title {
	color: #212427;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 12px;
}
.ewd-2026-homepage-plugins-card-text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: normal;
}

.ewd-2026-homepage-plugin-feature {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.ewd-2026-homepage-plugin-feature-left {
	display: flex;
	flex-direction: column;
	width: 35%;
	padding: 40px 0;
}
.ewd-2026-homepage-plugin-feature-title {
	color: #212427;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.1;
}
.ewd-2026-homepage-plugin-feature-text {
	color: #7a7a7a;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 40px;
}
.ewd-2026-homepage-plugin-feature-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 19px;
	margin: 0 auto 0 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-homepage-plugin-feature-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-homepage-plugin-feature-image {
	display: flex;
	align-items: center;
	width: calc(65% - 64px);
	background: var(--grey-panel-back);
	border-radius: 12px;
}
.ewd-2026-homepage-plugin-feature-image img {
	width: 100%;
	height: auto;
}

.ewd-2026-homepage-reviews {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-homepage-review {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-homepage-review-text {
	color: #212427;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 40px;
}
.ewd-2026-homepage-review-author {
	color: #212427;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 40px;
}
.ewd-2026-homepage-reviews-dots {
	display: flex;
	margin: 0 0 0 auto;
}
.ewd-2026-homepage-reviews-dot {
	display: flex;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	border-radius: 1000px;
	background: var(--review-slider-dot-background);
	cursor: pointer;
}
.ewd-2026-homepage-reviews-dot:first-of-type {
	justify-content: flex-start;
}
.ewd-2026-homepage-reviews-dot:last-of-type {
	justify-content: flex-end;
}
.ewd-2026-homepage-reviews-dot-inside {
	width: 24px;
	height: 24px;
	border-radius: 1000px;
	background: transparent;
}
.ewd-2026-homepage-reviews-dot.ewd-2026-homepage-reviews-dot-selected {
	width: 80px;
	cursor: initial;
}
.ewd-2026-homepage-reviews-dot.ewd-2026-homepage-reviews-dot-selected .ewd-2026-homepage-reviews-dot-inside {
	width: 46px;
	background: var(--primary-color);
}

.ewd-2026-homepage-blog {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 0 64px;
}
.ewd-2026-homepage-blog-title {
	color: #212427;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.1;
}
.ewd-2026-homepage-blog-text {
	color: #7a7a7a;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 40px;
}
.ewd-2026-homepage-blog-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 19px;
	margin: 0 auto 0 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-homepage-blog-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-homepage-blog-carousel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 36px;
	row-gap: 36px;
}
.ewd-2026-homepage-blog-carousel-each {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 24px);
}
.ewd-2026-homepage-blog-carousel-each-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 240px;
	border-radius: 12px;
	margin-bottom: 24px;
	overflow: hidden;
}
.ewd-2026-homepage-blog-carousel-each-image img {
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.ewd-2026-homepage-blog-carousel-each-title {
	color: #212427;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.25;
	transition: color .35s;
	text-decoration: none;
}
.ewd-2026-homepage-blog-carousel-each-title:hover {
	color: var(--primary-color);
	font-weight: normal;
	text-decoration: none;
}
.ewd-2026-homepage-blog-carousel-each-text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 12px;
}
.ewd-2026-homepage-blog-carousel-each-meta-bar {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ewd-2026-homepage-blog-carousel-each-meta-bar div {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #7a7a7a;
}
.ewd-2026-homepage-blog-carousel-each-meta-bar div span {
	margin-right: 4px;
}
.ewd-2026-homepage-blog-carousel-each-meta-bar a {
	color: var(--primary-color);
	text-decoration: none;
}
.ewd-2026-homepage-blog-carousel-each-meta-bar a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.ewd-2026-homepage-plugins-panel {
	flex-direction: row;
	justify-content: space-between;
	background: var(--secondary-color);
	padding: 0;
}
.ewd-2026-homepage-plugins-panel .ewd-2026-homepage-panel-inside {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ewd-2026-homepage-plugins-panel-left {
	display: flex;
	flex-direction: column;
	padding: 96px 0;
	width: calc(100% - 530px);
}
.ewd-2026-homepage-plugins-panel-title {
	color: #fff;
	font-size: 72px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.1;
}
.ewd-2026-homepage-plugins-panel-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: #fff;
	color: #212427;
	font-size: 19px;
	margin: 0 auto 0 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-homepage-plugins-panel-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-homepage-plugins-panel-image {
	width: 466px;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.ewd-2026-homepage-hero-inside {
		margin: 96px auto 0;
	}
	.ewd-2026-homepage-hero-title {
		font-size: 56px;
		margin-bottom: 48px;
		line-height: 1.2;
	}
	.ewd-2026-homepage-hero-text {
		font-size: 28px;
		margin-bottom: 48px;
	}
	.ewd-2026-homepage-plugins-card {
		width: calc(50% - 12px);
	}
	.ewd-2026-homepage-plugin-feature {
		flex-direction: column;
		justify-content: initial;
	}
	.ewd-2026-homepage-plugin-feature-left {
		width: 100%;
		padding: 0 0 40px;
	}
	.ewd-2026-homepage-plugin-feature-image {
		width: 100%;
		padding: 64px 0;
	}
	.ewd-2026-homepage-review-text,
	.ewd-2026-homepage-review-author {
		font-size: 40px;
	}
	.ewd-2026-homepage-blog-carousel {
		flex-direction: column;
		justify-content: initial;
		flex-wrap: initial;
		column-gap: 0;
	}
	.ewd-2026-homepage-blog-carousel-each {
		width: 100%;
	}
	.ewd-2026-homepage-plugins-panel-left {
		width: 100%;
		align-items: center;
	}
	.ewd-2026-homepage-plugins-panel-title {
		font-size: 56px;
		line-height: 1.2;
		text-align: center;
	}
	.ewd-2026-homepage-plugins-panel-button {
		margin: 0;
	}
	.ewd-2026-homepage-plugins-panel-image {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.ewd-2026-homepage-plugins-cards {
		flex-direction: column;
		flex-wrap: initial;
		column-gap: 0;
	}
	.ewd-2026-homepage-plugins-card {
		width: 100%;
	}
}


/*************/
/*** BLOG ***/
/*************/

.ewd-2026-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-blog-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 60px 0 60px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-blog-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-blog-header h1.entry-title {
	color: #C8A0F0;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.ewd-2026-blog-header h1.entry-title.ewd-2026-blog-header-single-title {
	color: #fff;
	margin-top: 12px;
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
.ewd-2026-blog-header-title {
	margin-top: 12px;
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}
.ewd-2026-blog-header-brief {
	margin-top: 16px;
	color: #E0D6F5;
	font-size: 17px;
	text-align: center;
}
.ewd-2026-blog-header-search {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
input[type="text"].ewd-2026-input-text.ewd-2026-blog-header-search-bar {
	width: 400px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .25);
}
input[type="text"].ewd-2026-input-text.ewd-2026-blog-header-search-bar:placeholder {
	color: #b2abcc;
	font-size: 15px;
}
input[type="submit"].ewd-2026-input-submit.ewd-2026-blog-header-search-submit {
	height: 48px;
	width: 120px;
	background: var(--primary-color);
	font-size: 15px;
	padding: 0;
}
input[type="submit"].ewd-2026-input-submit.ewd-2026-blog-header-search-submit:hover {
	padding: 0;
}
.ewd-2026-blog-header-tags {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	column-gap: 10px;
}
.ewd-2026-blog-header-tag {
	display: flex;
	align-items: center;
	height: 36px;
	padding: 0 18px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.10);
	color: #fbfbfb;
	font-weight: 14px;
	cursor: pointer;
	transition: border-color .35s, background .35s;
}
.ewd-2026-blog-header-tag.ewd-2026-blog-header-tag-selected,
.ewd-2026-blog-header-tag:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.ewd-2026-blog-page-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 40px 0 48px;
}
.ewd-2026-blog-page-panel-grey {
	background: var(--grey-panel-back);
}
.ewd-2026-blog-page-panel-white {
	background: #fff;
}
.ewd-2026-blog-page-panel-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.ewd-2026-blog-top-stories {
	font-size: 14px;
	color: var(--primary-color);
}
.ewd-2026-blog-top-stories span {
	margin-right: 4px;
}
.ewd-2026-blog-posts-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 12px;
}
.ewd-2026-blog-main-post {
	display: flex;
	flex-direction: column;
	width: calc(70% - 28px);
}
.ewd-2026-blog-main-post-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 360px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: var(--primary-color);
	overflow: hidden;
}
.ewd-2026-blog-main-post-image img {
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.ewd-2026-blog-main-post-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 28px 32px;
}
.ewd-2026-blog-main-post-meta {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 14px;
	font-size: 12px;
	color: #7a7a7a;
}
.ewd-2026-blog-main-post-meta-tag {
	font-size: 11px;
	padding: 4px 10px;
	border-radius: 100px;
	border: 1px solid #F5F5F5;
	background: #F0E8F8;
}
.ewd-2026-blog-main-post-title {
	color: #212427;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 14px;
	line-height: 1.25;
}
.ewd-2026-blog-main-post-title:hover {
	color: var(--primary-color);
}
.ewd-2026-blog-main-post-excerpt {
	color: #7a7a7a;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 14px;
}
.ewd-2026-blog-main-post-link {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.ewd-2026-blog-main-post-link:hover {
	color: var(--button-color-hover);
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.ewd-2026-blog-side-posts {
	display: flex;
	flex-direction: column;
	width: 30%;
	row-gap: 32px;
}
.ewd-2026-blog-recent-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 24px;
	width: 100%;
	margin-top: 12px;
}
.ewd-2026-blog-side-post {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-blog-recent-post {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 16px);
}
.ewd-2026-blog-side-post-image,
.ewd-2026-blog-recent-post-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: var(--primary-color);
	overflow: hidden;
}
.ewd-2026-blog-side-post-image img,
.ewd-2026-blog-recent-post-image img {
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.ewd-2026-blog-side-post-content,
.ewd-2026-blog-recent-post-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 24px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #fff;
}
.ewd-2026-blog-side-post-tag,
.ewd-2026-blog-recent-post-tag {
	font-size: 11px;
	padding: 2px 10px;
	border-radius: 100px;
	border: 1px solid #F5F5F5;
	background: #F0E8F8;
	margin: 0 auto 12px 0;
}
.ewd-2026-blog-side-post-title,
.ewd-2026-blog-recent-post-title {
	color: #212427;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.25;
}
.ewd-2026-blog-side-post-title:hover,
.ewd-2026-blog-recent-post-title:hover {
	color: var(--primary-color);
}
.ewd-2026-blog-side-post-meta,
.ewd-2026-blog-recent-post-meta {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #7a7a7a;
}
.ewd-2026-blog-side-post-meta span,
.ewd-2026-blog-recent-post-meta span {
	width: 16px;
	height: 16px;
	font-size: 16px;
}
.ewd-2026-blog-side-post-link,
.ewd-2026-blog-recent-post-link {
	color: var(--primary-color);
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.ewd-2026-blog-side-post-link:hover,
.ewd-2026-blog-recent-post-link:hover {
	color: var(--button-color-hover);
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.ewd-2026-blog .paging-navigation {
	margin: 40px 0 0;
	text-transform: none;
	display: flex;
	width: 100%;
}
.ewd-2026-blog .paging-navigation h1 {
	display: none;
}
.ewd-2026-blog .nav-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.paging-navigation .nav-previous {
	float: none;
	margin: 0 auto 0 0;
}
.paging-navigation .nav-next {
	float: none;
	margin: 0 0 0 auto;
}
.ewd-2026-blog .paging-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: initial;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	transition: background .35s, color .35s;
}
.ewd-2026-blog .paging-navigation a:hover {
	background: var(--button-color-hover);
	color: #fff;
	margin: 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: none;
}

@media screen and (max-width: 1024px) {
	.ewd-2026-blog-posts-container {
		flex-direction: column;
		justify-content: initial;
	}
	.ewd-2026-blog-main-post {
		width: 100%;
	}
	.ewd-2026-blog-side-posts {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 24px;
		row-gap: 24px;
		width: 100%;
		margin-top: 24px;
	}
	.ewd-2026-blog-side-post,
	.ewd-2026-blog-recent-post {
		width: calc(50% - 12px);
	}
}

@media screen and (max-width: 768px) {
	input[type="text"].ewd-2026-input-text.ewd-2026-blog-header-search-bar {
		width: 260px;
	}
	input[type="submit"].ewd-2026-input-submit.ewd-2026-blog-header-search-submit {
		width: 80px;
	}
	.ewd-2026-blog-side-post,
	.ewd-2026-blog-recent-post {
		width: 100%;
	}
}


/*****************************/
/*** PLUGINS OVERVIEW PAGE ***/
/*****************************/

.ewd-2026-plugins,
.ewd-2026-plugins * {
	box-sizing: border-box;
}

.ewd-2026-plugins {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-plugins-page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 60px 0 60px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-plugins-page-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-plugins-page-header h1.entry-title {
	color: #C8A0F0;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.ewd-2026-plugins-page-header-title {
	margin-top: 12px;
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}
.ewd-2026-plugins-page-header-brief {
	margin-top: 16px;
	color: #E0D6F5;
	font-size: 17px;
	text-align: center;
}

.ewd-2026-plugins .ewd-2026-homepage-plugins-card {
	width: calc(50% - 12px);
}

@media screen and (max-width: 768px) {
	.ewd-2026-plugins .ewd-2026-homepage-plugins-card {
		width: 100%;
	}
}


/*************************/
/*** PLUGIN SALES PAGE ***/
/*************************/

.ewd-2026-plugin-details-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 192px 0 96px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-plugin-details-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-plugin-details-header h1,
.ewd-2026-plugin-details-header h1.entry-title {
	color: var(--plugin-sales-h1);
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.ewd-2026-plugin-details-header-brief {
	margin-top: 12px;
	color: #fff;
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.4;
}
.ewd-2026-plugin-details-header-buttons {
	margin-top: 40px;
	display: flex;
}
.ewd-2026-plugin-details-header-purchase-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 19px;
	margin: 0 24px 0 0;
	padding: 0 24px;
	border: 1px solid #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-plugin-details-header-purchase-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-plugin-details-header-purchase-ultimate-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: #fff;
	color: #212427;
	font-size: 19px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-plugin-details-header-purchase-ultimate-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-plugin-details-header-demo-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: auto;
	background: #fff;
	color: #212427;
	font-size: 19px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-plugin-details-header-demo-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-plugin-details-header-buttons-ultimate .ewd-2026-plugin-details-header-demo-button {
	margin: 0 0 0 auto;
	border-radius: 1000px;
}

.ewd-2026-plugin-details-features {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-plugin-details-features-title {
	color: #212427;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.;
	max-width: 725px;
}
.ewd-2026-plugin-details-features-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 24px;
	row-gap:  24px;
}
.ewd-2026-plugin-details-features-card {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 16px);
	border-radius: 12px;
	background: #fff;
	padding: 40px;
}
.ewd-2026-plugin-details-features-card-title-and-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 48px;
	margin-bottom: 16px;
}
.ewd-2026-plugin-details-features-card-title {
	color: #000;
	font-size: 24px;
	font-weight: 400;
}
.ewd-2026-plugin-details-features-card-number {
	color: var(--gradient-secondary-color);
	font-size: 32px;
	font-weight: 400;
}
.ewd-2026-plugin-details-features-card-text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: normal;
}

.ewd-2026-plugin-details-screenshots-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 96px 0;
	background: var(--plugins-sales-panel-back);
	overflow: hidden;
}
.ewd-2026-plugin-details-screenshots-panel .plugin-sales-screenshot-container {
	float: none;
	margin-top: 0;
}
.ewd-2026-plugin-details-screenshots-panel .plugin-sales-screenshot {
	box-shadow: none;
	cursor: pointer;
}
.ewd-2026-plugin-details-screenshots-panel .plugin-sales-screenshot-selectors {
	padding-left: 0;
}
.ewd-2026-plugin-details-screenshots-panel .screenshot-selector {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 1000px;
	background: var(--review-slider-dot-background);
}
.ewd-2026-plugin-details-screenshots-panel .screenshot-selector:last-of-type {
	margin-right: 0;
}
.ewd-2026-plugin-details-screenshots-panel .screenshot-selector.selector-selected {
	background: var(--primary-color);
}

.ewd-2026-plugins .ewd-2026-homepage-review-author:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.ewd-2026-plugin-details-pricing {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.ewd-2026-plugin-details-pricing-title-and-currency-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.ewd-2026-plugin-details-pricing-title {
	color: #212427;
	font-size: 34px;
}
.ewd-2026-plugin-details-pricing-brief {
	margin-top: 16px;
	color: #7a7a7a;
	font-size: 16px;
	max-width: 600px;
	margin-bottom: 24px;
}
.ewd-2026-plugin-details-pricing-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 24px;
	row-gap:  24px;
}
.ewd-2026-plugin-details-pricing-cards-just-ultimate {
	justify-content: center;
}
.ewd-2026-plugin-details-pricing-card {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 16px);
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fff;
	padding: 32px 24px;
	transition: border-color .35s;
}
.ewd-2026-plugin-details-pricing-cards-ultimate .ewd-2026-plugin-details-pricing-card {
	width: calc(25% - 18px);
}
.ewd-2026-plugin-details-pricing-card-ultimate {
	background: var(--secondary-color);
	border-color: var(--secondary-color)
}
.ewd-2026-plugin-details-pricing-card:hover {
	border-color: 1px solid var(--primary-color);
}
.ewd-2026-plugin-details-pricing-card-ultimate:hover {
	border-color: var(--secondary-color)
}
.ewd-2026-plugin-details-pricing-card-title {
	color: #212427;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 1.1;
}
.ewd-2026-plugin-details-pricing-card-strike-price {
	color: #999;
	font-size: 15px;
	font-weight: normal;
	text-decoration-line: line-through;
	margin-bottom: 8px;
	line-height: 1.1;
}
.ewd-2026-plugin-details-pricing-card-price {
	color: #212427;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 1.1;
}
.ewd-2026-plugin-details-pricing-card-text {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 1.4;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-title,
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-strike-price,
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-price,
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-text {
	color: #fff;
}
.ewd-2026-plugin-details-pricing-card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 100%;
	background: var(--review-slider-dot-background);
	color: #212427;
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	transition: background .35s, color .35s;
}
.ewd-2026-plugin-details-pricing-card-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-button {
	background: #fff;
	border: 1px solid #fff;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-button:hover {
	background: var(--button-color-hover);
}
.ewd-2026-plugin-details-pricing-card-hr {
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 16px 0;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-hr {
	background: #fff;
}
.ewd-2026-plugin-details-pricing-card-features {
	display: flex;
	width: 100%;
}
.ewd-2026-plugin-details-pricing-card-features ul {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ewd-2026-plugin-details-pricing-card-features li {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 15px;
	color: #212427;
	line-height: 1.25;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-features li {
	color: #fff;
}
.ewd-2026-plugin-details-pricing-card-features li::before {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: var(--primary-color);
	border-radius: 1000px;
	content: "✔";
	color: #fff;
	font-size: 10px;
}
.ewd-2026-plugin-details-pricing-card-ultimate .ewd-2026-plugin-details-pricing-card-features li::before {
	background: #fff;
	color: var(--primary-color)
}

.ewd-2026-plugin-details-trial-and-guarantee {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 60px 50px;
	background: var(--secondary-color);
	border-radius: 16px;
}
.ewd-2026-plugin-details-guarantee-star {
	width: 140px;
	height: auto;
	margin-bottom: 16px;
}
.ewd-2026-plugin-details-trial-title {
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 16px;
	text-align: center;
}
.ewd-2026-plugin-details-trial-text {
	max-width: 840px;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 24px;
	text-align: center;
}
.ewd-2026-plugin-details-trial-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: auto;
	background: #fff;
	color: #212427;
	font-size: 19px;
	margin: 0;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-plugin-details-trial-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.ewd-2026-plugin-details-pricing-cards-ultimate .ewd-2026-plugin-details-pricing-card {
		width: calc(50% - 12px);
	}
}

@media screen and (max-width: 768px) {
	.ewd-2026-plugin-details-header-buttons-ultimate {
		flex-direction: column;
	}
	.ewd-2026-plugin-details-header-buttons-ultimate .ewd-2026-plugin-details-header-purchase-button,
	.ewd-2026-plugin-details-header-buttons-ultimate .ewd-2026-plugin-details-header-purchase-ultimate-button {
		margin: 0 auto 24px 0;
	}
	.ewd-2026-plugin-details-header-buttons-ultimate .ewd-2026-plugin-details-header-demo-button {
		margin: 0 auto 0 0;
	}
	.ewd-2026-plugin-details-features-cards {
		flex-direction: column;
		flex-wrap: initial;
		column-gap: 0;
	}
	.ewd-2026-plugin-details-features-card {
		width: 100%;
	}
	.ewd-2026-plugin-details-pricing-cards {
		flex-direction: column;
		flex-wrap: initial;
		column-gap: 0;
	}
	.ewd-2026-plugin-details-pricing-card,
	.ewd-2026-plugin-details-pricing-cards-ultimate .ewd-2026-plugin-details-pricing-card {
		width: 100%;
	}
	.ewd-2026-plugin-details-header-brief {
		font-size: 40px;
	}
}


/****************************/
/*** LICENSE PAYMENT PAGE ***/
/****************************/

.ewd-2026-license {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-license-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 240px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-license-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	height: 240px;
}
.ewd-2026-license-header-title {
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}
.ewd-2026-license-header-text {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.ewd-2026-license-body {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}
.ewd-2026-license-body-title {
	font-size: 36px;
	color: #212427;
	text-align: center;
	margin-bottom: 8px;
}
.ewd-2026-license-body-text {
	font-size: 16px;
	color: #7a7a7a;
	text-align: center;
	margin-bottom: 40px;
}

.ewd-2026-license-cards {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap:  24px;
}
.ewd-2026-license-card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fafafa;
	padding: 24px 28px;
	transition: border-color .35s, background .35s;
}
.ewd-2026-license-card:hover,
.ewd-2026-license-card-selected  {
	border-color: var(--primary-color);
	background: var(--grey-panel-back);
}
.ewd-2026-license-card-left {
	max-width: 50%;
	display: flex;
	flex-direction: column;
}
.ewd-2026-license-card-title {
	color: #4d4000;
	font-size: 20px;
	margin-bottom: 4px;
}
.ewd-2026-license-card-text {
	color: #7a7a7a;
	font-size: 15px;
}
.ewd-2026-license-card-right {
	max-width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.ewd-2026-license-card-price {
	color: #212427;
	font-size: 28px;
	margin-right: 24px;
}
.ewd-2026-license-card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 178px;
	background: #fff;
	color: var(--primary-color);
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	cursor: pointer;
	transition: background .35s, color .35s;
}
.ewd-2026-license-card-button:hover,
.ewd-2026-license-card-selected .ewd-2026-license-card-button {
	background: var(--primary-color);
	color: #fff;
}
.ewd-2026-license-card-support {
	padding: 16px 28px;
	margin-top: 16px;
}
.ewd-2026-license-card-support:hover {
	border-color: #bbb;
	background: #fafafa;
}
.ewd-2026-license-card-support-left {
	display: flex;
	align-items: center;
	max-width: 70%;
}
.ewd-2026-license-card-support-left input[type="checkbox"] {
	margin-right: 16px;
}
.ewd-2026-license-card-support-left input[type="checkbox"]:checked {
	accent-color: var(--primary-color);
}
.ewd-2026-license-card-support-title-and-text {
	display: flex;
	flex-direction: column;
}
.ewd-2026-license-card-support-title {
	color: #444;
	font-size: 15px;
	margin-bottom: 0;
}
.ewd-2026-license-card-support-text {
	color: #7a7a7a;
	font-size: 13px;
}
.ewd-2026-license-card-support-right {
	display: flex;
	flex-direction: column;
}
.ewd-2026-license-card-support-price {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: right;
}
.ewd-2026-license-card-support-price-description {
	color: #7a7a7a;
	font-size: 12px;
	text-align: right;
}

.ewd-2026-license-checkout {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fff;
	padding: 48px 48px 32px;
	margin-top: 80px;
	color: #7a7a7a;
	font-size: 16px;
}
.ewd-2026-license-checkout .license-payment-checkout {
	width: 100%;
}
.ewd-2026-license-checkout .license-payment-checkout-title {
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	font-size: 36px;
	font-weight: 600;;
	text-align: center;
	color: #212427;
	margin-bottom: 24px;
}
.ewd-2026-license-checkout .license-payment-checkout-item-title {
	color: #212427;
	font-weight: 600;
	margin-bottom: 20px;
}
.ewd-2026-license-checkout .license-payment-checkout-item-part {
	margin-bottom: 20px;

}
.ewd-2026-license-checkout .checkout-item-name {
	color: #7a7a7a;
	font-weight: normal;
}
.ewd-2026-license-checkout .checkout-item-price {
	color: #212427;
	font-weight: normal;
}
.ewd-2026-license-checkout .license-payment-checkout-total {
	margin-top: 24px;
}
.ewd-2026-license-checkout .license-payment-checkout-total .checkout-item-name, 
.ewd-2026-license-checkout .license-payment-checkout-total .checkout-item-price {
	color: #212427;
	font-weight: 600;
}
.ewd-2026-license-checkout #stripe-payment-form label {
	margin-bottom: 0;
}
.ewd-2026-license-checkout input#stripe-name,
.ewd-2026-license-checkout input#stripe-email {
	max-width: 100%;
	min-height: 45px !important;
	box-shadow: 0px 1px 1px rgba(0,0,0,.03), 0px 3px 6px rgba(0,0,0,.02);
}

.ewd-2026-license .license-payment-discount-code-toggle {
	margin: 24px 8px 0 0;
	font-size: 14px;
	color: #7a7a7a;
}
.ewd-2026-license .license-payment-discount-code-form {
	margin: 36px 8px 0 0;
	padding: 0;
}
.ewd-2026-license .license-payment-discount-code-value {
	color: #7a7a7a;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 4px 8px;
}
.ewd-2026-license .license-payment-discount-code-value::placeholder {
	color: #aaa;
	font-size: 14px;
}
.ewd-2026-license .license-payment-discount-code-submit {
	border-radius: 8px;
	background: var(--button-color);
	font-size: 14px;
	color: #fff;
	padding: 4px 16px;
	transition: background .35s, color .35s;
}
.ewd-2026-license .license-payment-discount-code-submit:hover {
	background: var(--button-color-hover);
	color: #fff;
}
.ewd-2026-license .license-payment-discount-code-result {
	margin: 0 8px 0 0;
	font-size: 14px;
	float: right;
}

@media screen and (max-width: 768px) {
	.ewd-2026-license-card-text {
		display: none;
	}
	.ewd-2026-license-card-right {
		flex-direction: column;
		justify-content: initial;
		align-items: right;
	}
	.ewd-2026-license-card-price {
		font-size: 24px;
		margin-right: 0;
	}
	.ewd-2026-license-card-button {
		height: 48px;
		width: 178px;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}	
}


/***************************************/
/*** LICENSE PURCHASE THANK YOU PAGE ***/
/***************************************/

.ewd-2026-thank-you {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-thank-you-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 64px 0;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-thank-you-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-thank-you-header-title {
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}
.ewd-2026-thank-you-header-text {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	max-width: 600px;
}

.ewd-2026-thank-you-body {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 72px 0;
}
.ewd-2026-thank-you-body-pre-title {
	font-size: 14px;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 8px;
}
.ewd-2026-thank-you-body-title {
	font-size: 36px;
	color: #212427;
	text-align: center;
	margin-bottom: 10px;
}
.ewd-2026-thank-you-body-text {
	font-size: 17px;
	color: #7a7a7a;
	text-align: center;
}

.ewd-2026-thank-you-cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 24px;
	column-gap: 24px;
	margin-top: 48px;
}
.ewd-2026-thank-you-card {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 16px);
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fafafa;
	padding: 24px;
	transition: border-color .35s, background .35s;
}
.ewd-2026-thank-you-card-selected  {
	border-color: var(--primary-color);
	background: var(--grey-panel-back);
}
.ewd-2026-thank-you-card-tag {
	background: #EEF2F9;
	color: var(--primary-color);
	font-size: 11px;
	margin: 0 auto 12px 0;
	padding: 2px 8px;
	border-radius: 6px;
}
.ewd-2026-thank-you-card-selected .ewd-2026-thank-you-card-tag {
	background: var(--primary-color);
	color: #fff;
}
.ewd-2026-thank-you-card-title {
	color: #212427;
	font-size: 22px;
	margin-bottom: 12px;
}
.ewd-2026-thank-you-card-text {
	color: #7a7a7a;
	font-size: 15px;
	margin-bottom: 12px;
}
.ewd-2026-thank-you-card-link {
	color: var(--primary-color);
	font-size: 15px;
	text-decoration: none;
}
.ewd-2026-thank-you-card-link::after {
	content: " →"
}
.ewd-2026-thank-you-card-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.ewd-2026-thank-you-support {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	column-gap: 29px;
	padding: 16px 40px;
	margin-top: 48px;
	border-radius: 12px;
	border: 1px solid var(--primary-color);
	background: url(https://www.etoilewebdesign.com/wp-content/uploads/2026/06/thank-you-support-pane-back-scaled.png) lightgray 50% / cover no-repeat;
}
.ewd-2026-thank-you-support-left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 329px);
	padding: 40px 0;
}
.ewd-2026-thank-you-support-left-title {
	color: var(--primary-color);
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 12px;
}
.ewd-2026-thank-you-support-left-text {
	max-width: 840px;
	color: #212427;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 24px;
}
.ewd-2026-thank-you-support-left-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 15px;
	margin: 0 auto 0 0;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-thank-you-support-left-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}
.ewd-2026-thank-you-support-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 300px;
}
.ewd-2026-thank-you-support-right img {
	width: 300px;
	height: auto;
}

.ewd-2026-thank-you-more-plugins-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 64px 0;
	background: var(--grey-panel-back);
}
.ewd-2026-thank-you-more-plugins-panel-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.ewd-2026-thank-you-more-plugins-panel-title {
	font-size: 36px;
	color: #212427;
	text-align: center;
	margin-bottom: 8px;
}
.ewd-2026-thank-you-more-plugins-panel-text {
	font-size: 17px;
	color: #7a7a7a;
	text-align: center;
	margin-bottom: 52px;
}
.ewd-2026-thank-you-more-plugins-panel-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 24px;
	row-gap: 36px;
}
.ewd-2026-thank-you-more-plugins-panel-card {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 16px);
}
.ewd-2026-thank-you-more-plugins-panel-card-image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 228px;
	padding: 32px 36px;
	border-radius: 12px;
	margin-bottom: 24px;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
}
.ewd-2026-thank-you-more-plugins-panel-card-image img {
	height: 164px;
	width: 164px;
}
.ewd-2026-thank-you-more-plugins-panel-card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.ewd-2026-thank-you-more-plugins-panel-card-bottom-left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 40px);
}
.ewd-2026-thank-you-more-plugins-panel-card-title {
	color: #212427;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.25;
	transition: color .35s;
	text-decoration: none;
}
.ewd-2026-thank-you-more-plugins-panel-card:hover .ewd-2026-thank-you-more-plugins-panel-card-title {
	color: var(--primary-color);
	font-weight: normal;
	text-decoration: none;
}
.ewd-2026-thank-you-more-plugins-panel-card-text {
	color: #7a7a7a;
	font-size: 17px;
	font-weight: normal;
}
.ewd-2026-thank-you-more-plugins-panel-card-bottom-right {
	width: 24px;
	height: 24px;	
}
.ewd-2026-thank-you-more-plugins-panel-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: auto;
	background: var(--button-color);
	color: #fff;
	font-size: 16px;
	margin: 40px auto 0;
	padding: 0 24px;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background .35s, color .35s;
}
.ewd-2026-thank-you-more-plugins-panel-button:hover {
	background: var(--button-color-hover);
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.ewd-2026-thank-you-cards,
	.ewd-2026-thank-you-more-plugins-panel-cards {
		flex-direction: column;
		justify-content: initial;
		flex-wrap: initial;
	}
	.ewd-2026-thank-you-card,
	.ewd-2026-thank-you-more-plugins-panel-card {
		width: 100%;
	}
	.ewd-2026-thank-you-support {
		flex-direction: column;
		justify-content: initial;
		column-gap: 0;
		padding: 40px;
	}
	.ewd-2026-thank-you-support-left {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.ewd-2026-thank-you-support-left-title,
	.ewd-2026-thank-you-support-left-text {
		text-align: center;
	}
	.ewd-2026-thank-you-support-left-button {
		margin: 0;
	}
	.ewd-2026-thank-you-support-right {
		width: 100%;
		justify-content: center;
	}
}


/**********************/
/*** SUPPORT CENTER ***/
/**********************/

.ewd-2026-support-center {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ewd-2026-support-center-header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 96px 0;
	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--gradient-secondary-color) 125.79%);
	color: #fff;
}
.ewd-2026-support-center-header-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
}
.ewd-2026-support-center-header h1.entry-title {
	color: #C8A0F0;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.ewd-2026-support-center-header-title {
	margin-top: 12px;
	font-family: 'Raleway', 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}
.ewd-2026-support-center-header-brief {
	margin-top: 16px;
	color: #E0D6F5;
	font-size: 17px;
	text-align: center;
}

.ewd-2026-support-center-body {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 72px 0;
}
.ewd-2026-support-center-body-pre-title {
	font-size: 14px;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 8px;
}
.ewd-2026-support-center-body-title {
	font-size: 36px;
	color: #212427;
	text-align: center;
	margin-bottom: 10px;
}
.ewd-2026-support-center-body-text {
	font-size: 17px;
	color: #7a7a7a;
	text-align: center;
}

.ewd-2026-support-center-choose-plugin-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 72px;
	column-gap: 24px;
	row-gap:  24px;
}
.ewd-2026-support-center-choose-plugin-card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 12px);
	border: 1px solid #bbb;
	border-radius: 12px;
	background: #fafafa;
	color: #bbb;
	padding: 24px;
	text-decoration: none;
	transition: background .35s, border-color .35s, color .35s;
}
.ewd-2026-support-center-choose-plugin-card:hover {
	background: var(--grey-panel-back);
	border-color: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}
.ewd-2026-support-center-choose-plugin-card-left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 60px);
}
.ewd-2026-support-center-choose-plugin-card-icon {
	width: 50px;
	height: auto;
	margin-bottom: 20px;
}
.ewd-2026-support-center-choose-plugin-card-title {
	color: #212427;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
}
.ewd-2026-support-center-choose-plugin-card-right {
	display: flex;
	align-items: center;
	width: 40px;
}

.ewd-2026-support-center-faqs {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 48px;
}

@media screen and (max-width: 768px) {
	.ewd-2026-support-center-choose-plugin-cards {
		flex-direction: column;
		flex-wrap: initial;
	}
	.ewd-2026-support-center-choose-plugin-card {
		width: 100%;
	}
}

/**************/
/*** FOOTER ***/
/**************/

.ewd-2026-footer-area,
.ewd-2026-footer-area * {
	box-sizing: border-box;
}
.ewd-2026-footer-area {
	display: flex;
	width: 100%;
	height: auto;
	padding: 96px 0;
	background: #fafafa;
	line-height: 1.2;
}
.ewd-2026-footer {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ewd-2026-footer-logo {
	width: 240px;
}
.ewd-2026-footer-navs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	column-gap: 60px;
	width: calc(100% - 324px);
}
.ewd-2026-footer-nav {
	display: flex;
	flex-direction: column;
	width: calc(25% - 45px);
}
.ewd-2026-footer-nav-title {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 24px;
}
.ewd-2026-footer-nav a {
	font-size: 17px;
	color: #444;
	margin-bottom: 16px;
	text-decoration: none;
	transition: color .35s, text-decoration .35s;
}
.ewd-2026-footer-nav a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.ewd-2026-footer {
		flex-direction: column;
		justify-content: initial;
	}
	.ewd-2026-footer-logo-a {
		margin: 0 auto;
	}
	.ewd-2026-footer-navs {
		width: 100%;
		justify-content: initial;
	}
	.ewd-2026-footer-nav {
		width: calc(50% - 30px);
		margin-top: 48px;
	}
	.ewd-2026-footer-nav:nth-of-type(1),
	.ewd-2026-footer-nav:nth-of-type(2) {
		margin-top: 64px;
	}
}

@media screen and (max-width: 768px) {
	.ewd-2026-footer-logo-a {
		margin: initial;
	}
	.ewd-2026-footer-navs {
		flex-direction: column;
		flex-wrap: initial;
		column-gap: 0;
	}
	.ewd-2026-footer-nav {
		width: 100%;
	}
	.ewd-2026-footer-nav:nth-of-type(2) {
		margin-top: 48px;
	}
}


.ewd-hidden {
	display: none !important;
}