.wwe-manage,
.wwe-single,
.wwe-add-to-wishlist,
.wwe-workspace {
	--wwe-font-body: inherit;
	--wwe-font-heading: inherit;
	--wwe-primary: var(--wp--preset--color--contrast, currentColor);
	--wwe-primary-contrast: var(--wp--preset--color--base, #ffffff);
	--wwe-accent: var(--wp--preset--color--accent, var(--wwe-primary, #2b2238));
	--wwe-surface: var(--wp--preset--color--base, #ffffff);
	--wwe-surface-muted: rgba(255, 255, 255, 0.72);
	--wwe-surface-tint: rgba(255, 255, 255, 0.9);
	--wwe-border: rgba(43, 34, 56, 0.12);
	--wwe-border-strong: rgba(43, 34, 56, 0.18);
	--wwe-text: var(--wp--preset--color--contrast, #231b2f);
	--wwe-text-muted: rgba(35, 27, 47, 0.72);
	--wwe-text-soft: rgba(35, 27, 47, 0.56);
	--wwe-shadow-soft: 0 24px 56px rgba(25, 21, 31, 0.06);
	--wwe-shadow-card: 0 16px 32px rgba(25, 21, 31, 0.06);
	--wwe-shadow-hover: 0 20px 48px rgba(25, 21, 31, 0.1);
	--wwe-radius-xl: 28px;
	--wwe-radius-lg: 22px;
	--wwe-radius-md: 16px;
	--wwe-radius-pill: 999px;
	--wwe-focus: rgba(91, 63, 125, 0.18);
	--wwe-success-bg: #ecfdf5;
	--wwe-success-border: #a7f3d0;
	--wwe-success-text: #065f46;
	--wwe-error-bg: #fef2f2;
	--wwe-error-border: #fecaca;
	--wwe-error-text: #991b1b;
	--wwe-gap: clamp(1rem, 1.25vw, 1.5rem);
	color: var(--wwe-text, #231b2f);
	font-family: var(--wwe-font-body, inherit);
}

.wwe-manage *,
.wwe-single *,
.wwe-add-to-wishlist *,
.wwe-workspace * {
	box-sizing: border-box;
}

.wwe-add-to-wishlist,
.wwe-workspace a.button,
.wwe-workspace button,
.wwe-single a.button,
.wwe-single button,
.wwe-manage a.button,
.wwe-manage button {
	align-items: center;
	background: var(--wwe-surface-tint, #ffffff);
	border: 1px solid var(--wwe-border-strong, rgba(43, 34, 56, 0.18));
	border-radius: var(--wwe-radius-pill, 999px);
	color: var(--wwe-text, #231b2f);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.2;
	padding: 0.7rem 1rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wwe-workspace a.button:hover,
.wwe-workspace button:hover,
.wwe-single a.button:hover,
.wwe-single button:hover,
.wwe-manage a.button:hover,
.wwe-manage button:hover {
	border-color: var(--wwe-border-strong, rgba(43, 34, 56, 0.18));
	box-shadow: 0 8px 18px rgba(25, 21, 31, 0.08);
	transform: translateY(-1px);
}

.wwe-add-to-wishlist {
	background: color-mix(in srgb, var(--wwe-surface, #ffffff) 92%, var(--wwe-accent, #8f6a3d) 8%);
	border-color: color-mix(in srgb, var(--wwe-accent, #8f6a3d) 32%, transparent);
	color: color-mix(in srgb, var(--wwe-accent, #8f6a3d) 80%, var(--wwe-text, #231b2f));
	font-size: 0.95rem;
	font-weight: 500;
	padding: 0.58rem 1rem;
}

.wwe-add-to-wishlist:hover,
.wwe-add-to-wishlist:focus-visible,
.wwe-add-to-wishlist[aria-pressed="true"] {
	background: color-mix(in srgb, var(--wwe-surface, #ffffff) 86%, var(--wwe-accent, #8f6a3d) 14%);
	border-color: color-mix(in srgb, var(--wwe-accent, #8f6a3d) 46%, transparent);
	color: color-mix(in srgb, var(--wwe-accent, #8f6a3d) 88%, var(--wwe-text, #231b2f));
}

.woocommerce ul.products li.product .wwe-add-to-wishlist,
.woocommerce div.product .summary .wwe-add-to-wishlist {
	display: flex;
	margin: 0.85rem auto 0;
	width: fit-content;
}

.wwe-button-primary {
	background: var(--wwe-accent, #2b2238);
	border-color: color-mix(in srgb, var(--wwe-accent, #2b2238) 70%, transparent);
	box-shadow: 0 14px 26px rgba(25, 21, 31, 0.12);
	color: var(--wwe-primary-contrast, #ffffff);
}

.wwe-button-primary:hover {
	background: color-mix(in srgb, var(--wwe-accent, #2b2238) 88%, black);
}

.wwe-button-secondary {
	background: var(--wwe-surface-tint, rgba(255, 255, 255, 0.9));
	border-color: var(--wwe-border, rgba(43, 34, 56, 0.12));
	color: var(--wwe-text, #231b2f);
}

.wwe-danger {
	border-color: rgba(153, 27, 27, 0.25);
	color: #991b1b;
}

.wwe-danger:hover {
	background: rgba(153, 27, 27, 0.06);
}

.wwe-add-to-wishlist:focus-visible,
.wwe-workspace button:focus-visible,
.wwe-workspace input:focus-visible,
.wwe-workspace select:focus-visible,
.wwe-workspace a:focus-visible {
	box-shadow: 0 0 0 4px var(--wwe-focus, rgba(91, 63, 125, 0.18));
	outline: 0;
}

.wwe-feedback {
	display: none;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-radius: var(--wwe-radius-md, 16px);
}

.wwe-feedback.is-success,
.wwe-feedback.is-error {
	display: block;
}

.wwe-feedback.is-success {
	background: var(--wwe-success-bg, #ecfdf5);
	border: 1px solid var(--wwe-success-border, #a7f3d0);
	color: var(--wwe-success-text, #065f46);
}

.wwe-feedback.is-error {
	background: var(--wwe-error-bg, #fef2f2);
	border: 1px solid var(--wwe-error-border, #fecaca);
	color: var(--wwe-error-text, #991b1b);
}

.wwe-workspace {
	display: grid;
	gap: clamp(1.25rem, 2vw, 2rem);
	grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
	align-items: start;
}

.wwe-workspace-shared,
.wwe-workspace-empty {
	grid-template-columns: minmax(0, 1fr);
}

.wwe-sidebar,
.wwe-main-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 248, 252, 0.92)),
		var(--wwe-surface, #ffffff);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-xl, 28px);
	box-shadow: var(--wwe-shadow-soft, 0 24px 56px rgba(25, 21, 31, 0.06));
	min-width: 0;
}

.wwe-sidebar {
	padding: 1.35rem;
	position: sticky;
	top: 1.5rem;
}

.wwe-main-card {
	padding: clamp(1.25rem, 2vw, 2rem);
}

.wwe-sidebar-header,
.wwe-main-hero,
.wwe-toolbar,
.wwe-browser-shell {
	display: grid;
	gap: 1rem;
}

.wwe-eyebrow {
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.wwe-sidebar h2,
.wwe-list-heading h2,
.wwe-browser-copy h3,
.wwe-panel-heading h3 {
	color: var(--wwe-text, #231b2f);
	font-family: var(--wwe-font-heading, inherit);
	line-height: 1.04;
	margin: 0;
}

.wwe-sidebar h2,
.wwe-list-heading h2 {
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.wwe-sidebar-intro,
.wwe-list-description,
.wwe-share-note,
.wwe-reorder-help,
.wwe-sidebar-empty,
.wwe-empty-state,
.wwe-item-snippet,
.wwe-modal-text,
.wwe-modal-list-option small,
.wwe-modal-section-title {
	color: var(--wwe-text-muted, rgba(35, 27, 47, 0.72));
}

.wwe-sidebar-intro,
.wwe-list-description,
.wwe-share-note {
	line-height: 1.65;
	margin: 0;
	max-width: 54ch;
}

.wwe-sidebar-create,
.wwe-toolbar-section,
.wwe-browser-shell,
.wwe-item-card,
.wwe-modal-panel {
	background: var(--wwe-surface-muted, rgba(255, 255, 255, 0.72));
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-lg, 22px);
}

.wwe-sidebar-create,
.wwe-toolbar-section,
.wwe-browser-shell {
	padding: 1rem;
}

.wwe-create-form,
.wwe-inline-form,
.wwe-list-settings,
.wwe-share-tools,
.wwe-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wwe-field-stack {
	display: grid;
	gap: 0.45rem;
	flex: 1 1 220px;
	min-width: 0;
}

.wwe-field-label {
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wwe-field-hint {
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	font-size: 0.84rem;
	line-height: 1.45;
}

.wwe-inline-form input,
.wwe-inline-form select,
.wwe-share-tools input {
	background: var(--wwe-surface, #ffffff);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-md, 16px);
	box-shadow: inset 0 1px 2px rgba(25, 21, 31, 0.03);
	color: var(--wwe-text, #231b2f);
	display: block;
	min-height: 48px;
	padding: 0.8rem 0.95rem;
	width: 100%;
}

.wwe-text-control,
.wwe-select-control {
	appearance: none;
	background: var(--wwe-surface, #ffffff);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-md, 16px);
	box-shadow: inset 0 1px 2px rgba(25, 21, 31, 0.03);
	color: var(--wwe-text, #231b2f);
	font-size: 16px;
	line-height: 1.3;
	min-height: 48px;
	padding: 0.8rem 0.95rem;
	width: 100%;
}

.wwe-select-control {
	appearance: menulist;
	padding-right: 2.8rem;
}

.wwe-text-control::placeholder {
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
}

.wwe-text-control {
	background-image: linear-gradient(to right, rgba(143, 106, 61, 0.16), rgba(143, 106, 61, 0.16));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
}

.wwe-select-wrap {
	display: block;
	position: relative;
}

.wwe-select-wrap::after {
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 6px solid var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	content: "";
	inset: 50% 1rem auto auto;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
}

.wwe-list-nav {
	display: grid;
	gap: 0.6rem;
}

.wwe-list-nav-item {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid transparent;
	border-radius: var(--wwe-radius-md, 16px);
	color: inherit;
	display: grid;
	gap: 0.3rem;
	padding: 0.95rem 1rem 1rem 1.1rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wwe-list-nav-item::before {
	background: transparent;
	border-radius: 999px;
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 4px;
}

.wwe-list-nav-item:hover,
.wwe-list-nav-item:focus-visible,
.wwe-list-nav-item.is-active {
	background: rgba(255, 255, 255, 0.94);
	border-color: var(--wwe-border, rgba(43, 34, 56, 0.12));
	box-shadow: var(--wwe-shadow-card, 0 16px 32px rgba(25, 21, 31, 0.06));
	transform: translateY(-1px);
}

.wwe-list-nav-item.is-active::before {
	background: var(--wwe-accent, #8f6a3d);
}

.wwe-list-nav-title {
	font-size: 1rem;
	font-weight: 700;
}

.wwe-list-nav-meta {
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	display: flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	gap: 0.35rem 0.75rem;
}

.wwe-list-nav-description {
	flex-basis: 100%;
}

.wwe-main-hero {
	border-bottom: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
}

.wwe-title-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wwe-privacy-pill {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-pill, 999px);
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 700;
	padding: 0.35rem 0.7rem;
}

.wwe-toolbar {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.5rem;
}

.wwe-panel-heading {
	display: grid;
	gap: 0.35rem;
	margin-bottom: 0.85rem;
}

.wwe-panel-heading h3 {
	font-size: 1.15rem;
}

.wwe-form-actions {
	align-items: flex-end;
}

.wwe-share-tools {
	align-items: flex-end;
}

.wwe-share-tools .wwe-field-stack {
	flex: 1 1 320px;
}

.wwe-browser-shell {
	display: grid;
	gap: 1rem;
	padding: 1.15rem;
}

.wwe-browser-header {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.wwe-browser-copy {
	display: grid;
	gap: 0.35rem;
}

.wwe-browser-copy h3 {
	font-size: 1.15rem;
}

.wwe-browser-controls {
	align-items: end;
	display: grid;
	gap: 0.6rem;
	justify-items: end;
}

.wwe-view-switch {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-pill, 999px);
	display: inline-flex;
	gap: 0.15rem;
	padding: 0.2rem;
}

.wwe-view-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.72));
	min-width: 94px;
	padding-inline: 1rem;
}

.wwe-view-toggle.is-active {
	background: var(--wwe-primary, #231b2f);
	box-shadow: none;
	color: var(--wwe-primary-contrast, #ffffff);
}

.wwe-view-toggle:not(.is-active):hover,
.wwe-view-toggle:not(.is-active):focus-visible {
	background: rgba(255, 255, 255, 0.84);
	color: var(--wwe-text, #231b2f);
}

.wwe-reorder-help {
	font-size: 0.92rem;
	margin: 0;
}

.wwe-item-browser {
	display: grid;
	gap: 1rem;
}

.wwe-item-collection {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wwe-item-card {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	overflow: hidden;
	padding: 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wwe-item-card:hover {
	border-color: var(--wwe-border-strong, rgba(43, 34, 56, 0.18));
	box-shadow: var(--wwe-shadow-hover, 0 20px 48px rgba(25, 21, 31, 0.1));
	transform: translateY(-2px);
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-collection {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-card {
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	width: 100%;
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-footer {
	align-items: start;
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-heading h3 {
	font-size: clamp(1.05rem, 1.2vw, 1.22rem);
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-snippet {
	font-size: 0.92rem;
	line-height: 1.58;
}

.wwe-item-media {
	align-items: center;
	background: linear-gradient(180deg, rgba(248, 245, 250, 0.95), rgba(255, 255, 255, 0.95));
	border-radius: calc(var(--wwe-radius-lg, 22px) - 4px);
	display: flex;
	justify-content: center;
	min-height: 220px;
	overflow: hidden;
	padding: 1rem;
}

.wwe-item-media img {
	border-radius: 12px;
	display: block;
	height: auto;
	max-width: 100%;
}

.wwe-item-body {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.wwe-item-topline {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
}

.wwe-item-heading {
	display: grid;
	gap: 0.6rem;
	min-width: 0;
}

.wwe-item-heading h3 {
	font-family: var(--wwe-font-heading, inherit);
	font-size: clamp(1.2rem, 1.45vw, 1.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: 0;
}

.wwe-item-heading h3 a {
	color: inherit;
	text-decoration: none;
}

.wwe-item-heading h3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

.wwe-item-snippet {
	font-size: 0.96rem;
	line-height: 1.68;
	margin: 0;
	max-width: 62ch;
}

.wwe-item-footer {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	justify-content: space-between;
}

.wwe-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.wwe-item-chip {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-pill, 999px);
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0.5rem 0.82rem;
}

.wwe-item-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.wwe-item-actions .wwe-button-primary {
	order: -1;
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-actions {
	gap: 0.45rem;
}

.wwe-item-browser[data-wwe-view="grid"] .wwe-item-actions .wwe-button-secondary,
.wwe-item-browser[data-wwe-view="grid"] .wwe-item-actions .wwe-danger {
	font-size: 0.82rem;
	padding-inline: 0.8rem;
}

.wwe-drag-handle {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.78);
	border: 1px dashed var(--wwe-border-strong, rgba(43, 34, 56, 0.18));
	border-radius: var(--wwe-radius-pill, 999px);
	box-shadow: none;
	color: var(--wwe-text-soft, rgba(35, 27, 47, 0.56));
	cursor: grab;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.45rem 0.72rem;
	touch-action: none;
}

.wwe-drag-handle:active {
	cursor: grabbing;
}

.wwe-empty-state {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 2.5rem 1rem;
	text-align: center;
}

.wwe-empty-state h3,
.wwe-empty-state p {
	margin: 0;
}

.wwe-empty-illustration {
	color: var(--wwe-accent, #8f6a3d);
	max-width: 88px;
}

.wwe-empty-illustration svg {
	display: block;
	height: auto;
	width: 100%;
}

.wwe-button-icon {
	display: inline-flex;
	height: 1rem;
	position: relative;
	width: 1rem;
}

.wwe-button-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.wwe-button-glyph {
	display: inline-flex;
	inset: 0;
	position: absolute;
}

.wwe-button-glyph-remove {
	opacity: 0;
}

.wwe-add-to-wishlist[aria-pressed="true"] .wwe-button-glyph-add {
	opacity: 0;
}

.wwe-add-to-wishlist[aria-pressed="true"] .wwe-button-glyph-remove {
	opacity: 1;
}

.wwe-modal-open {
	overflow: hidden;
}

.wwe-modal-shell {
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.wwe-modal-backdrop {
	background: rgba(25, 21, 31, 0.52);
	backdrop-filter: blur(2px);
	inset: 0;
	position: absolute;
}

.wwe-modal-dialog {
	inset: 0;
	margin: auto;
	max-height: calc(100vh - 2rem);
	max-width: min(620px, calc(100vw - 2rem));
	overflow: auto;
	position: absolute;
	width: 100%;
}

.wwe-modal-panel {
	box-shadow: 0 34px 90px rgba(25, 21, 31, 0.24);
	display: grid;
	gap: 1rem;
	padding: 1.5rem;
	position: relative;
}

.wwe-modal-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.wwe-modal-actions,
.wwe-modal-list-options,
.wwe-modal-section {
	display: grid;
	gap: 0.8rem;
}

.wwe-modal-list-option,
.wwe-modal-create-toggle {
	align-items: start;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--wwe-border, rgba(43, 34, 56, 0.12));
	border-radius: var(--wwe-radius-md, 16px);
	cursor: pointer;
	display: grid;
	gap: 0.35rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 0.95rem 1rem;
}

.wwe-modal-list-option strong {
	display: block;
}

.is-loading {
	cursor: wait;
	opacity: 0.7;
	position: relative;
}

.is-loading::after {
	animation: wwe-spin 0.8s linear infinite;
	border: 2px solid currentColor;
	border-radius: 50%;
	border-right-color: transparent;
	content: "";
	display: inline-block;
	height: 0.8rem;
	margin-left: 0.5rem;
	vertical-align: text-bottom;
	width: 0.8rem;
}

@keyframes wwe-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1180px) {
	.wwe-toolbar {
		grid-template-columns: minmax(0, 1fr);
	}

	.wwe-item-card {
		grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
	}
}

@media (max-width: 960px) {
	.wwe-workspace {
		grid-template-columns: minmax(0, 1fr);
	}

	.wwe-sidebar {
		position: static;
	}

	.wwe-browser-header,
	.wwe-item-footer {
		align-items: start;
	}

	.wwe-browser-controls {
		justify-items: stretch;
		width: 100%;
	}
}

.woocommerce-account .wwe-workspace {
	grid-template-columns: minmax(0, 1fr);
}

.woocommerce-account .wwe-sidebar {
	position: static;
}

.woocommerce-account .wwe-sidebar,
.woocommerce-account .wwe-main-card {
	padding: 1.15rem;
}

@media (max-width: 767px) {
	.wwe-sidebar,
	.wwe-main-card,
	.wwe-browser-shell,
	.wwe-toolbar-section {
		padding: 1rem;
	}

	.wwe-sidebar h2,
	.wwe-list-heading h2 {
		font-size: 1.9rem;
	}

	.wwe-inline-form,
	.wwe-list-settings,
	.wwe-share-tools,
	.wwe-form-actions,
	.wwe-item-footer,
	.wwe-item-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.wwe-inline-form > *,
	.wwe-list-settings > *,
	.wwe-share-tools > *,
	.wwe-form-actions > *,
	.wwe-item-actions > * {
		width: 100%;
	}

	.wwe-view-switch {
		width: 100%;
	}

	.wwe-view-toggle {
		flex: 1 1 0;
	}

	.wwe-item-card,
	.wwe-item-browser[data-wwe-view="grid"] .wwe-item-card {
		grid-template-columns: minmax(0, 1fr);
		padding: 0.9rem;
	}

	.wwe-item-browser[data-wwe-view="grid"] .wwe-item-collection {
		grid-template-columns: minmax(0, 1fr);
	}

	.wwe-item-media {
		min-height: 180px;
		padding: 0.85rem;
	}

	.wwe-item-topline {
		grid-template-columns: minmax(0, 1fr);
	}

	.wwe-drag-handle {
		justify-self: start;
	}

	.wwe-add-to-wishlist.wwe-compact .wwe-button-text {
		display: none;
	}
}
