/**
 * Customer portal — T5 shell, T7 login companion, T8 Advantage pages.
 * Page templates handoff (Aug 2026).
 */

@keyframes adv-rise-in {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

body.customer-area-active,
body.customer-area-active .fl-page,
body.customer-area-active .cuar-css-wrapper {
	font-family: var(--font-brand);
	color: var(--text-body);
	background: var(--white);
}

body.customer-area-active .fl-page .cuar-css-wrapper.cuar-content-container .cuar-menu-container,
body.customer-area-active .fl-page .fl-post-header,
body.customer-area-active .menu-wrapper,
body.customer-area-active .fl-page .fl-post-title,
body.customer-area-active .fl-page .post-edit-link,
body.customer-area-active .cuar-page-header,
body.customer-area-active .cuar-collection-title,
/* Portal Template Themer title — theme screens supply their own H1. */
body.customer-area-active .fl-node-fyvik0p5smjo {
	display: none !important;
}

body.customer-area-active .fl-page .container,
body.customer-area-active .container-customer,
body.customer-area-active .fl-content-full.container {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

body.customer-area-active .fl-page .container .row,
body.customer-area-active .fl-page .container .row .fl-content {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

/* T5 secondary nav — 165px side padding at desktop */
.adv-portal-nav {
	background: var(--forest-900);
	color: var(--white);
}

.adv-portal-nav__inner {
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

@media screen and (min-width: 1440px) {
	.adv-portal-nav__inner {
		padding: 0 165px;
	}
}

.adv-portal-nav__tabs {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.adv-portal-nav__tab {
	display: flex;
	align-items: center;
	padding: 20px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white);
	white-space: nowrap;
	transition: color 180ms ease;
}

.adv-portal-nav__tab:hover {
	color: var(--green-500);
}

.adv-portal-nav__tab.is-active {
	box-shadow: inset 0 -4px 0 0 var(--green-500);
}

.adv-portal-nav__identity {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 0;
}

.adv-portal-nav__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--green-500);
	color: var(--forest-900);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	flex: 0 0 auto;
}

.adv-portal-nav__who {
	font-size: 14px;
	line-height: 18px;
	color: var(--white);
}

.adv-portal-nav__meta {
	color: rgba(255, 255, 255, 0.7);
}

.adv-portal-nav__signout {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--green-500);
	text-decoration: none;
	border-bottom: 1px solid var(--green-500);
}

.adv-portal-nav__signout:hover {
	color: var(--white);
	border-bottom-color: var(--white);
}

/* Main shell — padding: 60px 165px 90px at desktop.
 * Only `.adv-portal-main` owns the shell inset. CUAR wrappers must stay
 * full-bleed or landing pages nest the same padding three deep. */
.adv-portal-main {
	max-width: 1590px;
	margin: 0 auto;
	padding: 60px 30px 90px;
	box-sizing: border-box;
}

body.customer-area-active .cuar-page-content,
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media screen and (min-width: 1440px) {
	.adv-portal-main {
		padding: 60px 165px 90px;
	}
}

.adv-portal-screen {
	display: flex;
	flex-direction: column;
	gap: 45px;
	animation: adv-rise-in 700ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
	.adv-portal-screen {
		animation: none;
	}
}

.adv-portal-screen__header--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.adv-portal-screen__eyebrow {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-portal-screen__title {
	margin: 0;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	color: var(--green-600);
}

.adv-portal-screen__h2 {
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: var(--green-600);
}

.adv-portal-crumbs {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-portal-crumbs a {
	color: var(--forest-900);
	text-decoration: none;
}

.adv-portal-crumbs a:hover {
	color: var(--green-600);
}

.adv-portal-crumbs__sep {
	color: var(--green-500);
	margin: 0 8px;
}

.adv-portal-lead,
.adv-portal-footnote {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: var(--text-muted);
	max-width: 62ch;
}

.adv-portal-lead {
	font-size: 16px;
	line-height: 22px;
	color: var(--forest-900);
}

/* Buttons */
.adv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.adv-btn--sm {
	height: 40px;
	padding: 0 20px;
}

.adv-btn--block {
	width: 100%;
}

.adv-btn--primary {
	background: var(--forest-900);
	color: var(--white);
}

.adv-btn--primary:hover {
	background: var(--action-primary-hover);
	color: var(--white);
}

.adv-btn--secondary {
	border: 1px solid var(--green-500);
	background: var(--white);
	color: var(--green-500);
}

.adv-btn--secondary:hover {
	background: var(--green-500);
	color: var(--white);
}

/* T5 count cards */
.adv-t5-counts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.adv-t5-count {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid var(--border-grey);
	border-radius: 10px;
	padding: 30px;
	text-decoration: none;
	color: inherit;
	transition: border-color 180ms ease;
}

.adv-t5-count:hover {
	border-color: var(--green-500);
}

.adv-t5-count__label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-t5-count__value {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: var(--green-600);
}

.adv-t5-count__note {
	font-size: 16px;
	line-height: 22px;
	color: var(--forest-900);
}

/* T8a product table */
.adv-t8a-table {
	display: flex;
	flex-direction: column;
}

.adv-t8a-table__head,
.adv-t8a-row,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix.adv-t8a-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 36px 0;
	border-bottom: 1px solid var(--border-grey);
	text-decoration: none;
	color: inherit;
	transition: background-color 180ms ease;
	box-sizing: border-box;
}

.adv-t8a-table__head {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--forest-900);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-t8a-table__head span:last-child,
.adv-t8a-row > .adv-btn {
	justify-self: end;
}

.adv-t8a-row:hover {
	background: var(--surface-grey);
}

.adv-t8a-row__product {
	min-width: 0;
}

.adv-t8a-row__name {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: var(--forest-900);
}

.adv-t8a-row__code {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	color: var(--text-muted);
}

.adv-t8a-row > .adv-btn {
	white-space: nowrap;
	pointer-events: none;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list {
	display: block;
	padding: 0;
	max-width: none;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix,
body.customer-area-active.customer-area-grid-lg .fl-page .cuar-css-wrapper .collection-item {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix.adv-t8a-row {
	padding: 36px 0 !important;
}

/* T8b product detail */
.adv-t8b {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	align-items: start;
}

@media screen and (min-width: 1024px) {
	.adv-t8b {
		grid-template-columns: 1fr 390px;
	}
}

.adv-t8b__main {
	display: flex;
	flex-direction: column;
	gap: 45px;
	min-width: 0;
}

.adv-t8b__title {
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	color: var(--green-600);
}

.adv-t8b__intro {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: var(--forest-900);
	max-width: 62ch;
}

.adv-t8b__rail {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.adv-t8b__panel {
	border-radius: 10px;
	padding: 45px;
}

.adv-t8b__panel--quote {
	background: var(--surface-grey);
	padding: 45px;
}

.adv-t8b__panel--contact {
	border: 1px solid var(--border-grey);
	padding: 30px;
	background: var(--white);
}

.adv-t8b__panel-label {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-t8b__panel-body {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 22px;
	color: var(--forest-900);
}

.adv-t8b__panel--calendar {
	padding: 0;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--border-grey);
}

.adv-cal {
	display: flex;
	flex-direction: column;
}

.adv-cal__eyebrow {
	margin: 0;
	padding: 18px 28px 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green-600);
}

.adv-cal__month {
	margin: 0;
	padding: 6px 28px 18px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: var(--forest-900);
	border-bottom: 1px solid var(--border-grey);
}

.adv-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	padding: 18px 22px 8px;
}

.adv-cal__dow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--text-muted);
}

.adv-cal__day {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	max-height: 36px;
	margin: 0 auto;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	color: var(--forest-900);
}

.adv-cal__day--empty {
	visibility: hidden;
}

.adv-cal__day.is-active {
	background: var(--green-500);
	color: var(--white);
	font-weight: 700;
}

.adv-cal__footnote {
	margin: 0;
	padding: 10px 28px 22px;
	font-size: 13px;
	line-height: 18px;
	color: var(--text-muted);
}

.adv-t8b__contact-name {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: var(--forest-900);
}

.adv-t8b__contact-role {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 22px;
	color: var(--text-muted);
}

.adv-t8b__contact-link {
	font-size: 16px;
	font-weight: 700;
	color: var(--green-600);
	text-decoration: none;
}

.adv-t8b__contact-link:hover {
	color: var(--forest-900);
}

/* Price chart card */
.adv-price__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.adv-price__toolbar--compact {
	justify-content: space-between;
}

.adv-price__toolbar-end {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-left: auto;
}

.adv-price__period {
	display: inline-flex;
	border: 1px solid var(--border-grey);
	border-radius: 999px;
	overflow: hidden;
}

.adv-price__period-btn {
	appearance: none;
	border: 0;
	background: transparent;
	height: 40px;
	padding: 0 20px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.adv-price__period-btn.is-selected {
	background: var(--green-500);
	color: var(--white);
}

.adv-price__card {
	border: 1px solid var(--border-grey);
	border-radius: 10px;
	padding: 45px;
	background: var(--white);
}

.adv-price__card-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.adv-price__caption {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-price__value {
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: var(--green-600);
}

.adv-price__deltas {
	display: flex;
	gap: 45px;
	flex-wrap: wrap;
}

.adv-price__delta-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-muted);
	margin-bottom: 5px;
}

.adv-price__delta-value {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: var(--forest-900);
}

.adv-price__delta-value.is-up {
	color: var(--green-600);
}

.adv-price__delta-value.is-down {
	color: var(--forest-900);
}

.adv-price__chart-wrap {
	position: relative;
	width: 100%;
}

.adv-price__svg {
	display: block;
	width: 100%;
	height: 320px;
}

.adv-price__tooltip {
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%);
	background: var(--forest-900);
	color: var(--white);
	border-radius: 10px;
	padding: 10px 15px;
	pointer-events: none;
	white-space: nowrap;
	z-index: 2;
}

.adv-price__tooltip-date {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--green-500);
}

.adv-price__tooltip-value {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.adv-price__xlabels {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0 70px;
	border-top: 1px solid var(--border-grey);
	margin-top: 8px;
	font-size: 13px;
	color: var(--text-muted);
}

.adv-price__footnote {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: var(--text-muted);
	max-width: 62ch;
}

.adv-price + .adv-price {
	margin-top: 45px;
}

.adv-price__toolbar-start {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	flex: 1 1 240px;
}

.adv-price__mode-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--surface-grey, #f4f5f5);
	color: var(--forest-900);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.adv-price__desc {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: var(--text-muted);
	max-width: 54ch;
}

.adv-price__offer-meta {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-price__breakdown {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var(--text-muted);
	max-width: 42ch;
}

.adv-price__range {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.adv-price__select {
	appearance: none;
	min-width: 140px;
	height: 40px;
	padding: 0 36px 0 14px;
	border: 1px solid var(--border-grey);
	border-radius: 999px;
	background: var(--white)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231C3C34' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
		no-repeat right 14px center;
	font-family: inherit;
	font-size: 14px;
	color: var(--forest-900);
}

.adv-price__tooltip-parts {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.adv-price__stack-key {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 0 24px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--forest-900);
}

.adv-price__stack-key-item::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border-radius: 2px;
	vertical-align: -1px;
}

.adv-price__stack-key-item--base::before {
	background: #1c3c34;
}

.adv-price__stack-key-item--float::before {
	background: #00aa13;
}

.adv-price__stack-key-item--sense::before {
	background: #7bc67e;
}

/* SENSE brand teal stack (matches legacy portal chart) */
.adv-price--has-sense .adv-price__stack-key-item--base::before {
	background: #88adab;
}

.adv-price--has-sense .adv-price__stack-key-item--float::before {
	background: #2c6f6b;
}

.adv-price--has-sense .adv-price__stack-key-item--sense::before {
	background: #004d47;
}

/* Offer stacked / simple bars — primary chart */
.adv-price__bars {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	min-height: 360px;
	height: 360px;
	padding: 8px 4px 0;
	border-top: 1px solid var(--border-grey);
}

.adv-price__bars.is-dense {
	gap: 6px;
}

.adv-price__bar {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 0;
	min-width: 0;
	max-width: 120px;
	height: 100%;
	gap: 8px;
	cursor: default;
}

.adv-price__bar:not(.is-latest) {
	cursor: pointer;
}

.adv-price__bar-tip {
	position: absolute;
	bottom: calc(100% - 4px);
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	min-width: 140px;
	padding: 10px 12px;
	border-radius: 8px;
	background: var(--forest-900);
	color: var(--white);
	text-align: center;
	pointer-events: none;
	white-space: nowrap;
	box-shadow: 0 4px 16px rgba(28, 60, 52, 0.2);
}

.adv-price__bar-tip-month {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--green-500);
}

.adv-price--has-sense .adv-price__bar-tip-month {
	color: #88adab;
}

.adv-price__bar-tip-gross {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.adv-price__bar-tip-parts {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.85);
	white-space: normal;
	max-width: 180px;
}

.adv-price__bar-gross {
	display: block;
	flex: 0 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--forest-900);
	white-space: nowrap;
}

.adv-price__bars.is-dense .adv-price__bar-gross {
	font-size: 10px;
	line-height: 12px;
}

.adv-price__bar-plot {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

.adv-price__bar-stack {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	width: 100%;
	max-width: 72px;
	min-height: 0;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.adv-price__bars.is-dense .adv-price__bar-stack {
	max-width: 40px;
}

.adv-price__bar-seg {
	position: relative;
	width: 100%;
	min-height: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.adv-price__bar-seg--base {
	background: #1c3c34;
	color: #fff;
}

.adv-price__bar-seg--float {
	background: #00aa13;
	color: #fff;
}

.adv-price__bar-seg--sense {
	background: #7bc67e;
	color: #1c3c34;
}

.adv-price__bar-seg--solo {
	background: #1c3c34;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

/* SENSE teal stack — latest / hovered bars use active palette */
.adv-price--has-sense .adv-price__bar.is-latest .adv-price__bar-seg--base,
.adv-price--has-sense .adv-price__bar.is-hover .adv-price__bar-seg--base {
	background: #88adab;
	color: #004d47;
}

.adv-price--has-sense .adv-price__bar.is-latest .adv-price__bar-seg--float,
.adv-price--has-sense .adv-price__bar.is-hover .adv-price__bar-seg--float {
	background: #2c6f6b;
	color: #fff;
}

.adv-price--has-sense .adv-price__bar.is-latest .adv-price__bar-seg--sense,
.adv-price--has-sense .adv-price__bar.is-hover .adv-price__bar-seg--sense {
	background: #004d47;
	color: #fff;
}

/* SENSE teal stack — resting months use soft palette */
.adv-price--has-sense .adv-price__bar:not(.is-latest):not(.is-hover) .adv-price__bar-seg--base {
	background: #e2f2ef;
	color: #2c6f6b;
}

.adv-price--has-sense .adv-price__bar:not(.is-latest):not(.is-hover) .adv-price__bar-seg--float {
	background: #c9e8e2;
	color: #2c6f6b;
}

.adv-price--has-sense .adv-price__bar:not(.is-latest):not(.is-hover) .adv-price__bar-seg--sense {
	background: #afded6;
	color: #004d47;
}

.adv-price__bar-seg-label {
	display: none;
	padding: 4px 2px;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	pointer-events: none;
}

.adv-price__bar.is-latest .adv-price__bar-seg-label,
.adv-price__bar.is-hover .adv-price__bar-seg-label {
	display: block;
}

.adv-price__bars.is-dense .adv-price__bar.is-hover .adv-price__bar-seg-label {
	display: none;
}

.adv-price__bar-label {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: var(--text-muted);
	text-align: center;
	white-space: nowrap;
}

.adv-price__bar.is-latest .adv-price__bar-stack,
.adv-price__bar.is-hover .adv-price__bar-stack {
	box-shadow: inset 0 0 0 2px var(--forest-900);
}

.adv-price--has-sense .adv-price__bar.is-latest .adv-price__bar-stack,
.adv-price--has-sense .adv-price__bar.is-hover .adv-price__bar-stack {
	box-shadow: inset 0 0 0 2px #004d47;
}

.adv-price__bar.is-latest .adv-price__bar-gross,
.adv-price__bar.is-hover .adv-price__bar-gross {
	color: var(--green-600);
}

.adv-price--has-sense .adv-price__bar.is-latest .adv-price__bar-gross,
.adv-price--has-sense .adv-price__bar.is-hover .adv-price__bar-gross {
	color: #004d47;
}

.advantage-graph-container + .adv-price,
.adv-price + .advantage-graph-container {
	margin-top: 48px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Hide legacy private-page chrome */
body.customer-area-active.single-cuar_private_page #calendar-widget,
body.customer-area-active.single-cuar_private_page .cuar-single-post-footer,
body.customer-area-active.single-cuar_private_page .cuar-owner {
	display: none !important;
}

body.customer-area-active.single-cuar_private_page .block-content.two-col {
	display: block;
}

body.customer-area-active .adv-portal-account--edit .btn-default,
body.customer-area-active .adv-portal-account--edit input[type="submit"] {
	appearance: none;
	border: 0;
	height: 48px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--forest-900);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.customer-area-active .adv-portal-account--edit .form-control,
body.customer-area-active .adv-portal-account--edit input[type="text"],
body.customer-area-active .adv-portal-account--edit input[type="email"],
body.customer-area-active .adv-portal-account--edit input[type="password"] {
	border: 0;
	border-bottom: 1px solid var(--border-grey);
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

body.customer-area-active a:focus-visible,
body.customer-area-active button:focus-visible,
body.customer-area-active .btn:focus-visible,
body.customer-area-active select:focus-visible,
body.customer-area-active input:focus-visible {
	outline: 2px solid var(--green-500);
	outline-offset: 2px;
}

body.customer-area-active .calculator .btn,
body.customer-area-active .calculator .btn-infra-green {
	border-radius: 999px;
	background: var(--forest-900);
	border-color: var(--forest-900);
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
}
