:root {
	--utc-member-blue: #087fc1;
	--utc-member-navy: #082c4c;
	--utc-member-ink: #18344d;
	--utc-member-muted: #647b8f;
	--utc-member-line: #d9e5ed;
	--utc-member-mint: #58e5c2;
}

header.nav_header #mainmenu ul > li.utc-public-auth-menu-item > a,
.nav_header #mainmenu .utc-public-auth-menu-item > a {
	color: var(--utc-member-blue) !important;
}

header.nav_header #mainmenu ul > li.utc-public-auth-menu-item > a:hover,
header.nav_header #mainmenu ul > li.utc-public-auth-menu-item.current-menu-item > a {
	color: #056a9f !important;
}

header.nav_header #mainmenu ul > li.utc-member-account-menu {
	margin-left: auto !important;
	position: relative;
}

header.nav_header #mainmenu ul > li.utc-member-cart-menu {
	align-self: center;
	margin-left: 8px !important;
}

header.nav_header #mainmenu ul > li.utc-member-cart-menu > a {
	align-items: center;
	color: var(--utc-member-blue) !important;
	display: flex !important;
	justify-content: center;
	margin-left: 0 !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.utc-member-cart-identity {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.utc-member-cart-identity svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 23px;
}

.utc-member-cart-count {
	align-items: center;
	background: var(--utc-member-blue);
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 9px;
	font-weight: 850;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	padding: 0 4px;
	position: absolute;
	right: -11px;
	top: -10px;
}

header.nav_header #mainmenu ul > li.utc-member-account-menu > a {
	color: var(--utc-member-blue) !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.utc-member-nav-identity {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.utc-member-nav-identity img {
	width: 30px !important;
	height: 30px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #c7d9e5;
	object-fit: cover;
}

header.nav_header #mainmenu ul > li.utc-member-account-menu > ul {
	left: auto !important;
	right: 0 !important;
	min-width: 230px;
	padding: 8px 0 !important;
	border-top: 3px solid var(--utc-member-blue);
}

header.nav_header #mainmenu ul > li.utc-member-account-menu > ul > li > a {
	padding: 11px 18px !important;
	white-space: nowrap;
}

header.nav_header #mainmenu ul > li.utc-member-account-menu > ul > li.utc-member-logout-link {
	border-top: 1px solid var(--utc-member-line);
	margin-top: 5px;
	padding-top: 5px;
}

.utc-membership-account-panel {
	color: var(--utc-member-ink);
	max-width: 100%;
}

.utc-membership-account-heading {
	margin-bottom: 26px;
}

.utc-membership-account-heading h2 {
	color: var(--utc-member-navy);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.1;
	margin: 6px 0 10px;
}

.utc-membership-account-heading > p:last-child {
	color: var(--utc-member-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.utc-membership-eyebrow,
.utc-membership-plan-kicker {
	color: var(--utc-member-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0;
}

.utc-membership-current {
	background: #f2f9fc;
	border: 1px solid #d2e5ef;
	border-left: 4px solid var(--utc-member-blue);
	border-radius: 12px;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 26px;
	padding: 18px 20px;
}

.utc-membership-current > div {
	min-width: 0;
}

.utc-membership-current-label {
	color: var(--utc-member-muted);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.utc-membership-current strong {
	color: var(--utc-member-navy);
	display: block;
	font-size: 14px;
	overflow-wrap: anywhere;
}

.utc-membership-current strong.is-active {
	color: #13865b;
}

.utc-membership-plan-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.utc-membership-plan-card {
	background: #fff;
	border: 1px solid var(--utc-member-line);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 24px;
}

.utc-membership-plan-card.is-current {
	border-color: var(--utc-member-blue);
	box-shadow: 0 10px 30px rgba(8, 127, 193, .12);
}

.utc-membership-plan-card h3 {
	color: var(--utc-member-navy);
	font-size: 26px;
	margin: 10px 0 0;
}

.utc-membership-plan-card > p:not(.utc-membership-plan-kicker):not(.utc-membership-price) {
	color: var(--utc-member-muted);
	line-height: 1.6;
}

.utc-membership-price {
	color: var(--utc-member-navy);
	font-size: 23px;
	font-weight: 800;
	margin: 14px 0 4px;
}

.utc-membership-price small {
	color: var(--utc-member-muted);
	font-size: 13px;
	font-weight: 600;
}

.utc-membership-checkout-link {
	align-items: center;
	background: var(--utc-member-blue);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	margin-top: auto;
	min-height: 44px;
	padding: 10px 16px;
	text-align: center;
}

.utc-membership-checkout-link:hover {
	background: #056a9f;
	color: #fff !important;
}

.utc-membership-current-chip,
.utc-membership-plan-note {
	color: var(--utc-member-blue);
	font-size: 13px;
	font-weight: 800;
	margin-top: auto;
}

.utc-membership-account-note,
.utc-membership-empty-state,
.utc-membership-woo-summary {
	background: #f7fafc;
	border: 1px solid var(--utc-member-line);
	border-radius: 12px;
	color: var(--utc-member-muted);
	line-height: 1.6;
	margin-top: 24px;
	padding: 18px 20px;
}

.utc-membership-orders-wrap {
	border: 1px solid var(--utc-member-line);
	border-radius: 12px;
	overflow-x: auto;
}

.utc-membership-orders {
	border-collapse: collapse;
	min-width: 900px;
	width: 100%;
}

.utc-membership-orders th {
	background: var(--utc-member-navy);
	color: #fff;
	font-size: 12px;
	letter-spacing: .05em;
	padding: 13px;
	text-align: left;
	text-transform: uppercase;
}

.utc-membership-orders td {
	border-bottom: 1px solid var(--utc-member-line);
	font-size: 14px;
	padding: 14px 13px;
	vertical-align: top;
}

.utc-membership-orders tbody tr:last-child td {
	border-bottom: 0;
}

.utc-membership-empty-state h3,
.utc-membership-woo-summary h2 {
	color: var(--utc-member-navy);
	margin-top: 0;
}

@media (max-width: 1080px) {
	.utc-membership-current {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utc-membership-plan-grid {
		grid-template-columns: 1fr;
	}

	.utc-membership-plan-card {
		min-height: 0;
	}
}

@media (max-width: 991px) {
	header.nav_header #mainmenu ul > li.utc-member-account-menu {
		margin-left: 0 !important;
	}

	header.nav_header #mainmenu ul > li.utc-member-cart-menu {
		margin-left: 0 !important;
	}

	header.nav_header #mainmenu ul > li.utc-member-account-menu > ul {
		border-top: 0;
		display: none;
		position: static !important;
		width: 100%;
	}

	header.nav_header #mainmenu ul > li.utc-member-account-menu.utc-member-menu-open > ul {
		display: block !important;
	}
}

@media (max-width: 640px) {
	.utc-membership-current {
		grid-template-columns: 1fr;
	}
}
.utc-credit-balance-card{align-items:center;background:#f8fbfd;border:1px solid #d9e5ed;border-left:4px solid #0a83bd;border-radius:12px;color:#18344d;display:flex;gap:24px;justify-content:space-between;margin:0 0 22px;padding:20px 24px}.utc-credit-balance-card span{color:#62798c;display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.utc-credit-balance-card strong{color:#12304a;display:block;font-size:clamp(26px,2.5vw,36px);line-height:1.1;margin-top:6px}.utc-credit-balance-card p{color:#667c8e;font-size:14px;line-height:1.55;margin:0;max-width:500px}.utc-credit-topup{background:#fbfdfe;border:1px solid #dce7ee;border-radius:12px;margin-bottom:22px;padding:20px}.utc-credit-topup label{color:#28475e;display:block;font-size:13px;font-weight:800;margin-bottom:9px}.utc-credit-topup>div{align-items:center;display:grid;gap:14px;grid-template-columns:minmax(150px,210px) minmax(135px,1fr) auto}.utc-credit-topup input{background:#fff;border:1px solid #c7d8e3;border-radius:7px;font-size:16px;min-height:48px;padding:8px 13px}.utc-credit-topup output{color:#0a7fb8;font-size:16px;font-weight:800}.utc-credit-topup button{background:#0787c1;border:0;border-radius:7px;color:#fff;cursor:pointer;font-weight:800;min-height:48px;padding:0 22px}.utc-credit-ledger{border:1px solid #dce7ee;border-radius:12px;overflow:hidden}.utc-credit-ledger th{background:#eef4f7!important;border-bottom:1px solid #d9e5ed;color:#29465c!important;font-size:11px!important;letter-spacing:.08em;padding:13px 16px!important}.utc-credit-ledger td{background:#fff;color:#536a7c;padding:14px 16px!important}.utc-credit-ledger .is-credit{color:#087a49;font-weight:800}.utc-credit-ledger .is-debit{color:#a63b3b;font-weight:800}@media(max-width:760px){.utc-credit-balance-card{align-items:flex-start;flex-direction:column}.utc-credit-topup>div{grid-template-columns:1fr}.utc-credit-topup button{width:100%}}
