.bbv2-exhibition-panel {
	margin: 0 0 24px;
	overflow: hidden;
	border: 1px solid #dce3ec;
	border-radius: 14px;
	background: #fff;
}

.bbv2-exh-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 64px;
	padding: 16px 20px;
	border: 0;
	background: #fff;
	color: #071526;
	font-size: 19px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.bbv2-exh-toggle:hover {
	background: #f8fafc;
}

.bbv2-exh-toggle .dashicons {
	transition: transform 0.2s ease;
}

.bbv2-exh-toggle[aria-expanded="true"] .dashicons {
	transform: rotate(90deg);
}

.bbv2-exh-content {
	border-top: 1px solid #e2e7ee;
}

.bbv2-my-event-booth {
	padding: 18px 22px;
	border-bottom: 1px solid #e2e7ee;
	background: #fbfcfe;
}

.bbv2-my-event-booth p {
	margin: 0;
}

.bbv2-my-event-booth form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.bbv2-my-event-tab-navigation {
	display: flex;
	gap: 4px;
	padding: 14px 20px 0;
	border-bottom: 1px solid #e2e7ee;
	background: #fff;
}

.bbv2-my-event-tab-button {
	position: relative;
	flex: 0 0 auto;
	padding: 13px 18px;
	border: 0;
	background: transparent;
	color: #64748b;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.bbv2-my-event-tab-button::after {
	position: absolute;
	right: 16px;
	bottom: -1px;
	left: 16px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: transparent;
	content: "";
}

.bbv2-my-event-tab-button:hover,
.bbv2-my-event-tab-button.is-active {
	color: #071526;
}

.bbv2-my-event-tab-button.is-active::after {
	background: #071f3b;
}

.bbv2-my-event-tab-panel {
	display: none;
	padding: 24px 22px;
}

.bbv2-my-event-tab-panel.is-active {
	display: block;
}

.bbv2-my-event-table-wrapper {
	overflow-x: auto;
}

.bbv2-my-event-empty {
	padding: 22px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	background: #fbfcfe;
}

.bbv2-my-event-empty p {
	margin: 0;
}

/* Team tab
-------------------------------------------------------------- */

.bbv2-team-panel {
	color: #071526;
}

.bbv2-team-panel-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.bbv2-team-panel-header h4 {
	margin: 0 0 6px;
	font-size: 21px;
}

.bbv2-team-panel-header p {
	margin: 0;
	color: #64748b;
}

.bbv2-team-booth {
	padding: 8px 12px;
	border-radius: 8px;
	background: #eef4fa;
	font-weight: 700;
	white-space: nowrap;
}

.bbv2-team-section + .bbv2-team-section {
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid #e2e7ee;
}

.bbv2-team-section h5 {
	margin: 0 0 14px;
	font-size: 17px;
}

.bbv2-team-invite-form {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

.bbv2-team-invite-form p {
	flex: 1;
	min-width: 240px;
	margin: 0;
}

.bbv2-team-invite-form input {
	width: 100%;
}

.bbv2-team-invite-link-row {
	display: flex;
	gap: 8px;
}

.bbv2-team-invite-link-row input {
	flex: 1;
	min-width: 0;
}

.bbv2-team-member-email,
.bbv2-order-ordered-by-email {
	text-transform: none !important;
}

/* Orders upload status
-------------------------------------------------------------- */

.bbv2-order-uploads-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.bbv2-order-uploads-status:hover,
.bbv2-order-uploads-status:focus {
	text-decoration: none;
}

.bbv2-order-uploads-status--complete {
	background: #ecfdf3;
	color: #16794a;
}

.bbv2-order-uploads-status--complete:hover,
.bbv2-order-uploads-status--complete:focus {
	background: #d9f9e6;
	color: #11623c;
}

.bbv2-order-uploads-status--missing {
	background: #fff0f0;
	color: #c62828;
}

.bbv2-order-uploads-status--missing:hover,
.bbv2-order-uploads-status--missing:focus {
	background: #ffe2e2;
	color: #a61f1f;
}

.bbv2-order-uploads-status--not_required {
	background: #f1f5f9;
	color: #64748b;
}

.bbv2-order-uploads-status--not_required:hover,
.bbv2-order-uploads-status--not_required:focus {
	background: #e2e8f0;
	color: #475569;
}

.bbv2-order-uploads-status--missing .bbv2-order-uploads-ratio {
	color: #c62828;
}

.bbv2-order-uploads-status--complete .bbv2-order-uploads-ratio {
	color: #2e7d32;
}

.bbv2-order-uploads-icon {
	font-size: 14px;
	line-height: 1;
}

/* Outstanding invoice task
-------------------------------------------------------------- */

.bbv2-event-dashboard-task-action {
	width: 100%;
	font: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

button.bbv2-event-dashboard-task-action {
	appearance: none;
}

.bbv2-event-dashboard-tasks
	.bbv2-ep-checklist-item.is-outstanding {
	border-color: #efcaca;
	background: #fff7f7;
	color: #9f2929;
}

.bbv2-event-dashboard-tasks
	.bbv2-ep-checklist-item.is-outstanding > span {
	border-color: #efcaca;
	background: #fde8e8;
	color: #b32626;
}

.bbv2-event-dashboard-tasks
	.bbv2-ep-checklist-item.is-outstanding:hover,
.bbv2-event-dashboard-tasks
	.bbv2-ep-checklist-item.is-outstanding:focus {
	border-color: #dfaaaa;
	background: #fff0f0;
	color: #842020;
	text-decoration: none;
}

/* Event Dashboard
-------------------------------------------------------------- */

.bbv2-my-event-tab-panel:has(.bbv2-ep-overview--dashboard) {
	padding: 0;
}

.bbv2-ep-overview--dashboard {
	padding: 0;
}

.bbv2-event-dashboard-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 24px;
	padding: 24px;
	background: #f7f9fc;
}

.bbv2-event-dashboard-main {
	min-width: 0;
}

.bbv2-event-dashboard-progress {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #d9e2ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(15, 35, 60, 0.035);
}

.bbv2-event-dashboard-progress__copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.bbv2-event-dashboard-progress__copy > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.bbv2-event-dashboard-progress__copy > div > strong {
	color: #0b1b30;
	font-size: 16px;
}

.bbv2-event-dashboard-progress__copy > div > span {
	color: #65748a;
	font-size: 13px;
}

.bbv2-event-dashboard-progress__percentage {
	color: #0b1b30;
	font-size: 24px;
	line-height: 1;
}

.bbv2-event-dashboard-progress__bar {
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #e8edf4;
}

.bbv2-event-dashboard-progress__bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #22a867;
	transition: width 0.3s ease;
}

.bbv2-event-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.bbv2-event-dashboard-card {
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 22px;
	border: 1px solid #d9e2ee;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(15, 35, 60, 0.035);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		border-color 0.18s ease;
}

.bbv2-event-dashboard-card:hover {
	transform: translateY(-2px);
	border-color: #c4d1e0;
	box-shadow: 0 10px 24px rgba(15, 35, 60, 0.08);
}

.bbv2-event-dashboard-card--uploads.is-missing {
	border-color: #efc3c3;
	background: #fffafa;
}

.bbv2-event-dashboard-card--uploads.is-complete {
	border-color: #bfe5cf;
	background: #fbfffc;
}

.bbv2-event-dashboard-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 22px;
}

.bbv2-event-dashboard-card__header h3 {
	margin: 0;
	color: #0b1b30;
	font-size: 17px;
	line-height: 1.3;
}

.bbv2-event-dashboard-status {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.bbv2-event-dashboard-status.is-complete {
	background: #e8f8ef;
	color: #18794b;
}

.bbv2-event-dashboard-status.is-missing {
	background: #fdeaea;
	color: #b32626;
}

.bbv2-event-dashboard-status.is-neutral {
	background: #edf1f6;
	color: #65748a;
}

.bbv2-event-dashboard-card__value {
	display: block;
	margin: 0 0 12px;
	color: #0b1b30;
	font-size: 38px;
	font-weight: 750;
	line-height: 1;
}

.bbv2-event-dashboard-card__value.is-complete {
	color: #17814d;
}

.bbv2-event-dashboard-card__value.is-missing {
	color: #c62828;
}

.bbv2-event-dashboard-card__value.is-neutral {
	color: #0b1b30;
}

.bbv2-event-dashboard-card__meta {
	margin: 0 0 16px;
	color: #65748a;
	font-size: 13px;
}

.bbv2-event-dashboard-tab-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 7px;
	margin-top: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0d6f47;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.bbv2-event-dashboard-tab-link:hover,
.bbv2-event-dashboard-tab-link:focus {
	color: #095437;
	text-decoration: underline;
}

.bbv2-event-dashboard-deadlines {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.bbv2-event-dashboard-deadline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #e7ecf2;
}

.bbv2-event-dashboard-deadline:first-child {
	padding-top: 0;
}

.bbv2-event-dashboard-deadline:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.bbv2-event-dashboard-deadline__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.bbv2-event-dashboard-deadline__copy span {
	color: #65748a;
	font-size: 12px;
	font-weight: 600;
}

.bbv2-event-dashboard-deadline__copy strong {
	color: #0b1b30;
	font-size: 14px;
}

.bbv2-event-countdown {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	padding: 7px 9px;
	border-radius: 8px;
	background: #edf6f1;
	color: #18794b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}

.bbv2-event-countdown.is-warning {
	background: #fff3d8;
	color: #8a5700;
}

.bbv2-event-countdown.is-urgent,
.bbv2-event-countdown.is-expired {
	background: #fdeaea;
	color: #b32626;
}

.bbv2-event-countdown--card {
	align-self: flex-start;
	margin-bottom: 15px;
}

.bbv2-event-dashboard-tasks {
	position: sticky;
	top: 24px;
	padding: 22px;
	border: 1px solid #d9e2ee;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 35, 60, 0.05);
}

.bbv2-event-dashboard-tasks__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e7ecf2;
}

.bbv2-event-dashboard-eyebrow {
	display: block;
	margin-bottom: 4px;
	color: #65748a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bbv2-event-dashboard-tasks__header h3 {
	margin: 0;
	color: #0b1b30;
	font-size: 19px;
}

.bbv2-event-dashboard-task-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 30px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #edf6f1;
	color: #18794b;
	font-size: 12px;
	font-weight: 750;
}

.bbv2-event-dashboard-tasks .bbv2-ep-checklist {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.bbv2-event-dashboard-tasks .bbv2-ep-checklist-item {
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 9px 10px;
	border: 1px solid #e1e7ee;
	border-radius: 10px;
	background: #fff;
	color: #0b1b30;
	font-size: 13px;
}

.bbv2-event-dashboard-tasks .bbv2-ep-checklist-item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border: 1px solid #cdd7e3;
	border-radius: 50%;
	background: #fff;
	color: transparent;
	font-size: 13px;
	font-weight: 800;
}

.bbv2-event-dashboard-tasks .bbv2-ep-checklist-item.is-done {
	border-color: #d2eadc;
	background: #f8fdf9;
	color: #51615a;
}

.bbv2-event-dashboard-tasks .bbv2-ep-checklist-item.is-done > span {
	border-color: #c8ead6;
	background: #e7f8ee;
	color: #16824d;
}

/* Event webshop button
-------------------------------------------------------------- */

.bbv2-event-dashboard-webshop-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 20px;
	padding: 15px 16px;
	border: 1px solid #0d6f47;
	border-radius: 12px;
	background: #0d6f47;
	color: #fff;
	text-decoration: none;
	transition:
		background 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease;
}

.bbv2-event-dashboard-webshop-button:hover,
.bbv2-event-dashboard-webshop-button:focus {
	transform: translateY(-1px);
	border-color: #095437;
	background: #095437;
	color: #fff;
	text-decoration: none;
}

.bbv2-event-dashboard-webshop-button__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.bbv2-event-dashboard-webshop-button__copy strong {
	color: inherit;
	font-size: 14px;
	line-height: 1.25;
}

.bbv2-event-dashboard-webshop-button__copy small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	line-height: 1.35;
}

.bbv2-event-dashboard-webshop-button__arrow {
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1;
}

/* Compact Important Dates card
-------------------------------------------------------------- */

.bbv2-event-dashboard-card--dates {
	min-height: auto;
}

.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-card__header {
	margin-bottom: 12px;
}

.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-deadline {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 11px 0;
}

.bbv2-event-dashboard-card--dates
	.bbv2-event-dashboard-deadline__copy {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 3px;
	min-width: 0;
}

.bbv2-event-dashboard-card--dates
	.bbv2-event-dashboard-deadline__copy span {
	display: block;
	min-width: 0;
	color: #65748a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
}

.bbv2-event-dashboard-card--dates
	.bbv2-event-dashboard-deadline__copy strong {
	display: block;
	color: #0b1b30;
	font-size: 12px;
	line-height: 1.35;
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
}

.bbv2-event-dashboard-card--dates .bbv2-event-countdown {
	justify-self: end;
	min-width: 70px;
	padding: 6px 8px;
	font-size: 9px;
}

.bbv2-event-dashboard-card--dates
	.bbv2-event-dashboard-deadline:not(:has(.bbv2-event-countdown)) {
	grid-template-columns: 1fr;
}

@media (max-width: 620px) {
	.bbv2-event-dashboard-card--dates
		.bbv2-event-dashboard-deadline {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.bbv2-event-dashboard-card--dates .bbv2-event-countdown {
		justify-self: start;
		min-width: 0;
	}

	.bbv2-event-dashboard-card--dates
		.bbv2-event-dashboard-deadline__copy strong {
		overflow-wrap: normal;
	}
}

@media (max-width: 620px) {
	.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-deadline,
	.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-deadline:has(
		.bbv2-event-countdown
	) {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-deadline__copy {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.bbv2-event-dashboard-card--dates .bbv2-event-dashboard-deadline__copy strong {
		text-align: left;
		white-space: normal;
	}

	.bbv2-event-dashboard-card--dates .bbv2-event-countdown {
		align-self: center;
		justify-self: end;
	}
}

/* Responsive
-------------------------------------------------------------- */

@media (max-width: 1050px) {
	.bbv2-event-dashboard-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 18px;
	}
}

@media (max-width: 850px) {
	.bbv2-event-dashboard-layout {
		display: flex;
		flex-direction: column;
	}

	.bbv2-event-dashboard-tasks {
		position: static;
		order: -1;
		width: 100%;
	}

	.bbv2-event-dashboard-main {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.bbv2-exh-toggle {
		padding: 15px 16px;
		font-size: 17px;
	}

	.bbv2-my-event-booth {
		padding: 16px;
	}

	.bbv2-my-event-tab-navigation {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.bbv2-my-event-tab-navigation::-webkit-scrollbar {
		display: none;
	}

	.bbv2-my-event-tab-button {
		padding: 12px 14px;
	}

	.bbv2-my-event-tab-panel {
		padding: 20px 16px;
	}

	.bbv2-my-event-tab-panel:has(.bbv2-ep-overview--dashboard) {
		padding: 0;
	}

	.bbv2-team-panel-header {
		display: block;
	}

	.bbv2-team-booth {
		display: inline-block;
		margin-top: 12px;
	}

	.bbv2-team-invite-link-row {
		display: block;
	}

	.bbv2-team-invite-link-row .button {
		width: 100%;
		margin-top: 8px;
	}

	.bbv2-order-uploads-status {
		white-space: normal;
	}
}

@media (max-width: 620px) {
	.bbv2-event-dashboard-layout {
		padding: 16px;
	}

	.bbv2-event-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.bbv2-event-dashboard-card {
		min-height: 165px;
		padding: 18px;
	}

	.bbv2-event-dashboard-progress__copy {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.bbv2-event-dashboard-deadline {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.bbv2-event-countdown {
		justify-self: start;
	}
}
