/* Nova Loyalty personal area */

.elementor-section.elementor-section-boxed:has(.elementor-widget[class*="elementor-widget-nova-personal-"]) > .elementor-container {
	width: 100%;
	max-width: 1120px;
}

.elementor-section.elementor-section-boxed:has(.elementor-widget[class*="elementor-widget-nova-personal-"]) > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0;
}

.elementor-widget-nova-personal-banner > .elementor-widget-container,
.elementor-widget-nova-personal-points > .elementor-widget-container,
.elementor-widget-nova-personal-tabs > .elementor-widget-container {
	padding: 0;
	overflow: visible;
}

.nova-pa {
	--nova-pa-accent: #00697c;
	--nova-pa-accent-soft: #e8f6f8;
	--nova-pa-orange: #f48441;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
	font-family: "Rubik", Arial, sans-serif;
	color: #111;
}

.elementor-widget-nova-personal-banner .nova-pa,
.elementor-widget-nova-personal-points .nova-pa,
.elementor-widget-nova-personal-tabs .nova-pa {
	max-width: none;
	padding: 0;
}

.nova-pa--tier-nova_starter {
	--nova-pa-accent: #00697c;
}

.nova-pa--tier-nova_routine {
	--nova-pa-accent: #019594;
}

.nova-pa--tier-nova_obsessed {
	--nova-pa-accent: #f48441;
}

.nova-pa__hero {
	position: relative;
	min-height: 536px;
	margin: 0;
	background-color: #00697c;
	background-image:
		linear-gradient(90deg, rgba(0, 105, 124, 0.88) 0%, rgba(0, 105, 124, 0.45) 42%, rgba(0, 105, 124, 0.12) 70%),
		linear-gradient(120deg, #00697c, #019594);
	background-size: cover;
	background-position: 85% center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

.nova-pa__hero.has-image {
	background-blend-mode: multiply, normal;
}

.nova-pa__hero-inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	max-width: 1120px;
	min-height: 536px;
	margin: 0 auto;
	padding: 0 8px 8px;
	box-sizing: border-box;
}

.nova-pa h1.nova-pa__hero-title,
.elementor-widget-nova-personal-banner h1.nova-pa__hero-title,
.elementor-element.elementor-widget-nova-personal-banner .nova-pa__hero-title {
	margin-block-start: auto !important;
	margin-block-end: 24px !important;
	margin-inline-start: auto !important;
	margin-inline-end: 40px !important;
	max-width: 477px;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	font-family: "Rubik", Arial, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 64px !important;
	line-height: 1.2 !important;
	letter-spacing: 1px !important;
	color: #ffffff !important;
	vertical-align: middle;
	font-variant-numeric: lining-nums proportional-nums;
	text-align: end;
}

.nova-pa__progress {
	align-self: stretch;
	box-sizing: border-box;
	width: 100%;
	max-width: 1104px;
	min-height: 166px;
	margin: 0 auto;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
}

.nova-pa__progress-head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nova-pa__progress--max {
	min-height: 0;
	text-align: center;
	gap: 8px;
}

.nova-pa__progress-kicker {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #111;
}

.nova-pa__progress-tier-name {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--nova-pa-accent);
	letter-spacing: 0;
}

.nova-pa p.nova-pa__progress-current,
.nova-pa__progress-current {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #111;
}

.nova-pa__progress-tier {
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: var(--nova-pa-accent);
}

.nova-pa p.nova-pa__progress-reward,
.nova-pa__progress-reward {
	margin: 4px 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
	vertical-align: middle;
	color: #000000;
}

.nova-pa .nova-pa__progress--max .nova-pa__progress-current,
.nova-pa__progress--max .nova-pa__progress-current {
	margin: 0;
}

/* Higher specificity than `.nova-pa p.nova-pa__progress-reward` so OBSESSED styles win. */
.nova-pa .nova-pa__progress--max p.nova-pa__progress-reward,
.nova-pa .nova-pa__progress--max .nova-pa__progress-reward {
	display: block;
	margin: 0;
	padding: 0;
	gap: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #f48441;
}

.nova-pa__progress-reward-text span {
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
	vertical-align: middle;
}

.nova-pa__gift {
	display: inline-block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background-color: var(--nova-pa-accent);
	-webkit-mask: url("../images/icons/fi_66834.svg") center / contain no-repeat;
	mask: url("../images/icons/fi_66834.svg") center / contain no-repeat;
}

.nova-pa__progress-track {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nova-pa__bar {
	display: flex;
	justify-content: flex-start;
	height: 8px;
	border-radius: 0;
	background: #e8ecee;
	overflow: hidden;
}

.nova-pa__bar-fill {
	display: block;
	height: 100%;
	background: var(--nova-pa-accent);
	border-radius: 0;
	transition: width 0.35s ease;
}

.nova-pa__bar-meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	align-items: start;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #111;
}

.nova-pa__bar-spent {
	text-align: start;
}

.nova-pa__bar-goal {
	text-align: end;
	white-space: nowrap;
}

.nova-pa p.nova-pa__bar-remaining,
.nova-pa__bar-remaining {
	margin: 0;
	text-align: center;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	vertical-align: middle;
	color: var(--nova-pa-accent);
}

@media (min-width: 768px) {
	.nova-pa__progress:not(.nova-pa__progress--max) {
		display: grid;
		grid-template-columns: auto 1fr auto;
		grid-template-areas:
			"head head head"
			"bar bar bar"
			"spent remaining goal";
		align-items: center;
		column-gap: 0.75rem;
	}

	.nova-pa__progress-head {
		grid-area: head;
	}

	.nova-pa__bar-remaining {
		grid-area: remaining;
	}

	.nova-pa__progress-track {
		display: contents;
	}

	.nova-pa__bar {
		grid-area: bar;
	}

	.nova-pa__bar-meta {
		display: contents;
	}

	.nova-pa__bar-spent {
		grid-area: spent;
	}

	.nova-pa__bar-goal {
		grid-area: goal;
	}
}

.nova-pa__bar-remaining span,
.nova-pa__bar-remaining .woocommerce-Price-amount,
.nova-pa__bar-remaining .amount {
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: var(--nova-pa-accent);
}

.nova-pa__summary {
	box-sizing: border-box;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	background: transparent;
}

.nova-pa__summary-box {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	background: #f4fcff;
}

.nova-pa h2.nova-pa__summary-title,
.elementor-widget-nova-personal-points h2.nova-pa__summary-title,
.elementor-element.elementor-widget-nova-personal-points .nova-pa__summary-title {
	margin: 0 !important;
	font-family: "Rubik", Arial, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 32px !important;
	line-height: 40px !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	color: #000000 !important;
}

.nova-pa__summary-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	background: #ffffff;
	border: 1px solid #b7d3da;
}

.nova-pa__card {
	box-sizing: border-box;
	min-width: 0;
	min-height: 165px;
	margin: 0;
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	background: #ffffff;
	border: 0;
	border-radius: 0;
	text-align: right;
}

.nova-pa__card--points {
	border-inline-end: 1px solid #b7d3da;
}

.nova-pa p.nova-pa__card-label,
.nova-pa__card-label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20.8px;
	letter-spacing: 0;
	text-align: right;
	color: #000000;
}

.nova-pa__card-icon {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.nova-pa__card-balance {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
}

.nova-pa p.nova-pa__card-points,
.nova-pa__card-points {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0;
	text-align: right;
	color: #00697c;
}

.nova-pa__card-divider {
	display: block;
	flex-shrink: 0;
	width: 0;
	height: 38px;
	border: 0;
	border-inline-start: 1px solid #00697c;
}

.nova-pa p.nova-pa__card-worth,
.nova-pa__card-worth {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	color: #00697c;
}

.nova-pa__card-worth .woocommerce-Price-amount,
.nova-pa__card-worth .amount {
	font: inherit;
	color: inherit;
}

.nova-pa p.nova-pa__card-total,
.nova-pa__card-total {
	margin: 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: right;
	color: #757575;
}

.nova-pa p.nova-pa__card-tier,
.nova-pa__card-tier {
	margin: 0;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0;
	text-align: right;
	color: #00697c;
}

.nova-pa__tabs {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	gap: 0;
	background: transparent;
}

.nova-pa__tablist {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	gap: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}

.nova-pa__tablist .nova-pa__tab,
button.nova-pa__tab {
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	flex: 0 0 200px;
	width: 200px;
	height: 53px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	background: transparent;
	background-color: transparent;
	padding: 16px;
	margin: 0 0 -1px;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 20.8px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #757575;
	cursor: pointer;
}

.nova-pa__tablist .nova-pa__tab.is-active,
button.nova-pa__tab.is-active {
	color: #f48441;
	background: transparent;
	background-color: transparent;
	border-bottom-color: #f48441;
}

.nova-pa__tablist .nova-pa__tab:hover,
.nova-pa__tablist .nova-pa__tab:focus,
.nova-pa__tablist .nova-pa__tab:focus-visible,
.nova-pa__tablist .nova-pa__tab:active,
button.nova-pa__tab:hover,
button.nova-pa__tab:focus,
button.nova-pa__tab:focus-visible,
button.nova-pa__tab:active {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	border-bottom-color: transparent !important;
	box-shadow: none !important;
	color: #757575 !important;
	outline: none;
}

.nova-pa__tablist .nova-pa__tab.is-active:hover,
.nova-pa__tablist .nova-pa__tab.is-active:focus,
.nova-pa__tablist .nova-pa__tab.is-active:focus-visible,
button.nova-pa__tab.is-active:hover,
button.nova-pa__tab.is-active:focus,
button.nova-pa__tab.is-active:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	border-bottom-color: #f48441 !important;
	color: #f48441 !important;
	box-shadow: none !important;
}

.nova-pa__panels {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 40px;
	background: #f5f3eb;
	overflow-x: auto;
}

.nova-pa__panel {
	min-width: 0;
	max-width: 100%;
}

.nova-pa__panel[hidden] {
	display: none !important;
}

.nova-pa__earn-grid {
	display: grid;
	grid-template-columns: repeat(3, 260px);
	justify-content: center;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	gap: 0;
	background: transparent;
}

.nova-pa__earn-card {
	box-sizing: border-box;
	width: 260px;
	max-width: 100%;
	min-height: 303px;
	margin: 0;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	text-align: center;
	outline: 1px solid transparent;
	outline-offset: -1px;
	transition: background-color 180ms ease, border-color 180ms ease, outline-color 180ms ease;
}

.nova-pa__earn-card:hover,
.nova-pa__earn-card:focus-within {
	z-index: 1;
	margin: 0;
	border-color: #f48441;
	outline-color: #f48441;
	background: #fff9f5;
}

.nova-pa__earn-card--wide {
	width: 520px;
	grid-column: span 2;
}

.nova-pa__earn-icon {
	display: grid;
	width: 64px;
	height: 64px;
	min-height: 64px;
	place-items: center;
	color: #f48441;
	line-height: 1;
	overflow: hidden;
}

.nova-pa__earn-icon svg,
.nova-pa__earn-icon img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.nova-pa p.nova-pa__earn-title,
.elementor-widget-nova-personal-tabs h3.nova-pa__earn-title,
.nova-pa__earn-title {
	margin: 12px 0 0;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.nova-pa p.nova-pa__earn-desc,
.nova-pa__earn-desc {
	margin: 0;
	max-width: 100%;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.nova-pa p.nova-pa__earn-value,
.nova-pa__earn-value {
	margin: auto 0 0;
}

.nova-pa__earn-value span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 8px;
	border: 1px solid #f4844166;
	border-radius: 25px;
	background: #f484411a;
	color: #f48441;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20.8px;
}

.nova-pa__referral {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 520px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #ececec;
	border-radius: 4px;
	background: #ffffff;
}

.nova-pa input.nova-pa__referral-input,
.nova-pa__referral-input {
	flex: 1;
	min-width: 0;
	border: 0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 10px 12px;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background: transparent !important;
	color: #333333;
}

.nova-pa__referral-copy {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 6px;
	appearance: none;
	border: 0;
	background: transparent;
	padding: 10px 12px;
	cursor: pointer;
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
	vertical-align: middle;
	font-variant-numeric: lining-nums proportional-nums;
	color: #404040;
}

.nova-pa__referral-copy-icon {
	display: inline-flex;
}

.nova-pa__referral-copy:hover,
.nova-pa__referral-copy:focus,
.nova-pa__referral-copy:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: #404040 !important;
}

.nova-pa__referral-copy[data-copied="1"] {
	color: #f48441 !important;
}

.nova-pa__history {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}

.nova-pa__history-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nova-pa .shop_table.nova-pa__history-table,
.nova-pa__history-table {
	width: 100%;
	min-width: 560px;
	max-width: none;
	margin: 0;
	border: 0;
	background: #ffffff;
	table-layout: auto;
}

.nova-pa__history-table th,
.nova-pa__history-table td {
	word-break: normal;
	overflow-wrap: break-word;
	white-space: normal;
	vertical-align: middle;
}

.nova-pa__history-table .ywpar_points_rewards-points {
	width: 1%;
	min-width: 110px;
	white-space: nowrap;
	text-align: center;
}

.nova-pa__history-table .ywpar_plus {
	color: #1f8f4e;
	font-weight: 700;
	display: block;
	font-size: 1.15em;
}

.nova-pa__history-table .ywpar_minus {
	color: #c0392b;
	font-weight: 700;
	display: block;
	font-size: 1.15em;
}

.nova-pa__history-balance {
	display: block;
	color: #949494;
	font-size: 0.85em;
	font-weight: 400;
}

.nova-pa__history-table tr.ywpar-item.is-collapsed {
	display: none;
}

.nova-pa__history-more {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 16px 12px;
	border-top: 1px solid #e5e5e5;
	background: #ffffff;
	box-sizing: border-box;
}

.nova-pa__history-more[hidden] {
	display: none;
}

.nova-pa button.nova-pa__history-load-more,
.nova-pa__history-load-more {
	appearance: none;
	border: 1px solid var(--nova-pa-accent);
	border-radius: 0;
	background: transparent;
	color: var(--nova-pa-accent);
	cursor: pointer;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 10px 28px;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.nova-pa button.nova-pa__history-load-more:hover,
.nova-pa button.nova-pa__history-load-more:focus,
.nova-pa button.nova-pa__history-load-more:focus-visible,
.nova-pa__history-load-more:hover,
.nova-pa__history-load-more:focus,
.nova-pa__history-load-more:focus-visible {
	background: var(--nova-pa-accent);
	color: #ffffff;
	outline: none;
}

@media (max-width: 767px) {
	.nova-pa__hero,
	.nova-pa__hero-inner {
		min-height: 412px;
	}

	.nova-pa__hero.has-image {
		background-blend-mode: normal;
		background-color: transparent;
	}

	.nova-pa__hero-inner {
		padding: 24px;
	}

	.nova-pa h1.nova-pa__hero-title,
	.elementor-widget-nova-personal-banner h1.nova-pa__hero-title,
	.elementor-element.elementor-widget-nova-personal-banner .nova-pa__hero-title {
		margin-inline-start: 0 !important;
		margin-inline-end: 0 !important;
		max-width: none;
		width: 100%;
		font-size: 32px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		letter-spacing: 1px !important;
		text-align: right !important;
		font-variant-numeric: lining-nums proportional-nums;
	}

	.nova-pa__progress {
		align-self: center;
		min-height: 0;
		width: 100%;
		max-width: 342px;
		padding: 16px;
		gap: 16px;
	}

	.nova-pa__progress-head {
		width: 100%;
	}

	.nova-pa p.nova-pa__progress-current,
	.nova-pa__progress-current,
	.nova-pa__progress-tier {
		text-align: right;
	}

	.nova-pa .nova-pa__progress--max .nova-pa__progress-current,
	.nova-pa .nova-pa__progress--max p.nova-pa__progress-reward,
	.nova-pa .nova-pa__progress--max .nova-pa__progress-reward {
		text-align: center;
	}

	.nova-pa p.nova-pa__progress-reward,
	.nova-pa__progress-reward {
		width: 100%;
	}

	.nova-pa p.nova-pa__bar-remaining,
	.nova-pa__bar-remaining {
		width: 100%;
	}

	.nova-pa__summary {
		padding: 0;
		gap: 24px;
	}

	.nova-pa__summary-box {
		margin-inline: 24px;
		width: auto;
		padding: 16px;
	}

	.nova-pa h2.nova-pa__summary-title,
	.elementor-widget-nova-personal-points h2.nova-pa__summary-title,
	.elementor-element.elementor-widget-nova-personal-points .nova-pa__summary-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.nova-pa__summary-cards {
		grid-template-columns: 1fr;
	}

	.nova-pa__card {
		min-height: 0;
		padding: 24px 32px;
	}

	.nova-pa__card--points {
		border-inline-end: 0;
		border-block-end: 1px solid #b7d3da;
	}

	.nova-pa p.nova-pa__card-points,
	.nova-pa__card-points,
	.nova-pa p.nova-pa__card-tier,
	.nova-pa__card-tier {
		font-size: 24px;
		line-height: 26px;
	}

	.nova-pa__card-divider {
		height: 26px;
	}

	.nova-pa p.nova-pa__card-worth,
	.nova-pa__card-worth {
		font-size: 18px;
		line-height: 1.2;
	}

	.nova-pa p.nova-pa__card-total,
	.nova-pa__card-total {
		font-size: 16px;
		line-height: 26px;
	}

	.nova-pa__bar-meta {
		grid-template-columns: 1fr 1fr;
		text-align: start;
	}

	.elementor-widget-nova-personal-tabs .nova-pa__tabs {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		padding: 0;
		gap: 0;
	}

	.elementor-widget-nova-personal-tabs .nova-pa__panels {
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		padding: 24px;
		overflow: visible;
	}

	.nova-pa__tablist {
		box-sizing: border-box;
		width: calc(100% - 48px);
		max-width: calc(100% - 48px);
		margin-inline: 24px;
	}

	.nova-pa__tablist .nova-pa__tab,
	button.nova-pa__tab {
		flex: 1 1 50%;
		width: 50%;
		height: auto;
		min-height: 53px;
		padding: 16px 14px;
		font-size: 18px;
		line-height: 20.8px;
	}

	.nova-pa__earn-grid {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nova-pa__earn-card,
	.nova-pa__earn-card--wide {
		width: auto;
	}

	.nova-pa__earn-card {
		min-height: 0;
		padding: 24px;
		gap: 8px;
	}

	.nova-pa__earn-card:hover,
	.nova-pa__earn-card:focus-within {
		margin: 0;
	}

	.nova-pa__earn-card--wide,
	.nova-pa__earn-card--full {
		grid-column: 1 / -1;
	}

	.nova-pa__earn-icon,
	.nova-pa__earn-icon svg,
	.nova-pa__earn-icon img {
		width: 48px;
		height: 48px;
		min-height: 48px;
	}

	.nova-pa p.nova-pa__earn-title,
	.elementor-widget-nova-personal-tabs h3.nova-pa__earn-title,
	.nova-pa__earn-title {
		margin-block-start: 8px;
		font-size: 16px;
		line-height: 26px;
	}

	.nova-pa p.nova-pa__earn-desc,
	.nova-pa__earn-desc {
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}
}
