body.blotto-customer-hub {
	--blotto-ink: #3d292f;
	--blotto-muted: #806a71;
	--blotto-border: #efcfd8;
	--blotto-soft: #fff8fa;
	--blotto-pink: #cf4168;
	--blotto-pink-dark: #9d294c;
	--blotto-orange: #ff5425;
	--blotto-green: #168a4d;
	--blotto-green-soft: #eaf8f0;
	--blotto-shadow: 0 12px 30px rgba(85, 42, 57, .08);
	color: var(--blotto-ink);
}

body.blotto-customer-hub .l-main .woocommerce {
	max-width: 1180px;
	margin-inline: auto;
}

body.blotto-customer-hub .woocommerce-MyAccount-navigation {
	width: 100%;
	margin: 0 0 24px;
	padding: 8px;
	border: 1px solid var(--blotto-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(85, 42, 57, .05);
}

body.blotto-customer-hub .woocommerce-MyAccount-navigation ul {
	display: flex;
	gap: 6px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: thin;
}

body.blotto-customer-hub .woocommerce-MyAccount-navigation li {
	flex: 0 0 auto;
	margin: 0;
}

body.blotto-customer-hub .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 14px;
	border-radius: 10px;
	color: var(--blotto-muted);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
}

body.blotto-customer-hub .woocommerce-MyAccount-navigation .is-active a,
body.blotto-customer-hub .woocommerce-MyAccount-navigation a:hover,
body.blotto-customer-hub .woocommerce-MyAccount-navigation a:focus-visible {
	background: #fbe6ec;
	color: var(--blotto-pink-dark);
	outline: 0;
}

body.blotto-customer-hub .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.blotto-hub-eyebrow {
	display: block;
	margin: 0 0 4px;
	color: var(--blotto-pink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.blotto-hub-hero,
.blotto-orders-header {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 24px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff 0%, #fff5f8 100%);
	box-shadow: var(--blotto-shadow);
}

.blotto-hub-hero h2,
.blotto-orders-header h2 {
	margin: 0 0 6px;
	color: var(--blotto-ink);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
}

.blotto-hub-hero p,
.blotto-orders-header p {
	max-width: 650px;
	margin: 0;
	color: var(--blotto-muted);
	line-height: 1.7;
}

body.blotto-customer-hub .button,
body.blotto-customer-hub button.button,
body.blotto-customer-hub input.button {
	border: 0;
	border-radius: 999px;
	background: var(--blotto-orange);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(255, 84, 37, .16);
}

body.blotto-customer-hub .button:hover,
body.blotto-customer-hub .button:focus-visible {
	background: #e8471f;
	color: #fff;
	transform: translateY(-1px);
	outline: 0;
}

body.blotto-customer-hub .blotto-hub-secondary {
	border: 1px solid var(--blotto-border);
	background: #fff;
	color: var(--blotto-pink-dark) !important;
	box-shadow: none;
	white-space: nowrap;
}

body.blotto-customer-hub .blotto-hub-secondary:hover,
body.blotto-customer-hub .blotto-hub-secondary:focus-visible {
	background: #fbe6ec;
	color: var(--blotto-pink-dark) !important;
}

.blotto-hub-section,
.blotto-order-card,
.blotto-hub-empty {
	margin: 0 0 20px;
	padding: 22px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--blotto-shadow);
}

.blotto-hub-section__heading,
.blotto-order-card__header {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 16px;
}

.blotto-hub-section__heading h3,
.blotto-order-card__header h3 {
	margin: 0;
	color: var(--blotto-ink);
	font-size: 22px;
}

.blotto-order-card__header time {
	display: block;
	margin-top: 3px;
	color: var(--blotto-muted);
	font-size: 13px;
}

.blotto-status-chip {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fbe6ec;
	color: var(--blotto-pink-dark);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.blotto-status-completed,
.blotto-status-processing,
.blotto-status-checking-payment {
	background: var(--blotto-green-soft);
	color: var(--blotto-green);
}

.blotto-status-cancelled,
.blotto-status-failed,
.blotto-status-refunded {
	background: #f4eff1;
	color: #6f5b62;
}

.blotto-order-state {
	display: grid;
	gap: 4px;
	margin: 4px 0 18px;
	padding: 14px 16px;
	border: 1px solid #e4d9dd;
	border-radius: 14px;
	background: #faf7f8;
	color: #6f5b62;
}

.blotto-order-state strong {
	color: var(--blotto-ink);
}

.blotto-order-state span {
	font-size: 13px;
	line-height: 1.6;
}

.blotto-order-progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 4px 0 20px;
	padding: 0;
	list-style: none;
}

.blotto-order-progress::before {
	position: absolute;
	top: 15px;
	right: 12.5%;
	left: 12.5%;
	height: 2px;
	background: #eadde1;
	content: "";
}

.blotto-order-progress li {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 6px;
	justify-items: center;
	color: #9a878d;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.blotto-order-progress__dot {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 2px solid #eadde1;
	border-radius: 50%;
	background: #fff;
}

.blotto-order-progress .is-complete,
.blotto-order-progress .is-current {
	color: var(--blotto-green);
}

.blotto-order-progress .is-complete .blotto-order-progress__dot {
	border-color: var(--blotto-green);
	background: var(--blotto-green);
	color: #fff;
}

.blotto-order-progress .is-current .blotto-order-progress__dot {
	border-color: var(--blotto-pink);
	background: var(--blotto-pink);
	color: #fff;
}

.blotto-order-products {
	display: grid;
	gap: 10px;
	margin: 0 0 16px;
}

.blotto-order-product {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px;
	border: 1px solid #f1e4e8;
	border-radius: 14px;
	background: var(--blotto-soft);
}

.blotto-order-product__image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	object-fit: cover;
}

.blotto-order-product__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.blotto-order-product__copy strong {
	overflow-wrap: anywhere;
	color: var(--blotto-ink);
	line-height: 1.45;
}

.blotto-order-product__copy span,
.blotto-order-products__more {
	color: var(--blotto-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.blotto-order-meta,
.blotto-order-card__footer,
.blotto-order-total {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
}

.blotto-order-meta {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #f9f3f5;
}

.blotto-order-total {
	min-width: 150px;
}

.blotto-order-total span {
	color: var(--blotto-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.blotto-order-total strong {
	color: var(--blotto-ink);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.3;
}

.blotto-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

body.blotto-customer-hub .blotto-order-actions .button {
	margin: 0;
	padding: 10px 14px;
	font-size: 13px;
}

body.blotto-customer-hub .blotto-order-actions .view {
	border: 1px solid var(--blotto-pink) !important;
	background: var(--blotto-pink) !important;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(207, 65, 104, 0.18);
}

body.blotto-customer-hub .blotto-order-actions .view:hover,
body.blotto-customer-hub .blotto-order-actions .view:focus-visible {
	border-color: var(--blotto-pink-dark) !important;
	background: var(--blotto-pink-dark) !important;
	color: #fff !important;
}

.blotto-tracking-card {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 16px;
	padding: 14px;
	border: 1px solid #bfe6d1;
	border-radius: 14px;
	background: var(--blotto-green-soft);
}

.blotto-tracking-card div {
	display: grid;
	gap: 3px;
}

.blotto-tracking-card span {
	color: #48705c;
	font-size: 12px;
}

.blotto-hub-quick-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 20px;
}

.blotto-hub-quick-links a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 2px 12px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--blotto-border);
	border-radius: 16px;
	background: #fff;
	color: var(--blotto-ink);
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(85, 42, 57, .05);
}

.blotto-hub-quick-links a:hover,
.blotto-hub-quick-links a:focus-visible {
	border-color: #d7869e;
	box-shadow: var(--blotto-shadow);
	transform: translateY(-1px);
	outline: 0;
}

.blotto-quick-icon {
	grid-row: 1 / span 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: #fbe6ec;
	color: var(--blotto-pink-dark);
	font-size: 18px;
	font-weight: 900;
}

.blotto-hub-quick-links strong {
	overflow-wrap: anywhere;
}

.blotto-hub-quick-links small {
	color: var(--blotto-muted);
}

.blotto-recent-orders {
	display: grid;
	gap: 10px;
}

.blotto-recent-order {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 14px;
	border: 1px solid #f1e4e8;
	border-radius: 12px;
	color: var(--blotto-ink);
	text-decoration: none;
}

.blotto-recent-order div {
	display: grid;
	gap: 3px;
}

.blotto-recent-order span {
	color: var(--blotto-muted);
	font-size: 12px;
}

.blotto-order-list {
	display: grid;
	gap: 16px;
}

.blotto-auth-header {
	max-width: 680px;
	margin: 0 auto 16px;
	text-align: center;
}

.blotto-auth-header h2 {
	margin: 0 0 6px;
	color: var(--blotto-ink);
	font-size: clamp(26px, 4vw, 38px);
}

.blotto-auth-header p {
	margin: 0;
	color: var(--blotto-muted);
	line-height: 1.7;
}

.blotto-auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 520px;
	margin: 0 auto 14px;
	padding: 5px;
	border: 1px solid var(--blotto-border);
	border-radius: 999px;
	background: #fff;
}

.blotto-auth-tab {
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--blotto-muted);
	font-weight: 800;
	cursor: pointer;
}

.blotto-auth-tab.is-active {
	background: var(--blotto-pink);
	color: #fff;
}

body.blotto-customer-hub #customer_login {
	display: block;
	max-width: 620px;
	margin: 0 auto;
}

body.blotto-customer-hub #customer_login .u-column1,
body.blotto-customer-hub #customer_login .u-column2 {
	float: none;
	width: 100%;
	padding: 24px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--blotto-shadow);
}

body.blotto-customer-hub #customer_login h2 {
	margin-top: 0;
	font-size: 22px;
}

body.blotto-customer-hub #customer_login .altEmail_container {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.blotto-customer-hub form .form-row {
	margin-bottom: 14px;
}

body.blotto-customer-hub form input.input-text,
body.blotto-customer-hub form select,
body.blotto-customer-hub form textarea {
	min-height: 48px;
	border: 1px solid #eadde1;
	border-radius: 12px;
	background: #fffafb;
}

body.blotto-customer-hub .nsl-container-buttons {
	display: grid !important;
	gap: 8px !important;
	grid-template-columns: 1fr 1fr;
}

body.blotto-customer-hub .nsl-container-buttons > a {
	margin: 0 !important;
}

body.blotto-customer-hub .nsl-button {
	border-radius: 12px !important;
}

body.blotto-customer-hub .nsl-separator {
	color: var(--blotto-muted);
}

body.blotto-customer-hub .woocommerce-Addresses,
body.blotto-customer-hub form.woocommerce-EditAccountForm,
body.blotto-customer-hub .woocommerce-customer-details,
body.blotto-customer-hub .woocommerce-order-details {
	padding: 20px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--blotto-shadow);
}

body.blotto-customer-hub .woocommerce-order-details {
	margin-bottom: 20px;
}

body.blotto-customer-hub .woocommerce-order-details__title,
body.blotto-customer-hub .woocommerce-customer-details h2 {
	margin: 0 0 16px;
	color: var(--blotto-ink);
	font-size: 22px;
}

body.blotto-customer-hub .woocommerce-table--order-details {
	margin: 0;
	border: 0;
}

body.blotto-customer-hub .woocommerce-table--order-details th,
body.blotto-customer-hub .woocommerce-table--order-details td {
	padding: 13px 10px;
	border-color: #f1e4e8;
}

.blotto-account-order-item-name {
	color: var(--blotto-ink);
	font-weight: 700;
	line-height: 1.55;
}

body.blotto-customer-hub .woocommerce-MyAccount-content a:not(.button) {
	text-underline-offset: 3px;
}

body.blotto-customer-hub .woocommerce-MyAccount-content .woocommerce-button,
body.blotto-customer-hub .woocommerce-MyAccount-content a.button {
	color: #fff !important;
}

body.blotto-customer-hub .woocommerce-MyAccount-content .woocommerce-button:hover,
body.blotto-customer-hub .woocommerce-MyAccount-content .woocommerce-button:focus-visible,
body.blotto-customer-hub .woocommerce-MyAccount-content a.button:hover,
body.blotto-customer-hub .woocommerce-MyAccount-content a.button:focus-visible {
	color: #fff !important;
}

body.blotto-customer-hub .woocommerce-MyAccount-content a.button.blotto-hub-secondary {
	border-color: var(--blotto-border);
	background: #fff;
	color: var(--blotto-pink-dark) !important;
	box-shadow: none;
}

body.blotto-customer-hub .woocommerce-MyAccount-content a.button.blotto-hub-secondary:hover,
body.blotto-customer-hub .woocommerce-MyAccount-content a.button.blotto-hub-secondary:focus-visible {
	background: #fbe6ec;
	color: var(--blotto-pink-dark) !important;
}

body.blotto-customer-hub-order-terminal .track-button {
	display: none !important;
}

body.blotto-customer-hub-coupons .blotto-coupon-shell {
	padding: 24px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--blotto-shadow);
}

body.blotto-customer-hub-coupons .blotto-coupon-tabs {
	display: inline-flex;
	gap: 6px;
	margin: 0 0 24px;
	padding: 5px;
	border-radius: 999px;
	background: var(--blotto-soft);
}

body.blotto-customer-hub-coupons .blotto-coupon-tab {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 44px;
	padding: 9px 16px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--blotto-muted);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

body.blotto-customer-hub-coupons .blotto-coupon-tab strong {
	display: grid;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	place-items: center;
	border-radius: 999px;
	background: #fff;
	color: var(--blotto-pink-dark);
	font-size: 13px;
}

body.blotto-customer-hub-coupons .blotto-coupon-tab.is-active {
	background: var(--blotto-pink);
	color: #fff;
	box-shadow: 0 6px 16px rgba(207, 65, 104, .22);
}

body.blotto-customer-hub-coupons .wt-mycoupons,
body.blotto-customer-hub-coupons .wt-used-coupons {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.blotto-customer-hub-coupons .blotto-coupon-panel-head {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

body.blotto-customer-hub-coupons .wt-mycoupons > h4,
body.blotto-customer-hub-coupons .wt-used-coupons > h4,
body.blotto-customer-hub-coupons .blotto-coupon-panel-head > h4 {
	margin: 0;
	color: var(--blotto-ink);
	font-size: 22px;
	line-height: 1.4;
}

body.blotto-customer-hub-coupons .wt_sc_available_coupon_sort_by {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--blotto-muted);
	font-size: 14px;
}

body.blotto-customer-hub-coupons .wt_sc_available_coupon_sort_by form {
	margin: 0;
}

body.blotto-customer-hub-coupons .wt_sc_available_coupon_sort_by select {
	width: auto;
	min-width: 190px;
	min-height: 42px;
	margin: 0;
	border: 1px solid var(--blotto-border);
	border-radius: 10px;
	background: #fff;
	color: var(--blotto-ink);
}

body.blotto-customer-hub-coupons .wt_coupon_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

body.blotto-customer-hub-coupons .blotto-coupon-card {
	display: grid;
	gap: 16px;
	align-content: start;
	padding: 18px;
	border: 1px solid var(--blotto-border);
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
	box-shadow: 0 8px 24px rgba(85, 42, 57, .07);
}

body.blotto-customer-hub-coupons .blotto-coupon-card.blotto-coupon-is-active {
	border-color: #8bcaa4;
	background: #f5fcf7;
}

body.blotto-customer-hub-coupons .wt_sc_single_coupon {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	cursor: pointer;
	filter: drop-shadow(0 10px 18px rgba(85, 42, 57, .12));
	transition: transform .18s ease, filter .18s ease;
}

body.blotto-customer-hub-coupons .blotto-coupon-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

body.blotto-customer-hub-coupons .blotto-coupon-facts > div {
	display: grid;
	gap: 3px;
	padding: 11px 12px;
	border-radius: 12px;
	background: var(--blotto-soft);
}

body.blotto-customer-hub-coupons .blotto-coupon-facts dt {
	color: var(--blotto-muted);
	font-size: 13px;
	font-weight: 600;
}

body.blotto-customer-hub-coupons .blotto-coupon-facts dd {
	margin: 0;
	color: var(--blotto-ink);
	font-size: 15px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

body.blotto-customer-hub-coupons .blotto-coupon-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

body.blotto-customer-hub-coupons .blotto-coupon-actions .button {
	display: grid;
	min-height: 46px;
	margin: 0;
	padding: 10px 14px;
	place-items: center;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

body.blotto-customer-hub-coupons .blotto-coupon-copy {
	border: 1px solid var(--blotto-border);
	background: #fff !important;
	color: var(--blotto-pink-dark) !important;
	box-shadow: none !important;
}

body.blotto-customer-hub-coupons .blotto-coupon-apply:disabled {
	background: #e4f5e9 !important;
	color: #167540 !important;
	opacity: 1;
	cursor: default;
}

body.blotto-customer-hub-coupons .blotto-coupon-notice {
	border-color: #8bcaa4;
	background: #edf9f1;
	color: #167540;
	font-weight: 700;
}

body.blotto-customer-hub-coupons .wt_sc_single_coupon:hover,
body.blotto-customer-hub-coupons .wt_sc_single_coupon:focus-visible {
	filter: drop-shadow(0 14px 24px rgba(85, 42, 57, .18));
	transform: translateY(-2px);
	outline: 3px solid rgba(207, 65, 104, .2);
	outline-offset: 4px;
}

body.blotto-customer-hub-coupons .wt_sc_single_coupon svg > path:first-of-type {
	fill: var(--blotto-pink) !important;
}

body.blotto-customer-hub-coupons .wt_sc_single_coupon svg > path:nth-of-type(2) {
	fill: var(--blotto-pink-dark) !important;
}

body.blotto-customer-hub-coupons .wt_sc_myaccount_no_used_coupons {
	margin: 0;
	padding: 16px;
	border-radius: 12px;
	background: var(--blotto-soft);
	color: var(--blotto-muted);
	text-align: center;
}

@media (max-width: 900px) {
	.blotto-hub-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.blotto-customer-hub .l-main .woocommerce {
		width: 100%;
	}

	body.blotto-customer-hub .woocommerce-MyAccount-navigation {
		position: sticky;
		top: 0;
		z-index: 5;
		margin-bottom: 16px;
		border-radius: 12px;
	}

	body.blotto-customer-hub .woocommerce-MyAccount-navigation ul {
		padding-bottom: 3px;
		scroll-snap-type: x proximity;
	}

	body.blotto-customer-hub .woocommerce-MyAccount-navigation li {
		scroll-snap-align: start;
	}

	body.blotto-customer-hub .woocommerce-MyAccount-navigation a {
		padding: 9px 12px;
		font-size: 12px;
	}

	.blotto-hub-hero,
	.blotto-orders-header {
		display: grid;
		padding: 18px;
	}

	.blotto-hub-hero .button,
	.blotto-orders-header .button {
		width: 100%;
		text-align: center;
	}

	.blotto-hub-section,
	.blotto-order-card,
	.blotto-hub-empty {
		padding: 16px;
		border-radius: 16px;
	}

	.blotto-hub-quick-links {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.blotto-hub-quick-links a {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 12px;
	}

	.blotto-quick-icon {
		width: 36px;
		height: 36px;
	}

	.blotto-hub-quick-links small {
		display: none;
	}

	.blotto-order-card__header,
	.blotto-hub-section__heading {
		align-items: center;
	}

	.blotto-order-progress li {
		font-size: 9px;
	}

	.blotto-order-progress__dot {
		width: 28px;
		height: 28px;
	}

	.blotto-order-progress::before {
		top: 13px;
	}

	.blotto-order-card__footer {
		display: grid;
	}

	.blotto-order-total {
		width: 100%;
		padding: 12px 0;
	}

	.blotto-order-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	body.blotto-customer-hub .blotto-order-actions .button {
		display: grid;
		align-items: center;
		width: 100%;
		min-height: 44px;
		text-align: center;
	}

	body.blotto-customer-hub #customer_login .u-column1,
	body.blotto-customer-hub #customer_login .u-column2 {
		padding: 18px;
	}

	body.blotto-customer-hub .nsl-container-buttons {
		grid-template-columns: 1fr;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-shell {
		padding: 16px;
		border-radius: 16px;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		margin-bottom: 18px;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-tab {
		justify-content: center;
		padding-inline: 10px;
		font-size: 14px;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-panel-head {
		display: grid;
		gap: 12px;
	}

	body.blotto-customer-hub-coupons .wt_sc_available_coupon_sort_by {
		display: flex;
	}

	body.blotto-customer-hub-coupons .wt_sc_available_coupon_sort_by select {
		width: 100%;
		min-width: 0;
	}

	body.blotto-customer-hub-coupons .wt_coupon_wrapper {
		grid-template-columns: 1fr;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-card {
		padding: 14px;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-facts {
		grid-template-columns: 1fr 1fr;
	}

	body.blotto-customer-hub-coupons .blotto-coupon-actions {
		grid-template-columns: 1fr;
	}

	body.blotto-customer-hub .woocommerce-order-details,
	body.blotto-customer-hub .woocommerce-customer-details,
	body.blotto-customer-hub .woocommerce-Addresses,
	body.blotto-customer-hub form.woocommerce-EditAccountForm {
		padding: 16px;
		border-radius: 16px;
	}

	body.blotto-customer-hub .woocommerce-table--order-details th,
	body.blotto-customer-hub .woocommerce-table--order-details td {
		padding: 11px 6px;
		font-size: 13px;
	}
}
