@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/lora-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/lora-500-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/lora-600-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/lora-700-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/raleway-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/raleway-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/raleway-600-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/raleway-700-normal.woff2") format("woff2");
}

.bb-account-story {
	--bbas-cream: #eee4d0;
	--bbas-paper: #f6efe1;
	--bbas-paper-deep: #e8dcc6;
	--bbas-forest: #214034;
	--bbas-forest-soft: #356f55;
	--bbas-coral: #e87652;
	--bbas-mustard: #dcb547;
	--bbas-ink: #263c32;
	--bbas-muted: #6e7268;
	--bbas-line: rgba(45, 63, 52, 0.18);
	--bbas-shadow: 0 14px 34px rgba(51, 52, 42, 0.11);
	position: relative;
	width: 100%;
	min-height: 560px;
	color: var(--bbas-ink);
	background-color: var(--bbas-cream);
	background-image: url("../images/booze-bag-background-pattern.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.bb-account-story *,
.bb-account-story *::before,
.bb-account-story *::after {
	box-sizing: border-box;
}

.bb-account-story h1,
.bb-account-story h2,
.bb-account-story h3,
.bb-account-story h4 {
	color: var(--bbas-forest);
	font-family: "Lora", Georgia, serif;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
}

.bb-account-story a {
	color: inherit;
}

.bb-account-story img {
	display: block;
	max-width: 100%;
}

.bb-account-story button,
.bb-account-story input,
.bb-account-story select,
.bb-account-story textarea {
	font: inherit;
}

.bb-account-story :focus-visible {
	outline: 3px solid rgba(232, 118, 82, 0.34);
	outline-offset: 3px;
}

.bb-account-story-page .edgtf-container-inner,
.bb-account-story-page .edgtf-grid,
.bb-account-story-page .woocommerce {
	width: 100%;
	max-width: none;
}

.bb-account-story-page .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
	padding: 0;
}

.bb-account-story-page .woocommerce::before,
.bb-account-story-page .woocommerce::after {
	display: none;
}

.bb-account-story-page .woocommerce-error,
.bb-account-story-page .woocommerce-info,
.bb-account-story-page .woocommerce-message {
	width: min(1180px, calc(100% - 40px));
	margin: 20px auto;
	padding: 15px 18px 15px 48px;
	color: var(--bbas-ink);
	background: rgba(246, 239, 225, 0.96);
	border-top: 0;
	border-left: 4px solid var(--bbas-mustard);
	box-shadow: var(--bbas-shadow);
}

.bb-account-story-page .woocommerce-error {
	border-left-color: var(--bbas-coral);
}

.bbas-button,
.bb-account-story .bbas-button,
.bb-account-story a.button,
.bb-account-story .button,
.bb-account-story button.button,
.bb-account-story input.button,
.bb-account-story input[type="submit"],
.bb-account-story .wpcf7-submit,
.bb-account-story .woocommerce-button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 9px 18px;
	color: #fffdf7 !important;
	background: var(--bbas-forest) !important;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
	cursor: pointer;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	transition: transform 150ms ease, background-color 150ms ease, color 150ms ease;
}

.bbas-button:hover,
.bb-account-story .bbas-button:hover,
.bb-account-story a.button:hover,
.bb-account-story .button:hover,
.bb-account-story button.button:hover,
.bb-account-story input.button:hover,
.bb-account-story input[type="submit"]:hover,
.bb-account-story .wpcf7-submit:hover,
.bb-account-story .woocommerce-button:hover {
	color: #fff !important;
	background: #2c5948 !important;
	transform: translateY(-1px);
}

.bb-account-story input[type="submit"]:disabled,
.bb-account-story .wpcf7-submit:disabled {
	color: #fffdf7 !important;
	background: var(--bbas-forest-soft) !important;
	opacity: 0.68;
	cursor: not-allowed;
	transform: none;
}

.bbas-button--outline,
.bb-account-story .bbas-button--outline {
	color: var(--bbas-forest) !important;
	background: rgba(255, 255, 255, 0.28) !important;
	border-color: rgba(33, 64, 52, 0.55);
}

.bbas-button--outline:hover,
.bb-account-story .bbas-button--outline:hover {
	color: var(--bbas-forest) !important;
	background: rgba(255, 255, 255, 0.75) !important;
}

/* Navigation */
.bbas-nav-column {
	position: relative;
	z-index: 7;
	min-width: 0;
}

.bbas-nav-toggle {
	display: none;
}

.bb-account-story .woocommerce-MyAccount-navigation.bbas-account-nav {
	float: none;
	width: 100%;
	padding: 0;
}

.bbas-account-nav ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #ededed;
	list-style: none;
}

.bbas-account-nav li {
	width: calc(100% - 1px);
	margin: 0 0 18px;
	padding: 0;
}

.bbas-account-nav li::before {
	display: none;
}

.bbas-account-nav li a {
	position: relative;
	display: flex;
	min-height: 38px;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 8px 13px;
	color: #294238;
	background: rgba(220, 181, 71, 0.89);
	border: 1px solid rgba(156, 115, 16, 0.34);
	border-radius: 5px 11px 5px 11px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 2px 4px rgba(75, 61, 26, 0.09);
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.bbas-account-nav li a::before,
.bbas-account-nav li a::after {
	position: absolute;
	left: -6px;
	width: 12px;
	height: 12px;
	content: "";
	background: var(--bbas-cream);
	border: 1px solid rgba(156, 115, 16, 0.34);
	border-radius: 50%;
}

.bbas-account-nav li a::before {
	top: -3px;
}

.bbas-account-nav li a::after {
	bottom: -3px;
}

.bbas-account-nav li a:hover,
.bbas-account-nav li.is-active a,
.bbas-account-nav li a[aria-current="page"] {
	color: #183a2e;
	background: #e7bf4e;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 5px 10px rgba(75, 61, 26, 0.15);
	transform: translateX(4px);
}

.bbas-account-nav li.is-active a,
.bbas-account-nav li a[aria-current="page"] {
	font-weight: 700;
}

.bb-account-story .bbas-account-nav .bbas-account-nav__logout {
	margin-top: 0;
	margin-bottom: 0;
}

.bbas-account-nav .bbas-account-nav__logout a {
	padding-inline: 17px;
	color: #fffdf7 !important;
	background: var(--bbas-forest) !important;
	border-color: rgba(24, 58, 46, 0.55);
	border-radius: 5px 11px 5px 11px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 3px 7px rgba(33, 64, 52, 0.18);
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 700;
	opacity: 1;
}

.bbas-account-nav .bbas-account-nav__logout a::before,
.bbas-account-nav .bbas-account-nav__logout a::after {
	display: none;
}

.bbas-account-nav .bbas-account-nav__logout a:hover {
	color: #fffdf7 !important;
	background: var(--bbas-coral) !important;
	border-color: rgba(129, 61, 43, 0.42);
}

.bbas-account-nav .dashicons {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	font-size: 18px;
}

/* Dashboard */
.bbas-dashboard-page {
	display: grid;
	grid-template-columns: 205px minmax(0, 1fr);
	gap: 42px;
	width: min(1260px, calc(100vw - 120px));
	min-height: 610px;
	margin: 0 auto;
	padding: 58px 0 54px;
}

.bbas-dashboard-page > .bbas-nav-column {
	padding-top: 66px;
}

.bbas-dashboard-workspace {
	min-width: 0;
}

.bbas-account-intro {
	margin: 0 0 30px;
	padding-bottom: 23px;
	border-bottom: 1px dashed rgba(232, 118, 82, 0.52);
}

.bbas-account-intro h1 {
	margin: 0 0 3px;
	color: var(--bbas-forest);
	font-size: clamp(27px, 2.15vw, 35px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.bbas-account-intro p {
	margin: 0;
	color: #596459;
	font-family: "Lora", Georgia, serif;
	font-size: 15px;
	font-style: italic;
}

.bbas-dashboard-grid {
	position: relative;
	display: grid;
	grid-template-columns: 510px minmax(0, 1fr);
	gap: 28px;
	min-height: 395px;
}

.bbas-story-map {
	position: relative;
	width: 590px;
	min-height: 395px;
}

.bbas-story-route {
	position: absolute;
	z-index: 0;
	top: -44px;
	left: -6px;
	width: 590px;
	height: 400px;
	max-width: none;
	pointer-events: none;
}

.bbas-story-route-start {
	position: absolute;
	z-index: 1;
	top: -9px;
	left: -11px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.bbas-order-ticket {
	position: absolute;
	z-index: 2;
	top: 38px;
	left: 120px;
	width: 363px;
	min-width: 305px;
	padding: 21px 26px 16px 41px;
	background-color: #f4ecdd;
	border: 1px solid rgba(127, 101, 59, 0.22);
	box-shadow: var(--bbas-shadow);
	transform: rotate(-0.4deg);
}

.bbas-ticket-seam {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 10px;
	border-right: 2px dotted var(--bbas-coral);
}

.bbas-ticket-button {
	position: absolute;
	top: -14px;
	right: 22px;
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	color: #f3e5b8;
	background: var(--bbas-mustard);
	border: 2px solid rgba(172, 126, 18, 0.45);
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(92, 68, 20, 0.14);
}

.bbas-ticket-kicker {
	margin: 0 0 5px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.bbas-order-ticket h2 {
	margin: 0 0 2px;
	font-size: 20px;
	line-height: 1.2;
}

.bbas-ticket-copy {
	max-width: 235px;
	margin: 0 0 16px;
	color: #697066;
	font-family: "Lora", Georgia, serif;
	font-size: 10px;
	line-height: 1.55;
}

.bbas-ticket-meta {
	display: grid;
	grid-template-columns: 1.15fr 0.8fr 0.9fr;
	margin: 0 0 14px;
}

.bbas-ticket-meta div {
	padding-right: 10px;
	border-right: 1px dotted rgba(56, 67, 58, 0.25);
}

.bbas-ticket-meta div + div {
	padding-left: 12px;
}

.bbas-ticket-meta div:last-child {
	border-right: 0;
}

.bbas-ticket-meta dt {
	color: #777a72;
	font-family: "Lora", Georgia, serif;
	font-size: 8px;
}

.bbas-ticket-meta dd {
	margin: 2px 0 0;
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
	font-weight: 700;
}

.bbas-ticket-meta .bbas-status-text {
	color: var(--bbas-coral);
}

.bbas-order-exception {
	margin: -4px 0 11px;
	padding: 7px 9px;
	color: #813d2b;
	background: rgba(232, 118, 82, 0.1);
	font-size: 9px;
	line-height: 1.4;
}

.bbas-ticket-actions {
	display: flex;
	gap: 9px;
}

.bbas-ticket-actions .bbas-button {
	flex: 1 1 0;
	min-height: 32px;
	padding: 7px 10px;
	font-size: 9px;
}

.bbas-order-again {
	display: flex;
	justify-content: center;
	margin-top: 7px;
}

.bbas-order-again .order-again {
	margin: 0;
}

.bbas-order-again .button {
	min-height: 0;
	padding: 0;
	color: #6b685f !important;
	background: transparent !important;
	border: 0;
	font-family: "Lora", Georgia, serif;
	font-size: 9px;
}

.bbas-story-stage {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	gap: 7px;
	width: 128px;
	opacity: 0.56;
	text-align: left;
}

.bbas-story-stage > .bbas-story-stage__number {
	display: grid;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	place-items: center;
	color: var(--bbas-forest);
	background: #e5dac4;
	border: 1px solid rgba(33, 64, 52, 0.3);
	border-radius: 50%;
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
	font-weight: 700;
}

.bbas-story-stage.is-complete {
	opacity: 1;
}

.bbas-story-stage.is-complete > .bbas-story-stage__number {
	color: #f8f1df;
	background: var(--bbas-forest);
}

.bbas-story-stage.is-current > .bbas-story-stage__number {
	background: var(--bbas-coral);
	box-shadow: 0 0 0 4px rgba(232, 118, 82, 0.15);
}

.bbas-story-map.is-cancelled .bbas-story-stage {
	opacity: 0.42;
}

.bbas-story-map.is-cancelled .bbas-story-stage--1 {
	opacity: 1;
}

.bbas-story-map.is-cancelled .bbas-story-stage--1 > .bbas-story-stage__number {
	color: #fff9ee;
	background: #c9533d;
	border-color: rgba(129, 61, 43, 0.5);
	box-shadow: 0 0 0 4px rgba(201, 83, 61, 0.16);
}

.bbas-story-stage__copy {
	flex: 0 0 76px;
	width: 76px;
	min-width: 0;
}

.bbas-story-stage__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 30px;
	margin: 0 0 3px;
	line-height: 1;
}

.bbas-story-stage h3 {
	margin: 1px 0 2px;
	color: #35483d;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.bbas-story-stage p {
	margin: 0;
	color: #545d54;
	font-family: "Lora", Georgia, serif;
	font-size: 9px;
	line-height: 1.35;
}

.bbas-story-stage__icon > .dashicons {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	color: #617164;
	border: 0;
	border-radius: 0;
	font-family: dashicons !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}

.bbas-inline-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	overflow: visible;
	color: currentcolor;
	vertical-align: -0.125em;
}

.bbas-story-stage__icon > .bbas-inline-icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	color: #617164;
}

.bbas-story-stage--1 {
	top: -28px;
	left: 295px;
}

.bbas-story-stage--2 {
	top: 0;
	right: auto;
	left: 481px;
}

.bbas-story-stage--3 {
	top: 231px;
	right: auto;
	left: 543px;
}

.bbas-story-stage--4 {
	top: 305px;
	right: auto;
	bottom: auto;
	left: 330px;
}

.bbas-story-stage--5 {
	top: 271px;
	bottom: auto;
	left: 27px;
}

.bbas-story-photo {
	position: relative;
	height: 465px;
	margin: -84px 0 0;
	overflow: hidden;
	background: #d8c8ad;
	border: 1px dashed rgba(232, 118, 82, 0.65);
	border-radius: 48% 46% 51% 43% / 32% 42% 49% 58%;
	box-shadow: var(--bbas-shadow);
	transform: rotate(0.5deg);
}

.bbas-story-photo::after {
	position: absolute;
	inset: 7px;
	content: "";
	border: 1px dashed rgba(246, 239, 225, 0.72);
	border-radius: inherit;
	pointer-events: none;
}

.bbas-story-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 59% center;
}

.bbas-gift-note {
	position: absolute;
	z-index: 4;
	right: -45px;
	top: 260px;
	bottom: auto;
	width: 188px;
	min-height: 88px;
	padding: 15px 42px 13px 20px;
	background: #f4ecdd;
	border: 1px dashed rgba(113, 91, 55, 0.45);
	box-shadow: 0 8px 18px rgba(68, 58, 41, 0.12);
	transform: rotate(-5deg);
}

.bbas-gift-note p {
	margin: 0 0 4px;
	font-family: "Lora", Georgia, serif;
	font-size: 10px;
}

.bbas-gift-note strong {
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.35;
}

.bbas-gift-note .dashicons {
	position: absolute;
	right: 16px;
	bottom: 19px;
	color: var(--bbas-coral);
}

.bbas-quick-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	margin: 18px 0 0;
}

.bbas-quick-facts article {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 10px;
	min-height: 70px;
	padding: 8px 20px;
	border-right: 1px dotted rgba(40, 65, 53, 0.28);
}

.bbas-quick-facts article:last-child {
	border-right: 0;
}

.bbas-quick-facts article > .dashicons {
	color: var(--bbas-forest);
	font-size: 27px;
}

.bbas-quick-facts h3 {
	margin: 0 0 3px;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.bbas-quick-facts p {
	min-height: 25px;
	margin: 0 0 4px;
	color: #555e55;
	font-family: "Lora", Georgia, serif;
	font-size: 9px;
	line-height: 1.5;
}

.bbas-quick-facts a {
	color: #7e6e4a;
	border-bottom: 1px solid rgba(126, 110, 74, 0.4);
	font-family: "Lora", Georgia, serif;
	font-size: 9px;
	text-decoration: none;
}

.bbas-dashboard-empty {
	display: block;
	min-height: 390px;
}

/* Secondary screens */
.bbas-secondary-page {
	display: grid;
	grid-template-columns: 205px minmax(0, 1fr);
	gap: 42px;
	width: min(1260px, calc(100vw - 120px));
	min-height: 610px;
	margin: 0 auto;
	padding: 58px 0 54px;
}

.bbas-secondary-page > .bbas-nav-column {
	padding-top: 66px;
}

.bbas-workspace-panel {
	min-width: 0;
	padding: 38px 42px 44px;
	background: rgba(246, 239, 225, 0.92);
	border: 1px solid rgba(79, 77, 62, 0.1);
	box-shadow: 0 12px 35px rgba(70, 63, 47, 0.08);
}

.bbas-workspace-heading {
	margin: 0 0 30px;
	padding-bottom: 23px;
	border-bottom: 1px dashed rgba(232, 118, 82, 0.52);
}

.bbas-workspace-heading > p,
.bbas-order-heading > div > p {
	margin: 0 0 4px;
	color: var(--bbas-coral);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bbas-workspace-heading h1,
.bbas-order-heading h1 {
	margin: 0 0 6px;
	color: var(--bbas-forest);
	font-size: 34px;
	line-height: 1.1;
}

.bbas-workspace-heading > span,
.bbas-order-heading > div > span {
	color: #657067;
	font-family: "Lora", Georgia, serif;
	font-size: 13px;
}

.bbas-order-list {
	display: grid;
	gap: 15px;
}

.bbas-order-row {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(160px, 1fr) minmax(210px, 0.75fr) 140px;
	align-items: center;
	gap: 22px;
	min-height: 155px;
	padding: 13px 16px;
	background: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(33, 64, 52, 0.14);
}

.bbas-order-row > img {
	width: 150px;
	height: 125px;
	object-fit: cover;
}

.bbas-order-row__title p {
	margin: 0 0 4px;
	color: var(--bbas-coral);
	font-size: 10px;
	font-weight: 700;
}

.bbas-order-row__title h2 {
	margin: 0 0 12px;
	font-size: 20px;
}

.bbas-order-row__title span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #6e746d;
	font-size: 10px;
}

.bbas-order-row__title .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.bbas-order-row dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0;
}

.bbas-order-row dt {
	color: #88887d;
	font-size: 9px;
}

.bbas-order-row dd {
	margin: 4px 0 0;
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
	font-weight: 600;
}

.bbas-order-row dd.is-active {
	color: var(--bbas-coral);
}

.bbas-order-row dd.is-exception {
	color: #813d2b;
}

.bbas-order-row__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bbas-order-row__actions .bbas-button {
	min-height: 34px;
	padding: 7px 10px;
	font-size: 10px;
}

.bbas-order-row__exception {
	grid-column: 2 / -1;
	margin: -2px 0 6px;
	color: #813d2b;
	font-size: 10px;
}

.bbas-back-link {
	display: inline-block;
	margin-bottom: 17px;
	color: #647066;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}

.bbas-order-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
	padding-bottom: 23px;
	border-bottom: 1px dashed rgba(232, 118, 82, 0.52);
}

.bbas-status-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	color: var(--bbas-forest);
	background: #dfe6d8;
	border: 1px solid rgba(53, 111, 85, 0.24);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
}

.bbas-status-chip .dashicons {
	font-size: 18px;
}

.bbas-status-chip .bbas-inline-icon--clipboard-check {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
}

.bbas-order-alert {
	display: flex;
	gap: 12px;
	align-items: baseline;
	width: 100%;
	margin: 0 0 24px;
}

.bbas-tracking-story {
	display: grid;
	grid-template-columns: minmax(300px, 0.95fr) 1fr;
	gap: 30px;
	align-items: center;
	margin-bottom: 26px;
}

.bbas-tracking-story > img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 45% 55% 41% 59% / 48% 41% 59% 52%;
}

.bbas-tracking-story h2 {
	margin: 0 0 8px;
	font-size: 24px;
}

.bbas-tracking-story p {
	color: #646c65;
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
	line-height: 1.65;
}

.bbas-tracking-code {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 22px 0;
	padding: 12px 16px;
	background: #e7dbc4;
	border-left: 3px solid var(--bbas-mustard);
}

.bbas-tracking-code span {
	color: #7d786e;
	font-size: 9px;
}

.bbas-tracking-code strong {
	font-family: "Lora", Georgia, serif;
	font-size: 13px;
	letter-spacing: 0.06em;
}

.bbas-tracking-timeline {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.bbas-tracking-timeline li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.bbas-tracking-timeline li::after {
	position: absolute;
	z-index: 0;
	top: 17px;
	left: 37px;
	width: calc(100% - 37px);
	height: 1px;
	content: "";
	border-top: 1px dashed rgba(91, 92, 78, 0.35);
}

.bbas-tracking-timeline li:last-child::after {
	display: none;
}

.bbas-tracking-timeline li > span {
	z-index: 1;
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #77786f;
	background: #ebe1cf;
	border: 1px solid rgba(74, 80, 72, 0.18);
	border-radius: 50%;
}

.bbas-tracking-timeline li.is-complete > span {
	color: #fff;
	background: var(--bbas-forest);
}

.bbas-tracking-timeline li.is-complete:nth-child(4) > span {
	background: var(--bbas-coral);
}

.bbas-tracking-timeline .dashicons {
	font-size: 18px;
}

.bbas-tracking-timeline .bbas-inline-icon--clipboard-check {
	width: 30px;
	height: 30px;
}

.bbas-tracking-timeline strong,
.bbas-tracking-timeline small {
	display: block;
}

.bbas-tracking-timeline strong {
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
}

.bbas-tracking-timeline small {
	max-width: 84px;
	margin-top: 2px;
	color: #7a7c73;
	font-size: 8px;
}

.bbas-native-order-details {
	padding-top: 24px;
	border-top: 1px solid var(--bbas-line);
}

.bbas-order-updates {
	margin: 0 0 28px;
	padding: 22px 24px;
	background: rgba(255, 255, 255, 0.3);
	border-left: 3px solid var(--bbas-mustard);
}

.bbas-order-updates h2 {
	margin: 0 0 15px;
	font-size: 20px;
}

.bbas-order-updates .woocommerce-OrderUpdates {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bbas-order-updates .meta {
	margin: 0 0 4px;
	color: #7a7c73;
	font-size: 9px;
}

.bbas-order-updates .description p {
	margin: 0;
	color: #59645c;
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
}

.bbas-native-order-details .woocommerce-order-details__title,
.bbas-native-order-details .woocommerce-column__title {
	font-size: 20px;
}

/* Native WooCommerce forms, tables and cards */
.bbas-workspace-panel .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.bbas-workspace-panel .woocommerce-Address {
	float: none;
	width: auto;
	min-height: 280px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.32);
	border: 1px solid rgba(44, 65, 54, 0.14);
}

.bbas-workspace-panel .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.bbas-workspace-panel .woocommerce-Address-title h2 {
	margin: 0 0 16px;
	font-size: 21px;
}

.bbas-workspace-panel .woocommerce-Address-title .edit {
	color: var(--bbas-coral);
	font-size: 10px;
	font-weight: 600;
}

.bbas-workspace-panel address {
	color: #626961;
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8;
}

.bbas-workspace-panel form {
	display: grid;
	gap: 14px;
}

.bbas-workspace-panel fieldset {
	margin: 10px 0;
	padding: 22px;
	border: 1px dashed rgba(232, 118, 82, 0.48);
}

.bbas-workspace-panel legend {
	padding: 0 8px;
	color: var(--bbas-forest);
	font-family: "Lora", Georgia, serif;
	font-size: 14px;
}

.bbas-workspace-panel .form-row {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.bbas-workspace-panel label,
.bbas-auth-form label,
.bbas-support-form label {
	display: grid;
	gap: 6px;
	color: #435249;
	font-size: 10px;
	font-weight: 600;
}

.bbas-workspace-panel input.input-text,
.bbas-workspace-panel select,
.bbas-workspace-panel textarea,
.bbas-auth-form input.input-text,
.bbas-support-form input:not([type="submit"]):not([type="checkbox"]),
.bbas-support-form select,
.bbas-support-form textarea {
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 10px 12px;
	color: var(--bbas-ink);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(45, 63, 52, 0.2);
	border-radius: 0;
	box-shadow: none;
}

.bbas-workspace-panel textarea,
.bbas-support-form textarea {
	min-height: 135px;
	resize: vertical;
}

.bbas-workspace-panel table.shop_table,
.bbas-native-order-details table.shop_table,
.bbas-qode-wishlist table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.28);
}

.bbas-workspace-panel table.shop_table th,
.bbas-workspace-panel table.shop_table td,
.bbas-native-order-details table.shop_table th,
.bbas-native-order-details table.shop_table td,
.bbas-qode-wishlist table th,
.bbas-qode-wishlist table td {
	padding: 14px 12px;
	border: 0;
	border-bottom: 1px solid var(--bbas-line);
	text-align: left;
}

.bbas-workspace-panel .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod {
	background: rgba(255, 255, 255, 0.32);
}

.bbas-workspace-panel .woocommerce-PaymentMethod--actions {
	text-align: right;
}

.bbas-empty-state {
	display: grid;
	min-height: 330px;
	place-items: center;
	align-content: center;
	padding: 40px;
	text-align: center;
}

.bbas-empty-state > .dashicons {
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	color: var(--bbas-coral);
	font-size: 48px;
}

.bbas-empty-state h2 {
	margin: 0 0 8px;
	font-size: 23px;
}

.bbas-empty-state p {
	margin: 0 0 20px;
	color: #6a716a;
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
}

.bbas-empty-state--compact {
	min-height: 360px;
}

/* Qode Wishlist remains the functional owner */
.bbas-qode-wishlist .qwfw-wishlist-table {
	--qwfw-main-color: var(--bbas-coral);
	--qwfw-heading-color: var(--bbas-forest);
	--qwfw-background-color: transparent;
}

.bbas-qode-wishlist .qwfw-e-item {
	background: rgba(255, 255, 255, 0.3);
}

.bbas-qode-wishlist img {
	max-height: 190px;
	object-fit: cover;
}

.bbas-qode-wishlist .button,
.bbas-qode-wishlist button {
	min-height: 36px;
}

/* Support / Contact Form 7 */
.bbas-support-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 35px;
}

.bbas-support-aside {
	align-self: start;
	padding: 28px;
	color: #f6efe1;
	background: var(--bbas-forest);
}

.bbas-support-aside > .dashicons {
	width: 32px;
	height: 32px;
	margin-bottom: 35px;
	color: var(--bbas-mustard);
	font-size: 32px;
}

.bbas-support-aside h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 21px;
}

.bbas-support-aside p {
	color: rgba(255, 255, 255, 0.76);
	font-family: "Lora", Georgia, serif;
	font-size: 11px;
	line-height: 1.7;
}

.bbas-support-aside a {
	display: inline-block;
	margin-top: 14px;
	color: var(--bbas-mustard);
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.bbas-cf7-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.bbas-support-form .wpcf7-form {
	display: grid;
	gap: 15px;
}

.bbas-support-form label {
	gap: 7px;
}

.bbas-support-form .wpcf7-form-control-wrap {
	display: block;
}

.bbas-support-form .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: #813d2b;
	font-size: 10px;
}

.bbas-support-form .wpcf7-response-output {
	margin: 0;
	padding: 12px 14px;
	border-color: var(--bbas-mustard);
}

.bbas-cf7-files {
	display: grid;
	gap: 8px;
}

.bbas-support-form input[type="file"] {
	width: 100%;
	padding: 9px;
	background: rgba(255, 255, 255, 0.45);
	border: 1px dashed rgba(45, 63, 52, 0.25);
	font-size: 10px;
}

/* Login and password reset */
.bbas-auth-shell {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	width: min(1120px, calc(100vw - 160px));
	min-height: 590px;
	margin: 0 auto;
	padding: 55px 0;
	background-image: none;
}

.bbas-auth-image {
	min-height: 475px;
	overflow: hidden;
	border-radius: 48% 0 0 44% / 37% 0 0 58%;
}

.bbas-auth-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 56% center;
}

.bbas-auth-form {
	display: grid;
	align-content: center;
	padding: 48px 60px;
	background: rgba(246, 239, 225, 0.95);
	box-shadow: var(--bbas-shadow);
}

.bbas-auth-form .u-columns {
	display: block;
}

.bbas-auth-form .u-column1 {
	float: none;
	width: 100%;
}

.bbas-auth-form .u-column2 {
	display: none;
}

.bbas-auth-form h2 {
	margin: 0 0 20px;
	font-size: 28px;
}

.bbas-auth-form form.login,
.bbas-auth-form form.lost_reset_password,
.bbas-auth-form form.woocommerce-ResetPassword {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

.bbas-auth-form .woocommerce-LostPassword {
	margin: 0;
	font-size: 10px;
	text-align: center;
}

/* Public order-tracking result */
.bb-account-story.bbas-public-tracking-shell {
	box-sizing: border-box;
	width: 100%;
	min-height: 0;
	padding: 46px clamp(18px, 4vw, 64px) 58px;
}

.bbas-public-tracking-panel {
	width: min(1080px, 100%);
	margin: 0 auto;
}

.bbas-public-tracking-panel .bbas-back-link {
	margin-bottom: 20px;
}

.bbas-public-tracking-panel .bbas-native-order-details {
	margin-top: 4px;
}

.bbas-public-tracking-panel .woocommerce-order-details,
.bbas-public-tracking-panel .woocommerce-customer-details {
	margin-bottom: 30px;
}

.bbas-public-tracking-panel .woocommerce-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bbas-public-tracking-panel .woocommerce-column {
	float: none;
	width: auto;
	padding: 24px;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid var(--bbas-line);
}

.bbas-public-tracking-panel address {
	color: #626961;
	font-family: "Lora", Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8;
}

/* Tablet */
@media (max-width: 1280px) {
	.bbas-dashboard-page {
		width: min(1260px, calc(100vw - 120px));
	}

	.bbas-dashboard-grid {
		grid-template-columns: 510px minmax(0, 1fr);
		gap: 20px;
	}

	.bbas-story-photo {
		height: 380px;
	}

	.bbas-quick-facts {
		width: 100%;
		margin-left: 0;
	}

	.bbas-quick-facts article {
		padding-inline: 12px;
	}

	.bbas-order-row {
		grid-template-columns: 125px minmax(150px, 1fr) minmax(180px, 0.7fr) 125px;
		gap: 14px;
	}

	.bbas-order-row > img {
		width: 125px;
		height: 112px;
	}
}

@media (max-width: 1024px) {
	.bb-account-story {
		background-size: auto 900px;
	}

	.bbas-dashboard-page,
	.bbas-secondary-page {
		width: calc(100% - 48px);
	}

	.bbas-dashboard-page {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-block: 34px;
	}

	.bbas-dashboard-page > .bbas-nav-column {
		padding-top: 0;
	}

	.bbas-dashboard-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
		gap: 24px;
	}

	.bbas-nav-toggle {
		display: flex;
		align-items: center;
		gap: 8px;
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
		color: var(--bbas-forest);
		background: var(--bbas-mustard);
		border: 1px solid rgba(156, 115, 16, 0.34);
		font-weight: 700;
	}

	.bb-account-story .woocommerce-MyAccount-navigation.bbas-account-nav {
		display: none;
		padding-top: 8px !important;
	}

	.bb-account-story .bbas-nav-column.is-open .woocommerce-MyAccount-navigation.bbas-account-nav {
		display: block;
	}

	.bb-account-story .woocommerce-MyAccount-navigation.bbas-account-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding-right: 0 !important;
		border-right: 0 !important;
	}

	.bb-account-story .woocommerce-MyAccount-navigation.bbas-account-nav li {
		width: 100% !important;
		margin: 0 !important;
	}

	.bbas-account-nav .bbas-account-nav__logout {
		margin-top: 0;
	}

	.bbas-story-map {
		min-height: 420px;
	}

	.bbas-story-photo {
		height: 410px;
		margin-top: 0;
	}

	.bbas-gift-note {
		top: auto;
		right: 5px;
		bottom: 18px;
	}

	.bbas-quick-facts {
		width: 100%;
		margin: 20px 0 0;
	}

	.bbas-secondary-page {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-block: 34px;
	}

	.bbas-secondary-page > .bbas-nav-column {
		padding-top: 0;
	}

	.bbas-order-row {
		grid-template-columns: 120px 1fr 1fr;
	}

	.bbas-order-row__actions {
		grid-column: 2 / -1;
		flex-direction: row;
	}

	.bbas-order-row__actions .bbas-button {
		flex: 1;
	}

	.bbas-tracking-timeline {
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.bbas-tracking-timeline li {
		min-width: 150px;
	}

	.bb-account-story.bbas-public-tracking-shell {
		padding-top: 34px;
	}
}

/* Mobile */
@media (max-width: 680px) {
	.bb-account-story-page .woocommerce-error,
	.bb-account-story-page .woocommerce-info,
	.bb-account-story-page .woocommerce-message {
		width: calc(100% - 28px);
	}

	.bbas-dashboard-page,
	.bbas-secondary-page {
		width: calc(100% - 28px);
	}

	.bbas-dashboard-page {
		padding-block: 34px;
	}

	.bbas-account-intro h1 {
		font-size: 27px;
	}

	.bbas-account-intro p {
		font-size: 13px;
	}

	.bbas-dashboard-grid {
		display: flex;
		flex-direction: column;
	}

	.bbas-account-nav ul {
		grid-template-columns: 1fr;
	}

	.bbas-story-map {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
		min-height: 0;
		padding: 18px 12px 24px;
		overflow: hidden;
		background: rgba(246, 239, 225, 0.45);
	}

	.bbas-story-route {
		inset: 0 auto auto 0;
		width: 640px;
		height: 434px;
		opacity: 0.33;
		transform: rotate(8deg) translate(-100px, 125px);
		transform-origin: center;
	}

	.bbas-story-route-start {
		position: relative;
		top: auto;
		left: auto;
		width: 84px;
		height: 84px;
	}

	.bbas-order-ticket {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		min-width: 0;
		margin: -14px 0 8px;
		padding: 24px 20px 18px 35px;
		transform: rotate(-0.3deg);
	}

	.bbas-ticket-meta {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.bbas-ticket-meta div,
	.bbas-ticket-meta div + div {
		padding: 0 0 7px;
		border-right: 0;
		border-bottom: 1px dotted rgba(56, 67, 58, 0.25);
	}

	.bbas-ticket-meta div:last-child {
		border-bottom: 0;
	}

	.bbas-story-stage {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		min-height: 52px;
		align-items: center;
		padding: 8px 12px;
		background: rgba(246, 239, 225, 0.78);
		border-bottom: 1px dashed rgba(232, 118, 82, 0.35);
	}

	.bbas-story-photo {
		order: 3;
		height: 390px;
		margin: 0;
	}

	.bbas-gift-note {
		top: auto;
		right: 14px;
		bottom: 20px;
		width: 175px;
	}

	.bbas-quick-facts {
		grid-template-columns: 1fr 1fr;
	}

	.bbas-quick-facts article {
		border-right: 0;
		border-bottom: 1px dotted rgba(40, 65, 53, 0.28);
	}

	.bbas-workspace-panel {
		padding: 26px 18px 32px;
	}

	.bbas-workspace-heading h1,
	.bbas-order-heading h1 {
		font-size: 28px;
	}

	.bbas-order-row {
		grid-template-columns: 90px 1fr;
		padding: 12px;
	}

	.bbas-order-row > img {
		width: 90px;
		height: 100px;
	}

	.bbas-order-row dl,
	.bbas-order-row__actions,
	.bbas-order-row__exception {
		grid-column: 1 / -1;
	}

	.bbas-order-row dl {
		grid-template-columns: repeat(3, 1fr);
	}

	.bbas-order-heading {
		flex-direction: column;
	}

	.bbas-tracking-story {
		grid-template-columns: 1fr;
	}

	.bbas-tracking-story > img {
		height: 250px;
	}

	.bbas-workspace-panel .woocommerce-Addresses,
	.bbas-public-tracking-panel .woocommerce-columns,
	.bbas-support-layout,
	.bbas-cf7-grid {
		grid-template-columns: 1fr;
	}

	.bbas-workspace-panel table.shop_table,
	.bbas-native-order-details table.shop_table,
	.bbas-qode-wishlist table {
		display: block;
		overflow-x: auto;
	}

	.bbas-auth-shell {
		display: block;
		width: calc(100% - 28px);
		padding: 28px 0;
	}

	.bbas-auth-image {
		min-height: 250px;
		border-radius: 46% 54% 0 0 / 35% 35% 0 0;
	}

	.bbas-auth-form {
		padding: 32px 22px;
	}

	.bb-account-story.bbas-public-tracking-shell {
		padding: 20px 14px 34px;
	}

	.bbas-public-tracking-panel {
		padding: 26px 18px 32px;
	}
}

@media (max-width: 420px) {
	.bbas-ticket-actions,
	.bbas-order-row__actions {
		flex-direction: column;
	}

	.bbas-quick-facts {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-account-story *,
	.bb-account-story *::before,
	.bb-account-story *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation-duration: 0.001ms !important;
	}
}

/* Pay for Order */
.bb-account-story-order-pay-page .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.bb-account-story-order-pay-page .qodef-container-inner,
.bb-account-story-order-pay-page .qodef-grid,
.bb-account-story-order-pay-page .woocommerce {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.bb-account-story-order-pay-page {
	margin: 0;
}

/*
 * The Terms & Conditions table of contents is injected globally by the theme.
 * It has no place on the signed order-pay route and otherwise appears as a
 * narrow, independently scrolling strip at the far-left edge of the screen.
 */
body.bb-account-story-order-pay-page .toc,
body.bb-account-story-order-pay-page .toc.bb-toc-fixed {
	display: none !important;
	visibility: hidden !important;
}

.bb-account-story-order-pay-page .woocommerce::before,
.bb-account-story-order-pay-page .woocommerce::after,
.bbas-order-pay-form::before,
.bbas-order-pay-form::after {
	display: none;
}

body.logged-in.bb-account-story-order-pay-page .bbas-order-pay-shell {
	width: min(1300px, calc(100% - 50px));
	min-height: 560px;
	margin: 40px auto 0;
}

.bbas-order-pay-page {
	grid-template-columns: 205px minmax(0, 1fr);
	gap: 42px;
	width: min(1260px, calc(100vw - 120px));
	min-height: 610px;
	padding: 58px 0 54px;
}

.bbas-order-pay-page > .bbas-nav-column {
	padding-top: 66px;
}

.bbas-order-pay-page .bbas-account-nav ul {
	gap: 6px;
}

.bbas-order-pay-page .bbas-account-nav li a {
	min-height: 38px;
	gap: 10px;
	padding: 8px 13px;
	font-size: 12px;
}

.bbas-order-pay-page .bbas-account-nav .dashicons {
	flex-basis: 18px;
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.bbas-order-pay-workspace {
	min-height: 0;
	padding: 38px 42px 44px;
	background: rgba(246, 239, 225, 0.94);
}

.bbas-order-pay-heading {
	margin-bottom: 30px;
	padding-bottom: 23px;
}

.bbas-order-pay-heading > p {
	margin-bottom: 4px;
	font-size: 10px;
	letter-spacing: 0.14em;
}

.bbas-order-pay-heading h1 {
	margin-bottom: 6px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: normal;
}

.bbas-order-pay-heading > span {
	font-size: 13px;
}

.bbas-order-pay-form {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	align-items: start;
	gap: 28px !important;
	margin: 0;
}

.bbas-order-pay-summary {
	min-width: 0;
	min-height: 0;
	padding: 24px;
	background: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(33, 64, 52, 0.08);
	box-shadow: 0 6px 17px rgba(64, 58, 43, 0.04);
}

.bbas-order-pay-summary > img {
	width: 100%;
	height: 204px;
	margin: 0 0 20px;
	object-fit: cover;
}

.bbas-order-pay-summary__order {
	margin: 0 0 5px;
	color: var(--bbas-coral);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.bbas-order-pay-summary h2 {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.15;
}

.bbas-order-pay-summary dl {
	margin: 0;
}

.bbas-order-pay-summary dl > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 16px;
	margin: 0 0 8px;
}

.bbas-order-pay-summary dt,
.bbas-order-pay-summary dd {
	margin: 0;
	font-size: 12px;
}

.bbas-order-pay-summary dt {
	color: #73786f;
}

.bbas-order-pay-summary dd {
	color: var(--bbas-ink);
	font-weight: 700;
	text-align: right;
}

.bbas-order-pay-summary__total {
	margin-top: 18px !important;
	padding-top: 17px;
	border-top: 1px dashed rgba(232, 118, 82, 0.6);
}

.bbas-order-pay-summary__total dt,
.bbas-order-pay-summary__total dd {
	color: var(--bbas-coral);
	font-family: "Lora", Georgia, serif;
	font-size: 15px;
	font-weight: 600;
}

.bbas-order-pay-summary__reserved {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin: 24px 0 0;
	color: #646c65;
	font-size: 11px;
	line-height: 1.45;
}

.bbas-order-pay-summary__reserved .dashicons {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(33, 64, 52, 0.2);
	border-radius: 50%;
	font-size: 14px;
}

.bbas-order-pay-payment {
	min-width: 0;
}

.bbas-order-pay-payment > h2 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
}

.bbas-order-pay__legacy-express {
	display: none !important;
}

.bbas-order-pay-payment #payment {
	padding: 0;
	background: transparent;
	border: 0;
}

.bbas-order-pay-payment #payment ul.payment_methods {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0 !important;
	background: transparent;
	border: 0;
	list-style: none !important;
}

.bbas-order-pay-payment #payment ul.payment_methods::before,
.bbas-order-pay-payment #payment ul.payment_methods::after {
	display: none;
}

.bbas-order-pay-payment #payment ul.payment_methods > li {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--bbas-ink);
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(33, 64, 52, 0.17);
	border-radius: 4px;
	box-shadow: none;
	list-style: none !important;
	transition: background-color 150ms ease, border-color 150ms ease;
}

/*
 * Live Stripe can mark its separate Klarna and MobilePay gateway rows as
 * visible with an inline `display: block`. That inline declaration wins over
 * the grid above and puts the radio and label on separate lines. Restore the
 * approved row grid only for that explicit visible state; an inline
 * `display: none` remains untouched and can still hide an unavailable method.
 */
.bbas-order-pay-payment #payment ul.payment_methods > li.payment_method_stripe_klarna[style*="display: block"],
.bbas-order-pay-payment #payment ul.payment_methods > li.payment_method_stripe_klarna[style*="display:block"],
.bbas-order-pay-payment #payment ul.payment_methods > li.payment_method_stripe_mobilepay[style*="display: block"],
.bbas-order-pay-payment #payment ul.payment_methods > li.payment_method_stripe_mobilepay[style*="display:block"] {
	display: grid !important;
}

.bbas-order-pay-payment #payment ul.payment_methods > li::before,
.bbas-order-pay-payment #payment ul.payment_methods > li::after {
	display: none !important;
}

.bbas-order-pay-payment #payment ul.payment_methods > li:hover {
	background: rgba(255, 253, 248, 0.74);
	border-color: rgba(33, 64, 52, 0.34);
}

.bbas-order-pay-payment #payment ul.payment_methods > li.is-selected,
.bbas-order-pay-payment #payment ul.payment_methods > li:has(> input[type="radio"]:checked) {
	background: rgba(255, 253, 248, 0.82);
	border-color: rgba(33, 64, 52, 0.58);
}

.bbas-order-pay-payment #payment ul.payment_methods > li > input[type="radio"] {
	position: static !important;
	grid-column: 1;
	grid-row: 1;
	width: 18px;
	height: 18px;
	margin: 0 0 0 17px !important;
	opacity: 1 !important;
	accent-color: #2f80ed;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > label {
	display: flex !important;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 !important;
	padding: 0 19px 0 0 !important;
	color: var(--bbas-ink) !important;
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > label::before,
.bbas-order-pay-payment #payment ul.payment_methods > li > label::after {
	display: none !important;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > label img {
	float: none !important;
	width: auto;
	max-width: 112px;
	height: auto;
	max-height: 28px;
	margin: 0 0 0 auto !important;
	object-fit: contain;
}

.bbas-order-pay-payment #payment ul.payment_methods > li.payment_method_bb_paypal_stripe > label img {
	width: 36px;
	height: 30px;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > .payment_box {
	grid-column: 1 / -1;
	margin: 0 !important;
	padding: 12px 18px 17px 34px !important;
	color: #59645c;
	background: transparent !important;
	border-top: 1px solid rgba(33, 64, 52, 0.09);
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > .payment_box::before,
.bbas-order-pay-payment #payment ul.payment_methods > li > .payment_box::after {
	display: none !important;
}

.bbas-order-pay-payment #payment ul.payment_methods > li > .payment_box p {
	margin: 0;
	color: #59645c;
}

.bbas-order-pay-payment #payment .wc-stripe-upe-element,
.bbas-order-pay-payment #payment .__PrivateStripeElement,
.bbas-order-pay-payment #payment iframe[title="Secure payment input frame"] {
	width: 100% !important;
	max-width: none !important;
}

/*
 * Stripe uses this transparent text input to sample the site's field styles.
 * Tonda gives all text inputs width: 100%; combined with Stripe's inline left
 * offset that made the invisible probe protrude beyond the payment column.
 */
.bbas-order-pay-payment #wc-stripe-hidden-style-input {
	max-width: calc(100% - 57px) !important;
}

.bbas-order-pay-payment #payment .testmode-info {
	margin-bottom: 10px;
	padding: 8px 10px;
	color: #6e5b31;
	background: rgba(220, 181, 71, 0.12);
	border-left: 3px solid var(--bbas-mustard);
	font-size: 11px;
}

.bbas-order-pay-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 39px;
	color: #59645c;
	font-size: 12px;
}

.bbas-order-pay-trust .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.bbas-order-pay-submit {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
}

.bbas-order-pay-submit .woocommerce-terms-and-conditions-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 0 22px;
}

.bbas-order-pay-submit .woocommerce-terms-and-conditions-wrapper > .form-row {
	order: 1;
	margin: 0 !important;
	padding: 0 !important;
}

.bbas-order-pay-submit .woocommerce-terms-and-conditions-wrapper > .woocommerce-privacy-policy-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bbas-order-pay-submit .woocommerce-terms-and-conditions-wrapper > .woocommerce-terms-and-conditions {
	order: 0;
}

.bbas-order-pay-submit label.checkbox {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #59645c;
	font-size: 13px;
	line-height: 1.45;
}

.bbas-order-pay-submit input[type="checkbox"] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0 !important;
	accent-color: var(--bbas-forest);
}

.bbas-order-pay-submit .required {
	display: none;
}

.bbas-order-pay-submit label.checkbox > span::after {
	color: var(--bbas-coral);
	content: " *";
}

.bbas-order-pay-submit a {
	color: var(--bbas-coral);
}

.bbas-order-pay-submit #place_order {
	width: 100%;
	min-height: 45px;
	margin: 0;
	padding: 11px 20px;
	color: #fffdf7 !important;
	background: var(--bbas-forest) !important;
	border: 1px solid var(--bbas-forest);
	border-radius: 2px;
	box-shadow: none;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

.bbas-order-pay-submit #place_order:hover,
.bbas-order-pay-submit #place_order:focus {
	background: #2c5948 !important;
	transform: translateY(-1px);
}

.bbas-order-pay-back {
	display: table;
	margin: 0 auto;
	color: var(--bbas-coral) !important;
	font-family: "Lora", Georgia, serif;
	font-size: 14px;
	text-decoration: none;
}

.bbas-order-pay-back:hover {
	color: var(--bbas-forest) !important;
}

.bbas-fixture-card-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.bbas-fixture-card-fields label:first-child {
	grid-column: 1 / -1;
}

.bbas-fixture-card-fields label {
	display: grid;
	gap: 5px;
	color: #59645c;
	font-size: 12px;
}

.bbas-fixture-card-fields input {
	width: 100%;
	height: 35px;
	padding: 9px 11px;
	color: var(--bbas-ink);
	background: #fffdf8;
	border: 1px solid rgba(33, 64, 52, 0.24);
	border-radius: 2px;
	font-size: 13px;
}

.bbas-fixture-card-fields input::placeholder {
	color: #959995;
	opacity: 1;
}

.bbas-fixture-status {
	min-height: 17px;
	margin: 7px 0 0;
	color: #813d2b;
	font-size: 10px;
	text-align: center;
}

.bbas-order-pay-no-methods {
	display: block !important;
	padding: 14px !important;
}

.bbas-order-pay-page--guest {
	grid-template-columns: minmax(0, 1fr);
	width: min(1440px, calc(100vw - 44px));
}

@media (max-width: 1280px) {
	.bbas-order-pay-form {
		grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
		gap: 24px !important;
	}

	.bbas-order-pay-summary {
		padding-inline: 24px;
	}
}

@media (max-width: 1024px) {
	.bbas-order-pay-page,
	.bbas-order-pay-page--guest {
		grid-template-columns: 1fr;
		gap: 18px;
		width: calc(100% - 48px);
		min-height: 0;
		padding-block: 34px;
	}

	.bbas-order-pay-page > .bbas-nav-column {
		padding-top: 0;
	}

	.bbas-order-pay-workspace {
		min-height: 0;
	}

	.bbas-order-pay-form {
		grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
	}
}

@media (max-width: 760px) {
	.bbas-order-pay-page,
	.bbas-order-pay-page--guest {
		width: calc(100% - 28px);
		padding-block: 34px;
	}

	.bbas-order-pay-workspace {
		padding: 27px 18px 30px;
	}

	.bbas-order-pay-heading {
		margin-bottom: 20px;
		padding-bottom: 19px;
	}

	.bbas-order-pay-heading h1 {
		font-size: 31px;
	}

	.bbas-order-pay-heading > span {
		font-size: 13px;
	}

	.bbas-order-pay-form {
		grid-template-columns: 1fr;
		gap: 24px !important;
	}

	.bbas-order-pay-summary {
		display: grid;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 0 18px;
		padding: 18px;
		min-height: 0;
	}

	.bbas-order-pay-summary > img {
		grid-row: 1 / 5;
		width: 110px;
		height: 128px;
		margin: 0;
	}

	.bbas-order-pay-summary__order,
	.bbas-order-pay-summary h2,
	.bbas-order-pay-summary dl {
		grid-column: 2;
	}

	.bbas-order-pay-summary h2 {
		margin-bottom: 13px;
		font-size: 21px;
	}

	.bbas-order-pay-summary__reserved {
		grid-column: 1 / -1;
		margin: 18px 0 0;
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li > label {
		font-size: 14px;
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li > .payment_box {
		padding-left: 18px !important;
	}

	.bbas-fixture-card-fields {
		grid-template-columns: 1fr 1fr;
	}

	.bbas-fixture-card-fields label:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.bbas-order-pay-workspace {
		padding: 26px 18px 32px;
	}
}

@media (max-width: 430px) {
	.bbas-order-pay-summary {
		display: block;
	}

	.bbas-order-pay-summary > img {
		width: 100%;
		height: 190px;
		margin-bottom: 17px;
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li > input[type="radio"] {
		margin-left: 13px !important;
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li > label {
		gap: 10px;
		padding-right: 13px !important;
		font-size: 13px;
	}

	.bbas-order-pay-payment #payment ul.payment_methods > li > label img {
		max-width: 82px;
		max-height: 24px;
	}
}
