/* Wholesale rep portal — front end. */
.gu-ws-portal {
	max-width: var(--gu-max, 1180px);
	margin: 0 auto;
	padding: 8px 0 40px;
}

.gu-ws-portal h2 {
	margin: 0 0 18px;
}

.gu-ws-btn {
	background: var(--gu-accent, #7d5d3f);
	color: #fff;
	border: 1.5px solid var(--gu-accent, #7d5d3f);
}

.gu-ws-btn:hover {
	background: #5c422b;
	border-color: #5c422b;
	color: #fff;
}

/* --- Shop picker --- */
.gu-ws-shop-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.gu-ws-shop-card {
	display: block;
	border: 1.5px solid #e7e4ee;
	border-radius: 0;
	padding: 16px 18px;
	cursor: pointer;
	background: #fff;
	transition: border-color .15s, box-shadow .15s;
}

.gu-ws-shop-card:hover {
	border-color: var(--gu-accent, #7d5d3f);
}

.gu-ws-shop-card input {
	margin-right: 8px;
}

.gu-ws-shop-card:has(input:checked) {
	border-color: var(--gu-accent, #7d5d3f);
	box-shadow: 0 0 0 3px rgba(200, 162, 74, .18);
}

.gu-ws-shop-card.is-suspended {
	opacity: .5;
	cursor: not-allowed;
}

.gu-ws-shop-card__name {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-top: 6px;
}

.gu-ws-shop-card__code {
	display: block;
	color: #8a8a8a;
	font-size: 13px;
}

.gu-ws-shop-card__tier {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	color: #5c422b;
	background: #efe6db;
	padding: 2px 8px;
	border-radius: 0;
}

/* --- Dashboard --- */
.gu-ws-dash__meta {
	color: #666;
	margin-top: -8px;
}

.gu-ws-dash__actions {
	margin: 18px 0 24px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.gu-ws-dash__exit {
	margin-top: 18px;
}

.gu-ws-dash__exit .gu-link,
.gu-ws-recent + form .gu-link {
	background: none;
	border: 0;
	color: #777;
	cursor: pointer;
	text-decoration: underline;
	font: inherit;
	padding: 0;
}

/* --- Recent orders --- */
.gu-ws-recent {
	margin-top: 10px;
}

.gu-ws-recent__table {
	width: 100%;
	border-collapse: collapse;
}

.gu-ws-recent__table th,
.gu-ws-recent__table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

/* --- Catalog / quick order --- */
.gu-ws-catalog__filters {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.gu-ws-catalog__filters input[type="search"] {
	flex: 1;
	min-width: 200px;
	padding: 12px 14px;
	border: 1px solid var(--gu-line-strong, #c9c2b8);
	border-radius: 0;
	font: inherit;
	background: #fff;
}

.gu-ws-catalog__filters select {
	padding: 9px 12px;
	border: 1px solid #ddd;
	border-radius: 0;
}

.gu-ws-catalog__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 6px 0 4px;
	color: #666;
	font-size: 14px;
}

/* The reused WooCommerce grid inside the wholesale catalog — let the theme's
   own .woocommerce ul.products styling handle the cards; just add breathing room. */
.gu-ws-shopgrid {
	margin-bottom: 24px;
}

.gu-ws-catalog__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.gu-ws-catalog__table th,
.gu-ws-catalog__table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: middle;
}

.gu-ws-catalog__table thead th {
	background: #faf8f6;
	font-size: 13px;
}

.gu-ws-catalog__img img {
	border-radius: 0;
	display: block;
}

.gu-ws-catalog__retail {
	color: #999;
	text-decoration: line-through;
	white-space: nowrap;
}

.gu-ws-catalog__ws {
	font-weight: 700;
	color: #1a1a1a;
	white-space: nowrap;
}

.gu-ws-qty {
	width: 70px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 0;
	text-align: center;
}

.gu-ws-catalog__bar {
	position: sticky;
	bottom: 0;
	background: #fff;
	padding: 14px 0;
	margin-top: 8px;
	border-top: 1px solid #eee;
	display: flex;
	gap: 10px;
}

.gu-ws-catalog__pages {
	margin-top: 22px;
	display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}

.gu-ws-catalog__pages a,
.gu-ws-catalog__page {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 36px; height: 36px; padding: 0 10px;
	border: 1px solid #ddd; border-radius: 0;
	text-decoration: none; color: #333;
	font-size: 13px; line-height: 1;
}

.gu-ws-catalog__pages a:hover { border-color: var(--gu-ink, #1a1512); color: var(--gu-ink, #1a1512); }

.gu-ws-catalog__pages a.is-current,
.gu-ws-catalog__page.is-current {
	background: var(--gu-accent, #7d5d3f);
	color: #fff;
	border-color: var(--gu-accent, #7d5d3f);
}

.gu-ws-catalog__page--nav { font-size: 16px; line-height: 1; }
.gu-ws-catalog__page--ellipsis {
	border-color: transparent; color: #888; cursor: default;
}
.gu-ws-catalog__page--ellipsis:hover { border-color: transparent; }

/* --- Wholesale price tag on listings --- */
.gu-ws-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	color: #5c422b;
	background: #efe6db;
	padding: 1px 7px;
	border-radius: 0;
	vertical-align: middle;
}

/* --- Sticky "ordering for" banner --- */
.gu-ws-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #1a1512;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	font-size: 14px;
	box-shadow: 0 -4px 18px rgba(0, 0, 0, .2);
}

.gu-ws-banner em {
	color: #d9c8b3;
	font-style: normal;
}

.gu-ws-banner__dot {
	width: 9px;
	height: 9px;
	border-radius: 0;
	background: #46d17a;
	box-shadow: 0 0 0 3px rgba(70, 209, 122, .25);
}

.gu-ws-banner__exit {
	margin-left: auto;
	display: flex;
	gap: 14px;
	align-items: center;
}

.gu-ws-banner__exit a {
	color: #c7cbd4;
	text-decoration: underline;
}

.gu-ws-banner__exit button {
	background: #7d5d3f;
	color: #1a1512;
	border: 0;
	border-radius: 0;
	padding: 7px 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}

@media (max-width: 600px) {
	.gu-ws-banner {
		font-size: 12px;
		padding: 8px 12px;
		gap: 8px;
	}
	/* The tier label made the line wrap and pushed the portal link past the
	   viewport edge (#250); the shop name alone is enough on a phone. */
	.gu-ws-banner em { display: none; }
	.gu-ws-banner__portal,
	.gu-ws-banner__exit a { white-space: nowrap; }
	.gu-ws-banner > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.gu-ws-catalog__table th:nth-child(4),
	.gu-ws-catalog__table td:nth-child(4) {
		display: none; /* hide retail col on mobile */
	}
}

/* =============================================================================
 * Dashboard v2 — the shop owner's home. Same identity as the wholesale
 * login skin: slate #1a1512 ground, gold #7d5d3f accent, white cards.
 * ========================================================================== */

/* The dashboard used to stop at 1020px while the page heading above it ran to
   the container edge, so a wide screen showed a third of the row empty to the
   right of every card — read as something failing to load rather than as a
   measure (#242). It takes the container's width now, and lines up with the
   heading. The panels inside keep their own measures. */
.gu-ws-dash {
	max-width: 100%;
}

/* --- Hero card --- */
.gu-ws-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	background: #1a1512;
	color: #fff;
	border-radius: 0;
	padding: 28px 32px;
	margin: 6px 0 20px;
	box-shadow: 0 14px 34px rgba(28, 34, 48, .16);
}

/* No glow: the hero is a flat ink panel like the footer (#250). */
.gu-ws-hero::before {
	display: none;
	content: "";
	position: absolute;
	right: -70px;
	top: -90px;
	width: 280px;
	height: 280px;
	border-radius: 0;
	background: radial-gradient(circle, rgba(200, 162, 74, .30), transparent 65%);
	pointer-events: none;
}

.gu-ws-hero__info {
	position: relative;
	min-width: 0;
}

.gu-ws-hero__eyebrow {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #d9c8b3;
	margin-bottom: 2px;
}

.gu-ws-portal .gu-ws-hero__name {
	margin: 0 0 12px;
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
}

.gu-ws-hero__chips {
	margin: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.gu-ws-chip {
	display: inline-block;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	color: #d9dce3;
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 13px;
	border-radius: 0;
	white-space: nowrap;
}

.gu-ws-chip strong {
	color: #fff;
}

.gu-ws-chip--tier {
	background: rgba(200, 162, 74, .16);
	border-color: rgba(200, 162, 74, .5);
	color: #e6d6c0;
	font-weight: 600;
}

.gu-ws-hero__actions {
	position: relative;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

/* --- Buttons --- */
.gu-ws-cta {
	display: inline-block;
	background: var(--gu-accent, #7d5d3f);
	color: #fff;
	border: 1.5px solid var(--gu-accent, #7d5d3f);
	border-radius: 0;
	padding: 12px 24px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s, border-color .15s, transform .1s;
}

.gu-ws-cta:hover {
	background: #a58462;
	border-color: #a58462;
	color: #1a1512;
	transform: translateY(-1px);
}

.gu-ws-cta--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .4);
}

.gu-ws-cta--ghost:hover {
	background: rgba(255, 255, 255, .08);
	border-color: #fff;
	color: #fff;
	transform: none;
}

/* --- White cards --- */
.gu-ws-card {
	background: #fff;
	border: 1px solid #e6e0d8;
	border-radius: 0;
	padding: 22px 26px;
	margin: 0 0 16px;
	box-shadow: 0 2px 10px rgba(28, 34, 48, .04);
}

.gu-ws-card__head {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.gu-ws-portal .gu-ws-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.gu-ws-card__hint {
	color: #8a8378;
	font-size: 13px;
}

/* --- Callouts (tier status, suspended, rejected docs) --- */
.gu-ws-callout {
	border-radius: 0;
	border: 1px solid;
	padding: 13px 18px;
	font-size: 14.5px;
	margin: 0 0 16px;
}

.gu-ws-callout--ok {
	background: #eefaf1;
	border-color: #bfe8cc;
	color: #1c6b3c;
}

.gu-ws-callout--wait {
	background: #fdf6e5;
	border-color: #eeddae;
	color: #7a5c14;
}

.gu-ws-callout--warn {
	background: #fdeeee;
	border-color: #f2c7c7;
	color: #94302c;
}

/* --- KYC upload card --- */
.gu-ws-kyc__note {
	margin: 0 0 14px;
	color: #55504a;
	font-size: 14.5px;
}

.gu-ws-kyc__slots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 12px;
}

.gu-ws-upload {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	border: 1.5px dashed #d8d2c9;
	border-radius: 0;
	padding: 15px 17px;
	background: #fbfaf8;
	cursor: pointer;
	transition: border-color .15s, background .15s;
}

.gu-ws-upload:hover {
	border-color: var(--gu-accent, #7d5d3f);
	background: #fbf8f3;
}

.gu-ws-upload.is-received {
	border-style: solid;
	border-color: #bfe8cc;
	background: #f7fcf8;
}

.gu-ws-upload__icon {
	font-size: 26px;
	line-height: 1.25;
}

.gu-ws-upload__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	flex: 1;
}

.gu-ws-upload__label {
	font-weight: 600;
	font-size: 14.5px;
	line-height: 1.45;
}

.gu-ws-upload__state {
	font-size: 12.5px;
	color: #1c6b3c;
}

.gu-ws-upload input[type="file"] {
	font-size: 13px;
	color: #777;
	max-width: 100%;
}

.gu-ws-upload input[type="file"]::file-selector-button {
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #1a1512;
	background: #fff;
	border: 1px solid #cfc9dd;
	border-radius: 0;
	padding: 6px 13px;
	margin-right: 10px;
	cursor: pointer;
	transition: border-color .15s;
}

.gu-ws-upload input[type="file"]::file-selector-button:hover {
	border-color: var(--gu-accent, #7d5d3f);
}

.gu-ws-kyc__foot {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.gu-ws-kyc__fine {
	font-size: 12.5px;
	color: #8a8378;
}

/* --- Orders card --- */
.gu-ws-recent__scroll {
	overflow-x: auto;
}

.gu-ws-recent.gu-ws-card .gu-ws-recent__table th {
	font-size: 12.5px;
	font-weight: 600;
	color: #8a8378;
	border-bottom: 1px solid #e6e0d8;
	padding: 8px 12px;
}

.gu-ws-recent.gu-ws-card .gu-ws-recent__table td {
	padding: 12px;
	border-bottom: 1px solid #efeae4;
	font-size: 14px;
	vertical-align: middle;
}

.gu-ws-recent.gu-ws-card .gu-ws-recent__table tbody tr:last-child td {
	border-bottom: 0;
}

.gu-ws-recent__po {
	font-weight: 700;
	white-space: nowrap;
}

a.gu-ws-recent__po {
	color: #1a1512;
	text-decoration: none;
	border-bottom: 1.5px solid rgba(200, 162, 74, .55);
}

a.gu-ws-recent__po:hover {
	border-bottom-color: var(--gu-accent, #7d5d3f);
	color: #000;
}

.gu-ws-recent__total {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.gu-ws-status {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.5;
	padding: 3px 12px;
	border-radius: 0;
	background: #f0eff4;
	color: #5a5763;
	white-space: nowrap;
}

.gu-ws-status--pending,
.gu-ws-status--on-hold {
	background: #fdf6e5;
	color: #7a5c14;
}

.gu-ws-status--processing {
	background: #e8f1fd;
	color: #1d5aa7;
}

.gu-ws-status--completed {
	background: #eefaf1;
	color: #1c6b3c;
}

.gu-ws-status--failed,
.gu-ws-status--cancelled {
	background: #fdeeee;
	color: #94302c;
}

.gu-ws-recent__actions {
	text-align: right;
	white-space: nowrap;
}

.gu-ws-paylink {
	display: inline-block;
	background: var(--gu-accent, #7d5d3f);
	color: #1a1512;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 15px;
	border-radius: 0;
	text-decoration: none;
	transition: background .15s;
}

.gu-ws-paylink:hover {
	background: #a58462;
	color: #1a1512;
}

.gu-ws-recent__reorder {
	font-size: 13.5px;
	color: #6b6875;
	margin-left: 14px;
}

.gu-ws-recent__empty {
	margin: 4px 0 2px;
	color: #7a7568;
	font-size: 14.5px;
}

.gu-ws-recent__note {
	margin: 14px 0 0;
	font-size: 12.5px;
	color: #8a8378;
}

.gu-ws-dash__logout {
	margin-top: 6px;
}

.gu-ws-dash__logout a {
	color: #8a8378;
	font-size: 13.5px;
}

/* --- Sign-up form (/wholesale/register/) --- */
.gu-ws-register {
	max-width: 660px;
}

/* Two columns: the form, and a photo panel that fills the dead space on the
   right. The panel is pure decoration + sales copy, so it simply disappears
   on small screens. */
.gu-ws-register--split {
	max-width: 1120px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
	gap: 28px;
	align-items: stretch;
}

.gu-ws-register__main {
	min-width: 0;
}

.gu-ws-register__side {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #1a1512 center top / cover no-repeat;
	min-height: 480px;
	display: flex;
	align-items: flex-end;
	box-shadow: 0 14px 34px rgba(28, 34, 48, .16);
}

/* Slate wash so the copy stays readable over any photo. */
.gu-ws-register__side::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 34, 48, .12) 20%, rgba(28, 34, 48, .78) 52%, rgba(22, 27, 39, .97) 100%);
}

.gu-ws-register__side-inner {
	position: relative;
	padding: 30px 32px 28px;
	color: #fff;
}

.gu-ws-register__side-eyebrow {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #7d5d3f;
	margin-bottom: 8px;
}

.gu-ws-register__side-title {
	margin: 0 0 14px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.45;
	text-shadow: 0 1px 14px rgba(15, 19, 28, .65);
}

.gu-ws-register__side-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.gu-ws-register__side-list li {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	color: #dfe2e9;
}

.gu-ws-register__side-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #7d5d3f;
	font-weight: 700;
}

@media (max-width: 900px) {
	.gu-ws-register--split {
		grid-template-columns: 1fr;
		max-width: 660px;
	}
	.gu-ws-register__side {
		display: none;
	}
}

.gu-ws-register__intro {
	color: #55504a;
	font-size: 14.5px;
	margin: 0 0 18px;
}

.gu-ws-register__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
	margin-bottom: 20px;
}

.gu-ws-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13.5px;
	font-weight: 600;
	color: #3d3833;
}

.gu-ws-field--wide {
	grid-column: 1 / -1;
}

.gu-ws-field input {
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 14px;
	border: 1.5px solid #d8d2c9;
	border-radius: 0;
	background: #fbfaf8;
	transition: border-color .15s, background .15s, box-shadow .15s;
}

.gu-ws-field input:focus {
	outline: none;
	border-color: var(--gu-accent, #7d5d3f);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(200, 162, 74, .16);
}

/* The address block is the retail sign-up's, borrowed whole (#229), so it
   arrives wearing the auth pages' field skin: white inputs with the theme's
   border, against this card's lavender ones. Re-dress it here rather than
   forking the markup — one card should not have two kinds of input in it.
   The rule is scoped to this form so the auth pages keep their own look. */
.gu-ws-register__form .gu-auth__addr {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #e6e2ee;
}

.gu-ws-register__form .gu-auth__addr-legend {
	font-size: 17px;
}

.gu-ws-register__form .gu-field__label {
	font-size: 13.5px;
	font-weight: 600;
	color: #3d3833;
}

.gu-ws-register__form .gu-field input,
.gu-ws-register__form .gu-field select,
.gu-ws-register__form .gu-geo-select {
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 14px;
	border: 1.5px solid #d8d2c9;
	border-radius: 0;
	background: #fbfaf8;
	transition: border-color .15s, background .15s, box-shadow .15s;
}

.gu-ws-register__form .gu-field input:focus,
.gu-ws-register__form .gu-field select:focus,
.gu-ws-register__form .gu-geo-select:focus {
	outline: none;
	border-color: var(--gu-accent, #7d5d3f);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(200, 162, 74, .16);
}

/* The submit used to take its spacing from the field grid directly above it.
   With the address block in between it sat flush against the postcode input —
   0px, they shared an edge. */
.gu-ws-register__form .gu-ws-cta {
	margin-top: 24px;
}

.gu-ws-register__alt {
	font-size: 14px;
	color: #7a7568;
}

@media (max-width: 640px) {
	.gu-ws-register__grid {
		grid-template-columns: 1fr;
	}
	.gu-ws-hero {
		padding: 22px;
	}
	.gu-ws-portal .gu-ws-hero__name {
		font-size: 22px;
	}
	.gu-ws-hero__actions {
		width: 100%;
	}
	.gu-ws-hero__actions .gu-ws-cta {
		flex: 1;
		text-align: center;
	}
	.gu-ws-card {
		padding: 18px;
	}
}

/* --- #250: the orders card ------------------------------------------------ */
.gu-ws-recent__th-actions,
.gu-ws-recent__actions { text-align: right; }
.gu-ws-recent__actions a { white-space: nowrap; }
.gu-ws-recent__actions a { margin-left: 12px; }
.gu-ws-status { white-space: nowrap; }
.gu-ws-recent__note { margin: 12px 0 0; font-size: 12.5px; color: #8a8378; }

/* The sign-out link rides the hero's action row instead of dangling below the
   cards, and the dashboard stops where its last card does. */
.gu-ws-dash__logout { margin: 0; text-align: right; }
.gu-ws-dash__logout a { display: inline-block; padding: 6px 0; font-size: 12.5px; color: #8a8378; letter-spacing: .06em; text-transform: uppercase; }
.gu-ws-portal { padding-bottom: 16px; }

/* The sticky banner sat over the footer's last line on a phone (#250). */
body:has(.gu-ws-banner) .gu-footer__bottom { padding-bottom: 72px; }

@media (max-width: 640px) {
	.gu-ws-recent.gu-ws-card .gu-ws-recent__table th,
	.gu-ws-recent.gu-ws-card .gu-ws-recent__table td { padding: 10px 8px; font-size: 13px; }
	.gu-ws-recent__table th:nth-child(2),
	.gu-ws-recent__table td:nth-child(2) { display: none; } /* the date; the PO number carries it */
	.gu-ws-recent__actions a { margin-left: 8px; }
	.gu-ws-status { font-size: 11px; padding: 2px 8px; }
	.gu-ws-recent.gu-ws-card .gu-ws-recent__table th { white-space: nowrap; }
}

