/* Glastbury: WooCommerce My Account */

body.glastbury-wc-account {
	--glastbury-acct-accent: #f27121;
	--glastbury-acct-black: #0a0a0a;
	--glastbury-acct-surface: #f0f0f0;
	--glastbury-acct-card: #111111;
	--glastbury-acct-card-icon-bg: #3d2918;
	--glastbury-acct-card-icon-bg-hover: #4a3224;
	--glastbury-acct-muted: #6b6b6b;
	--glastbury-acct-sidebar-bg: #f8f8f8;
	--glastbury-acct-content-bg: #ffffff;
	--glastbury-acct-border: rgba(10, 10, 10, 0.1);
	--glastbury-acct-border-input: rgba(10, 10, 10, 0.14);
	--glastbury-acct-border-card: rgba(255, 255, 255, 0.08);
	--glastbury-acct-radius: 12px;
	--glastbury-acct-radius-nav: 8px;
	--glastbury-acct-radius-sm: 8px;
	--glastbury-acct-table-radius: 18px;
	--glastbury-acct-table-border: #e0e0e0;
	--glastbury-acct-table-row-line: #eeeeee;
	--glastbury-acct-font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--glastbury-acct-notice-bg: #f0f0f0;
	--glastbury-acct-notice-text: #5a5a5a;
	--glastbury-acct-notice-info-accent: var(--glastbury-acct-accent);
	--glastbury-acct-notice-success-accent: #15803d;
	--glastbury-acct-notice-error-accent: #b91c1c;
	--glastbury-acct-btn-secondary-bg: #ebebeb;
	--glastbury-acct-btn-secondary-border: rgba(10, 10, 10, 0.12);
	--glastbury-acct-btn-secondary-hover: #e0e0e0;
	/* Status / countdown pills (#FF7514 field @ 10% + orange label) */
	--glastbury-status-pill-bg: rgba(255, 117, 20, 0.1);
	--glastbury-status-pill-text: #ff7514;
	--glastbury-status-pill-cancel-bg: #f4f4f5;
	--glastbury-status-pill-cancel-text: #71717a;
}

body.glastbury-wc-account .woocommerce {
	font-family: var(--glastbury-acct-font);
	color: var(--glastbury-acct-black);
}

body.glastbury-wc-account .entry-header,
body.glastbury-wc-account header.page-header,
body.glastbury-wc-account .page-header,
body.glastbury-wc-account .ast-archive-entry-banner,
body.glastbury-wc-account .ast-page-title-section,
body.glastbury-wc-account .nv-page-title-wrap,
body.glastbury-wc-account .page-header-image,
body.glastbury-wc-account .inside-page-header,
body.glastbury-wc-account .content-header {
	display: none !important;
}

body.glastbury-wc-account .entry-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	box-sizing: border-box;
}

body.woocommerce-account .glastbury-account,
body.glastbury-wc-account .glastbury-account {
	display: grid !important;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: stretch;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.glastbury-wc-account .e-my-account-tab {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.glastbury-account__sidebar,
.glastbury-account__main {
	min-width: 0;
}

body.glastbury-wc-account .glastbury-account__sidebar {
	background: var(--glastbury-acct-sidebar-bg);
	box-sizing: border-box;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.glastbury-account__main {
	float: none !important;
	width: auto !important;
	max-width: none;
	background: var(--glastbury-acct-content-bg);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	box-sizing: border-box;
}

body.glastbury-wc-account .glastbury-account .woocommerce-MyAccount-navigation,
body.glastbury-wc-account .glastbury-account .woocommerce-MyAccount-content,
body.glastbury-wc-account .glastbury-account .woocommerce-MyAccount-content-wrapper {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	clear: none !important;
}

@media (max-width: 900px) {
	body.woocommerce-account .glastbury-account,
	body.glastbury-wc-account .glastbury-account {
		grid-template-columns: 1fr;
	}
}

.glastbury-account-nav {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 1rem;
	box-sizing: border-box;
	box-shadow: none;
}

.glastbury-account-nav__welcome {
	margin-bottom: 1.75rem;
}

.glastbury-account-nav__welcome-label {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--glastbury-acct-muted);
	margin: 0 0 0.25rem;
}

.glastbury-account-nav__welcome-name {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.glastbury-account-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.glastbury-account-nav__item a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 0.85rem;
	border-radius: var(--glastbury-acct-radius-nav);
	text-decoration: none;
	color: var(--glastbury-acct-black);
	font-weight: 500;
	font-size: 0.95rem;
	border: 1px solid transparent;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.glastbury-account-nav__item a:hover {
	background: var(--glastbury-acct-surface);
	border-color: var(--glastbury-acct-border);
}

.glastbury-account-nav__item.is-active a,
.glastbury-account-nav__item.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
	background: var(--glastbury-acct-black);
	color: #fff;
	border-color: var(--glastbury-acct-black);
}

.glastbury-account-nav__item.is-active .glastbury-account-icon-svg,
.glastbury-account-nav__item.woocommerce-MyAccount-navigation-link--dashboard.is-active .glastbury-account-icon-svg {
	color: var(--glastbury-acct-accent);
}

.glastbury-account-nav__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--glastbury-acct-accent);
}

.glastbury-account-nav__item.is-active .glastbury-account-nav__icon {
	color: var(--glastbury-acct-accent);
}

.glastbury-account-nav__item:not(.is-active) .glastbury-account-nav__icon {
	color: var(--glastbury-acct-black);
	opacity: 0.85;
}

body.glastbury-wc-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	margin: 0;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	background: var(--glastbury-acct-content-bg);
	border: 1px solid var(--glastbury-acct-border);
	border-radius: var(--glastbury-acct-radius);
	min-width: 0;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

body.glastbury-wc-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content h2,
body.glastbury-wc-account .woocommerce-MyAccount-content h3 {
	font-family: inherit;
	font-weight: 600;
	color: var(--glastbury-acct-black);
	margin-top: 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content h2 {
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	margin-bottom: 1rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content h3 {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

/* Only direct children: nested <p> (e.g. status badges in itinerary) must not be forced to black. */
body.glastbury-wc-account .woocommerce-MyAccount-content > p {
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--glastbury-acct-black);
}

body.glastbury-wc-account .woocommerce-MyAccount-content > p a:not(.button):not(.woocommerce-button):not(.woocommerce-Button) {
	color: var(--glastbury-acct-accent);
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease;
}

body.glastbury-wc-account .woocommerce-MyAccount-content > p a:not(.button):not(.woocommerce-button):not(.woocommerce-Button):hover {
	border-bottom-color: var(--glastbury-acct-accent);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-info,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-message,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem !important;
	border: none;
	border-radius: var(--glastbury-acct-radius-sm);
	background: var(--glastbury-acct-notice-bg);
	color: var(--glastbury-acct-notice-text);
	font-size: 0.9rem;
	line-height: 1.45;
	list-style: none;
	box-shadow: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-info::before,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-message::before,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error::before {
	content: "" !important;
	display: block;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	border-radius: 2px;
	margin: 0 !important;
	position: static !important;
	float: none !important;
	top: auto !important;
	left: auto !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-info {
	border: none !important;
	border-top: 3px solid var(--glastbury-acct-notice-info-accent) !important;
	border-inline-start: none !important;
	border-inline-end: none !important;
	border-bottom: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-info::before {
	background: var(--glastbury-acct-notice-info-accent) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-message {
	border-top: 3px solid var(--glastbury-acct-notice-success-accent);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-message::before {
	background: var(--glastbury-acct-notice-success-accent);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error {
	border-top: 3px solid var(--glastbury-acct-notice-error-accent);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error::before {
	background: var(--glastbury-acct-notice-error-accent);
}

body.glastbury-wc-account .woocommerce-MyAccount-content ul.woocommerce-error {
	flex-direction: column;
	align-items: stretch;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-message .button,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-error .button {
	margin-left: auto;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .button,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: var(--glastbury-acct-black);
	color: #fff !important;
	border: 1px solid var(--glastbury-acct-black) !important;
	border-radius: var(--glastbury-acct-radius-sm) !important;
	padding: 0.55rem 1.25rem !important;
	font-family: inherit !important;
	font-weight: 600 !important;
	font-size: 0.875rem !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	box-shadow: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-button.button:hover {
	background: #222 !important;
	border-color: #222 !important;
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.button.wc-forward,
body.glastbury-wc-account .woocommerce-MyAccount-content .button.wc-forward {
	background: var(--glastbury-acct-btn-secondary-bg) !important;
	color: var(--glastbury-acct-black) !important;
	border: 1px solid var(--glastbury-acct-btn-secondary-border) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.button.wc-forward:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .button.wc-forward:hover {
	background: var(--glastbury-acct-btn-secondary-hover) !important;
	color: var(--glastbury-acct-black) !important;
	border-color: var(--glastbury-acct-btn-secondary-border) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .button.alt {
	background: transparent !important;
	color: var(--glastbury-acct-black) !important;
	border: 1px solid var(--glastbury-acct-border-input) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .button.alt:hover {
	background: var(--glastbury-acct-surface) !important;
	border-color: var(--glastbury-acct-black) !important;
	color: var(--glastbury-acct-black) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination {
	margin: 1.25rem 0 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul li {
	margin: 0;
	padding: 0;
	display: inline-flex;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul li a,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.65rem;
	border-radius: var(--glastbury-acct-radius-sm);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid var(--glastbury-acct-border);
	background: var(--glastbury-acct-content-bg);
	color: var(--glastbury-acct-black);
	transition: background 0.15s ease, border-color 0.15s ease;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul li a:hover {
	background: var(--glastbury-acct-surface);
	border-color: var(--glastbury-acct-black);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-pagination ul li span.current {
	background: var(--glastbury-acct-black);
	border-color: var(--glastbury-acct-black);
	color: #fff;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Addresses {
	margin-top: 0.5rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Address {
	background: var(--glastbury-acct-surface);
	border: 1px solid var(--glastbury-acct-border);
	border-radius: var(--glastbury-acct-radius-sm);
	padding: 1.15rem 1.25rem;
	box-sizing: border-box;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 0.65rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	margin: 0;
	font-size: 1rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	display: inline-flex;
	align-items: center;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--glastbury-acct-black);
	text-decoration: none;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid var(--glastbury-acct-border-input);
	background: var(--glastbury-acct-content-bg);
	transition: background 0.15s ease, border-color 0.15s ease;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
	background: #fff;
	border-color: var(--glastbury-acct-black);
}

body.glastbury-wc-account .woocommerce-MyAccount-content address {
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--glastbury-acct-black);
	margin: 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .shop_table.order_details tfoot th,
body.glastbury-wc-account .woocommerce-MyAccount-content .shop_table.order_details tfoot td {
	background: var(--glastbury-acct-surface);
	font-weight: 600;
	font-size: 0.9rem;
	padding: 0.85rem 1.25rem;
	border-bottom: 1px solid var(--glastbury-acct-table-row-line);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .shop_table.order_details tfoot tr:last-child th,
body.glastbury-wc-account .woocommerce-MyAccount-content .shop_table.order_details tfoot tr:last-child td {
	border-bottom: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-customer-details,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-order-details {
	margin-bottom: 1.5rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-customer-details--phone,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-customer-details--email {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
}

/* —— Account dashboard: itinerary —— */
.glastbury-itinerary {
	--glastbury-itin-surface: #121212;
	--glastbury-itin-surface-2: #1c1c1c;
	--glastbury-itin-icon-bg: #3d2410;
	--glastbury-itin-border: rgba(255, 255, 255, 0.12);
	color: var(--glastbury-acct-black);
}

.glastbury-itinerary__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.75rem;
}

.glastbury-itinerary__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: var(--glastbury-acct-black);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.glastbury-itinerary__subtitle {
	margin: 0;
	font-size: 0.95rem;
	color: var(--glastbury-acct-muted);
	font-weight: 400;
	line-height: 1.5;
	max-width: 36rem;
}

.glastbury-itinerary__browse {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.35rem;
	border-radius: 999px;
	background: var(--glastbury-acct-black);
	color: #fff !important;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	border: 1px solid var(--glastbury-acct-black);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}

.glastbury-itinerary__browse:hover,
.glastbury-itinerary__browse:focus-visible {
	background: #222;
	border-color: #222;
	color: #fff !important;
}

.glastbury-itinerary__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

@media (max-width: 720px) {
	.glastbury-itinerary__stats {
		grid-template-columns: 1fr;
	}
}

.glastbury-itinerary__stat {
	display: flex;
	min-height: 114px;
	align-items: center;
	gap: 1rem;
	background: var(--glastbury-itin-surface);
	border: 1px solid var(--glastbury-itin-border);
	border-radius: var(--glastbury-acct-radius);
	padding: 1.1rem 1.25rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.glastbury-itinerary__stat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 0.85rem;
	background: var(--glastbury-itin-icon-bg);
	color: var(--glastbury-acct-accent);
}

.glastbury-itinerary__stat-icon .glastbury-account-icon-svg {
	width: 1.6rem;
	height: 1.6rem;
	display: block;
}

.glastbury-itinerary__stat-icon-img {
	display: block;
	width: 1.75rem;
	height: auto;
	max-height: 1.85rem;
	object-fit: contain;
}

.glastbury-itinerary__stat-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.glastbury-itinerary__stat-label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
}

.glastbury-itinerary__stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.glastbury-itinerary__section {
	margin-bottom: 2rem;
}

.glastbury-itinerary__section:last-of-type {
	margin-bottom: 0;
}

.glastbury-itinerary__section-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--glastbury-acct-black);
}

.glastbury-itinerary__empty {
	margin: 0;
	font-size: 0.9375rem;
	color: var(--glastbury-acct-muted);
	line-height: 1.5;
	max-width: 36em;
}

.glastbury-itinerary__badge {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	background: var(--glastbury-status-pill-bg);
	color: var(--glastbury-status-pill-text);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	border: none;
	line-height: 1.2;
}

.glastbury-itinerary__badge--small {
	font-size: 0.6875rem;
	padding: 0.28rem 0.75rem;
	margin-bottom: 0.45rem;
	font-weight: 600;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-itinerary p.glastbury-itinerary__badge,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-itinerary p.glastbury-itinerary__badge--small {
	color: var(--glastbury-status-pill-text) !important;
}

.glastbury-itinerary__featured {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) auto;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	align-items: center;
	background: var(--glastbury-itin-surface);
	border: 1px solid var(--glastbury-itin-border);
	border-radius: var(--glastbury-acct-radius);
	padding: clamp(1rem, 2vw, 1.35rem);
	box-sizing: border-box;
}

@media (max-width: 900px) {
	.glastbury-itinerary__featured {
		grid-template-columns: 1fr;
	}
}

.glastbury-itinerary__featured-media {
	width: 170px;
	flex-shrink: 0;
	border-radius: calc(var(--glastbury-acct-radius) - 4px);
	overflow: hidden;
	background: var(--glastbury-itin-surface-2);
}

@media (max-width: 900px) {
	.glastbury-itinerary__featured-media {
		width: 100%;
		max-width: 170px;
		margin-inline: auto;
	}
}

.glastbury-itinerary__featured-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glastbury-itinerary__featured-body {
	min-width: 0;
}

.glastbury-itinerary__featured-title {
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

.glastbury-itinerary__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.45;
}

.glastbury-itinerary__meta li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.glastbury-itinerary__meta--compact {
	gap: 0.35rem;
	font-size: 0.8125rem;
}

.glastbury-itinerary__meta--featured {
	gap: 0.55rem;
}

.glastbury-itinerary__meta--featured li {
	gap: 0.65rem;
	align-items: center;
}

.glastbury-itinerary__meta-icon {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 0.1rem;
}

.glastbury-itinerary__meta-icon .glastbury-account-icon-svg {
	width: 1rem;
	height: 1rem;
	display: block;
}

.glastbury-itinerary__meta-icon--featured {
	margin-top: 0.15rem;
}

.glastbury-itinerary__meta-icon--featured .glastbury-itinerary__design-icon {
	width: 22px;
	height: 22px;
	display: block;
}

.glastbury-itinerary__meta-icon--compact .glastbury-itinerary__design-icon {
	width: 18px;
	height: 18px;
	display: block;
}

.glastbury-itinerary__featured-aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	min-width: 7.5rem;
}

@media (max-width: 900px) {
	.glastbury-itinerary__featured-aside {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
	}
}

.glastbury-itinerary__countdown {
	text-align: center;
	padding: 0.85rem 1rem;
	min-width: 6.5rem;
	border: 1px solid var(--glastbury-itin-border);
	border-radius: var(--glastbury-acct-radius-sm);
	background: var(--glastbury-itin-surface-2);
}

.glastbury-itinerary__countdown-num {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.glastbury-itinerary__countdown-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
}

.glastbury-itinerary__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.2rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.8125rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
}

.glastbury-itinerary__btn--dark {
	background: #fff;
	color: var(--glastbury-acct-black) !important;
	border: 1px solid #fff;
}

.glastbury-itinerary__btn--dark:hover,
.glastbury-itinerary__btn--dark:focus-visible {
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: var(--glastbury-acct-black) !important;
}

.glastbury-itinerary__btn--light {
	background: #fff;
	color: var(--glastbury-acct-black) !important;
	border: 1px solid #fff;
}

.glastbury-itinerary__btn--light:hover,
.glastbury-itinerary__btn--light:focus-visible {
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: var(--glastbury-acct-black) !important;
}

.glastbury-itinerary__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.glastbury-itinerary__row {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	background: #131313;
	border: 1px solid var(--glastbury-itin-border);
	border-radius: var(--glastbury-acct-radius);
	padding: 1rem 1.15rem;
	box-sizing: border-box;
}

@media (max-width: 720px) {
	.glastbury-itinerary__row {
		grid-template-columns: 1fr;
	}
}

.glastbury-itinerary__row-media {
	flex-shrink: 0;
	width: 170px;
	height: 142px;
	border-radius: calc(var(--glastbury-acct-radius-sm) + 2px);
	overflow: hidden;
	background: var(--glastbury-itin-surface-2);
}

@media (max-width: 720px) {
	.glastbury-itinerary__row-media {
		width: 170px;
		max-width: 100%;
		height: 142px;
		margin-inline: auto;
	}
}

.glastbury-itinerary__row-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glastbury-itinerary__row-main {
	min-width: 0;
}

.glastbury-itinerary__row-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.35rem;
	line-height: 1.25;
}

.glastbury-itinerary__row-aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	min-width: 6.5rem;
}

@media (max-width: 720px) {
	.glastbury-itinerary__row-aside {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		min-width: 0;
	}
}

.glastbury-itinerary__datebox {
	text-align: center;
	padding: 0.65rem 0.85rem;
	min-width: 4.5rem;
	border: 1px solid var(--glastbury-itin-border);
	border-radius: var(--glastbury-acct-radius-sm);
	background: var(--glastbury-itin-surface-2);
}

.glastbury-itinerary__datebox-day {
	display: block;
	font-size: 1.65rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.glastbury-itinerary__datebox-mon {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
	text-transform: capitalize;
}

.glastbury-itinerary__extra {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--glastbury-acct-border);
}

/* —— Account orders page —— */
.glastbury-orders {
	color: var(--glastbury-acct-black);
}

.glastbury-orders__header {
	margin-bottom: 1.75rem;
}

.glastbury-orders__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.glastbury-orders__subtitle {
	margin: 0;
	font-size: 0.95rem;
	color: var(--glastbury-acct-muted);
	line-height: 1.5;
}

.glastbury-orders__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

@media (max-width: 720px) {
	.glastbury-orders__stats {
		grid-template-columns: 1fr;
	}
}

.glastbury-orders__stat {
	display: flex;
	min-height: 114px;
	align-items: center;
	gap: 1rem;
	background: #242424;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--glastbury-acct-radius);
	padding: 1.1rem 1.25rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.glastbury-orders__stat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 0.85rem;
	border: none;
	background: rgba(255, 117, 20, 0.16);
}

.glastbury-orders__stat-icon .glastbury-account-icon-svg {
	width: 1.35rem;
	height: 1.35rem;
	display: block;
}

.glastbury-orders__stat-icon-img {
	display: block;
	width: 1.5rem;
	height: auto;
	max-height: 1.65rem;
	object-fit: contain;
}

.glastbury-orders__stat-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.glastbury-orders__stat-label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
}

.glastbury-orders__stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.glastbury-orders__stat-value .woocommerce-Price-amount,
.glastbury-orders__stat-value .amount {
	color: #fff;
}

.glastbury-orders__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.glastbury-orders__section-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0;
	color: var(--glastbury-acct-black);
	min-width: 0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-orders h3.glastbury-orders__section-title {
	color: var(--glastbury-acct-black);
}

.glastbury-orders__section-head .glastbury-orders__filters {
	margin: 0;
	justify-content: flex-end;
}

@media (max-width: 640px) {
	.glastbury-orders__section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.glastbury-orders__section-head .glastbury-orders__filters {
		justify-content: flex-start;
		width: 100%;
	}
}

.glastbury-orders__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	align-items: center;
}

.glastbury-orders__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	color: #121212;
	border: 1px solid #121212;
	background: #fff;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.glastbury-orders__filter:not(.is-active):hover,
.glastbury-orders__filter:not(.is-active):focus-visible {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

.glastbury-orders__filter.is-active {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

/* Theme `a` rules inside My Account often win over a single class; scope to the content wrapper. */
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter {
	color: #121212;
	background: #fff;
	border: 1px solid #121212;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter:not(.is-active):hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter:not(.is-active):focus-visible {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter.is-active {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter.is-active:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter.is-active:focus-visible {
	color: #fff;
	border-color: #2a2a2a;
}

.glastbury-orders__below-filters {
	margin-top: 0.25rem;
}

.glastbury-orders__cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.glastbury-orders__card {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	background: #131313;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--glastbury-acct-radius);
	padding: 1rem 1.15rem;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.glastbury-orders__card {
		grid-template-columns: 72px 1fr;
		grid-template-rows: auto auto;
	}

	.glastbury-orders__card-aside {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
}

.glastbury-orders__card-media {
	width: 80px;
	height: 80px;
	border-radius: var(--glastbury-acct-radius-sm);
	overflow: hidden;
	flex-shrink: 0;
	background: #222;
}

.glastbury-orders__card-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glastbury-orders__card-main {
	min-width: 0;
}

.glastbury-orders__card-idrow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	margin-bottom: 0.35rem;
}

.glastbury-orders__card-id {
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
}

.glastbury-orders__status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	border: none;
}

.glastbury-orders__status-badge.is-delivered {
	background: rgba(21, 128, 61, 0.35);
	color: #86efac;
}

.glastbury-orders__status-badge.is-processing {
	background: rgba(37, 99, 235, 0.35);
	color: #93c5fd;
}

.glastbury-orders__status-badge.is-shipped {
	background: rgba(217, 119, 6, 0.35);
	color: #fcd34d;
}

.glastbury-orders__status-badge.is-cancelled {
	background: rgba(107, 114, 128, 0.35);
	color: #d1d5db;
}

.glastbury-orders__status-badge.is-default {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.88);
}

.glastbury-orders__card-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	color: #fff;
	line-height: 1.25;
}

.glastbury-orders__card-date {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.55);
}

.glastbury-orders__card-aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.65rem;
	min-width: 7.5rem;
}

.glastbury-orders__card-price {
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	text-align: right;
}

.glastbury-orders__card-price .woocommerce-Price-amount,
.glastbury-orders__card-price .amount {
	color: #fff;
}

.glastbury-orders__card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.15rem;
	border-radius: 999px;
	background: #fff;
	color: var(--glastbury-acct-black) !important;
	font-weight: 600;
	font-size: 0.8125rem;
	text-decoration: none;
	border: 1px solid #fff;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.glastbury-orders__card-btn:hover,
.glastbury-orders__card-btn:focus-visible {
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: var(--glastbury-acct-black) !important;
}

.glastbury-orders__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--glastbury-acct-border);
}

.glastbury-orders__showing {
	margin: 0;
	font-size: 0.875rem;
	color: var(--glastbury-acct-muted);
}

.glastbury-orders__pager {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.glastbury-orders__page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.5rem;
	border-radius: 6px;
	border: 1px solid rgba(10, 10, 10, 0.18);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--glastbury-acct-muted);
	background: #fff;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.glastbury-orders__page:hover,
.glastbury-orders__page:focus-visible {
	border-color: var(--glastbury-acct-black);
	color: var(--glastbury-acct-black);
}

.glastbury-orders__page.is-current {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}

.glastbury-orders__empty-actions {
	margin-top: 1rem;
}

/* —— Tickets & downloads —— */
.glastbury-tickets {
	color: var(--glastbury-acct-black);
}

.glastbury-tickets__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.75rem;
}

.glastbury-tickets__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.glastbury-tickets__subtitle {
	margin: 0;
	font-size: 0.95rem;
	color: var(--glastbury-acct-muted);
	line-height: 1.5;
	max-width: 36rem;
}

.glastbury-tickets__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	align-items: center;
	flex-shrink: 0;
}

/* Match `.glastbury-orders__filter` pill styles (Orders page status tabs). */
.glastbury-tickets__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	color: #121212;
	border: 1px solid #121212;
	background: #fff;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
}

.glastbury-tickets__tab:not(.is-active):hover,
.glastbury-tickets__tab:not(.is-active):focus-visible {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

.glastbury-tickets__tab.is-active {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab {
	color: #121212;
	background: #fff;
	border: 1px solid #121212;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab:not(.is-active):hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab:not(.is-active):focus-visible {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab.is-active {
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab.is-active:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab.is-active:focus-visible {
	color: #fff;
	border-color: #2a2a2a;
}

.glastbury-tickets__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.glastbury-tickets__card {
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--glastbury-acct-radius);
	padding: clamp(1.15rem, 2.5vw, 1.5rem);
	box-sizing: border-box;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.glastbury-tickets__card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.glastbury-tickets__card-title {
	margin: 0 0 0.4rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.glastbury-tickets__card-meta,
.glastbury-tickets__card-detail {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.55);
}

.glastbury-tickets__card-detail {
	margin-top: 0.35rem;
}

.glastbury-tickets__paid-badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	background: var(--glastbury-status-pill-bg);
	color: var(--glastbury-status-pill-text);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	border: none;
}

.glastbury-tickets__paid-badge.is-pending {
	background: var(--glastbury-status-pill-cancel-bg);
	color: var(--glastbury-status-pill-cancel-text);
}

.glastbury-tickets__card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 720px) {
	.glastbury-tickets__card-grid {
		grid-template-columns: 1fr;
	}
}

.glastbury-tickets__cell {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--glastbury-acct-radius-sm);
	padding: 0.75rem 0.85rem;
}

.glastbury-tickets__cell-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 0.35rem;
}

.glastbury-tickets__cell-value {
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.35;
	word-break: break-word;
}

.glastbury-tickets__card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.glastbury-tickets__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.15rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.8125rem;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.glastbury-tickets__btn--primary {
	background: #fff;
	color: var(--glastbury-acct-black) !important;
	border: 1px solid #fff;
}

.glastbury-tickets__btn--primary:hover,
.glastbury-tickets__btn--primary:focus-visible {
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: var(--glastbury-acct-black) !important;
}

.glastbury-tickets__btn--ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.glastbury-tickets__btn--ghost:hover,
.glastbury-tickets__btn--ghost:focus-visible {
	border-color: #fff;
	color: #fff !important;
}

.glastbury-tickets__invoice-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.glastbury-tickets__invoice-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--glastbury-acct-radius);
	padding: 1rem 1.15rem;
	box-sizing: border-box;
}

.glastbury-tickets__invoice-main {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: min(100%, 220px);
}

.glastbury-tickets__invoice-name {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
}

.glastbury-tickets__invoice-product,
.glastbury-tickets__invoice-order {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.55);
}

.glastbury-tickets__invoice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.glastbury-tickets__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.75rem;
	padding-top: 1rem;
	border-top: 1px solid var(--glastbury-acct-border);
}

.glastbury-tickets__showing {
	margin: 0;
	font-size: 0.875rem;
	color: var(--glastbury-acct-muted);
}

.glastbury-tickets__pager {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.glastbury-tickets__page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.5rem;
	border-radius: var(--glastbury-acct-radius-sm);
	border: 1px solid var(--glastbury-acct-border-input);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--glastbury-acct-black);
	background: #fff;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.glastbury-tickets__page:hover,
.glastbury-tickets__page:focus-visible {
	border-color: var(--glastbury-acct-black);
}

.glastbury-tickets__page.is-current {
	background: var(--glastbury-acct-black);
	color: #fff;
	border-color: var(--glastbury-acct-black);
}

/* —— Addresses (address book) —— */
.glastbury-address-book {
	color: var(--glastbury-acct-black);
}

.glastbury-address-book__header {
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.glastbury-address-book__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.glastbury-address-book__subtitle {
	margin: 0;
	font-size: 0.95rem;
	color: var(--glastbury-acct-muted);
	line-height: 1.5;
	max-width: 40rem;
}

.glastbury-address-book__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.glastbury-address-book__grid > .glastbury-address-book__card,
.glastbury-address-book__grid > .glastbury-address-book__add {
	min-height: 0;
	align-self: stretch;
}

@media (max-width: 720px) {
	.glastbury-address-book__grid {
		grid-template-columns: 1fr;
	}
}

.glastbury-address-book__card {
	background: #121212;
	border: none;
	border-radius: clamp(16px, 2vw, 20px);
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
	box-shadow: none;
}

.glastbury-address-book__card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-bottom: 1.15rem;
}

.glastbury-address-book__card-title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
	flex: 1;
	min-width: 0;
	letter-spacing: -0.01em;
}

.glastbury-address-book__tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
	flex-shrink: 0;
	max-width: min(55%, 15rem);
}

.glastbury-address-book__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--glastbury-acct-accent);
	background: #2a1a12;
	border: none;
}

.glastbury-address-book__card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-height: 0;
}

.glastbury-address-book__address {
	font-size: 0.9rem;
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
}

.glastbury-address-book__address p {
	margin: 0 0 0.35rem;
}

.glastbury-address-book__address p:last-child {
	margin-bottom: 0;
}

.glastbury-address-book__address br {
	display: block;
	content: "";
	margin-top: 0.25rem;
}

.glastbury-address-book__empty {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
}

.glastbury-address-book__phone {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
}

.glastbury-address-book__phone strong {
	font-weight: 700;
	margin-right: 0.3rem;
	color: #fff;
}

.glastbury-address-book__added {
	margin-top: auto;
	margin-bottom: 0;
	font-size: 0.75rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.45;
}

.glastbury-address-book__card-actions {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.65rem;
}

.glastbury-address-book__card-actions > a.glastbury-address-book__btn {
	flex: 1 1 0;
	min-width: 0;
}

/* “Set default” sits in a form — give that column more width than Edit / Delete. */
.glastbury-address-book__card-actions > .glastbury-address-book__form {
	flex: 2 1 0;
	min-width: 0;
}

@media (max-width: 520px) {
	.glastbury-address-book__card-actions {
		flex-wrap: wrap;
	}

	.glastbury-address-book__card-actions > a.glastbury-address-book__btn,
	.glastbury-address-book__card-actions > .glastbury-address-book__form {
		flex: 1 1 100%;
	}
}

/* Form is one flex item; hidden fields stay inside; button matches link dimensions. */
.glastbury-address-book__form {
	margin: 0;
	display: block;
	width: 100%;
	min-width: 0;
}

.glastbury-address-book__form .glastbury-address-book__btn {
	width: 100%;
}

.glastbury-address-book__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	margin: 0;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
	border: 1px solid #fff;
	background: transparent;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.25;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

button.glastbury-address-book__btn {
	overflow: visible;
}

a.glastbury-address-book__btn:hover,
a.glastbury-address-book__btn:focus-visible,
button.glastbury-address-book__btn:hover,
button.glastbury-address-book__btn:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #0a0a0a !important;
	-webkit-text-fill-color: #0a0a0a;
}

.glastbury-address-book__add {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	min-height: 17.5rem;
	padding: clamp(1.5rem, 3vw, 2rem) 1.25rem;
	border-radius: clamp(14px, 1.5vw, 20px);
	border: 2px dashed rgba(10, 10, 10, 0.18);
	background: #f4f3f0;
	text-decoration: none;
	color: var(--glastbury-acct-black);
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
	box-sizing: border-box;
}

.glastbury-address-book__add:hover,
.glastbury-address-book__add:focus-visible {
	border-color: rgba(10, 10, 10, 0.35);
	background: #eceae6;
	color: var(--glastbury-acct-black);
}

.glastbury-address-book__add-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.25rem;
	height: 4.25rem;
	margin-bottom: 1.1rem;
	color: rgba(10, 10, 10, 0.38);
}

.glastbury-address-book__add-icon .glastbury-account-icon-svg {
	width: 4.25rem;
	height: 4.25rem;
}

.glastbury-address-book__add-title {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 0.45rem;
	color: var(--glastbury-acct-black);
	letter-spacing: -0.01em;
}

.glastbury-address-book__add-desc {
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--glastbury-acct-muted);
	max-width: 17rem;
	margin: 0;
}

/* Theme link/button styles in My Account content */
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__form button.glastbury-address-book__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	max-height: 36px !important;
	margin: 0 !important;
	padding: 5px !important;
	border: 1px solid #fff !important;
	border-radius: 30px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: transparent !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__form button.glastbury-address-book__btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__form button.glastbury-address-book__btn:focus-visible {
	background: #fff !important;
	color: #0a0a0a !important;
	border-color: #fff !important;
	-webkit-text-fill-color: #0a0a0a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add {
	color: var(--glastbury-acct-black);
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add:focus-visible {
	color: var(--glastbury-acct-black);
}

/* Address cards: keep titles white inside dark cards (global My Account `h3` is dark). */
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__card h3.glastbury-address-book__card-title {
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__address,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__address p {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-address-book__added {
	color: rgba(255, 255, 255, 0.6) !important;
}

/* —— Account details (edit account) —— */
.glastbury-account-details {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 2.5vw, 1.75rem);
	color: var(--glastbury-acct-black);
}

.glastbury-account-details__page-head {
	margin-bottom: 0.15rem;
}

.glastbury-account-details__page-title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.glastbury-account-details__page-desc {
	margin: 0;
	font-size: 0.95rem;
	color: var(--glastbury-acct-muted);
	line-height: 1.5;
	max-width: 40rem;
}

.glastbury-account-details__card {
	background: #141414;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: clamp(14px, 1.5vw, 20px);
	padding: clamp(1.25rem, 2.5vw, 1.65rem);
	box-sizing: border-box;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.glastbury-account-details__card .glastbury-account-details__card-title {
	margin: 0 0 1.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff !important;
	letter-spacing: -0.01em;
}

.glastbury-account-details__profile {
	display: flex;
	align-items: flex-start;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	flex-wrap: wrap;
}

.glastbury-account-details__avatar-wrap {
	position: relative;
	flex-shrink: 0;
	width: 96px;
	height: 96px;
}

.glastbury-account-details__avatar-img {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.glastbury-account-details__avatar-edit {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--glastbury-acct-accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	transition: transform 0.15s ease, filter 0.15s ease;
}

.glastbury-account-details__avatar-edit:hover,
.glastbury-account-details__avatar-edit:focus-visible {
	filter: brightness(1.06);
	transform: scale(1.04);
}

.glastbury-account-details__avatar-edit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.glastbury-account-details__avatar-edit-img {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.glastbury-account-details__profile-main {
	flex: 1;
	min-width: min(100%, 200px);
}

.glastbury-account-details__profile-name {
	margin: 0 0 0.4rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

.glastbury-account-details__status {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.85rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}

.glastbury-account-details__status-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #22c55e;
	flex-shrink: 0;
	box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.glastbury-account-details__line {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.55;
}

.glastbury-account-details__line-k {
	font-weight: 700;
	color: #fff;
	margin-right: 0.35rem;
}

.glastbury-account-details__line-v {
	color: rgba(255, 255, 255, 0.6);
}

.glastbury-account-details__profile-aside {
	text-align: right;
	margin-left: auto;
	min-width: 9rem;
}

.glastbury-account-details__aside-label {
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
}

.glastbury-account-details__aside-value {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.45;
}

.glastbury-account-details__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
	.glastbury-account-details__grid {
		grid-template-columns: 1fr;
	}
}

.glastbury-account-details__field--wide {
	grid-column: 1 / -1;
}

.glastbury-account-details__label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.glastbury-account-details__label abbr.required {
	color: #ef4444;
	text-decoration: none;
	border: none;
}

.glastbury-account-details__label--static {
	margin-bottom: 0.65rem;
	color: #fff;
}

.glastbury-account-details__security-top-pw-label {
	grid-area: pwlabel;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.glastbury-account-details__pw-label-main {
	color: #fff;
}

.glastbury-account-details__pw-label-meta {
	margin-left: 0.2em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}

.glastbury-account-details__input,
.glastbury-account-details__select {
	width: 100%;
	box-sizing: border-box;
	height: 3rem;
	min-height: 3rem;
	padding: 0 0.9rem;
	border-radius: 8px;
	border: 1px solid #a5a5a5;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-family: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.glastbury-account-details__input {
	line-height: calc(3rem - 2px);
}

.glastbury-account-details__input::placeholder {
	color: #a5a5a5;
	opacity: 1;
	font-size: 14px;
}

.glastbury-account-details__input::-webkit-input-placeholder {
	color: #a5a5a5;
	font-size: 14px;
}

.glastbury-account-details__input::-moz-placeholder {
	color: #a5a5a5;
	opacity: 1;
	font-size: 14px;
}

.glastbury-account-details__input:-ms-input-placeholder {
	color: #a5a5a5;
	font-size: 14px;
}

.glastbury-account-details__select:required:invalid {
	color: #a5a5a5;
	font-size: 14px;
}

.glastbury-account-details__select option {
	color: #0a0a0a;
	background: #fff;
}

.glastbury-account-details__input[type="date"] {
	padding-right: 0.5rem;
	line-height: calc(3rem - 2px);
	font-size: 14px;
	color-scheme: dark;
}

.glastbury-account-details__input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: 0.65;
}

.glastbury-account-details__input:focus,
.glastbury-account-details__select:focus {
	outline: none;
	border-color: #c4c4c4;
	box-shadow: none;
}

.glastbury-account-details__input--fake {
	letter-spacing: 0.15em;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.glastbury-account-details__select-wrap {
	position: relative;
}

/* Chevron on wrapper so theme `background` on `select` cannot strip it (e.g. Elementor). */
.glastbury-account-details__select-wrap::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 0.45rem;
	height: 0.45rem;
	margin-top: -0.1rem;
	border-right: 2px solid #a5a5a5;
	border-bottom: 2px solid #a5a5a5;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
	z-index: 1;
}

.glastbury-account-details__select-wrap:focus-within::after {
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
}

.glastbury-account-details__select {
	appearance: none;
	-webkit-appearance: none;
	height: 3rem;
	min-height: 3rem;
	padding: 0 2.25rem 0 0.9rem;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	background-color: transparent;
	background-image: none;
}

.glastbury-account-details__save-wrap {
	text-align: center;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-top: 0.15rem;
}

.glastbury-account-details__save {
	width: 100% !important;
	max-width: none;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	border-radius: 30px !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #0a0a0a !important;
	-webkit-text-fill-color: #0a0a0a;
	border: 1px solid #fff !important;
	line-height: 1.2 !important;
}

.glastbury-account-details__save:hover,
.glastbury-account-details__save:focus-visible {
	background-color: #f0f0f0 !important;
	background-image: none !important;
	border-color: #f0f0f0 !important;
	color: #0a0a0a !important;
	-webkit-text-fill-color: #0a0a0a;
	border-radius: 30px !important;
}

.glastbury-account-details__save-note {
	margin: 0.85rem 0 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.42);
	line-height: 1.45;
}

.glastbury-account-details__security-top {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
	grid-template-rows: auto auto;
	grid-template-areas:
		"pwlabel pwlabel"
		"pwfield pwbtn";
	column-gap: clamp(0.75rem, 2vw, 1.25rem);
	row-gap: 0.45rem;
	align-items: center;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.glastbury-account-details__activity-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-self: start;
	text-align: left;
	gap: 0.35rem;
	min-width: 0;
}

.glastbury-account-details__activity-column-heading {
	margin: 0 !important;
	width: 100%;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}

.glastbury-account-details__security-top-field {
	grid-area: pwfield;
	display: flex;
	align-items: center;
	min-width: 0;
}

.glastbury-account-details__security-top-field .glastbury-account-details__input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.glastbury-account-details__security-top-btn {
	grid-area: pwbtn;
	justify-self: stretch;
	align-self: center;
	width: 100%;
	box-sizing: border-box;
}

.glastbury-account-details__activity-body {
	width: 100%;
	min-width: 0;
}

.glastbury-account-details__activity-body > .glastbury-account-details__activity-line:first-child {
	margin-top: 0;
}

.glastbury-account-details__btn-light {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	font-family: inherit;
	line-height: 1.2;
	background: #fff;
	color: var(--glastbury-acct-black);
	border: 1px solid #fff;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.glastbury-account-details__btn-light:hover,
.glastbury-account-details__btn-light:focus-visible {
	background: #f0f0f0;
	border-color: #f0f0f0;
}

.glastbury-account-details__password-fields {
	display: none;
	margin-bottom: 1.5rem;
}

.glastbury-account-details__password-fields.glastbury-account-details__password-fields--open {
	display: block;
}

.glastbury-account-details__fieldset {
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__fieldset {
	border: none;
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.glastbury-account-details__security-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
	gap: 1.25rem clamp(1rem, 2.5vw, 2rem);
	padding-top: 1.25rem;
	align-items: start;
}

@media (max-width: 720px) {
	.glastbury-account-details__security-top {
		grid-template-columns: 1fr;
		grid-template-areas:
			"pwlabel"
			"pwfield"
			"pwbtn";
	}

	.glastbury-account-details__security-grid {
		grid-template-columns: 1fr;
	}

	.glastbury-account-details__activity-column {
		align-items: flex-start;
		text-align: left;
	}

	.glastbury-account-details__activity-column-heading {
		text-align: left;
	}
}

.glastbury-account-details__twofa-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.glastbury-account-details__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	background: #fff;
	color: var(--glastbury-acct-black);
	border: 1px solid #fff;
}

.glastbury-account-details__pill--on {
	background: #fff;
	color: var(--glastbury-acct-black);
	border: 1px solid #fff;
}

.glastbury-account-details__btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

a.glastbury-account-details__btn-ghost:hover,
a.glastbury-account-details__btn-ghost:focus-visible,
button.glastbury-account-details__btn-ghost:hover:not(:disabled),
button.glastbury-account-details__btn-ghost:focus-visible:not(:disabled) {
	border-color: #fff;
	background: #fff;
	color: #121212 !important;
}

.glastbury-account-details__btn-ghost:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.glastbury-account-details__activity-line {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #fff;
}

.glastbury-account-details__activity-k {
	color: #fff;
	font-weight: 600;
}

.glastbury-account-details__activity-v {
	margin-left: 0.25em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

.glastbury-account-details__activity-line--muted {
	color: rgba(255, 255, 255, 0.6);
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__security-top {
	display: grid !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__security-grid {
	display: grid !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__avatar-edit {
	color: #fff;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__profile-aside .glastbury-account-details__aside-label {
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__profile-aside .glastbury-account-details__aside-value {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__card-title {
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__input,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__select {
	height: 3rem !important;
	min-height: 3rem !important;
	font-size: 14px !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 1px solid #a5a5a5 !important;
	border-radius: 8px !important;
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__input:focus,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__select:focus {
	border-color: #c4c4c4 !important;
	box-shadow: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card select.glastbury-account-details__select {
	display: flex !important;
	align-items: center !important;
	line-height: normal !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card select.glastbury-account-details__select:required:invalid {
	font-size: 14px !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__input::placeholder {
	color: #a5a5a5 !important;
	font-size: 14px !important;
	opacity: 1;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__input::-webkit-input-placeholder {
	font-size: 14px !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__card .glastbury-account-details__input::-moz-placeholder {
	font-size: 14px !important;
}

/* Beat Elementor kit `label` rules (e.g. `.elementor-kit-8 label`). */
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details label.glastbury-account-details__label,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details p.glastbury-account-details__label:not(.glastbury-account-details__activity-column-heading) {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content label.glastbury-account-details__security-top-pw-label {
	font-weight: 500 !important;
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content label.glastbury-account-details__security-top-pw-label .glastbury-account-details__pw-label-meta {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details p.glastbury-account-details__label.glastbury-account-details__activity-column-heading {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__activity-k {
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__activity-v {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__line-v {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__status {
	color: rgba(255, 255, 255, 0.6) !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__save,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__save.woocommerce-Button {
	width: 100% !important;
	max-width: none !important;
	border-radius: 30px !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #0a0a0a !important;
	-webkit-text-fill-color: #0a0a0a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__save:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .glastbury-account-details__save:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__save.woocommerce-Button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__save.woocommerce-Button:focus-visible {
	background-color: #f0f0f0 !important;
	color: #0a0a0a !important;
	-webkit-text-fill-color: #0a0a0a;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-light {
	background: #fff;
	color: #121212 !important;
	border: 1px solid #fff;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-light:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-light:focus-visible {
	background: #f0f0f0;
	color: #121212 !important;
	border-color: #f0f0f0;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-ghost {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: transparent;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-ghost:hover:not(:disabled),
body.glastbury-wc-account .woocommerce-MyAccount-content button.glastbury-account-details__btn-ghost:focus-visible:not(:disabled) {
	background: #fff;
	color: #121212 !important;
	border-color: #fff;
}

body.glastbury-wc-account .woocommerce-orders-table {
	border: 1px solid var(--glastbury-acct-table-border);
	border-radius: var(--glastbury-acct-table-radius);
	overflow: hidden;
	background: var(--glastbury-acct-content-bg);
	box-shadow: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 1.5rem;
}

body.glastbury-wc-account .woocommerce-orders-table thead th {
	position: relative;
	background: var(--glastbury-acct-black);
	color: #fff;
	font-weight: 700;
	font-size: 0.8125rem;
	text-transform: none;
	letter-spacing: 0.02em;
	padding: 1.05rem 1.25rem;
	border: none;
	border-bottom: none;
	text-align: left;
	vertical-align: middle;
}

body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions {
	text-align: center;
}

body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-number,
body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-date,
body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-status {
	padding-inline-end: 1.85rem;
}

body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-number::after,
body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-status::after {
	content: "";
	position: absolute;
	inset-inline-end: 0.55rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("../icons/order-header-filter.svg") no-repeat center;
	background-size: contain;
	opacity: 0.92;
	pointer-events: none;
}

body.glastbury-wc-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-date::after {
	content: "";
	position: absolute;
	inset-inline-end: 0.55rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("../icons/order-header-sort.svg") no-repeat center;
	background-size: contain;
	opacity: 0.92;
	pointer-events: none;
}

body.glastbury-wc-account .woocommerce-orders-table thead tr:first-child th:first-child {
	border-top-left-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-orders-table thead tr:first-child th:last-child {
	border-top-right-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-orders-table tbody tr:last-child th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:only-child th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:last-child td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:only-child td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
	border-bottom-left-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-orders-table tbody tr:last-child td.woocommerce-orders-table__cell-order-actions,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:only-child td.woocommerce-orders-table__cell-order-actions {
	border-bottom-right-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-orders-table tbody td,
body.glastbury-wc-account .woocommerce-orders-table tbody th {
	padding: 1.1rem 1.25rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--glastbury-acct-black);
	background: var(--glastbury-acct-content-bg);
	border: none;
	border-bottom: 1px solid var(--glastbury-acct-table-row-line);
	vertical-align: middle;
}

body.glastbury-wc-account .woocommerce-orders-table tbody tr:last-child td,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:last-child th,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:only-child td,
body.glastbury-wc-account .woocommerce-orders-table tbody tr:only-child th {
	border-bottom: none;
}

body.glastbury-wc-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
	color: var(--glastbury-acct-black);
	font-weight: 600;
	text-decoration: none;
}

body.glastbury-wc-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover {
	color: var(--glastbury-acct-accent);
}

body.glastbury-wc-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
	text-align: center;
	white-space: nowrap;
}

body.glastbury-wc-account .woocommerce-orders-table .woocommerce-button,
body.glastbury-wc-account .woocommerce-orders-table a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--glastbury-acct-black) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 0.35rem 1.35rem !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
}

body.glastbury-wc-account .woocommerce-orders-table .woocommerce-button:hover,
body.glastbury-wc-account .woocommerce-orders-table a.button:hover {
	background: #222 !important;
	color: #fff !important;
}

body.glastbury-wc-account mark.order-status {
	background: rgba(242, 113, 33, 0.14);
	color: var(--glastbury-acct-black);
	padding: 0.2rem 0.55rem;
	border-radius: var(--glastbury-acct-radius-sm);
	border: 1px solid rgba(242, 113, 33, 0.35);
	font-size: 0.75rem;
	font-weight: 600;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-address-fields .button,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Button,
body.glastbury-wc-account .woocommerce-MyAccount-content button[type="submit"],
body.glastbury-wc-account .woocommerce-MyAccount-content input[type="submit"] {
	margin-top: 1.25rem;
	background: var(--glastbury-acct-black);
	color: #fff;
	border: 1px solid var(--glastbury-acct-black);
	border-radius: var(--glastbury-acct-radius-sm);
	padding: 0.65rem 1.5rem;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content button[type="submit"]:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content input[type="submit"]:hover {
	background: #222;
	border-color: #222;
}

body.glastbury-wc-account .woocommerce-MyAccount-content input.input-text,
body.glastbury-wc-account .woocommerce-MyAccount-content textarea,
body.glastbury-wc-account .woocommerce-MyAccount-content select {
	border-radius: var(--glastbury-acct-radius-sm);
	border: 1px solid var(--glastbury-acct-border-input);
	background: var(--glastbury-acct-content-bg);
	padding: 0.65rem 0.85rem;
	font-family: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.glastbury-wc-account .woocommerce-MyAccount-content input.input-text:focus,
body.glastbury-wc-account .woocommerce-MyAccount-content textarea:focus,
body.glastbury-wc-account .woocommerce-MyAccount-content select:focus {
	border-color: rgba(242, 113, 33, 0.55);
	box-shadow: 0 0 0 1px rgba(242, 113, 33, 0.2);
	outline: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content fieldset {
	border-radius: var(--glastbury-acct-radius-sm);
	border: 1px solid var(--glastbury-acct-border);
	background: var(--glastbury-acct-surface);
	padding: 1rem 1.25rem;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table {
	border: 1px solid var(--glastbury-acct-table-border);
	border-radius: var(--glastbury-acct-table-radius);
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table thead th {
	background: var(--glastbury-acct-black);
	color: #fff;
	font-weight: 700;
	font-size: 0.8125rem;
	padding: 1.05rem 1.25rem;
	border: none;
	border-bottom: none;
	text-align: left;
	vertical-align: middle;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table thead th.woocommerce-orders-table__header-order-actions {
	text-align: center;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table thead tr:first-child th:first-child {
	border-top-left-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table thead tr:first-child th:last-child {
	border-top-right-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td:first-child,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child th:first-child {
	border-bottom-left-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td:last-child,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child th:last-child {
	border-bottom-right-radius: var(--glastbury-acct-table-radius);
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) tbody td,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) tbody th {
	background: var(--glastbury-acct-content-bg);
	border: none;
	border-bottom: 1px solid var(--glastbury-acct-table-row-line);
	padding: 1.1rem 1.25rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--glastbury-acct-black);
	vertical-align: middle;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) tbody tr:last-child td,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) tbody tr:last-child th {
	border-bottom: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) .woocommerce-button,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--glastbury-acct-black) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 0.35rem 1.35rem !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) .woocommerce-button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-orders-table) a.button:hover {
	background: #222 !important;
	color: #fff !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content #payment .payment_methods {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border: 1px solid var(--glastbury-acct-border);
	border-radius: var(--glastbury-acct-radius-sm);
	overflow: hidden;
}

body.glastbury-wc-account .woocommerce-MyAccount-content #payment .payment_methods li {
	margin: 0;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--glastbury-acct-table-row-line);
	background: var(--glastbury-acct-content-bg);
}

body.glastbury-wc-account .woocommerce-MyAccount-content #payment .payment_methods li:last-child {
	border-bottom: none;
}

body.glastbury-wc-account .woocommerce-MyAccount-content #payment .payment_box {
	background: var(--glastbury-acct-surface);
	border-radius: var(--glastbury-acct-radius-sm);
	margin-top: 0.65rem;
	padding: 0.85rem 1rem;
	font-size: 0.875rem;
}

/* Strip link underlines on CTAs (many themes underline links globally). */
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__btn,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__browse,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__card-btn,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__page,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__btn,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__avatar-edit,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button,
body.glastbury-wc-account .woocommerce-MyAccount-content a.woocommerce-button.button {
	text-decoration: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content .button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .button:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content .button:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.button:active,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-button.button:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-button.button:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content .woocommerce-button.button:active {
	text-decoration: none !important;
}

body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__browse:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__browse:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__browse:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__btn:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-itinerary__btn:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__card-btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__card-btn:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__card-btn:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__filter:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__page:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__page:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-orders__page:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__tab:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__btn:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-tickets__btn:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__btn:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-address-book__add:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__avatar-edit:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__avatar-edit:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__avatar-edit:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-light:active,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost:hover,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost:focus-visible,
body.glastbury-wc-account .woocommerce-MyAccount-content a.glastbury-account-details__btn-ghost:active {
	text-decoration: none !important;
}
