/* ==========================================================================
Waypoint UI v2
Shared styles for migrated dashboard, header, and settings surfaces.
========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Library site/domain delivery */
.wpt-library-panel-title-row {
	align-items: center;
	display: flex;
	gap: 8px;
}

.wpt-library-site-count {
	align-items: center;
	background: #f2f4f7;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 7px;
}

.wpt-library-site-list {
	display: grid;
	gap: 20px;
}

.wpt-library-site-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	overflow: hidden;
}

.wpt-library-site-summary {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e4e7ec;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 20px 22px;
}

.wpt-library-site-identity {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.wpt-library-site-identity > div {
	min-width: 0;
}

.wpt-library-site-icon {
	align-items: center;
	background: #eff8ff;
	border: 1px solid #b2ddff;
	border-radius: 9px;
	color: #175cd3;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 15px;
	height: 42px;
	justify-content: center;
}

.wpt-library-site-name {
	margin: 0;
}

.wpt-library-site-name {
	color: #101828;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.wpt-library-site-summary-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.wpt-library-site-status-control {
	align-items: center;
	color: #344054;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	gap: 8px;
	line-height: 1;
	white-space: nowrap;
}

.wpt-library-site-status-control .switch {
	flex: 0 0 auto;
}

.wpt-library-site-open {
	min-width: 106px !important;
}

.wpt-library-site-form {
	background: #fff;
	padding: 0;
}

.wpt-library-site-section {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(130px, 165px) minmax(0, 1fr);
	padding: 20px 22px;
}

.wpt-library-site-section + .wpt-library-site-section {
	border-top: 1px solid #edf1f5;
}

.wpt-library-site-section-heading p {
	color: #344054;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	margin: 1px 0 0;
}

.wpt-library-site-branding {
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 9px;
	min-width: 0;
	padding: 14px;
}

.wpt-library-sites-page .wpt-library-site-branding .wpt-website-logo-preview {
	background: #fff;
	border: 1px solid #e4e7ec;
	flex-basis: 132px;
	height: 76px;
}

.wpt-library-sites-page .wpt-library-site-branding .wpt-website-row-title {
	color: #344054;
	font-size: 12px;
	font-weight: 600;
}

.wpt-library-site-save-bar {
	align-items: center;
	background: #f8fafc;
	border-top: 1px solid #e4e7ec;
	display: flex;
	justify-content: flex-end;
	padding: 12px 22px;
}

.wpt-library-site-save-bar .button {
	flex: 0 0 auto;
}

@media screen and (max-width: 63.99875em) {
	.wpt-library-site-section {
		gap: 14px;
		grid-template-columns: 1fr;
	}

}

@media screen and (max-width: 39.9375em) {
	.wpt-library-site-summary {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		padding: 18px;
	}

	.wpt-library-site-summary-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wpt-library-site-section {
		padding: 18px;
	}

	.wpt-library-site-save-bar {
		align-items: stretch;
		flex-direction: column;
		padding: 16px 18px 18px;
	}

}

.wpt-library-media-picker-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.wpt-library-media-picker-head .button {
	flex: 0 0 auto;
	margin: 0;
}

#libraryLogoPickerModal [hidden] {
	display: none !important;
}

.wpt-library-media-location-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.wpt-library-media-location-card {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 78px;
}

.wpt-library-media-location-card > span:last-child,
.wpt-library-media-location-card .wpt-website-row-title,
.wpt-library-media-location-card .wpt-website-row-meta {
	display: block;
	min-width: 0;
}

.wpt-library-media-location-icon {
	align-items: center;
	background: #f2f4f7;
	border-radius: 8px;
	color: #344054;
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 22px;
	height: 46px;
	justify-content: center;
}

.wpt-library-media-location-card.is-selected .wpt-library-media-location-icon {
	background: #dbeafe;
	color: #175cd3;
}

@media screen and (max-width: 39.9375em) {
	.wpt-library-media-picker-head {
		align-items: stretch;
		flex-direction: column;
	}
}

body {
	color: #101828;
	font-family: "Inter", sans-serif;
}

a {
	text-decoration: none;
}

select,
select:focus {
	box-shadow: none;
	outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::placeholder {
	color: #667085;
}

.custom-gutter {
	margin-left: -8px;
	margin-right: -8px;
}

.custom-gutter > .cell {
	padding-left: 8px;
	padding-right: 8px;
}

.remove-dropdown > a::after {
	display: none !important;
}

.dropdown .is-dropdown-submenu a {
	padding: 10px;
}

.dropdown .is-dropdown-submenu a:hover {
	background-color: #f8fafc;
}

.dropdown .menu {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(16, 24, 40, .12);
	overflow: hidden;
}

a.dropdown {
	color: #667085;
}

a.dropdown:hover {
	color: #344054;
}

.change_link:hover {
	text-decoration: underline;
}

.shadow {
	box-shadow: -1.7px 1px 20px 0 rgba(0, 0, 0, .16);
}

.shadow-v2 {
	box-shadow: 0 20px 20px 0 rgba(217, 230, 239, .72);
}

.input-style,
.input-style-sm {
	background-color: #fff;
	background-image: none;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	color: #101828;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-style-sm {
	font-size: 12px;
	padding: 6px 10px;
}

.input-style:focus,
.input-style-sm:focus {
	background-color: #fff;
	border-color: #1570ef;
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .12);
	color: #101828;
	outline: none;
}

.button.red {
	background-color: #cc4b37;
	border-radius: 7px;
	color: #fff;
	font-size: 13px;
}

.button.red:hover,
.button.red:focus {
	background-color: #a53b2a;
	color: #fff;
}

.hollow {
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: #344054;
}

.hollow:hover,
.hollow:focus {
	background-color: #f8fafc;
	border-color: #98a2b3;
	color: #101828;
}

.reveal.full {
	top: 0 !important;
}

.reveal {
	background-color: #fff;
	border-color: #e4e7ec;
	border-radius: 8px;
	width: 400px;
}

.reveal.shadow {
	box-shadow: 0 24px 48px rgba(16, 24, 40, .18);
}

.error {
	background-color: #fff5f5;
	border-radius: 7px;
	color: #b42318;
}

.dash-prof-pill {
	background-color: #fff;
	border: 1px solid #e4e7ec;
	color: #101828;
}

.text-reg-in {
	background-color: #f8fafc;
	color: #101828;
}

.text-reg-out {
	background-color: #1570ef;
	color: #fff;
}

.text-sch {
	background-color: transparent;
	border: 1px dashed #1570ef;
	color: #175cd3;
}

@media screen and (max-width: 39.9375em) {
	.mobile-reveal-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: calc(100vh - 140px);
		min-height: calc(100dvh - 140px);
	}
input,
select,
textarea {
	font-size: 16px;
}
}

/* ==========================================================================
Header
========================================================================== */

.wpt-app-header {
	background: #f8fafc;
	border-bottom: 1px solid #e4e7ec;
	color: #475467;
	position: relative;
	z-index: 1000;
}

.wpt-app-header img {
	display: block;
	height: auto;
	max-width: 136px;
}

.wpt-app-header a {
	text-decoration: none;
}

.wpt-header-context {
	align-items: center;
	color: #667085;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	justify-content: flex-end;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.wpt-header-context-divider {
	color: #c3cad5;
}

.wpt-header-actions {
	align-items: center;
	display: flex;
	gap: 1px;
	justify-content: flex-end;
	min-width: 0;
}

.wpt-header-actions.custom-gutter {
	margin-left: 0;
	margin-right: 0;
}

.wpt-header-actions.custom-gutter > .cell {
	padding-left: 2px;
	padding-right: 2px;
}

.wpt-header-actions.custom-gutter > .wpt-header-search-cell {
	padding-right: 14px;
}

.wpt-header-icon-button,
.wpt-header-dropdown > li > a.wpt-header-icon-button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	color: #667085 !important;
	display: inline-flex !important;
	height: 30px;
	justify-content: center;
	margin: 0;
	min-width: 30px;
	padding: 0 6px !important;
	transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.wpt-header-icon-button:hover,
.wpt-header-icon-button:focus,
.wpt-header-dropdown > li > a.wpt-header-icon-button:hover,
.wpt-header-dropdown > li > a.wpt-header-icon-button:focus {
	background: #fff;
	border-color: #d0d5dd;
	color: #344054 !important;
	outline: none;
}

.wpt-header-icon-button i {
	border-bottom: 0 !important;
	color: currentColor !important;
	font-size: 16px !important;
	line-height: 1;
}

.wpt-header-user-name {
	color: currentColor !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpt-header-dropdown,
.wpt-header-dropdown.menu,
.wpt-header-dropdown .menu {
	background: transparent;
	box-shadow: none;
	margin: 0 !important;
}

.wpt-header-dropdown .wpt-header-menu,
.wpt-header-menu {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 24px rgba(16, 24, 40, .12) !important;
	margin-top: 8px !important;
	overflow: hidden;
	z-index: 9999;
}

.wpt-header-menu a {
	color: #475467 !important;
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 12px !important;
}

.wpt-header-menu a:hover,
.wpt-header-menu a:focus {
	background: #f8fafc !important;
	color: #101828 !important;
}

.wpt-app-header .header-search-input {
	background-color: #fff !important;
	border-color: #d0d5dd !important;
	border-radius: 8px 0 0 8px !important;
	color: #344054 !important;
	font-size: 13px !important;
	height: 34px !important;
	padding: 5px 10px 6px 12px !important;
	width: 280px !important;
}

.wpt-app-header .header-search-input::placeholder {
	color: #667085;
}

input.header-search-input,
input.header-search-input:focus {
	box-shadow: none;
	outline: none;
}

.wpt-header-search-button {
	background-color: #fff !important;
	border-color: #d0d5dd !important;
	border-radius: 0 8px 8px 0 !important;
	color: #667085 !important;
	height: 34px !important;
	padding: 5px 11px 6px 10px !important;
}

.wpt-header-search-button:hover,
.wpt-header-search-button:focus {
	color: #344054 !important;
	outline: none;
}

.wpt-header-mobile-support {
	border-top: 1px solid #e4e7ec;
	margin-top: 22px;
	padding-top: 18px;
}

.wpt-header-change-button {
	align-items: center;
	background: #101828 !important;
	border: 1px solid #101828 !important;
	border-radius: 7px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	height: 38px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 14px !important;
	text-decoration: none !important;
	width: 100%;
}

.wpt-header-change-button:hover,
.wpt-header-change-button:focus {
	background: #1d2939 !important;
	border-color: #1d2939 !important;
	color: #fff !important;
	outline: none;
}

@media screen and (max-width: 39.9375em) {
	.wpt-app-header img {
		max-width: 130px;
	}
}

/* ==========================================================================
Shared Settings
========================================================================== */

.wpt-settings-page {
	background: #fff;
	color: #101828;
	font-family: Inter, sans-serif;
	min-height: calc(100vh - 86px);
	padding-bottom: 44px;
}

.wpt-settings-page [style*="font-weight: bold"],
.wpt-settings-page [style*="font-weight:bold"],
.wpt-settings-page b,
.wpt-settings-page strong,
.reveal [style*="font-weight: bold"],
.reveal [style*="font-weight:bold"] {
	font-weight: 500 !important;
}

.settings-page-shell,
.wpt-settings-shell {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 42px;
	padding-top: 22px;
}

.settings-page-section {
	margin-bottom: 18px;
	scroll-margin-top: 24px;
}

.settings-inline-create-form {
	width: 100%;
}

.wpt-settings-content {
	min-width: 0;
}

.wpt-settings-content-header {
	margin: 0 0 26px 0;
	padding: 0;
}

.wpt-settings-page-title {
	color: #101828;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.wpt-settings-page-title .wpt-status-pill {
	margin-left: 8px;
	vertical-align: middle;
}

.wpt-settings-page-subtitle {
	color: #667085;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	margin: 6px 0 0 0;
	max-width: 660px;
}

.wpt-reports-shell {
	padding-bottom: 54px;
	padding-top: 28px;
}

.wpt-reports-header {
	align-items: flex-end;
	margin-bottom: 20px;
}

.wpt-reports-tools {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.wpt-reports-filters {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.wpt-reports-filter {
	min-width: 132px;
}

.wpt-reports-filter-wide {
	min-width: 210px;
}

.wpt-reports-filter-date {
	min-width: 150px;
}

.wpt-reports-filter form {
	margin: 0;
}

.wpt-reports-filter select {
	width: 100%;
}

.wpt-reports-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-reports-alert {
	background: #fffbeb;
	border: 1px solid #fedf89;
	border-radius: 8px;
	color: #92400e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 14px 0;
	padding: 12px 14px;
}

.wpt-report-summary-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	margin: 0 0 14px 0;
}

.wpt-report-summary-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	padding: 12px 14px;
}

.wpt-report-summary-label {
	color: #667085;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.wpt-report-summary-value {
	color: #101828;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

.wpt-report-matrix .mm-scroll {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wpt-report-matrix .mm-grid {
	color: #344054;
	display: grid;
	font-family: Inter, sans-serif;
	font-size: 12px;
	line-height: 1.25;
}

.wpt-report-matrix .mm-row {
	display: contents;
}

.wpt-report-matrix .mm-cell {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	min-height: 36px;
	padding: 7px 10px;
	white-space: nowrap;
}

.wpt-report-matrix .mm-cell.mm-wrap {
	white-space: normal;
	word-break: break-word;
}

.wpt-report-matrix .mm-head .mm-cell {
	background: #f8fafc;
	color: #475467;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	min-height: 38px;
	text-transform: uppercase;
}

.wpt-report-matrix .mm-metric {
	color: #101828;
	font-weight: 500;
}

.wpt-report-matrix .mm-num {
	justify-content: flex-end;
	text-align: right;
}

.wpt-report-matrix .mm-checkcell {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.wpt-report-matrix .mm-proj-check {
	display: block;
	margin: 0;
}

.wpt-report-matrix .mm-proj-toggle {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	margin: 0;
	position: relative;
	width: 18px;
}

.wpt-report-matrix .mm-proj-toggle.is-disabled {
	cursor: default;
	opacity: .58;
}

.wpt-report-matrix .mm-emph .mm-cell,
.wpt-report-matrix .mm-mrr-summary .mm-cell,
.wpt-report-matrix .mm-strong .mm-cell {
	font-weight: 600;
}

.wpt-report-matrix .mm-row.is-hidden {
	display: none;
}

.wpt-report-matrix .mm-mrr-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #175cd3;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 600;
	gap: 6px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.wpt-report-matrix .mm-mrr-toggle:hover,
.wpt-report-matrix .mm-mrr-toggle:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wpt-report-matrix .mm-mrr-toggle span {
	display: inline-flex;
	font-size: 13px;
	line-height: 1;
	width: 10px;
}

.wpt-report-matrix .mm-mrr-detail .mm-metric {
	color: #475467;
	padding-left: 28px;
}

.wpt-report-matrix .mm-cell a {
	color: #175cd3;
	font-weight: 500;
	text-decoration: none;
}

.wpt-report-matrix .mm-cell a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wpt-report-matrix .mm-spacer.mm-cell {
	background: #fff;
	border: 0;
	grid-column: 1 / -1;
	height: 16px;
	min-height: 16px;
	padding: 0;
}

.wpt-report-matrix .mm-spacer .mm-cell {
	background: #fff;
	border: 0;
	height: 16px;
	min-height: 16px;
	padding: 0;
}

.wpt-report-matrix .mm-group-heading {
	background: #fff;
	color: #101828;
	font-weight: 600;
	grid-column: 1 / -1;
}

.wpt-report-matrix .mm-grid .mm-row:last-child .mm-cell {
	border-bottom: 0;
}

.wpt-class-stats-page .wpt-report-matrix .mm-grid {
	grid-template-columns: minmax(190px, 1.2fr) repeat(12, minmax(60px, 1fr)) minmax(70px, 1fr);
}

.wpt-website-stats-page .wpt-report-matrix .mm-grid {
	grid-template-columns: minmax(240px, 1.4fr) minmax(90px, 1fr);
}

.wpt-website-stats-page .wpt-report-matrix .mm-funnel-grid {
	grid-template-columns: minmax(240px, 1.8fr) repeat(6, minmax(90px, 1fr));
	min-width: 780px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-reports-filter,
	.wpt-reports-filter-wide {
		flex: 1 1 100%;
		min-width: 0;
	}

	.wpt-reports-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.wpt-report-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpt-class-stats-page .wpt-report-matrix .mm-grid {
		grid-template-columns: 190px repeat(12, 60px) 70px;
		min-width: calc(190px + (12 * 60px) + 70px);
	}

	.wpt-website-stats-page .wpt-report-matrix .mm-grid {
		grid-template-columns: 240px 90px;
		min-width: 330px;
	}

	.wpt-website-stats-page .wpt-report-matrix .mm-funnel-grid {
		grid-template-columns: 240px repeat(6, 90px);
		min-width: calc(240px + (6 * 90px));
	}
}

.wpt-settings-landing {
	min-height: calc(100vh - 86px);
}

.wpt-settings-landing-shell {
	padding: 32px 0 58px 0;
}

.wpt-settings-landing-header {
	margin-bottom: 30px;
}

.wpt-settings-landing-section {
	margin-top: 30px;
}

.wpt-settings-landing-section:first-of-type {
	margin-top: 0;
}

.wpt-settings-landing-section-title {
	color: #101828;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 14px 0;
}

.wpt-settings-landing-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpt-settings-landing-card,
.wpt-settings-landing-card:hover,
.wpt-settings-landing-card:focus,
.wpt-settings-landing-card:active {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	color: #101828;
	display: grid;
	gap: 12px;
	grid-template-columns: 36px minmax(0, 1fr) 12px;
	min-height: 96px;
	padding: 16px 17px;
	text-decoration: none;
	transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.wpt-settings-landing-card:hover,
.wpt-settings-landing-card:focus {
	border-color: #b2ddff;
	box-shadow: 0 8px 18px rgba(16, 24, 40, 0.07);
	outline: none;
	transform: translateY(-1px);
}

.wpt-settings-landing-icon {
	align-items: center;
	background: #eff8ff;
	border: 1px solid #d1e9ff;
	border-radius: 8px;
	color: #175cd3;
	display: inline-flex;
	flex: 0 0 auto;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.wpt-settings-landing-icon i {
	color: currentColor;
	font-size: 15px;
	line-height: 1;
}

.wpt-settings-landing-copy {
	display: block;
	min-width: 0;
}

.wpt-settings-landing-card-title {
	color: #175cd3;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.wpt-settings-landing-card-detail {
	color: #475467;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

.wpt-settings-landing-arrow {
	color: #98a2b3;
	display: inline-flex;
	font-size: 11px;
	justify-content: flex-end;
	line-height: 1;
	margin-top: 0;
}

.wpt-settings-landing-card:hover .wpt-settings-landing-arrow,
.wpt-settings-landing-card:focus .wpt-settings-landing-arrow {
	color: #175cd3;
}

@media screen and (max-width: 63.99875em) {
	.wpt-settings-landing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 39.9375em) {
	.wpt-settings-landing-shell {
		padding-top: 26px;
	}

	.wpt-settings-landing-grid {
		grid-template-columns: 1fr;
	}

	.wpt-settings-landing-card,
	.wpt-settings-landing-card:hover,
	.wpt-settings-landing-card:focus,
	.wpt-settings-landing-card:active {
		min-height: 0;
		padding: 16px;
	}
}

.wpt-settings-panel,
.wpt-website-panel {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.wpt-settings-panel + .wpt-settings-panel,
.wpt-website-panel + .wpt-website-panel {
	border-top: 1px solid #edf1f5;
	margin-top: 28px;
	padding-top: 26px;
}

.wpt-settings-panel-header,
.wpt-website-panel-header {
	align-items: flex-start;
	border-bottom: 0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 0 0 16px 0;
}

.wpt-settings-panel-header > div:first-child,
.wpt-website-panel-header > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-settings-panel-header > .shrink.cell,
.wpt-website-panel-header > .shrink.cell,
.wpt-settings-panel-action {
	flex: 0 0 auto;
	width: auto;
}

.wpt-settings-panel-body {
	padding: 0;
}

.wpt-theme-color-header {
	border-top: 1px solid #edf1f5;
	margin-top: 24px;
	padding-top: 24px;
}

.wpt-theme-color-control {
	align-items: center;
	display: flex;
	gap: 10px;
}

.wpt-theme-color-picker {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	cursor: pointer;
	flex: 0 0 48px;
	height: 42px;
	margin: 0;
	padding: 3px;
	width: 48px;
}

.wpt-theme-color-picker::-webkit-color-swatch-wrapper {
	padding: 0;
}

.wpt-theme-color-picker::-webkit-color-swatch {
	border: 0;
	border-radius: 4px;
}

.wpt-theme-color-picker::-moz-color-swatch {
	border: 0;
	border-radius: 4px;
}

.wpt-theme-color-control .wpt-theme-color-hex {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: .04em;
	margin: 0 !important;
	text-transform: uppercase;
}

.wpt-website-source-choice {
	border: 0;
	margin: 0;
	padding: 0;
}

.wpt-website-source-choice legend {
	color: #344054;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 7px;
}

.wpt-website-source-choice-options {
	display: inline-flex;
	gap: 8px;
}

.wpt-website-source-choice-options label {
	cursor: pointer;
	margin: 0;
}

.wpt-website-source-choice-options input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.wpt-website-source-choice-options span {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: #344054;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 38px;
	justify-content: center;
	min-width: 92px;
	padding: 0 14px;
}

.wpt-website-source-choice-options input:checked + span {
	background: #eff8ff;
	border-color: #84caff;
	color: #175cd3;
}

.wpt-website-source-choice-options input:focus-visible + span {
	box-shadow: 0 0 0 3px rgba(46, 144, 250, .2);
	outline: 1px solid #2e90fa;
}

[data-cms-background-field][hidden] {
	display: none;
}

.wpt-theme-contrast-status {
	align-items: center;
	background: #fffaeb;
	border: 1px solid #fedf89;
	border-radius: 7px;
	color: #93370d;
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.35;
	margin-top: 4px;
	padding: 9px 11px;
}

.wpt-theme-contrast-status[hidden] {
	display: none;
}

.wpt-theme-contrast-dot {
	background: #f79009;
	border-radius: 999px;
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.wpt-settings-section-title,
.wpt-website-section-title {
	color: #101828;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-settings-section-copy,
.wpt-website-section-copy {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 5px 0 0 0;
	max-width: 660px;
}

.wpt-settings-panel-subsection {
	margin: 0;
}

.wpt-settings-panel-subsection + .wpt-settings-toggle-list,
.wpt-settings-toggle-list + .wpt-settings-form-grid {
	margin-top: 14px;
}

.wpt-settings-form-grid,
.wpt-website-form-grid,
.wpt-website-modal-form-grid {
	row-gap: 14px;
}

.wpt-settings-field,
.wpt-website-field {
	min-width: 0;
}

.wpt-settings-field label,
.wpt-settings-field-label {
	color: #344054;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 6px 0;
}

.wpt-settings-input,
.reveal.wpt-settings-modal .input-style,
.reveal.wpt-settings-modal input[type="text"],
.reveal.wpt-settings-modal input[type="tel"],
.reveal.wpt-settings-modal input[type="email"],
.reveal.wpt-settings-modal input[type="number"],
.reveal.wpt-settings-modal input[type="file"],
.reveal.wpt-settings-modal input[type="search"],
.reveal.wpt-settings-modal select,
.reveal.wpt-settings-modal textarea,
.wpt-settings-page .input-style,
.wpt-settings-page input[type="text"],
.wpt-settings-page input[type="tel"],
.wpt-settings-page input[type="email"],
.wpt-settings-page input[type="number"],
.wpt-settings-page input[type="file"],
.wpt-settings-page input[type="search"],
.wpt-settings-page select,
.wpt-settings-page textarea {
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #101828 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	width: 100%;
}

.wpt-settings-input:not(textarea),
.reveal.wpt-settings-modal input[type="text"],
.reveal.wpt-settings-modal input[type="tel"],
.reveal.wpt-settings-modal input[type="email"],
.reveal.wpt-settings-modal input[type="number"],
.reveal.wpt-settings-modal input[type="file"],
.reveal.wpt-settings-modal select,
.wpt-settings-page input[type="text"],
.wpt-settings-page input[type="tel"],
.wpt-settings-page input[type="email"],
.wpt-settings-page input[type="number"],
.wpt-settings-page input[type="file"],
.wpt-settings-page select {
	height: 38px !important;
}

.reveal.wpt-settings-modal textarea,
.wpt-settings-page textarea {
	min-height: 88px;
}

.wpt-settings-input:focus,
.reveal.wpt-settings-modal .input-style:focus,
.reveal.wpt-settings-modal input:focus,
.reveal.wpt-settings-modal select:focus,
.reveal.wpt-settings-modal textarea:focus,
.wpt-settings-page .input-style:focus,
.wpt-settings-page input:focus,
.wpt-settings-page select:focus,
.wpt-settings-page textarea:focus {
	border-color: #1570ef !important;
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .12) !important;
	outline: none !important;
}

.wpt-settings-readonly-value {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #667085;
	display: flex;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	min-height: 38px;
	padding: 8px 10px;
}

.wpt-settings-divider {
	background: #edf1f5;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}

.wpt-settings-action-row {
	border-top: 0;
	padding: 18px 0 0 0;
}

.wpt-settings-button,
.wpt-settings-button-secondary,
.wpt-settings-button-danger {
	align-items: center;
	border-radius: 7px !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	height: 38px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 14px !important;
	text-decoration: none !important;
	width: auto;
}

.wpt-settings-button:not(.wpt-settings-button-secondary):not(.wpt-settings-button-danger) {
	background: #1570ef !important;
	border: 1px solid #1570ef !important;
	color: #fff !important;
	min-width: 132px;
}

.wpt-settings-button:not(.wpt-settings-button-secondary):not(.wpt-settings-button-danger):hover,
.wpt-settings-button:not(.wpt-settings-button-secondary):not(.wpt-settings-button-danger):focus {
	background: #2e90fa !important;
	border-color: #2e90fa !important;
	color: #fff !important;
	outline: none;
}

.wpt-mobile-lockout-actions > .wpt-settings-button,
.wpt-mobile-lockout-actions > .wpt-settings-button-secondary {
	flex: 1 1 0;
	min-width: 0;
	width: auto !important;
}

.wpt-settings-button-secondary,
.wpt-settings-page .wpt-settings-button-secondary,
.reveal.wpt-website-modal .wpt-settings-button-secondary {
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	color: #344054 !important;
	min-width: auto;
}

.wpt-settings-button-secondary:hover,
.wpt-settings-button-secondary:focus,
.wpt-settings-page .wpt-settings-button-secondary:hover,
.wpt-settings-page .wpt-settings-button-secondary:focus,
.reveal.wpt-website-modal .wpt-settings-button-secondary:hover,
.reveal.wpt-website-modal .wpt-settings-button-secondary:focus {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-settings-button-danger,
.wpt-settings-page .wpt-settings-button-danger,
.reveal.wpt-website-modal .wpt-settings-button-danger {
	background: #fff !important;
	border: 1px solid #fda29b !important;
	color: #b42318 !important;
	min-width: 132px;
}

.wpt-settings-button-danger:hover,
.wpt-settings-button-danger:focus,
.wpt-settings-page .wpt-settings-button-danger:hover,
.wpt-settings-page .wpt-settings-button-danger:focus,
.reveal.wpt-website-modal .wpt-settings-button-danger:hover,
.reveal.wpt-website-modal .wpt-settings-button-danger:focus {
	background: #fff5f5 !important;
	border-color: #f97066 !important;
	color: #912018 !important;
}

.wpt-disabled-action {
	cursor: not-allowed;
	display: inline-flex;
}

.wpt-disabled-action .button[disabled],
.wpt-disabled-action button[disabled] {
	opacity: .58;
	pointer-events: none;
}

.wpt-settings-button i,
.wpt-settings-button-secondary i,
.wpt-settings-button-danger i {
	font-size: 11px;
	margin-right: 6px;
}

.wpt-settings-icon-only {
	padding: 0 !important;
	width: 38px;
}

.wpt-settings-icon-only i {
	margin-right: 0 !important;
}

.wpt-settings-page .js-expand-trigger {
	color: #101828 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1.2 !important;
}

.wpt-settings-page .js-expand-trigger:hover,
.wpt-settings-page .js-expand-trigger:focus {
	color: #175cd3 !important;
	outline: none;
}

.wpt-settings-page .js-expand-button {
	align-items: center;
	color: #175cd3 !important;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	margin-top: 10px !important;
	text-decoration: none;
}

.wpt-settings-page .js-expand-button:hover,
.wpt-settings-page .js-expand-button:focus {
	color: #1849a9 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wpt-add-profile-shell {
	padding: 64px 0 56px 0;
}

.wpt-add-profile-success-shell {
	padding: 44px 0 64px 0;
}

.wpt-add-profile-header {
	margin: 0 0 22px 0;
	text-align: left;
}

.wpt-add-profile-form-cell {
	max-width: 660px;
}

.wpt-add-profile-form-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.wpt-add-profile-page .js-hidden {
	display: none;
}

.wpt-add-profile-form {
	margin: 0;
}

.wpt-add-profile-panel {
	padding: 0;
}

.wpt-add-profile-panel + .wpt-add-profile-panel,
.wpt-add-profile-child-panel,
.wpt-add-profile-secondary-action {
	margin-top: 12px;
}

.wpt-add-profile-submit-row {
	margin-top: 22px;
	padding-top: 0;
}

.wpt-add-profile-form-card > .wpt-add-profile-panel + .wpt-add-profile-panel {
	border-top: 0;
	margin-top: 12px;
	padding-top: 0;
}

.wpt-add-profile-form-card > .wpt-add-profile-panel > .wpt-settings-panel-header {
	display: none;
}

.wpt-add-profile-subsection + .wpt-add-profile-subsection {
	border-top: 1px solid #edf1f5;
	margin-top: 18px;
	padding-top: 18px;
}

.wpt-add-profile-subsection-title {
	color: #101828;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.wpt-add-profile-children {
	margin-top: 0;
}

.wpt-add-profile-child-panel {
	border-top: 1px solid #edf1f5;
	margin-top: 18px;
	padding-top: 18px;
}

.wpt-add-profile-child-panel + .wpt-add-profile-child-panel {
	margin-top: 26px;
}

.wpt-add-profile-child-header {
	align-items: flex-start;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
}

.wpt-add-profile-child-header .wpt-add-profile-subsection-title {
	margin-bottom: 0;
}

.wpt-add-profile-remove-child {
	min-width: 38px !important;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
}

.wpt-add-profile-remove-child i {
	margin-right: 0;
}

.wpt-add-profile-secondary-action,
.wpt-add-profile-submit-row,
.wpt-add-profile-inline-form {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 0;
}

.wpt-add-profile-secondary-action {
	justify-content: stretch;
}

.wpt-add-profile-secondary-action .wpt-settings-button-secondary {
	width: 100%;
}

.wpt-add-profile-submit-row .wpt-settings-button {
	width: 100%;
}

.wpt-add-profile-state-panel {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
}

.wpt-add-profile-success-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
	padding: 22px;
}

.wpt-add-profile-success-header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 0 0 18px 0;
}

.wpt-add-profile-success-header .wpt-settings-page-title,
.wpt-add-profile-success-header .wpt-settings-page-subtitle {
	margin-left: 0;
	margin-right: 0;
}

.wpt-add-profile-success-header .wpt-settings-page-subtitle {
	margin-top: 5px;
}

.wpt-add-profile-state-icon {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.wpt-add-profile-state-icon.is-success {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-add-profile-state-icon.is-error {
	background: #fff5f5;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-add-profile-state-title {
	color: #101828;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.wpt-add-profile-state-copy {
	color: #667085;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin: -8px 0 0 0;
}

.wpt-add-profile-result-group {
	width: 100%;
}

.wpt-add-profile-result-group + .wpt-add-profile-result-group {
	border-top: 1px solid #edf1f5;
	margin-top: 18px;
	padding-top: 18px;
}

.wpt-add-profile-result-list {
	display: grid;
	gap: 8px;
	margin-top: 10px;
	width: 100%;
}

.wpt-add-profile-result-card {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	color: #101828;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	min-width: 0;
	padding: 11px 12px;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
	width: 100%;
}

.wpt-add-profile-success-profile {
	border-left-color: #12b76a;
}

.wpt-add-profile-result-card:hover,
.wpt-add-profile-result-card:focus {
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, .08);
	color: #101828;
	transform: translateY(-1px);
}

.wpt-add-profile-success-profile:hover,
.wpt-add-profile-success-profile:focus {
	border-color: #e4e7ec;
	border-left-color: #12b76a;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	transform: none;
}

.wpt-add-profile-result-main {
	min-width: 0;
}

.wpt-add-profile-result-name {
	color: #101828;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.wpt-add-profile-result-meta {
	align-items: center;
	color: #667085;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: 500;
	gap: 4px 8px;
	line-height: 1.3;
	margin-top: 4px;
}

.wpt-add-profile-result-meta span + span::before {
	color: #d0d5dd;
	content: "/";
	margin-right: 8px;
}

.wpt-add-profile-result-action {
	color: #175cd3;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.wpt-add-profile-success-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-add-profile-success-shell {
		padding-top: 28px;
	}

	.wpt-add-profile-success-card {
		padding: 18px;
	}

	.wpt-add-profile-success-header {
		align-items: flex-start;
	}

	.wpt-add-profile-secondary-action,
	.wpt-add-profile-submit-row,
	.wpt-add-profile-inline-form {
		justify-content: stretch;
	}

	.wpt-add-profile-secondary-action .wpt-settings-button-secondary,
	.wpt-add-profile-submit-row .wpt-settings-button,
	.wpt-add-profile-inline-form .wpt-settings-button-secondary {
		width: 100%;
	}

	.wpt-add-profile-result-card {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.wpt-add-profile-success-actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.wpt-add-profile-success-actions .wpt-settings-button,
	.wpt-add-profile-success-actions .wpt-settings-button-secondary {
		width: 100%;
	}
}

.wpt-website-row-button,
.wpt-source-button,
.wpt-product-button,
.wpt-strength-button,
.wpt-peakweek-button {
	font-size: 12px !important;
	height: 30px !important;
	min-width: auto !important;
	padding: 0 10px !important;
}

.wpt-website-row-button i,
.wpt-source-button i,
.wpt-product-button i,
.wpt-strength-button i,
.wpt-peakweek-button i {
	font-size: 11px;
	margin-right: 6px;
}

.wpt-source-row .wpt-source-button:hover,
.wpt-source-row .wpt-source-button:focus,
.wpt-source-manager-tools .wpt-source-button:hover,
.wpt-source-manager-tools .wpt-source-button:focus,
.wpt-product-row .wpt-product-button:hover,
.wpt-product-row .wpt-product-button:focus,
.wpt-product-manager-tools .wpt-product-button:hover,
.wpt-product-manager-tools .wpt-product-button:focus,
.wpt-strength-row .wpt-strength-button:hover,
.wpt-strength-row .wpt-strength-button:focus,
.wpt-strength-manager-tools .wpt-strength-button:hover,
.wpt-strength-manager-tools .wpt-strength-button:focus,
.wpt-peakweek-row .wpt-peakweek-button:hover,
.wpt-peakweek-row .wpt-peakweek-button:focus,
.wpt-peakweek-manager-tools .wpt-peakweek-button:hover,
.wpt-peakweek-manager-tools .wpt-peakweek-button:focus {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-source-manager-head,
.wpt-product-manager-head,
.wpt-strength-manager-head,
.wpt-peakweek-manager-head {
	margin-bottom: 14px;
}

.wpt-source-manager-tools,
.wpt-product-manager-tools,
.wpt-strength-manager-tools,
.wpt-peakweek-manager-tools {
	row-gap: 8px;
}

.wpt-source-list,
.wpt-product-list,
.wpt-strength-list,
.wpt-peakweek-list {
	width: 100%;
}

.wpt-source-group,
.wpt-product-group,
.wpt-strength-group,
.wpt-peakweek-group {
	margin-bottom: 10px;
}

.wpt-source-actions,
.wpt-product-actions,
.wpt-strength-actions,
.wpt-peakweek-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-source-action-slot,
.wpt-product-action-slot,
.wpt-strength-action-slot,
.wpt-peakweek-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-source-row,
.wpt-product-row {
	background: #fff;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	min-height: 56px;
	padding: 11px 0;
	transition: background 150ms ease, border-color 150ms ease;
}

.wpt-source-row-campaign,
.wpt-product-row-phase {
	background: #fff;
	border-bottom: 1px solid #edf1f5;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	margin-left: 34px;
	min-height: 42px;
	padding: 8px 0;
}

.wpt-source-row-campaign:hover,
.wpt-source-row-campaign:focus-within,
.wpt-product-row-phase:hover,
.wpt-product-row-phase:focus-within {
	background: #f8fafc;
	box-shadow: none;
}

.wpt-settings-empty-state,
.wpt-website-empty-state {
	align-items: center;
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	color: #667085;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	line-height: 1.3;
	min-height: 72px;
	padding: 14px;
	text-align: center;
}

.wpt-settings-empty-state > div,
.wpt-website-empty-state > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wpt-settings-empty-state .wpt-settings-button,
.wpt-settings-empty-state .wpt-settings-button-secondary,
.wpt-settings-empty-state .wpt-source-button,
.wpt-settings-empty-state .wpt-product-button,
.wpt-website-empty-state .wpt-settings-button,
.wpt-website-empty-state .wpt-settings-button-secondary {
	margin-top: 14px !important;
}

.wpt-settings-page .wpt-settings-empty-state > div > .button.wpt-settings-button-secondary,
.wpt-settings-page .wpt-settings-empty-state > div > .button.wpt-settings-button,
.wpt-settings-page .wpt-settings-empty-state > div > .button.wpt-source-button,
.wpt-settings-page .wpt-settings-empty-state > div > .button.wpt-product-button,
.wpt-settings-page .wpt-website-empty-state > div > .button.wpt-settings-button,
.wpt-settings-page .wpt-website-empty-state > div > .button.wpt-settings-button-secondary {
	margin-top: 16px !important;
}

/* ==========================================================================
Team Manager
========================================================================== */

.wpt-team-grid {
	row-gap: 16px;
}

.wpt-team-column {
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	min-height: 100%;
	padding: 14px;
}

.wpt-team-column-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
	min-width: 0;
}

.wpt-team-column-head > div {
	min-width: 0;
}

.wpt-team-count {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	line-height: 1;
	min-width: 28px;
	padding: 0 8px;
}

.wpt-team-user-list {
	display: grid;
	gap: 8px;
}

.wpt-team-user-row,
.wpt-team-user-row:hover,
.wpt-team-user-row:focus,
.wpt-team-user-row:active {
	align-items: center;
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	color: #101828;
	display: grid;
	gap: 10px;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	min-height: 58px;
	padding: 10px 11px;
	text-align: left;
	text-decoration: none;
	transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
	width: 100%;
}

button.wpt-team-user-row {
	cursor: pointer;
	font: inherit;
	margin: 0;
}

.wpt-team-user-row:hover,
.wpt-team-user-row:focus {
	background: #f8fafc;
	border-color: #d0d5dd;
	box-shadow: 0 6px 14px rgba(16, 24, 40, 0.06);
	outline: none;
}

.wpt-team-user-row.is-inactive {
	opacity: .62;
}

.wpt-team-avatar {
	align-items: center;
	background: #eff8ff;
	border: 1px solid #d1e9ff;
	border-radius: 8px;
	color: #175cd3;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	width: 34px;
}

.wpt-team-user-copy,
.wpt-team-member-copy {
	display: block;
	min-width: 0;
}

.wpt-team-user-name,
.wpt-team-member-name {
	color: #101828;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-team-user-email,
.wpt-team-member-email {
	color: #667085;
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	margin: 3px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-team-row-icon {
	color: #98a2b3;
	font-size: 12px;
	line-height: 1;
}

.wpt-team-member-summary {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	margin-bottom: 18px;
	padding: 14px;
}

.wpt-team-member-summary .wpt-team-avatar {
	height: 40px;
	width: 40px;
}

.wpt-team-member-summary.is-inactive {
	opacity: .68;
}

.wpt-team-control-list {
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	margin-bottom: 18px;
	overflow: hidden;
}

.wpt-team-control-row {
	padding: 13px 14px;
}

.wpt-team-control-row + .wpt-team-control-row {
	border-top: 1px solid #edf1f5;
}

.wpt-team-master-toggle {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.wpt-team-master-toggle span {
	color: #475467;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.wpt-team-permission-list {
	margin-top: 18px;
}

.wpt-team-permission-list.is-inactive {
	opacity: .58;
}

.wpt-team-permission-group {
	color: #667085;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.2;
	margin: 20px 0 8px 0;
	text-transform: uppercase;
}

.wpt-team-permission-list .wpt-team-permission-group:first-child {
	margin-top: 0;
}

.wpt-team-permission-row {
	padding: 10px 0;
}

.wpt-team-modal .wpt-settings-action-row {
	padding-top: 16px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-team-column {
		min-height: 0;
	}

	.wpt-team-member-summary,
	.wpt-team-user-row,
	.wpt-team-user-row:hover,
	.wpt-team-user-row:focus,
	.wpt-team-user-row:active {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.wpt-team-member-summary .wpt-status-pill,
	.wpt-team-user-row .wpt-status-pill,
	.wpt-team-user-row .wpt-team-row-icon {
		grid-column: 2;
		justify-self: start;
	}
}

/* ==========================================================================
Library Manager
========================================================================== */

.wpt-library-panel-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-library-page .button[disabled],
.wpt-library-page button[disabled],
.reveal.wpt-library-modal .button[disabled],
.reveal.wpt-library-modal button[disabled] {
	cursor: not-allowed !important;
	opacity: .58;
}

.wpt-library-breadcrumb {
	align-items: center;
	color: #98a2b3;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px;
	line-height: 1.2;
	margin: 0 0 14px 0;
	min-width: 0;
}

.wpt-library-breadcrumb a,
.wpt-library-breadcrumb a:hover,
.wpt-library-breadcrumb a:focus {
	color: #175cd3;
	font-weight: 500;
	text-decoration: none;
}

.wpt-library-breadcrumb i {
	color: #98a2b3;
	font-size: 9px;
	line-height: 1;
}

.wpt-library-list {
	width: 100%;
}

.wpt-library-list.is-reordering,
.wpt-library-list.is-reordering * {
	user-select: none;
	-webkit-user-select: none;
}

.wpt-library-group {
	margin-bottom: 10px;
}

.wpt-library-group.is-dragging {
	display: none;
}

.wpt-library-row {
	background: #fff;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	min-height: 56px;
	padding: 11px 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wpt-library-row-entry {
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	min-height: 62px;
	padding: 12px 0;
}

.wpt-library-row-entry:hover,
.wpt-library-row-entry:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-library-drag-placeholder {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	margin-bottom: 10px;
	min-height: 62px;
	transition: height 120ms ease, margin 120ms ease;
}

.wpt-library-drag-clone {
	margin: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(0, 0, 0) scale(1.01);
	transform-origin: top left;
	will-change: transform;
	z-index: 10000;
}

.wpt-library-drag-clone .wpt-library-row-entry {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08) !important;
}

.wpt-library-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-library-drag-handle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #98a2b3;
	cursor: grab;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	touch-action: none;
	width: 24px;
}

.wpt-library-drag-handle:active {
	cursor: grabbing;
}

.wpt-library-drag-handle:hover,
.wpt-library-drag-handle:focus {
	color: #667085;
	outline: none;
}

.wpt-library-name-link,
.wpt-library-name-link:hover,
.wpt-library-name-link:focus,
.wpt-library-name-static {
	align-items: center;
	color: #101828;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	min-width: 0;
	text-decoration: none;
}

.wpt-library-name-link:hover,
.wpt-library-name-link:focus {
	color: #175cd3;
	outline: none;
}

.wpt-library-type-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	justify-content: center;
	margin-right: 8px;
	opacity: .72;
	width: 16px;
}

.wpt-library-title {
	display: inline-block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-library-kind {
	background: #f2f4f7;
	border-radius: 999px;
	color: #475467;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .02em;
	margin-left: 9px;
	padding: 3px 7px;
	text-transform: uppercase;
}

.wpt-library-current-file,
.wpt-library-current-file:hover,
.wpt-library-current-file:focus {
	color: #175cd3;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	gap: 7px;
	text-decoration: none;
}

.wpt-library-file-input {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	color: #344054;
	display: block;
	font-size: 13px;
	padding: 9px;
	width: 100%;
}

.wpt-library-modal .wpt-settings-field-help {
	color: #667085;
	font-size: 11px;
	line-height: 1.45;
	margin: 7px 0 0;
}

.wpt-library-lock {
	color: #667085;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	margin-left: 8px;
}

.wpt-library-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-library-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-library-action-slot-edit {
	width: 72px;
}

.wpt-library-button {
	font-size: 12px !important;
	height: 30px !important;
	min-width: auto !important;
	padding: 0 10px !important;
	width: 100%;
}

.wpt-library-clear-row {
	margin-top: 2px;
}

.wpt-library-modal-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-library-modal .wpt-settings-action-row {
	padding-top: 10px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-library-panel-actions {
		justify-content: flex-start;
	}

	.wpt-library-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-library-action-slot-edit {
		width: 100%;
	}

	.wpt-library-modal-actions {
		justify-content: flex-start;
	}
}

/* ==========================================================================
Message Template Manager
========================================================================== */

.wpt-template-manager-tools {
	row-gap: 8px;
}

.wpt-template-list {
	width: 100%;
}

.wpt-template-list.is-reordering,
.wpt-template-list.is-reordering * {
	user-select: none;
	-webkit-user-select: none;
}

.wpt-template-group {
	margin-bottom: 10px;
}

.wpt-template-group.is-dragging {
	display: none;
}

.wpt-template-row {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 0;
	min-height: 62px;
	padding: 12px 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wpt-template-row:hover,
.wpt-template-row:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-template-drag-placeholder {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	margin-bottom: 10px;
	min-height: 62px;
	transition: height 120ms ease, margin 120ms ease;
}

.wpt-template-drag-clone {
	margin: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(0, 0, 0) scale(1.01);
	transform-origin: top left;
	will-change: transform;
	z-index: 10000;
}

.wpt-template-drag-clone .wpt-template-row {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08) !important;
}

.wpt-template-identity {
	align-items: center;
	color: #101828;
	display: flex;
	min-width: 0;
}

.wpt-template-drag-handle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #98a2b3;
	cursor: grab;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	touch-action: none;
	width: 24px;
}

.wpt-template-drag-handle:active {
	cursor: grabbing;
}

.wpt-template-drag-handle:hover,
.wpt-template-drag-handle:focus {
	color: #667085;
	outline: none;
}

.wpt-template-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	opacity: .68;
	width: 24px;
}

.wpt-template-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-template-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-template-preview {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-template-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-template-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-template-action-slot-edit {
	width: 72px;
}

.wpt-template-button {
	font-size: 12px !important;
	height: 30px !important;
	min-width: auto !important;
	padding: 0 10px !important;
}

.wpt-template-action-slot .wpt-template-button,
.wpt-template-empty-state .wpt-template-button {
	width: 100%;
}

.wpt-template-row .wpt-template-button:hover,
.wpt-template-row .wpt-template-button:focus,
.wpt-template-manager-tools .wpt-template-button:hover,
.wpt-template-manager-tools .wpt-template-button:focus {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-template-field-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 4px;
	min-width: 0;
}

.wpt-template-field-head label {
	margin-bottom: 0;
}

.wpt-template-char-count {
	color: #667085;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.wpt-template-char-count.is-limit {
	color: #b42318;
	font-weight: 500;
}

.reveal.wpt-template-modal textarea.wpt-template-body-input {
	line-height: 1.35 !important;
	min-height: 150px;
	resize: vertical;
}

.wpt-template-token-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

.wpt-merge-quick-add-button {
	border-radius: 6px !important;
	font-size: 10.5px !important;
	height: 24px !important;
	line-height: 1 !important;
	min-width: auto !important;
	padding: 0 7px !important;
}

.wpt-template-modal-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-template-modal .wpt-settings-action-row {
	padding-top: 10px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-template-manager-tools,
	.wpt-template-actions,
	.wpt-template-modal-actions {
		justify-content: flex-start;
	}

	.wpt-template-actions {
		margin-top: 10px;
	}

	.wpt-template-action-slot-edit {
		width: 100%;
	}

	.wpt-template-drag-handle {
		margin-right: 8px;
	}

	.wpt-template-preview {
		white-space: normal;
	}
}

/* ==========================================================================
ALEX Flow Manager
========================================================================== */

.wpt-alex-filter-form {
	margin: 0 0 14px 0;
}

.wpt-alex-filter-bar {
	align-items: flex-end !important;
	row-gap: 8px;
}

.wpt-alex-filter-bar > .cell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wpt-alex-filter {
	max-width: 260px;
}

.wpt-alex-filter-actions {
	align-items: flex-end;
	flex: 1 1 auto;
	margin-left: auto;
	max-width: none;
}

.wpt-alex-filter-actions .wpt-alex-manager-tools {
	justify-content: flex-end;
	width: 100%;
}

.wpt-alex-manager-head {
	padding-bottom: 10px;
}

.wpt-alex-manager-tools,
.wpt-alex-flow-actions,
.wpt-alex-modal-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-alex-filter-bar .wpt-alex-manager-tools {
	padding-bottom: 0;
}

.wpt-alex-page .wpt-settings-panel-body > .wpt-alex-manager-tools {
	margin-bottom: 14px;
}

.wpt-alex-button {
	font-size: 12px !important;
	height: 30px !important;
	line-height: 1 !important;
	min-width: auto !important;
	padding: 0 10px !important;
}

.wpt-alex-icon-button {
	height: 30px !important;
	min-width: 30px !important;
	padding: 0 !important;
	width: 30px;
}

.wpt-alex-button i {
	font-size: 11px;
	margin-right: 6px;
}

.wpt-alex-icon-button i {
	font-size: 12px;
	margin: 0;
}

.wpt-alex-button:hover,
.wpt-alex-button:focus,
.wpt-alex-icon-button:hover,
.wpt-alex-icon-button:focus,
.wpt-alex-flow-row .wpt-alex-button:hover,
.wpt-alex-flow-row .wpt-alex-button:focus,
.wpt-alex-manager-tools .wpt-alex-button:hover,
.wpt-alex-manager-tools .wpt-alex-button:focus,
.wpt-alex-manager-tools .wpt-alex-icon-button:hover,
.wpt-alex-manager-tools .wpt-alex-icon-button:focus {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-alex-admin-menu-wrap {
	position: relative;
}

.wpt-alex-admin-menu.dropdown-pane {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	box-shadow: 0 12px 26px rgba(16, 24, 40, 0.14), 0 3px 8px rgba(16, 24, 40, 0.08);
	padding: 6px;
	width: 176px;
	z-index: 20;
}

.wpt-alex-admin-menu-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: #344054;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 8px;
	line-height: 1.2;
	margin: 0;
	padding: 8px 9px;
	text-align: left;
	text-decoration: none !important;
	width: 100%;
}

.wpt-alex-admin-menu-item i {
	color: #667085;
	font-size: 11px;
	text-align: center;
	width: 14px;
}

.wpt-alex-admin-menu-item:hover,
.wpt-alex-admin-menu-item:focus {
	background: #f8fafc;
	color: #175cd3;
	outline: none;
}

.wpt-alex-admin-menu-item:hover i,
.wpt-alex-admin-menu-item:focus i {
	color: #175cd3;
}

.wpt-alex-flow-list {
	margin-top: 22px;
	width: 100%;
}

.wpt-alex-product-group {
	margin-bottom: 24px;
}

.wpt-alex-product-group + .wpt-alex-product-group {
	margin-top: 30px;
}

.wpt-alex-product-heading {
	margin: 0 0 10px 0;
}

.wpt-alex-product-heading p {
	color: #101828;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.wpt-alex-flow-group {
	margin-bottom: 10px;
}

.wpt-alex-page .mm-scroll {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.wpt-alex-page .mm-grid {
	display: grid;
	font-size: 12px;
	line-height: 1.2;
	min-width: 100%;
	width: 100%;
}

.wpt-alex-page .mm-row {
	display: contents;
}

.wpt-alex-page .mm-cell {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	color: #344054;
	display: flex;
	min-height: 46px;
	padding: 10px;
	white-space: nowrap;
}

.wpt-alex-page .mm-cell-body {
	min-width: 0;
	white-space: normal;
}

.wpt-alex-messages-page .mm-cell-body {
	align-items: center;
	white-space: normal;
}

.wpt-alex-message-body-preview {
	display: -webkit-box;
	line-height: 1.28;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.wpt-alex-page .mm-head .mm-cell {
	background: #f8fafc;
	color: #475467;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	min-height: 40px;
	position: sticky;
	text-transform: uppercase;
	top: 0;
	z-index: 1;
}

.wpt-alex-page .mm-grid .mm-row:last-child .mm-cell {
	border-bottom: 0;
}

.wpt-alex-page .mm-actions,
.wpt-alex-page .msg-pill-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.wpt-alex-messages-page .msg-pill-group {
	flex-wrap: nowrap;
}

.wpt-alex-steps-page .wpt-alex-sends-pills {
	flex-wrap: nowrap;
}

.wpt-alex-steps-page .mm-cell-sends {
	padding-left: 8px;
	padding-right: 8px;
}

.wpt-alex-steps-page .mm-actions {
	flex-wrap: nowrap;
}

.wpt-alex-delay-mode-icon {
	align-items: center;
	color: #344054;
	display: inline-flex;
	justify-content: center;
	margin-right: 7px;
}

.wpt-alex-delay-mode-icon i {
	font-size: 13px;
	line-height: 1;
	margin: 0;
}

.wpt-alex-page .badge-pill,
.wpt-alex-page .msg-mini-pill {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	min-height: 24px;
	min-width: 26px;
	padding: 0 8px;
	white-space: nowrap;
}

.wpt-alex-page .msg-pill-sends,
.wpt-alex-page .msg-pill-undelivered-lowdata,
.wpt-alex-page .badge-state-waiting {
	background: #f8fafc;
	border-color: #e4e7ec;
	color: #667085;
}

.wpt-alex-page .msg-mini-pill i {
	font-size: 10px;
	margin-right: 5px;
}

.wpt-alex-page .msg-mini-pill > i:only-child {
	display: block;
	line-height: 1;
	margin-right: 0;
	transform: translateY(-.5px);
}

.wpt-alex-page .msg-pill-undelivered-good,
.wpt-alex-page .badge-state-optimized,
.wpt-alex-page .badge-state-sending,
.wpt-alex-page .badge-state-active {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-alex-page .msg-pill-undelivered-warn,
.wpt-alex-page .badge-state-learning,
.wpt-alex-page .badge-state-attention,
.wpt-alex-page .badge-state-defeated {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-alex-page .msg-pill-undelivered-bad,
.wpt-alex-page .badge-state-inactive,
.wpt-alex-page .badge-state-filtered {
	background: #fef3f2;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-alex-flow-row {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #667085;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 0;
	min-height: 66px;
	padding: 12px 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wpt-alex-flow-row:hover,
.wpt-alex-flow-row:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-alex-flow-identity {
	align-items: center;
	color: #101828;
	display: flex;
	min-width: 0;
}

.wpt-alex-flow-icon {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #475467;
	display: inline-flex;
	flex: 0 0 auto;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin: 0 11px 0 0;
	width: 32px;
}

.wpt-alex-flow-icon i {
	color: currentColor;
	font-size: 13px;
	line-height: 1;
}

.wpt-alex-flow-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-alex-flow-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-alex-flow-stage {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-alex-flow-metrics {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	margin-right: 2px;
	min-width: 0;
}

.wpt-alex-metric-pill,
.wpt-alex-delivery-pill,
.wpt-alex-steps-pill,
.wpt-alex-status-pill {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	height: 26px;
	justify-content: center;
	line-height: 1;
	padding: 0 8px;
	white-space: nowrap;
}

.wpt-alex-metric-pill {
	background: #f8fafc;
	color: #344054;
	min-width: 42px;
}

.wpt-alex-metric-pill i,
.wpt-alex-delivery-pill i,
.wpt-alex-steps-pill i {
	font-size: 10px;
	margin-right: 5px;
}

.wpt-alex-delivery-pill.is-good,
.wpt-alex-steps-pill.is-good,
.wpt-alex-status-pill.is-active {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-alex-delivery-pill.is-warn,
.wpt-alex-steps-pill.is-warn,
.wpt-alex-status-pill.is-attention {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-alex-delivery-pill.is-bad,
.wpt-alex-steps-pill.is-bad {
	background: #fef3f2;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-alex-delivery-pill.is-muted,
.wpt-alex-steps-pill.is-muted,
.wpt-alex-status-pill.is-inactive {
	background: #f8fafc;
	border-color: #e4e7ec;
	color: #667085;
}

.wpt-alex-steps-pill.is-learning {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

button.wpt-alex-step-status-pill {
	cursor: pointer;
	font-family: inherit;
	margin: 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

button.wpt-alex-step-status-pill:hover,
button.wpt-alex-step-status-pill:focus {
	box-shadow: 0 5px 12px rgba(16, 24, 40, 0.10);
	outline: none;
	transform: translateY(-1px);
}

.wpt-alex-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-alex-source-stage {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #344054;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.3;
	margin: 0 0 12px 0;
	min-height: 38px;
	padding: 9px 10px;
}

.wpt-alex-source-stage > span:first-child {
	color: #667085;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

.wpt-alex-status-link {
	align-items: center;
	display: inline-flex;
	text-decoration: none !important;
}

.wpt-alex-status-link .badge-pill {
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	height: 28px;
	min-width: 92px;
	padding: 0 10px;
	transition: background 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.wpt-alex-status-link:hover .badge-pill,
.wpt-alex-status-link:focus .badge-pill {
	background: #eff8ff;
	border-color: #b2ddff;
	box-shadow: 0 5px 12px rgba(16, 24, 40, 0.10);
	color: #175cd3;
	transform: translateY(-1px);
}

.reveal.wpt-alex-detail-modal {
	max-width: 640px;
}

.wpt-alex-detail-head {
	margin-bottom: 14px;
	padding-right: 28px;
}

.wpt-alex-detail-hero {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #344054;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px;
}

.wpt-alex-detail-hero.is-good {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-alex-detail-hero.is-learning {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-alex-detail-hero.is-warn {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-alex-detail-hero.is-bad {
	background: #fef3f2;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-alex-detail-icon {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(255, 255, 255, .88);
	border-radius: 7px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.wpt-alex-detail-icon i {
	font-size: 14px;
	line-height: 1;
}

.wpt-alex-detail-hero-copy {
	min-width: 0;
}

.wpt-alex-detail-hero-copy p {
	color: currentColor;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.wpt-alex-detail-hero-copy span {
	color: #475467;
	display: block;
	font-size: 12px;
	line-height: 1.35;
	margin-top: 5px;
}

.wpt-alex-detail-facts > div {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	min-width: 0;
	padding: 10px;
}

.wpt-alex-detail-facts span {
	color: #667085;
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.wpt-alex-detail-facts strong {
	color: #101828;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-alex-detail-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	margin-top: 12px;
	padding: 14px;
}

.wpt-alex-detail-card-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.wpt-alex-detail-card-head > div {
	min-width: 0;
}

.wpt-alex-detail-card-head p {
	color: #101828;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin: 2px 0 0 0;
}

.wpt-alex-detail-eyebrow {
	color: #667085;
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wpt-alex-detail-chip {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 600;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0 9px;
	white-space: nowrap;
}

.wpt-alex-detail-chip.is-good {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-alex-detail-chip.is-learning {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-alex-detail-chip.is-warn {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-alex-detail-chip.is-bad {
	background: #fef3f2;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-alex-detail-chip.is-muted {
	background: #f8fafc;
	border-color: #e4e7ec;
	color: #667085;
}

.wpt-alex-detail-copy {
	color: #475467;
	font-size: 12px;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.wpt-alex-detail-facts {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpt-alex-detail-progress {
	background: #f2f4f7;
	border-radius: 999px;
	height: 7px;
	margin-bottom: 6px;
	overflow: hidden;
}

.wpt-alex-detail-progress span {
	background: #2e90fa;
	border-radius: inherit;
	display: block;
	height: 100%;
}

.wpt-alex-detail-progress-copy {
	color: #667085;
	font-size: 11px;
	line-height: 1.35;
	margin: 0 0 10px 0;
}

.wpt-alex-day-grid {
	border: 1px solid #edf1f5;
	border-radius: 7px;
	overflow: hidden;
}

.wpt-alex-day-row {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #edf1f5;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(54px, .42fr) minmax(0, 1fr);
	min-height: 38px;
	padding: 8px 10px;
}

.wpt-alex-day-row:last-child {
	border-bottom: 0;
}

.wpt-alex-day-row > span {
	color: #475467;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.wpt-alex-day-row > strong {
	color: #101828;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.wpt-alex-day-row > strong.is-learning {
	color: #175cd3;
}

.wpt-alex-day-row > strong.is-ready {
	color: #067647;
}

.wpt-alex-field-help {
	color: #667085;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	margin: 5px 0 7px 0;
}

.wpt-alex-modal-actions {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding-top: 10px !important;
}

.wpt-alex-modal-actions .button {
	white-space: nowrap;
}

.reveal.wpt-alex-modal .wpt-settings-button,
.reveal.wpt-alex-modal .wpt-settings-button-secondary,
.reveal.wpt-alex-modal .wpt-settings-button-danger {
	min-width: auto;
}

.wpt-alex-modal .wpt-settings-button-secondary {
	min-width: auto;
}

@media screen and (max-width: 39.9375em) {
	.wpt-alex-page .hide-small {
		display: none !important;
	}

	.wpt-alex-filter {
		max-width: none;
	}

	.wpt-alex-filter-actions {
		align-items: flex-start;
		margin-left: 0;
	}

	.wpt-alex-manager-tools,
	.wpt-alex-flow-actions,
	.wpt-alex-flow-metrics,
	.wpt-alex-modal-actions {
		justify-content: flex-start;
	}

	.wpt-alex-modal-actions {
		flex-wrap: wrap;
	}

	.wpt-alex-flow-actions {
		margin-top: 10px;
	}

	.wpt-alex-flow-metrics {
		margin-right: 0;
		width: 100%;
	}

	.wpt-alex-detail-facts {
		grid-template-columns: 1fr;
	}

	.wpt-alex-detail-card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.wpt-alex-action-slot {
		width: auto;
	}

	.wpt-alex-flow-stage {
		white-space: normal;
	}
}

.wpt-settings-notice,
.wpt-settings-flash,
.wpt-website-flash,
.wpt-products-flash,
.wpt-source-flash,
.wpt-strength-flash,
.wpt-peakweek-flash {
	border: 1px solid #edf1f5;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0 0 14px 0;
	padding: 10px 12px;
}

.wpt-settings-notice.is-success,
.wpt-settings-flash-success,
.wpt-website-flash-success,
.wpt-products-flash-notice,
.wpt-source-flash-notice,
.wpt-strength-flash-notice,
.wpt-peakweek-flash-notice {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-settings-notice.is-error,
.wpt-settings-flash-error,
.wpt-website-flash-error,
.wpt-products-flash-error,
.wpt-source-flash-error,
.wpt-strength-flash-error,
.wpt-peakweek-flash-error {
	background: #fff5f5;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-settings-notice.is-warning,
.wpt-settings-flash-warning,
.wpt-website-flash-warning,
.wpt-products-flash-warning,
.wpt-source-flash-warning,
.wpt-strength-flash-warning,
.wpt-peakweek-flash-warning {
	background: #fffbeb;
	border-color: #fedf89;
	color: #93370d;
}

.wpt-settings-notice.is-muted {
	background: #fbfcfd;
	border-color: #edf1f5;
	color: #667085;
}

.wpt-settings-toggle-list {
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.wpt-settings-toggle-row,
.wpt-settings-feature-row {
	background: #fff;
	min-height: 48px;
	padding: 13px 0;
}

.wpt-settings-feature-row {
	min-height: 54px;
}

.wpt-settings-toggle-row + .wpt-settings-toggle-row,
.wpt-settings-feature-row + .wpt-settings-feature-row {
	border-top: 1px solid #edf1f5;
}

.wpt-settings-toggle-row:hover,
.wpt-settings-feature-row:hover {
	background: transparent;
}

.wpt-settings-toggle-title,
.wpt-settings-feature-title {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.wpt-settings-toggle-meta,
.wpt-settings-feature-copy {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	margin: 4px 0 0 0;
}

.wpt-settings-feature-group {
	color: #667085;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 20px 0 6px 0;
	text-transform: uppercase;
}

.wpt-settings-panel-body > .wpt-settings-feature-group:first-child {
	margin-top: 0;
}

.wpt-settings-feature-list {
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.wpt-settings-page .switch,
.wpt-settings-page .reveal .switch,
.reveal.wpt-settings-modal .switch,
.reveal.wpt-website-modal .switch,
.reveal.wpt-product-modal .switch,
.reveal.wpt-strength-modal .switch,
.reveal.wpt-peakweek-modal .switch {
	margin: 0;
}

.wpt-settings-page .switch.small,
.wpt-settings-page .reveal .switch.small,
.reveal.wpt-settings-modal .switch.small,
.reveal.wpt-website-modal .switch.small,
.reveal.wpt-product-modal .switch.small,
.reveal.wpt-strength-modal .switch.small,
.reveal.wpt-peakweek-modal .switch.small {
	height: 24px;
	width: 48px;
}

.wpt-settings-page .switch-paddle,
.wpt-settings-page .reveal .switch-paddle,
.reveal.wpt-settings-modal .switch-paddle,
.reveal.wpt-website-modal .switch-paddle,
.reveal.wpt-product-modal .switch-paddle,
.reveal.wpt-strength-modal .switch-paddle,
.reveal.wpt-peakweek-modal .switch-paddle {
	background: #eef1f4 !important;
	border: 1px solid #d0d5dd;
	border-radius: 999px !important;
	box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .02);
	height: 24px !important;
	margin: 0;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 48px !important;
}

.wpt-settings-page .switch-paddle::after,
.wpt-settings-page .reveal .switch-paddle::after,
.reveal.wpt-settings-modal .switch-paddle::after,
.reveal.wpt-website-modal .switch-paddle::after,
.reveal.wpt-product-modal .switch-paddle::after,
.reveal.wpt-strength-modal .switch-paddle::after,
.reveal.wpt-peakweek-modal .switch-paddle::after {
	background: #fff !important;
	border-radius: 999px !important;
	box-shadow: 0 1px 3px rgba(16, 24, 40, .22), 0 1px 2px rgba(16, 24, 40, .12);
	height: 20px !important;
	left: 1px !important;
	top: 1px !important;
	transition: left 160ms ease, box-shadow 160ms ease;
	width: 20px !important;
}

.wpt-settings-page .switch-input:checked ~ .switch-paddle,
.wpt-settings-page .reveal .switch-input:checked ~ .switch-paddle,
.reveal.wpt-settings-modal .switch-input:checked ~ .switch-paddle,
.reveal.wpt-website-modal .switch-input:checked ~ .switch-paddle,
.reveal.wpt-product-modal .switch-input:checked ~ .switch-paddle,
.reveal.wpt-strength-modal .switch-input:checked ~ .switch-paddle,
.reveal.wpt-peakweek-modal .switch-input:checked ~ .switch-paddle {
	background: #1570ef !important;
	border-color: #1570ef;
	box-shadow: none;
}

.wpt-settings-page .switch-input:checked ~ .switch-paddle::after,
.wpt-settings-page .reveal .switch-input:checked ~ .switch-paddle::after,
.reveal.wpt-settings-modal .switch-input:checked ~ .switch-paddle::after,
.reveal.wpt-website-modal .switch-input:checked ~ .switch-paddle::after,
.reveal.wpt-product-modal .switch-input:checked ~ .switch-paddle::after,
.reveal.wpt-strength-modal .switch-input:checked ~ .switch-paddle::after,
.reveal.wpt-peakweek-modal .switch-input:checked ~ .switch-paddle::after {
	left: 25px !important;
}

.wpt-settings-page .switch-input:focus ~ .switch-paddle,
.wpt-settings-page .reveal .switch-input:focus ~ .switch-paddle,
.reveal.wpt-settings-modal .switch-input:focus ~ .switch-paddle,
.reveal.wpt-website-modal .switch-input:focus ~ .switch-paddle,
.reveal.wpt-product-modal .switch-input:focus ~ .switch-paddle,
.reveal.wpt-strength-modal .switch-input:focus ~ .switch-paddle,
.reveal.wpt-peakweek-modal .switch-input:focus ~ .switch-paddle {
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .14);
}

.wpt-status-pill,
.wpt-strength-status-pill,
.wpt-peakweek-status-pill {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #667085;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	line-height: 1;
	min-width: 64px;
	padding: 0 10px;
	white-space: nowrap;
}

.wpt-status-pill-active,
.wpt-status-pill-live,
.wpt-strength-status-pill.is-active,
.wpt-peakweek-status-pill.is-active {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-status-pill-success {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-status-pill-warning {
	background: #fffbeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-status-pill-danger,
.wpt-status-pill-inactive,
.wpt-strength-status-pill.is-inactive,
.wpt-peakweek-status-pill.is-inactive {
	background: #fff5f5;
	border-color: #fecdca;
	color: #b42318;
}

.wpt-modal-head {
	margin-bottom: 16px;
}

.wpt-modal-title,
.wpt-website-modal-title {
	color: #101828;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-modal-copy,
.wpt-website-modal-copy {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.32;
	margin: 4px 0 0 0;
	max-width: 620px;
}

.wpt-modal-section {
	margin-top: 14px;
}

.wpt-settings-page .callout,
.wpt-website-page .callout,
.wpt-profile-page .callout,
.reveal.wpt-settings-modal .callout,
.wpt-settings-page .reveal .callout,
.reveal.wpt-website-modal .callout,
.reveal.wpt-source-modal .callout,
.reveal.wpt-product-modal .callout,
.reveal.wpt-strength-modal .callout,
.reveal.wpt-peakweek-modal .callout,
.wpt-profile-flash {
	background: #eff8ff !important;
	border: 1px solid #b2ddff !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #175cd3 !important;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.35 !important;
	margin: 0 0 12px 0 !important;
	padding: 9px 11px !important;
}

.wpt-settings-page .callout.warning,
.wpt-website-page .callout.warning,
.wpt-profile-page .callout.warning,
.reveal.wpt-settings-modal .callout.warning,
.wpt-settings-page .reveal .callout.warning,
.reveal.wpt-website-modal .callout.warning,
.reveal.wpt-source-modal .callout.warning,
.reveal.wpt-product-modal .callout.warning,
.reveal.wpt-strength-modal .callout.warning,
.reveal.wpt-peakweek-modal .callout.warning,
.wpt-profile-flash.warning {
	background: #fffbeb !important;
	border-color: #fedf89 !important;
	color: #93370d !important;
}

.wpt-settings-page .callout.alert,
.wpt-website-page .callout.alert,
.wpt-profile-page .callout.alert,
.reveal.wpt-settings-modal .callout.alert,
.wpt-settings-page .reveal .callout.alert,
.reveal.wpt-website-modal .callout.alert,
.reveal.wpt-source-modal .callout.alert,
.reveal.wpt-product-modal .callout.alert,
.reveal.wpt-strength-modal .callout.alert,
.reveal.wpt-peakweek-modal .callout.alert,
.wpt-profile-flash.alert {
	background: #fff5f5 !important;
	border-color: #fecdca !important;
	color: #b42318 !important;
}

.wpt-settings-page .callout.success,
.wpt-website-page .callout.success,
.wpt-profile-page .callout.success,
.reveal.wpt-settings-modal .callout.success,
.wpt-settings-page .reveal .callout.success,
.reveal.wpt-website-modal .callout.success,
.reveal.wpt-source-modal .callout.success,
.reveal.wpt-product-modal .callout.success,
.reveal.wpt-strength-modal .callout.success,
.reveal.wpt-peakweek-modal .callout.success,
.wpt-profile-flash.success {
	background: #ecfdf3 !important;
	border-color: #abefc6 !important;
	color: #027a48 !important;
}

.wpt-settings-page .callout.primary,
.wpt-website-page .callout.primary,
.wpt-profile-page .callout.primary,
.reveal.wpt-settings-modal .callout.primary,
.wpt-settings-page .reveal .callout.primary,
.reveal.wpt-website-modal .callout.primary,
.reveal.wpt-source-modal .callout.primary,
.reveal.wpt-product-modal .callout.primary,
.reveal.wpt-strength-modal .callout.primary,
.reveal.wpt-peakweek-modal .callout.primary {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
}

.wpt-settings-page .callout.secondary,
.wpt-website-page .callout.secondary,
.wpt-profile-page .callout.secondary,
.reveal.wpt-settings-modal .callout.secondary,
.wpt-settings-page .reveal .callout.secondary,
.reveal.wpt-website-modal .callout.secondary,
.reveal.wpt-source-modal .callout.secondary,
.reveal.wpt-product-modal .callout.secondary,
.reveal.wpt-strength-modal .callout.secondary,
.reveal.wpt-peakweek-modal .callout.secondary {
	background: #f8fafc !important;
	border-color: #d0d5dd !important;
	color: #344054 !important;
}

.wpt-settings-page .callout > :last-child,
.wpt-website-page .callout > :last-child,
.wpt-profile-page .callout > :last-child,
.reveal.wpt-settings-modal .callout > :last-child,
.wpt-settings-page .reveal .callout > :last-child,
.reveal.wpt-website-modal .callout > :last-child,
.reveal.wpt-source-modal .callout > :last-child,
.reveal.wpt-product-modal .callout > :last-child,
.reveal.wpt-strength-modal .callout > :last-child,
.reveal.wpt-peakweek-modal .callout > :last-child,
.wpt-profile-flash > :last-child {
	margin-bottom: 0 !important;
}

.wpt-settings-page .callout strong,
.wpt-website-page .callout strong,
.wpt-profile-page .callout strong,
.reveal.wpt-settings-modal .callout strong,
.wpt-settings-page .reveal .callout strong,
.reveal.wpt-website-modal .callout strong,
.reveal.wpt-source-modal .callout strong,
.reveal.wpt-product-modal .callout strong,
.reveal.wpt-strength-modal .callout strong,
.reveal.wpt-peakweek-modal .callout strong,
.wpt-profile-flash strong {
	color: inherit;
	font-weight: 600;
}

.wpt-confirm-backdrop {
	align-items: center;
	background: rgba(16, 24, 40, .58);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.wpt-confirm-backdrop[hidden] {
	display: none !important;
}

.wpt-confirm-modal {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 24px 48px rgba(16, 24, 40, .18);
	max-width: 420px;
	padding: 18px 22px 20px 22px;
	width: min(100%, 420px);
}

.wpt-confirm-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.wpt-confirm-title {
	color: #101828;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-confirm-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #667085;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	font-weight: 400;
	height: 28px;
	justify-content: center;
	line-height: 1;
	margin: -3px -6px 0 0;
	padding: 0;
	width: 28px;
}

.wpt-confirm-close:hover,
.wpt-confirm-close:focus {
	color: #344054;
	outline: none;
}

.wpt-confirm-copy {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

.wpt-confirm-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 18px;
}

.wpt-confirm-button {
	align-items: center;
	border-radius: 7px;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	height: 34px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 96px;
	padding: 0 12px;
}

.wpt-confirm-button-primary {
	background: #1570ef;
	border: 1px solid #1570ef;
	color: #fff;
}

.wpt-confirm-button-primary:hover,
.wpt-confirm-button-primary:focus {
	background: #175cd3;
	border-color: #175cd3;
	color: #fff;
	outline: none;
}

.wpt-confirm-button-secondary {
	background: #fff;
	border: 1px solid #d0d5dd;
	color: #344054;
}

.wpt-confirm-button-secondary:hover,
.wpt-confirm-button-secondary:focus {
	background: #f8fafc;
	border-color: #98a2b3;
	color: #101828;
	outline: none;
}

.reveal.wpt-settings-modal,
.wpt-settings-page .reveal,
.reveal.wpt-website-modal,
.reveal.wpt-source-modal,
.reveal.wpt-product-modal,
.reveal.wpt-strength-modal,
.reveal.wpt-peakweek-modal {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 8px !important;
	box-shadow: 0 24px 48px rgba(16, 24, 40, .18) !important;
	max-width: 600px;
	padding: 18px 22px 20px 22px;
}

.reveal.wpt-website-modal,
.wpt-website-page .reveal {
	max-width: 600px;
	padding: 26px 34px 30px 34px !important;
}

.wpt-settings-page .reveal.large,
.wpt-website-page .reveal.large,
.reveal.wpt-website-modal.large {
	max-width: 760px;
}

.reveal.wpt-settings-modal .grid-padding-x > .cell,
.reveal.wpt-website-modal .grid-padding-x > .cell,
.reveal.wpt-source-modal .grid-padding-x > .cell,
.reveal.wpt-product-modal .grid-padding-x > .cell,
.reveal.wpt-strength-modal .grid-padding-x > .cell,
.reveal.wpt-peakweek-modal .grid-padding-x > .cell {
	padding-left: 8px;
	padding-right: 8px;
}

.reveal.wpt-settings-modal .close-button,
.wpt-settings-page .reveal .close-button,
.reveal.wpt-website-modal .close-button,
.reveal.wpt-source-modal .close-button,
.reveal.wpt-product-modal .close-button,
.reveal.wpt-strength-modal .close-button,
.reveal.wpt-peakweek-modal .close-button {
	color: #667085;
	right: 14px;
	top: 12px;
}

.reveal.wpt-settings-modal .close-button span,
.wpt-settings-page .reveal .close-button span,
.reveal.wpt-website-modal .close-button span,
.reveal.wpt-source-modal .close-button span,
.reveal.wpt-product-modal .close-button span,
.reveal.wpt-strength-modal .close-button span,
.reveal.wpt-peakweek-modal .close-button span {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.reveal.wpt-settings-modal .wpt-settings-field,
.reveal.wpt-source-modal .wpt-settings-field,
.reveal.wpt-product-modal .wpt-settings-field,
.reveal.wpt-strength-modal .wpt-settings-field,
.reveal.wpt-peakweek-modal .wpt-settings-field {
	margin-bottom: 12px;
}

.reveal.wpt-settings-modal .wpt-settings-field-label,
.reveal.wpt-source-modal .wpt-settings-field-label,
.reveal.wpt-product-modal .wpt-settings-field-label,
.reveal.wpt-strength-modal .wpt-settings-field-label,
.reveal.wpt-peakweek-modal .wpt-settings-field-label {
	margin-bottom: 4px;
}

.reveal.wpt-settings-modal .wpt-settings-input,
.reveal.wpt-source-modal .wpt-settings-input,
.reveal.wpt-product-modal .wpt-settings-input,
.reveal.wpt-strength-modal .wpt-settings-input,
.reveal.wpt-peakweek-modal .wpt-settings-input {
	font-size: 12px !important;
	height: 34px !important;
	padding: 6px 9px !important;
}

.reveal.wpt-settings-modal .wpt-settings-readonly-value,
.reveal.wpt-source-modal .wpt-settings-readonly-value,
.reveal.wpt-product-modal .wpt-settings-readonly-value,
.reveal.wpt-strength-modal .wpt-settings-readonly-value,
.reveal.wpt-peakweek-modal .wpt-settings-readonly-value {
	box-sizing: border-box;
	font-size: 12px !important;
	line-height: 1.2 !important;
	min-height: 34px;
	padding: 6px 9px !important;
	width: 100%;
}

.reveal.wpt-settings-modal .wpt-settings-button,
.reveal.wpt-settings-modal .wpt-settings-button-secondary,
.reveal.wpt-settings-modal .wpt-settings-button-danger,
.reveal.wpt-source-modal .wpt-settings-button,
.reveal.wpt-source-modal .wpt-settings-button-secondary,
.reveal.wpt-source-modal .wpt-settings-button-danger,
.reveal.wpt-product-modal .wpt-settings-button,
.reveal.wpt-product-modal .wpt-settings-button-secondary,
.reveal.wpt-product-modal .wpt-settings-button-danger,
.reveal.wpt-strength-modal .wpt-settings-button,
.reveal.wpt-strength-modal .wpt-settings-button-secondary,
.reveal.wpt-strength-modal .wpt-settings-button-danger,
.reveal.wpt-peakweek-modal .wpt-settings-button,
.reveal.wpt-peakweek-modal .wpt-settings-button-secondary,
.reveal.wpt-peakweek-modal .wpt-settings-button-danger {
	height: 34px !important;
	min-width: 112px;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.reveal.wpt-settings-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.reveal.wpt-settings-modal .wpt-settings-form > .grid-padding-x {
	margin-left: -8px;
	margin-right: -8px;
}

.reveal.wpt-settings-modal .wpt-settings-action-row {
	padding-top: 6px;
}

/* ==========================================================================
Profile Modal Exceptions
========================================================================== */

.reveal.wpt-profile-edit-modal .wpt-profile-delete-form {
	display: none;
}

.reveal.wpt-profile-edit-modal .wpt-profile-birthday-grid {
	column-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.reveal.wpt-profile-membership-modal .wpt-profile-form-grid {
	column-gap: 16px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 0;
	width: 100%;
}

.reveal.wpt-profile-membership-modal .wpt-profile-form-grid > .cell {
	max-width: none;
	min-width: 0;
	width: auto;
}

.reveal.wpt-profile-membership-modal .wpt-profile-form-grid > .small-12.cell,
.reveal.wpt-profile-membership-modal .wpt-profile-form-grid > .wpt-settings-action-row {
	grid-column: 1 / -1;
}

.reveal.wpt-profile-membership-modal .wpt-profile-date-grid,
.reveal.wpt-profile-next-action-modal .wpt-profile-date-grid {
	column-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.reveal.wpt-profile-membership-modal .wpt-profile-date-grid > .cell,
.reveal.wpt-profile-next-action-modal .wpt-profile-date-grid > .cell {
	max-width: none;
	min-width: 0;
	width: auto;
}

.reveal.wpt-profile-next-action-modal .wpt-settings-action-row {
	padding-top: 10px;
}

.reveal.wpt-profile-text-modal #textmsg_body {
	line-height: 1.35 !important;
	min-height: 132px;
	resize: vertical;
}

.reveal.wpt-profile-text-modal .wpt-modal-copy {
	line-height: 1.35;
}

@media print, screen and (min-width: 40em) {
	.reveal.wpt-profile-text-modal.wpt-profile-text-modal-floating {
		max-height: calc(100vh - 24px);
	}

	.reveal.wpt-profile-text-modal .wpt-profile-text-modal-drag-handle {
		cursor: grab;
		touch-action: none;
		user-select: none;
	}

	.reveal.wpt-profile-text-modal.is-dragging .wpt-profile-text-modal-drag-handle {
		cursor: grabbing;
	}

	.reveal-overlay.wpt-profile-text-modal-overlay {
		background-color: rgba(16, 24, 40, .18);
	}
}

.reveal.wpt-profile-card-modal .wpt-stripe-card-element {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	min-height: 38px;
	padding: 10px;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.reveal.wpt-profile-card-modal .wpt-stripe-card-element.StripeElement--focus {
	border-color: #1570ef;
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .12);
}

.reveal.wpt-profile-card-modal .wpt-stripe-card-element.StripeElement--invalid {
	border-color: #fda29b;
}

.reveal.wpt-profile-card-modal .wpt-stripe-card-element.StripeElement--complete {
	border-color: #86efac;
}

.wpt-profile-card-error {
	color: #b42318;
	font-size: 12px;
	line-height: 1.35;
	margin: 0 !important;
	min-height: 0;
}

@media screen and (max-width: 39.9375em) {
	.reveal.wpt-profile-membership-modal .wpt-profile-form-grid {
		grid-template-columns: 1fr;
	}

	.reveal.wpt-profile-membership-modal .wpt-profile-date-grid {
		column-gap: 8px;
	}
}

.reveal.wpt-location-change-modal {
	max-width: 520px;
}

.reveal.wpt-location-change-modal .wpt-modal-head {
	padding-right: 28px;
}

.wpt-location-change-action-grid {
	gap: 8px;
	justify-content: flex-end;
}

.reveal.wpt-location-change-modal .wpt-settings-button {
	min-width: 132px;
}

.reveal.wpt-location-change-modal .wpt-settings-button-secondary {
	min-width: 96px;
}

.reveal.wpt-location-change-modal .wpt-settings-button[disabled] {
	cursor: not-allowed;
	opacity: .58;
}

@media screen and (max-width: 39.9375em) {
	.reveal.wpt-location-change-modal {
		border: 0 !important;
		border-radius: 0 !important;
		height: 100%;
		margin: 0 !important;
		max-height: none;
		max-width: none;
		min-height: 100vh;
		padding: 18px !important;
		top: 0 !important;
		width: 100%;
	}

	.wpt-location-change-action-grid {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.wpt-location-change-action-grid > .cell,
	.reveal.wpt-location-change-modal .wpt-settings-button,
	.reveal.wpt-location-change-modal .wpt-settings-button-secondary {
		width: 100%;
	}
}

.reveal.wpt-template-modal textarea.wpt-template-body-input {
	height: 150px !important;
	line-height: 1.35 !important;
	min-height: 150px;
	resize: vertical;
}

.reveal.wpt-template-modal .wpt-merge-quick-add-button {
	border-radius: 6px !important;
	font-size: 10.5px !important;
	height: 24px !important;
	line-height: 1 !important;
	min-width: auto;
	padding: 0 7px !important;
}

.reveal.wpt-alex-modal .wpt-merge-quick-add-button,
.reveal.wpt-profile-text-modal .wpt-merge-quick-add-button {
	border-radius: 6px !important;
	font-size: 10.5px !important;
	height: 24px !important;
	line-height: 1 !important;
	min-width: auto !important;
	padding: 0 7px !important;
	width: auto !important;
}

.reveal.wpt-alex-modal textarea.js-message-body {
	height: 150px !important;
	line-height: 1.35 !important;
	min-height: 150px;
	resize: vertical;
}

.reveal.wpt-template-modal .wpt-template-modal-actions {
	padding-top: 10px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-settings-content-header {
		margin-top: 18px;
	}

.wpt-settings-panel-header,
.wpt-website-panel-header {
	display: block;
}

.wpt-settings-panel-header > .shrink,
.wpt-website-panel-header > .shrink {
	margin-top: 12px;
}

.wpt-settings-button,
.wpt-settings-button-secondary,
.wpt-settings-button-danger,
.wpt-settings-page .button.expanded,
.wpt-settings-page input.button.expanded,
.wpt-settings-page button.button.expanded,
.wpt-settings-page a.button.expanded {
	width: 100% !important;
}

.wpt-source-manager-tools,
.wpt-product-manager-tools,
.wpt-strength-manager-tools,
.wpt-peakweek-manager-tools,
.wpt-source-actions,
.wpt-product-actions,
.wpt-strength-actions,
.wpt-peakweek-actions {
	justify-content: flex-start;
	margin-top: 10px;
}
}

/* ==========================================================================
Schedule Settings
========================================================================== */

.wpt-schedule-page .wpt-settings-content-header {
	margin-bottom: 22px;
}

.wpt-schedule-manager-tools,
.wpt-schedule-header-tools,
.wpt-schedule-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-schedule-panel {
	margin-top: 0;
}

.wpt-schedule-panel .wpt-settings-panel-header {
	padding-bottom: 14px;
}

.wpt-schedule-toolbar {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 16px;
}

.wpt-schedule-filters {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpt-schedule-filter,
.wpt-schedule-filter form {
	margin: 0;
	min-width: 0;
}

.wpt-schedule-filter .wpt-settings-field-label {
	margin-bottom: 5px;
}

.wpt-schedule-page .sch-filter-select {
	border-radius: 7px !important;
	font-size: 13px !important;
	height: 38px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	width: 100% !important;
}

.wpt-schedule-page .sch-actions {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px !important;
	justify-content: flex-end;
	margin: 0 !important;
}

.wpt-schedule-page .sch-actions .button {
	font-size: 13px !important;
	height: 38px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 14px !important;
}

.wpt-schedule-page .week-wrap {
	margin-top: 0 !important;
	overflow-x: visible;
	padding-bottom: 2px;
}

.wpt-schedule-page .week-grid {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.wpt-schedule-page .day-col {
	background: #fff !important;
	border: 0 !important;
	border-right: 1px solid #e4e7ec !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	flex-direction: column;
	margin-left: 0 !important;
	min-height: 310px !important;
	min-width: 0;
	overflow: hidden;
}

.wpt-schedule-page .day-col.today-day,
.wpt-coverage-page .day-col.today-day {
	background: #eff8ff !important;
	border-color: #84caff !important;
	box-shadow: inset 0 0 0 1px #84caff !important;
	position: relative;
	z-index: 2;
}

.wpt-schedule-page .day-col.today-day .day-head,
.wpt-coverage-page .day-col.today-day .day-head {
	background: #d1e9ff !important;
	border-bottom-color: #84caff !important;
	color: #175cd3 !important;
}

.wpt-schedule-page .day-col.today-day .day-head-main,
.wpt-schedule-page .day-col.today-day .day-head-date,
.wpt-coverage-page .day-col.today-day .day-head-main,
.wpt-coverage-page .day-col.today-day .day-head-date {
	color: #175cd3 !important;
}

.wpt-schedule-page .day-col:last-child {
	border-right: 0 !important;
}

.wpt-schedule-page .day-col:first-child,
.wpt-schedule-page .day-col:last-child {
	border-radius: 0 !important;
}

.wpt-schedule-page .day-head {
	background: #f8fafc !important;
	border-bottom: 1px solid #edf1f5 !important;
	color: #475467 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	padding: 10px 12px !important;
	text-align: center;
}

.wpt-schedule-page .day-head-main {
	color: #101828 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	margin: 0 0 4px 0 !important;
}

.wpt-schedule-page .day-head-date {
	color: #667085 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	margin: 0 !important;
}

.wpt-schedule-page .day-body {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px !important;
	padding: 10px !important;
	position: relative;
}

.wpt-schedule-page .day-slots {
	display: grid !important;
	gap: 8px !important;
	grid-auto-rows: minmax(44px, auto);
}

.wpt-schedule-page .day-empty,
.wpt-schedule-page .sch-empty,
.wpt-schedule-page .wpt-schedule-empty-state {
	background: #fbfcfd !important;
	border: 1px dashed #d0d5dd !important;
	border-radius: 8px !important;
	color: #667085 !important;
	font-size: 12px !important;
	line-height: 1.35;
	padding: 16px 12px !important;
	text-align: center;
}

.wpt-schedule-page .day-add-wrap {
	margin-top: auto;
	width: 100%;
}

.wpt-schedule-page .day-add-btn {
	align-items: center;
	background: #fff !important;
	border: 1px dashed #d0d5dd !important;
	border-radius: 7px !important;
	color: #667085 !important;
	display: inline-flex;
	gap: 6px;
	font-size: 12px !important;
	font-weight: 500 !important;
	height: 34px;
	justify-content: center;
	line-height: 1 !important;
	padding: 0 !important;
	text-decoration: none !important;
	width: 100%;
}

.wpt-schedule-page .day-add-btn:hover,
.wpt-schedule-page .day-add-btn:focus {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-availability-page .day-head {
	position: relative;
	text-align: center;
}

.wpt-availability-page .day-head-btn {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wpt-availability-page .day-head-btn:disabled {
	cursor: default;
	opacity: .6;
}

.wpt-availability-page .day-col.closed-day {
	background: #fff8f8 !important;
	border-color: #fda29b !important;
	box-shadow: inset 0 0 0 1px #fda29b !important;
	position: relative;
	z-index: 2;
}

.wpt-availability-page .day-col.today-day.closed-day {
	z-index: 4;
}

.wpt-availability-page .day-col.closed-day .day-head {
	background: #fee4e2 !important;
	border-bottom-color: #fda29b !important;
}

.wpt-availability-page .day-col.closed-day .day-head-main,
.wpt-availability-page .day-col.closed-day .day-head-date {
	color: #b42318 !important;
}

.wpt-availability-page .day-col.closed-day .day-empty {
	background: #fff1f3 !important;
	border-color: #f5c2c7 !important;
	color: #b42318 !important;
}

.wpt-availability-page .slot-bubble.slot-blackout,
.wpt-availability-page .slot-bubble.is-blackout-pending {
	background: #fee4e2 !important;
	border-color: #f04438 !important;
	border-left-color: #d92d20 !important;
	box-shadow: inset 4px 0 0 #d92d20, 0 1px 2px rgba(16, 24, 40, .04) !important;
}

.wpt-availability-page .slot-bubble.slot-blackout .slot-time,
.wpt-availability-page .slot-bubble.is-blackout-pending .slot-time {
	color: #b42318 !important;
}

.wpt-availability-page .slot-bubble.slot-blackout:hover,
.wpt-availability-page .slot-bubble.slot-blackout:focus,
.wpt-availability-page .slot-bubble.is-blackout-pending:hover,
.wpt-availability-page .slot-bubble.is-blackout-pending:focus {
	background: #fecdca !important;
	border-color: #d92d20 !important;
	border-left-color: #b42318 !important;
}

.wpt-availability-page .slot-bubble.slot-disabled {
	cursor: default;
	opacity: 1;
}

.wpt-availability-page .slot-bubble.slot-disabled:hover,
.wpt-availability-page .slot-bubble.slot-disabled:focus {
	box-shadow: 0 1px 2px rgba(16, 24, 40, .05) !important;
	transform: none;
}

.wpt-availability-page .day-col.closed-day .slot-bubble.slot-disabled {
	background: #fff1f3 !important;
	border-color: #f5c2c7 !important;
	border-left-color: #d92d20 !important;
}

.wpt-availability-page .day-col.closed-day .slot-bubble.slot-disabled .slot-time {
	color: #b42318 !important;
}

.wpt-availability-page .day-col.closed-day .slot-bubble.slot-disabled .type-pill {
	background: #fde7e9 !important;
	border-color: #f5c2c7 !important;
	color: #b42318 !important;
}

.wpt-schedule-page .room-card,
.wpt-schedule-page .schedule-list {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 8px !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04) !important;
	overflow: hidden;
}

.wpt-schedule-page .slot-bubble,
.wpt-coverage-page .coverage-summary-card {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-left: 4px solid #98a2b3 !important;
	border-radius: 7px !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .05) !important;
	color: inherit !important;
	min-width: 0;
	margin: 0 !important;
	padding: 10px !important;
	text-align: left !important;
	text-decoration: none !important;
	width: 100%;
}

.wpt-schedule-page .slot-bubble:hover,
.wpt-schedule-page .slot-bubble:focus,
.wpt-coverage-page .coverage-summary-card:hover,
.wpt-coverage-page .coverage-summary-card:focus,
.wpt-schedule-page .room-card:hover,
.wpt-schedule-page .room-card:focus {
	background: #fff !important;
	border-bottom-color: #d0d5dd !important;
	border-left-color: #98a2b3 !important;
	border-right-color: #d0d5dd !important;
	border-top-color: #d0d5dd !important;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08) !important;
	outline: none;
	transform: translateY(-1px);
}

.wpt-schedule-page .slot-time,
.wpt-coverage-page .coverage-shift-time {
	color: #101828 !important;
	display: grid !important;
	gap: 2px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
	margin: 0 !important;
	white-space: nowrap;
}

.wpt-schedule-page .slot-time-line,
.wpt-coverage-page .coverage-shift-time-line {
	display: block !important;
	line-height: 1.1 !important;
}

.wpt-schedule-page .slot-meta,
.wpt-coverage-page .coverage-shift-name {
	align-items: center;
	color: #667085 !important;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px !important;
	font-weight: 400 !important;
	gap: 4px;
	line-height: 1.25 !important;
	margin: 7px 0 0 0 !important;
	min-width: 0;
}

.wpt-schedule-page .slot-metrics {
	display: grid;
	column-gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 7px;
}

.wpt-schedule-page .slot-metric {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #667085;
	display: inline-flex;
	font-size: 10.5px;
	font-weight: 400;
	gap: 3px;
	height: 15px;
	justify-content: flex-start;
	line-height: 1;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
}

.wpt-schedule-page .slot-metric i,
.wpt-schedule-page .slot-metric svg {
	align-items: center;
	color: #667085;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	height: 15px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	transform: translateY(-1px);
	width: 11px;
}

.wpt-schedule-page .slot-metric i::before,
.wpt-schedule-page .slot-room i::before {
	display: block;
	line-height: 1;
}

.wpt-schedule-page .slot-metric svg {
	display: block;
	height: 10px;
	line-height: 1;
	vertical-align: middle;
	width: 11px;
}

.wpt-schedule-page .slot-metric span {
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.wpt-session-week-page .wpt-session-week-slot.has-attended {
	border-left-color: #98a2b3 !important;
}

.wpt-session-week-page .wpt-session-week-slot.has-intros {
	border-left-color: #1570ef !important;
}

.wpt-session-week-page .wpt-session-week-slot.has-no-shows {
	border-left-color: #d92d20 !important;
}

.wpt-session-week-page .slot-metrics {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 4px !important;
	grid-template-columns: none !important;
	margin-top: 9px !important;
	min-width: 0;
}

.wpt-session-week-page .slot-metric {
	align-items: center;
	background: #f9fafb;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #344054;
	display: inline-flex;
	flex: 0 1 auto;
	font-size: 10px;
	font-weight: 500;
	gap: 4px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	min-width: 30px;
	padding: 0 6px;
	white-space: nowrap;
}

.wpt-session-week-page .slot-metric i,
.wpt-session-week-page .slot-metric svg {
	color: currentColor;
	font-size: 10px;
	height: auto;
	line-height: 1;
	transform: none;
	width: auto;
}

.wpt-session-week-page .slot-metric.is-attended {
	background: #f9fafb;
	border-color: #d0d5dd;
	color: #344054;
}

.wpt-session-week-page .slot-metric.is-intro {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-session-week-page .slot-metric.is-no-show {
	background: #fee4e2;
	border-color: #fda29b;
	color: #b42318;
}

.wpt-schedule-page .slot-room {
	align-items: center;
	color: #667085;
	display: flex;
	font-size: 10.5px;
	font-weight: 400;
	gap: 4px;
	line-height: 1;
	margin-top: 7px;
	min-width: 0;
}

.wpt-schedule-page .slot-room i,
.wpt-schedule-page .slot-room svg {
	align-items: center;
	color: #667085;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	height: 15px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	transform: translateY(-1px);
	width: 11px;
}

.wpt-schedule-page .slot-room svg {
	display: block;
	height: 10px;
	line-height: 1;
	vertical-align: middle;
	width: 11px;
}

.wpt-schedule-page .slot-room span {
	line-height: 1;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-schedule-page .slot-badges {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 4px !important;
	margin-top: 7px;
}

.wpt-coverage-page .coverage-card-status-row,
.wpt-coverage-page .coverage-summary-lines {
	margin-top: 7px !important;
}

.wpt-coverage-page .coverage-summary-lines {
	display: grid !important;
	gap: 7px !important;
}

.wpt-coverage-page .coverage-summary-role-title,
.wpt-coverage-page .coverage-card-staff-name,
.wpt-emp-schedule-page .shift-summary-role-title {
	font-size: 10.5px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
}

.wpt-coverage-page .coverage-card-status,
.wpt-coverage-page .coverage-count-pill,
.wpt-emp-schedule-page .shift-count-pill {
	font-size: 9.5px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

.wpt-coverage-page .coverage-summary-role-block {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.wpt-coverage-page .coverage-summary-role-head {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	height: 20px;
	justify-content: flex-start;
	min-width: 0;
}

.wpt-coverage-page .coverage-summary-role-title {
	align-items: center;
	color: #101828;
	display: inline-flex;
	margin: 0;
}

.wpt-coverage-page .coverage-card-staff-list {
	display: grid;
	gap: 2px;
	margin: 0;
}

.wpt-coverage-page .coverage-card-staff-name {
	color: #667085;
	margin: 0;
}

.wpt-coverage-page .coverage-summary-line {
	color: #101828;
	display: grid;
	gap: 2px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.wpt-coverage-page .coverage-card-status-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 8px !important;
}

.wpt-coverage-page .coverage-card-status,
.wpt-coverage-page .coverage-count-pill {
	align-items: center;
	background: #f9fafb;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #344054;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
}

.wpt-coverage-page .coverage-card-status {
	min-height: 20px;
	padding: 4px 8px;
}

.wpt-coverage-page .coverage-count-pill {
	flex: 0 0 auto;
	height: 20px;
	min-width: 32px;
	padding: 0 7px;
}

.wpt-coverage-page .coverage-card-status.is-covered {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-coverage-page .coverage-card-status.is-understaffed,
.wpt-coverage-page .coverage-card-status.is-critical-gap,
.wpt-coverage-page .coverage-count-pill.is-understaffed,
.wpt-coverage-page .coverage-count-pill.is-critical-gap {
	background: #fee4e2;
	border-color: #fda29b;
	color: #b42318;
}

.wpt-coverage-page .coverage-card-status.is-support-gap,
.wpt-coverage-page .coverage-card-status.is-pickup,
.wpt-coverage-page .coverage-card-status.is-overstaffed,
.wpt-coverage-page .coverage-count-pill.is-support-gap,
.wpt-coverage-page .coverage-count-pill.is-overstaffed {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-coverage-page .coverage-card-status.is-review {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-coverage-page .coverage-card-status.is-exception {
	background: #f4ebff;
	border-color: #d6bbfb;
	color: #6941c6;
}

.wpt-coverage-page .coverage-card-status.is-no-requirements {
	background: #f2f4f7;
	border-color: #e4e7ec;
	color: #667085;
}

.wpt-coverage-page .coverage-summary-card.is-understaffed,
.wpt-coverage-page .coverage-summary-card.is-critical-gap,
.wpt-coverage-page .coverage-summary-card.is-support-gap,
.wpt-coverage-page .coverage-summary-card.is-overstaffed {
	border-left-width: 4px !important;
}

.wpt-coverage-page .coverage-summary-card.is-covered {
	background: #fff !important;
	border-color: #d0d5dd !important;
	border-left-color: #12b76a !important;
}

.wpt-coverage-page .coverage-summary-card.is-understaffed,
.wpt-coverage-page .coverage-summary-card.is-critical-gap {
	background: #fff8f8 !important;
	border-color: #fda29b !important;
	border-left-color: #d92d20 !important;
}

.wpt-coverage-page .coverage-summary-card.is-support-gap,
.wpt-coverage-page .coverage-summary-card.is-overstaffed,
.wpt-coverage-page .coverage-summary-card.is-pickup {
	background: #fffcf5 !important;
	border-color: #fedf89 !important;
	border-left-color: #f79009 !important;
}

.wpt-coverage-page .coverage-summary-card.is-review {
	background: #f5fbff !important;
	border-color: #b2ddff !important;
	border-left-color: #1570ef !important;
}

.wpt-coverage-page .coverage-summary-card.is-exception {
	background: #fbfaff !important;
	border-color: #d6bbfb !important;
	border-left-color: #7f56d9 !important;
}

.wpt-coverage-page .coverage-summary-card.is-no-requirements {
	background: #fcfcfd !important;
	border-color: #e4e7ec !important;
	border-left-color: #98a2b3 !important;
}

/* ==========================================================================
Employee Schedule Pages
========================================================================== */

.wpt-emp-schedule-page .sch-page-wrap {
	margin-top: 22px;
	padding-bottom: 54px;
}

.wpt-emp-schedule-page .sch-page-header {
	margin-bottom: 22px;
}

.wpt-emp-schedule-page .sch-page-header-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-emp-schedule-page .wpt-settings-flash {
	margin-bottom: 14px;
}

.wpt-emp-schedule-page .slot-bubble {
	display: block;
	text-align: left;
}

.wpt-emp-schedule-page .slot-time {
	display: grid;
	gap: 2px;
}

.wpt-emp-schedule-page .slot-time-line {
	display: block;
	line-height: 1.1;
}

.wpt-emp-schedule-page .slot-meta {
	margin-top: 7px !important;
}

.wpt-emp-schedule-page .shift-summary-lines {
	display: grid;
	gap: 5px;
	margin-top: 8px;
}

.wpt-emp-schedule-page .shift-summary-line {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
	padding-top: 6px;
}

.wpt-emp-schedule-page .shift-summary-line:first-child {
	border-top: 0;
	padding-top: 0;
}

.wpt-emp-schedule-page .shift-summary-role-title {
	color: #101828;
	display: block;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-emp-schedule-page .shift-count-pill {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 9.5px;
	font-weight: 500;
	height: 19px;
	justify-content: center;
	line-height: 1;
	min-width: 42px;
	padding: 0 7px;
	white-space: nowrap;
}

.wpt-emp-schedule-page .shift-count-pill.is-complete {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-emp-schedule-page .shift-count-pill.is-open {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-emp-schedule-page .shift-count-pill.is-overstaffed {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-emp-schedule-page .day-add-btn {
	gap: 6px;
	text-decoration: none;
}

.wpt-emp-schedule-page .day-add-btn:hover {
	text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
	.wpt-emp-schedule-page .sch-page-header-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}
}

/* ==========================================================================
Employee Shift Page
========================================================================== */

.wpt-emp-shift-page .shift-page-wrap {
	margin-top: 28px;
	padding-bottom: 54px;
}

.wpt-emp-shift-page .shift-page-inner {
	margin: 0 auto;
	max-width: 1120px;
}

.wpt-emp-shift-page .shift-page-header {
	margin-bottom: 24px;
}

.wpt-emp-shift-page .shift-page-actions {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.wpt-emp-shift-page .shift-back-btn {
	margin: 0 !important;
}

.wpt-emp-shift-page .shift-section {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}

.wpt-emp-shift-page .shift-section-head {
	margin-bottom: 12px;
}

.wpt-emp-shift-page .shift-section-head > .grid-x {
	align-items: flex-end;
}

.wpt-emp-shift-page .shift-section-title {
	color: #101828;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-emp-shift-page .shift-section-subtitle {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 5px 0 0;
}

.reveal.wpt-emp-shift-modal {
	max-width: 660px;
}

.reveal.wpt-emp-shift-modal .grid-container {
	padding-left: 0;
	padding-right: 0;
}

.reveal.wpt-emp-shift-modal .button.expanded {
	width: 100%;
}

.reveal.wpt-emp-shift-modal .wpt-modal-section {
	border-top: 1px solid #edf1f5;
	margin-top: 18px;
	padding-top: 18px;
}

.reveal.wpt-emp-shift-modal .wpt-modal-section .wpt-modal-head {
	margin-bottom: 12px;
}

.wpt-emp-shift-page .req-count-pill {
	align-items: center;
	background: #f9fafb;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #344054;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 9.5px;
	font-weight: 500;
	height: 20px;
	justify-content: center;
	line-height: 1;
	min-width: 42px;
	padding: 0 7px;
	white-space: nowrap;
}

.wpt-emp-shift-page .req-count-pill.is-complete {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-emp-shift-page .req-count-pill.is-open {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-emp-shift-page .req-count-pill.is-no-pool,
.wpt-emp-shift-page .req-count-pill.is-critical-gap {
	background: #fee4e2;
	border-color: #fda29b;
	color: #b42318;
}

.wpt-emp-shift-page .req-count-pill.is-thin-pool,
.wpt-emp-shift-page .req-count-pill.is-support-gap,
.wpt-emp-shift-page .req-count-pill.is-overstaffed {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708;
}

.wpt-emp-shift-page .timeline-pill-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 7px;
}

.wpt-emp-shift-page .timeline-pill {
	align-items: center;
	background: #f9fafb;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #344054;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
}

.wpt-emp-shift-page .timeline-pill.is-active {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-emp-shift-page .timeline-pill.is-future {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-emp-shift-page .timeline-pill.is-ended {
	background: #f2f4f7;
	border-color: #e4e7ec;
	color: #667085;
}

.wpt-emp-shift-page .timeline-pill.is-inactive {
	background: #feeaee;
	border-color: #fbcfd8;
	color: #bc0432;
}

.wpt-emp-shift-page .shift-coverage-list {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	overflow: visible;
	width: 100%;
}

.wpt-emp-shift-page .shift-coverage-list > .wpt-shift-coverage-group,
.wpt-emp-shift-page .shift-coverage-list > .wpt-shift-coverage-group:hover,
.wpt-emp-shift-page .shift-coverage-list > .wpt-shift-coverage-group:focus-within {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
	overflow: visible;
}

.wpt-emp-shift-page .wpt-shift-coverage-row {
	background: #ffffff;
	min-height: 62px;
	padding: 12px 0;
}

.wpt-emp-shift-page .wpt-shift-coverage-row:hover,
.wpt-emp-shift-page .wpt-shift-coverage-row:focus-within {
	background: #ffffff;
}

.wpt-emp-shift-page .wpt-shift-coverage-title-line {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.wpt-emp-shift-page .wpt-shift-coverage-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-emp-shift-page .wpt-shift-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-emp-shift-page .wpt-shift-assignment-list {
	border-top: 0;
	margin-left: 0;
}

.wpt-emp-shift-page .wpt-shift-assignment-row {
	border-top: 0;
	margin-left: 34px;
	min-height: 42px;
	padding: 8px 0;
}

.wpt-emp-shift-page .wpt-shift-assignment-empty {
	align-items: center;
	display: flex;
}

.wpt-emp-shift-page .wpt-shift-assignment-empty .wpt-global-location-name {
	color: #667085;
}

.wpt-emp-shift-page .shift-empty-note {
	color: #667085;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.wpt-emp-shift-page .shift-employee-row {
	padding: 11px 0;
}

.wpt-emp-shift-page .shift-employee-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-emp-shift-page .shift-employee-icons {
	align-items: center;
	color: #667085;
	display: inline-flex;
	gap: 6px;
	line-height: 1;
}

.wpt-emp-shift-page .shift-employee-icons i,
.wpt-emp-shift-page .shift-employee-icons .shift-employee-override {
	color: inherit;
	font-size: 14px;
	line-height: 1;
}

.wpt-emp-shift-page .shift-row-actions {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-end;
}

.wpt-emp-shift-page .wpt-global-title-line .req-count-pill,
.wpt-emp-shift-page .wpt-global-title-line .shift-employee-icons {
	margin-left: 8px;
}

.wpt-emp-shift-page .shift-history-details {
	border-top: 1px solid #edf1f5;
	margin-left: 34px;
	margin-top: 0;
	padding: 10px 0 0;
}

.wpt-emp-shift-page .shift-history-details summary {
	cursor: pointer;
	list-style: none;
}

.wpt-emp-shift-page .shift-history-details summary::-webkit-details-marker {
	display: none;
}

.wpt-emp-shift-page .shift-history-heading {
	align-items: center;
	color: #667085;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	gap: 7px;
	line-height: 1;
	margin: 0 0 6px 0;
}

.wpt-emp-shift-page .shift-history-heading:hover,
.wpt-emp-shift-page .shift-history-heading:focus {
	color: #344054;
	outline: none;
}

.wpt-emp-shift-page .shift-history-heading i {
	font-size: 11px;
	line-height: 1;
}

.wpt-emp-shift-page .shift-history-label {
	text-decoration: none;
}

.wpt-emp-shift-page .shift-history-heading:hover .shift-history-label,
.wpt-emp-shift-page .shift-history-heading:focus .shift-history-label {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wpt-emp-shift-page .shift-history-chevron {
	font-size: 10px;
	line-height: 1;
	transition: transform .15s ease;
}

.wpt-emp-shift-page .shift-history-details[open] .shift-history-chevron {
	transform: rotate(180deg);
}

.wpt-emp-shift-page .shift-history-count {
	align-items: center;
	background: #f9fafb;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	font-size: 10px;
	font-weight: 600;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	padding: 0 6px;
}

.wpt-emp-shift-page .shift-history-list {
	display: grid;
	gap: 0;
	margin-top: 0;
}

.wpt-emp-shift-page .shift-history-row {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 8px 0;
}

.wpt-emp-shift-page .shift-history-name {
	color: #344054;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.wpt-product-drag-clone.wpt-shift-coverage-group {
	background: #ffffff;
	border: 1px solid #d0d5dd;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 18px 38px rgba(16, 24, 40, .16), 0 4px 10px rgba(16, 24, 40, .08);
	overflow: hidden;
}

.wpt-product-drag-clone.wpt-shift-coverage-group.is-complete {
	border-left-color: #12b76a;
}

.wpt-product-drag-clone.wpt-shift-coverage-group.is-open {
	border-left-color: #1570ef;
}

.wpt-product-drag-clone.wpt-shift-coverage-group.is-overstaffed {
	border-left-color: #f79009;
}

.wpt-product-drag-clone .wpt-shift-coverage-row {
	min-height: 62px;
	padding: 12px 0;
}

.wpt-product-drag-clone .wpt-shift-assignment-list {
	display: none !important;
}

@media screen and (max-width: 39.9375em) {
	.wpt-emp-shift-page .shift-page-actions,
	.wpt-emp-shift-page .wpt-shift-coverage-actions,
	.wpt-emp-shift-page .shift-row-actions {
		justify-content: flex-start;
		margin-top: 8px;
	}

	.wpt-emp-shift-page .wpt-shift-assignment-row,
	.wpt-emp-shift-page .shift-history-details {
		margin-left: 18px;
	}
}

/* ==========================================================================
Employee Requests Page
========================================================================== */

.wpt-emp-requests-page .requests-page-wrap {
	margin-top: 28px;
	padding-bottom: 54px;
}

.wpt-emp-requests-page .requests-page-inner {
	margin: 0 auto;
	max-width: 980px;
}

.wpt-emp-requests-page .requests-page-header {
	margin-bottom: 24px;
}

.wpt-emp-requests-page .requests-page-actions {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.wpt-emp-requests-page .request-section {
	margin-bottom: 24px;
}

.wpt-emp-requests-page .request-section-title {
	color: #101828;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 12px 0;
}

.wpt-emp-requests-page .request-list {
	display: grid;
	gap: 10px;
}

.wpt-emp-requests-page .request-card,
.wpt-emp-requests-page .request-empty-card {
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
	padding: 14px;
}

.wpt-emp-requests-page .request-card-grid {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wpt-emp-requests-page .request-card-title {
	color: #101828;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.wpt-emp-requests-page .request-card-kicker {
	color: #344054;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 4px 0;
}

.wpt-emp-requests-page .request-card-meta,
.wpt-emp-requests-page .request-empty-text {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.wpt-emp-requests-page .request-card-submitted {
	color: #98a2b3;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	margin: 5px 0 0 0;
}

.wpt-emp-requests-page .request-card-note {
	color: #667085;
	font-size: 12px;
	line-height: 1.4;
	margin: 7px 0 0 0;
}

.wpt-emp-requests-page .request-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-emp-requests-page .request-card-actions form {
	margin: 0;
}

.wpt-emp-requests-page .wpt-request-card-button {
	height: 34px !important;
	padding: 0 12px !important;
}

.wpt-emp-requests-page .wpt-request-button-approve {
	background: #ecfdf3 !important;
	border: 1px solid #abefc6 !important;
	color: #067647 !important;
}

.wpt-emp-requests-page .wpt-request-button-approve:hover,
.wpt-emp-requests-page .wpt-request-button-approve:focus {
	background: #dcfae6 !important;
	border-color: #75e0a7 !important;
	color: #05603a !important;
}

@media screen and (max-width: 39.9375em) {
	.wpt-emp-requests-page .requests-page-actions,
	.wpt-emp-requests-page .request-card-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-emp-requests-page .request-card-grid {
		grid-template-columns: 1fr;
	}
}

.wpt-schedule-page .type-pill,
.wpt-schedule-page .group-pill,
.wpt-schedule-page .room-pill {
	background: #f8fafc !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 999px !important;
	color: #475467 !important;
	font-size: 9.5px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	margin-top: 0 !important;
	padding: 4px 7px !important;
	text-transform: none;
}

.wpt-schedule-page .schedule-date-pill {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 9.5px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 4px 7px;
	white-space: nowrap;
}

.wpt-schedule-page .schedule-date-pill-start {
	background: #eff8ff;
	border: 1px solid #b2ddff;
	color: #175cd3;
}

.wpt-schedule-page .schedule-date-pill-end {
	background: #fffaeb;
	border: 1px solid #fedf89;
	color: #b54708;
}

.wpt-schedule-page .schedule-card-grid,
.wpt-schedule-page .room-card-grid {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
	margin-top: 0 !important;
}

.wpt-schedule-page .schedule-list {
	margin: 0 !important;
}

.wpt-schedule-page .schedule-parent-row,
.wpt-schedule-page .room-card-row {
	background: #fff !important;
	border-bottom: 1px solid #edf1f5 !important;
	padding: 14px 15px !important;
}

.wpt-schedule-page .room-card-row {
	border-bottom: 0 !important;
}

.wpt-schedule-page .schedule-step-row {
	background: #fff !important;
	border-bottom: 1px solid #edf1f5 !important;
	padding: 12px 15px 12px 26px !important;
}

.wpt-schedule-page .schedule-cell-title,
.wpt-schedule-page .schedule-step-name,
.wpt-schedule-page .room-cell-title {
	color: #101828 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
}

.wpt-schedule-page .schedule-cell-meta,
.wpt-schedule-page .schedule-step-type,
.wpt-schedule-page .room-cell-meta {
	color: #667085 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	margin: 4px 0 0 0 !important;
}

.wpt-schedule-page .setup-checklist {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-radius: 8px !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	margin-top: 0 !important;
	overflow: hidden;
}

.wpt-schedule-page .setup-checklist-row {
	border-bottom: 1px solid #edf1f5 !important;
	gap: 12px !important;
	padding: 13px 15px !important;
}

.wpt-schedule-page .setup-checklist-row form {
	margin: 0;
}

.wpt-schedule-page .setup-checklist-row .wpt-settings-button-secondary {
	font-size: 12px !important;
	height: 30px !important;
	padding: 0 10px !important;
}

.wpt-schedule-page .sch-section-title {
	color: #101828 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	margin: 0 0 12px 0 !important;
}

.wpt-schedule-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.wpt-schedule-modal .wpt-settings-field-copy {
	color: #667085;
	font-size: 11px;
	line-height: 1.3;
	margin: -1px 0 6px 0;
}

.reveal.wpt-schedule-modal .wpt-shift-toggle-field {
	margin-bottom: 0;
}

.wpt-schedule-bulk-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpt-schedule-bulk-field {
	min-width: 0;
}

.wpt-schedule-bulk-field-wide {
	grid-column: 1 / -1;
}

.wpt-schedule-modal .bulk-option-card {
	background: #fbfcfd !important;
	border: 1px solid #edf1f5 !important;
	border-radius: 8px !important;
	margin-top: 0 !important;
	min-height: 100%;
	padding: 10px !important;
}

.wpt-schedule-modal .bulk-option-card:has(.wpt-schedule-check-input:checked) {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
}

.wpt-schedule-modal .bulk-check-label {
	color: #101828 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	margin: 0 0 8px 0 !important;
}

.reveal.wpt-schedule-modal .wpt-schedule-check-row {
	align-items: center !important;
	cursor: pointer;
	display: flex !important;
	gap: 8px;
	line-height: 18px;
	position: relative;
}

.wpt-schedule-check-input {
	height: 1px;
	margin: 0 !important;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.wpt-schedule-check-mark {
	align-items: center;
	background: #fff;
	border: 1px solid #98a2b3;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	justify-content: center;
	line-height: 0;
	position: relative;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
	width: 18px;
}

.wpt-schedule-check-input[type="radio"] + .wpt-schedule-check-mark {
	border-radius: 999px;
}

.wpt-schedule-check-input:checked + .wpt-schedule-check-mark {
	background: #1570ef;
	border-color: #1570ef;
}

.wpt-schedule-check-input[type="checkbox"]:checked + .wpt-schedule-check-mark::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	margin-top: -1px;
	transform: rotate(45deg);
	width: 5px;
}

.wpt-schedule-check-input[type="radio"]:checked + .wpt-schedule-check-mark::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 6px;
	width: 6px;
}

.wpt-schedule-check-input:focus + .wpt-schedule-check-mark {
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .14);
}

.reveal.wpt-schedule-modal .wpt-schedule-check-row:hover .wpt-schedule-check-mark {
	border-color: #1570ef;
}

.reveal.wpt-schedule-modal .wpt-schedule-check-row > span:not(.wpt-schedule-check-mark) {
	display: block;
	line-height: 18px;
	min-width: 0;
}

.reveal.wpt-schedule-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.reveal.wpt-schedule-modal .wpt-settings-form > .grid-padding-x {
	margin-left: -8px;
	margin-right: -8px;
}

.reveal.wpt-schedule-modal-lg {
	max-width: 660px;
}

.wpt-schedule-limit-list {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 8px;
	overflow: hidden;
}

.wpt-schedule-limit-group {
	padding: 12px;
}

.wpt-schedule-limit-group + .wpt-schedule-limit-group {
	border-top: 1px solid #edf1f5;
}

.wpt-schedule-limit-heading {
	color: #101828;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 8px 0;
}

.wpt-schedule-limit-option {
	align-items: center;
	color: #344054;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 8px;
	line-height: 1.25;
	margin: 0;
	min-height: 26px;
}

.wpt-schedule-limit-option + .wpt-schedule-limit-option {
	margin-top: 6px;
}

.wpt-schedule-limit-option:has(.wpt-schedule-check-input:checked) {
	color: #101828;
	font-weight: 500;
}

.wpt-schedule-limit-option span {
	min-width: 0;
}

.reveal.wpt-schedule-modal .wpt-modal-inline-actions form {
	margin: 0;
}

@media screen and (max-width: 63.99875em) {
	.wpt-schedule-toolbar {
		grid-template-columns: 1fr;
	}

	.wpt-schedule-actions,
	.wpt-schedule-page .sch-actions {
		justify-content: flex-start;
	}

	.wpt-schedule-page .week-wrap {
		overflow-x: auto;
	}

	.wpt-schedule-page .week-grid {
		min-width: 860px;
	}

	.wpt-schedule-bulk-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 39.9375em) {
	.wpt-schedule-manager-tools,
	.wpt-schedule-header-tools,
	.wpt-schedule-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-schedule-filters {
		grid-template-columns: 1fr;
	}

	.wpt-schedule-page .week-wrap {
		overflow-x: auto;
	}

	.wpt-schedule-page .week-grid {
		min-width: 720px;
	}

}

/* ==========================================================================
Global Manager
========================================================================== */

.wpt-global-manager-tools {
	row-gap: 8px;
}

.wpt-global-account-list {
	width: 100%;
}

.wpt-global-account-group {
	margin-bottom: 10px;
}

.wpt-global-row {
	background: #fff;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wpt-global-row-account {
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 6px;
	min-height: 62px;
	padding: 12px 0;
}

.wpt-global-row-account:hover,
.wpt-global-row-account:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-global-location-list.is-collapsed {
	display: none;
}

.wpt-global-row-location {
	background: #fff;
	border-bottom: 1px solid #edf1f5;
	margin-left: 34px;
	min-height: 42px;
	padding: 8px 0;
}

.wpt-global-location-list .wpt-global-row-location:last-of-type {
	border-bottom: 0;
}

.wpt-global-row-location:hover,
.wpt-global-row-location:focus-within {
	background: #f8fafc;
}

.wpt-global-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-global-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-global-title-line {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-global-account-name,
.wpt-global-location-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-global-location-name {
	color: #344054;
	font-size: 12px;
	font-weight: 400;
}

.wpt-global-meta {
	color: #667085;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	margin: 4px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-global-row-location .wpt-global-meta {
	color: #98a2b3;
}

.wpt-global-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-global-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.wpt-global-action-slot-location {
	width: 96px;
}

.wpt-global-action-slot-edit {
	width: 64px;
}

.wpt-global-action-spacer {
	display: block;
	height: 30px;
	width: 100%;
}

.wpt-global-button {
	font-size: 12px !important;
	height: 30px !important;
	min-width: auto !important;
	padding: 0 10px !important;
}

.wpt-global-button i {
	font-size: 11px;
	margin-right: 6px;
}

.wpt-global-action-slot .wpt-global-button {
	width: 100%;
}

.wpt-global-toggle-btn {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: #667085;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	width: 24px;
}

.wpt-global-toggle-btn:hover,
.wpt-global-toggle-btn:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
	outline: none;
}

.wpt-global-toggle-btn[aria-expanded="true"] {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-global-toggle-spacer {
	display: inline-block;
	flex: 0 0 24px;
	height: 24px;
	margin-right: 10px;
	width: 24px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-global-manager-tools {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-global-row-location {
		margin-left: 0;
	}

	.wpt-global-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-global-action-slot-location,
	.wpt-global-action-slot-edit {
		width: 100%;
	}
}

/* ==========================================================================
Admin Manager
========================================================================== */

.wpt-admin-manager-tools {
	row-gap: 8px;
}

.wpt-page-tabs,
.wpt-admin-tabs {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 16px;
	margin: 0 0 20px 0;
	overflow-x: auto;
	padding: 0;
}

.wpt-page-tab,
.wpt-page-tab:hover,
.wpt-page-tab:focus,
.wpt-page-tab:active,
.wpt-admin-tab,
.wpt-admin-tab:hover,
.wpt-admin-tab:focus,
.wpt-admin-tab:active {
	border-bottom: 2px solid transparent;
	color: #667085;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 0 0 12px 0;
	text-decoration: none;
	white-space: nowrap;
}

.wpt-page-tab:hover,
.wpt-page-tab:focus,
.wpt-admin-tab:hover,
.wpt-admin-tab:focus {
	color: #101828;
	outline: none;
}

.wpt-page-tab.is-active,
.wpt-admin-tab.is-active {
	border-bottom-color: #101828;
	color: #101828;
}

.wpt-admin-list,
.wpt-admin-access-list {
	width: 100%;
}

.wpt-admin-list,
.wpt-admin-access-list {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	overflow: hidden;
	padding: 8px;
}

.wpt-admin-list.is-reordering,
.wpt-admin-list.is-reordering * {
	user-select: none;
}

.wpt-admin-hierarchy-group {
	margin: 0 0 18px 0;
}

.wpt-admin-hierarchy-group:last-child {
	margin-bottom: 0;
}

.wpt-admin-permission-group + .wpt-admin-permission-group {
	margin-top: 26px;
}

.wpt-admin-hierarchy-head {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 8px 0;
	padding: 0 0 9px 0;
}

.wpt-admin-hierarchy-title {
	color: #101828;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.wpt-admin-hierarchy-meta {
	margin: 5px 0 0 0;
}

.wpt-admin-subgroup {
	margin-top: 16px;
}

.wpt-admin-subgroup:first-of-type {
	margin-top: 0;
}

.wpt-admin-subgroup-title {
	color: #667085;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

.wpt-admin-count-pill {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 600;
	height: 24px;
	justify-content: center;
	min-width: 28px;
	padding: 0 8px;
}

.wpt-admin-row,
.wpt-admin-access-row {
	background: #fff;
	border: 0;
	border-left: 3px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	margin-bottom: 0;
	min-height: 46px;
	padding: 8px 0;
	transition: background 150ms ease, border-color 150ms ease;
}

.wpt-admin-row + .wpt-admin-row,
.wpt-admin-access-row + .wpt-admin-access-row {
	border-top: 1px solid #edf1f5;
}

.wpt-admin-row.is-inactive {
	border-left-color: #f97066;
}

.wpt-admin-row.is-inactive .wpt-admin-name {
	color: #475467;
}

.wpt-admin-row:hover,
.wpt-admin-row:focus-within,
.wpt-admin-access-row:hover,
.wpt-admin-access-row:focus-within {
	background: #fbfcfd;
	box-shadow: none;
}

.wpt-admin-row.is-dragging {
	display: none;
}

.wpt-admin-drag-placeholder {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	margin-bottom: 8px;
	min-height: 64px;
	transition: height 120ms ease, margin 120ms ease;
}

.wpt-admin-drag-clone {
	margin: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(0, 0, 0) scale(1.01);
	transform-origin: top left;
	will-change: transform;
	z-index: 10000;
}

.wpt-admin-drag-clone.wpt-admin-row {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08) !important;
}

.wpt-admin-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-admin-drag-handle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #98a2b3;
	cursor: grab;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	touch-action: none;
	width: 24px;
}

.wpt-admin-drag-handle:active {
	cursor: grabbing;
}

.wpt-admin-drag-handle:hover,
.wpt-admin-drag-handle:focus {
	color: #667085;
	outline: none;
}

.wpt-admin-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-admin-row-detail {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.wpt-admin-row-primary {
	min-width: 0;
	padding-right: 18px;
}

.wpt-admin-row-secondary {
	min-width: 0;
}

.wpt-admin-row-secondary .wpt-admin-copy,
.wpt-admin-row-secondary .wpt-admin-dependency-list {
	margin-top: 0;
}

.wpt-admin-row-secondary .wpt-admin-copy + .wpt-admin-copy,
.wpt-admin-row-secondary .wpt-admin-copy + .wpt-admin-dependency-list {
	margin-top: 4px;
}

.wpt-admin-meta-line,
.wpt-admin-dependency-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 5px;
	min-width: 0;
}

.wpt-admin-code {
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 6px;
	color: #344054;
	display: inline-flex;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 5px 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-admin-meta,
.wpt-admin-copy {
	color: #667085;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.wpt-admin-copy {
	margin-top: 5px;
}

.wpt-admin-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-admin-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
	width: 74px;
}

.wpt-admin-switch-slot {
	justify-content: flex-end;
	width: 54px;
}

.wpt-admin-inline-form,
.wpt-admin-switch-form {
	margin: 0;
	width: 100%;
}

.wpt-admin-switch-control {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	min-height: 30px;
	min-width: 0;
}

.wpt-admin-switch-control.is-disabled {
	opacity: .55;
}

.wpt-admin-switch-control.is-disabled .switch,
.wpt-admin-switch-control.is-disabled .switch-paddle {
	cursor: not-allowed;
}

.wpt-admin-button {
	font-size: 12px !important;
	height: 30px !important;
	min-width: auto !important;
	padding: 0 10px !important;
	width: auto;
}

.wpt-admin-button i {
	font-size: 11px;
	margin-right: 6px;
}

.wpt-admin-action-slot .wpt-admin-button,
.wpt-admin-action-slot .wpt-admin-inline-form .wpt-admin-button {
	width: 100%;
}

.reveal.wpt-admin-modal {
	max-width: 640px;
}

.reveal.wpt-admin-modal .wpt-admin-modal-toggle {
	margin-top: 19px;
}

.reveal.wpt-admin-modal .wpt-admin-multiselect,
.wpt-admin-multiselect {
	height: auto !important;
	min-height: 122px;
}

.wpt-admin-access-grid-wrap {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	overflow-x: auto;
	width: 100%;
}

.wpt-admin-access-grid {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	min-width: 720px;
	width: 100%;
}

.wpt-admin-access-grid th,
.wpt-admin-access-grid td {
	border: 0;
	border-bottom: 1px solid #edf1f5;
	border-right: 1px solid #edf1f5;
	height: 46px;
	padding: 8px 10px;
	vertical-align: middle;
}

.wpt-admin-access-grid thead th {
	background: #f8fafc;
	color: #475467;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.wpt-admin-access-grid th:first-child {
	left: 0;
	min-width: 220px;
	position: sticky;
	text-align: left;
	z-index: 2;
}

.wpt-admin-access-grid thead th:first-child {
	z-index: 3;
}

.wpt-admin-access-grid tbody th {
	background: #fff;
	color: #101828;
	font-weight: 500;
}

.wpt-admin-access-grid tbody tr,
.wpt-admin-access-grid tbody tr:nth-child(even),
.wpt-admin-access-grid tbody tr:nth-child(even) th,
.wpt-admin-access-grid tbody tr:nth-child(even) td {
	background: #fff;
}

.wpt-admin-access-grid tbody tr:hover th,
.wpt-admin-access-grid tbody tr:hover td {
	background: #fbfcfd;
}

.wpt-admin-access-grid tr:last-child th,
.wpt-admin-access-grid tr:last-child td {
	border-bottom: 0;
}

.wpt-admin-access-grid th:last-child,
.wpt-admin-access-grid td:last-child {
	border-right: 0;
}

.wpt-admin-access-grid td {
	text-align: center;
	width: 112px;
}

.wpt-admin-access-grid td .wpt-admin-switch-control {
	justify-content: center;
}

.wpt-admin-access-grid td.is-muted {
	background: #fbfcfd;
}

.wpt-admin-grid-title {
	color: #101828;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 4px;
	white-space: nowrap;
}

.wpt-admin-grid-dash {
	color: #d0d5dd;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

@media screen and (max-width: 39.9375em) {
	.wpt-admin-manager-tools {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-page-tabs,
	.wpt-admin-tabs {
		gap: 12px;
		margin-bottom: 18px;
	}

	.wpt-admin-actions {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.wpt-admin-action-slot {
		width: 100%;
	}

	.wpt-admin-switch-slot {
		justify-content: flex-start;
		width: 100%;
	}

	.wpt-admin-switch-control {
		justify-content: flex-start;
	}

	.wpt-admin-row-primary {
		padding-right: 0;
	}

	.wpt-admin-row-secondary {
		margin-top: 5px;
	}

}

/* ==========================================================================
Dashboard
========================================================================== */

.wpt-dashboard {
	background: #fff;
	font-family: Inter, sans-serif;
	min-height: calc(100vh - 86px);
	padding-bottom: 40px;
}

.wpt-dashboard [style*="font-weight: bold"],
.wpt-dashboard [style*="font-weight:bold"],
.wpt-dashboard b,
.wpt-dashboard strong {
	font-weight: 500 !important;
}

.wpt-dashboard a {
	text-decoration: none;
}

.wpt-dashboard-news-card {
	background-color: #fff;
	border: 1px solid #101828;
	border-radius: 5px;
}

.wpt-dashboard-news-title {
	color: #101828;
	line-height: 1;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.wpt-dashboard-shell {
	margin-top: 22px;
}

.wpt-metric-strip {
	margin-bottom: 22px;
}

.wpt-metric-grid {
	row-gap: 10px;
}

.wpt-metric-cell {
	display: flex;
	min-width: 0;
}

.wpt-metric-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 88px;
	min-width: 0;
	padding: 12px 10px;
	width: 100%;
}

.wpt-metric-heading {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-metric-label {
	color: #667085;
	flex: 1 1 auto;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.wpt-metric-value-row {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 10px;
	min-width: 0;
}

.wpt-metric-period {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 9px;
	font-weight: 500;
	height: 18px;
	justify-content: center;
	line-height: 1;
	padding: 0 6px;
	white-space: nowrap;
}

.wpt-metric-period-window {
	background: #f8fafc;
	border-color: #d0d5dd;
	color: #475467;
}

.wpt-metric-period-live {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-metric-value {
	color: #101828;
	flex: 0 1 auto;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-metric-footer {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	min-height: 16px;
	min-width: 0;
}

.wpt-metric-trend {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 500;
	gap: 5px;
	line-height: 1;
	white-space: nowrap;
}

.wpt-metric-trend i {
	font-size: 10px;
	line-height: 1;
}

.wpt-metric-trend-good {
	color: #027a48;
}

.wpt-metric-trend-bad {
	color: #b42318;
}

.wpt-metric-trend-neutral {
	color: #667085;
}

@media screen and (max-width: 63.99875em) {
	.wpt-dashboard .wpt-metric-strip {
		display: none !important;
	}

	.wpt-dashboard .wpt-dashboard-column {
		margin-bottom: 30px;
	}

	.wpt-dashboard .wpt-dashboard-column:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.wpt-metric-card {
		min-height: 86px;
		padding: 10px;
	}

	.wpt-metric-value {
		font-size: 20px;
	}
}

.wpt-dashboard-column {
	min-width: 0;
	position: relative;
}

@media screen and (min-width: 64em) {
	.wpt-dashboard-column + .wpt-dashboard-column::before {
		background: #f2f4f7;
		bottom: 2px;
		content: "";
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 2px;
		transform: translateX(-50%);
		width: 1px;
	}
}

.wpt-column-header {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 0 0 12px 0;
	min-height: 24px;
	width: 100%;
}

.wpt-column-title {
	align-items: center;
	color: #101828;
	display: flex;
	font-size: 14px;
	font-weight: 500 !important;
	gap: 7px;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
}

.wpt-column-title i {
	color: #667085;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	width: 15px;
}

.wpt-column-count {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid #eaecf0;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 500;
	height: 22px;
	justify-content: center;
	line-height: 1;
	min-width: 24px;
	padding: 0 8px;
}

.wpt-column-count-zero {
	background: #f8fafc;
	color: #98a2b3;
}

.wpt-column-tools {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 9px;
}

.wpt-column-action-button {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #475467 !important;
	display: inline-flex;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	white-space: nowrap;
	width: 24px;
}

.wpt-column-action-button:hover,
.wpt-column-action-button:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3 !important;
	outline: none;
}

.wpt-column-action-button i {
	color: #667085;
	font-size: 11px;
	line-height: 1;
}

.wpt-column-action-button:hover i,
.wpt-column-action-button:focus i {
	color: #175cd3;
}

.wpt-dashboard-more-cell {
	margin-top: 6px;
}

.wpt-dashboard-more-button {
	background: none !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 7px !important;
	color: #344054 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.wpt-dashboard-more-button:hover,
.wpt-dashboard-more-button:focus {
	background: #f8fafc !important;
	border-color: #98a2b3 !important;
	color: #101828 !important;
	outline: none;
}

.wpt-empty-state {
	align-items: center;
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	color: #667085;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	line-height: 1.3;
	margin: 0 0 8px 0;
	min-height: 76px;
	padding: 14px 12px;
	text-align: center;
	width: 100%;
}

.wpt-empty-icon {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	color: #667085;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.wpt-empty-icon i {
	font-size: 10px;
	line-height: 1;
}

.wpt-empty-title {
	color: #667085;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.wpt-empty-subtitle {
	color: #98a2b3;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
}

.wpt-card-cell {
	margin-bottom: 8px;
}

.wpt-card-link {
	color: #101828;
	display: block;
}

.wpt-card-link:hover,
.wpt-card-link:focus {
	color: #101828;
}

.dash-prof-pill.wpt-dashboard-card {
	background: #fff !important;
	border: 1px solid #e4e7ec !important;
	border-left: 4px solid #98a2b3 !important;
	border-radius: 7px !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
	padding: 9px 11px 9px 10px !important;
	transition: box-shadow .15s ease, transform .05s ease, border-color .15s ease, background .15s ease;
}

.wpt-card-link:hover .dash-prof-pill.wpt-dashboard-card,
.wpt-message-card:hover {
	background: #fff !important;
	border-bottom-color: #d0d5dd !important;
	border-right-color: #d0d5dd !important;
	border-top-color: #d0d5dd !important;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
	transform: translateY(-1px);
}

.dash-prof-pill.wpt-dashboard-card.wpt-priority-blue,
.dash-prof-pill.wpt-dashboard-card.wpt-session-blue {
	border-left-color: #1570ef !important;
}

.dash-prof-pill.wpt-dashboard-card.wpt-priority-green,
.dash-prof-pill.wpt-dashboard-card.wpt-session-green {
	border-left-color: #12b76a !important;
}

.dash-prof-pill.wpt-dashboard-card.wpt-priority-amber,
.dash-prof-pill.wpt-dashboard-card.wpt-session-amber {
	border-left-color: #f79009 !important;
}

.dash-prof-pill.wpt-dashboard-card.wpt-priority-red,
.dash-prof-pill.wpt-dashboard-card.wpt-session-red {
	border-left-color: #d92d20 !important;
}

.dash-prof-pill.wpt-dashboard-card.wpt-priority-neutral,
.dash-prof-pill.wpt-dashboard-card.wpt-session-neutral {
	border-left-color: #98a2b3 !important;
}

.wpt-card-layout {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.wpt-card-layout > .wpt-card-rail {
	align-items: center;
	align-self: stretch;
	border-right: 1px solid #f2f4f7;
	display: flex;
	flex: 0 0 56px !important;
	flex-direction: column;
	justify-content: center;
	max-width: 56px !important;
	min-height: 38px;
	min-width: 56px !important;
	padding-right: 10px;
	text-align: center;
	width: 56px !important;
}

.wpt-card-rail-main {
	color: #101828;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	white-space: nowrap;
}

.wpt-card-rail-sub {
	color: #667085;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.1;
	margin: 4px 0 0 0;
	white-space: nowrap;
}

.wpt-card-main {
	min-width: 0;
	text-align: left;
}

.wpt-card-name {
	color: #101828;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-card-meta {
	color: #667085;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.25;
	margin: 3px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-card-pill {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #344054 !important;
	display: inline-flex;
	font-size: 10px !important;
	font-weight: 500;
	gap: 4px;
	height: 20px;
	justify-content: center;
	line-height: 1 !important;
	margin: 5px 0 0 0 !important;
	min-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
}

.wpt-card-pill i {
	font-size: 10px;
	line-height: 1;
}

.wpt-schedule-name-icon {
	margin-left: 4px;
}

.wpt-card-pill-blue {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3 !important;
}

.wpt-card-pill-green {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48 !important;
}

.wpt-card-pill-amber {
	background: #fffaeb;
	border-color: #fedf89;
	color: #b54708 !important;
}

.wpt-card-pill-red {
	background: #fee4e2;
	border-color: #fda29b;
	color: #b42318 !important;
}

.wpt-card-pill-neutral {
	background: #f9fafb;
	border-color: #e4e7ec;
	color: #344054 !important;
}

.wpt-message-card {
	overflow: hidden;
	position: relative;
}

.wpt-message-main {
	color: #101828;
	display: block;
}

.wpt-message-main:hover,
.wpt-message-main:focus {
	color: #101828;
}

.wpt-message-top {
	align-items: baseline;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	min-width: 0;
}

.wpt-message-name {
	color: #101828;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-message-time {
	color: #667085;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}

.wpt-message-preview {
	color: #475467;
	display: -webkit-box;
	font-size: 11px;
	font-weight: 500;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.35;
	margin: 7px 0 0 0;
	overflow: hidden;
	white-space: normal;
}

.wpt-message-actions {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(5px);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 140ms ease;
	-webkit-backdrop-filter: blur(5px);
}

.wpt-message-card:hover .wpt-message-actions,
.wpt-message-card:focus-within .wpt-message-actions {
	opacity: 1;
	pointer-events: auto;
}

.wpt-message-action-strip {
	background: rgba(255, 255, 255, 0.58);
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.wpt-message-action {
	align-items: center;
	background: transparent;
	border: 0;
	color: #475467;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.wpt-message-action + .wpt-message-action {
	border-left: 1px solid rgba(208, 213, 221, .95);
}

.wpt-message-action:hover,
.wpt-message-action:focus {
	background: #f9fafb;
	color: #1570ef;
	outline: none;
}

.wpt-message-action i {
	font-size: 13px;
	line-height: 1;
}

.wpt-message-action span {
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
}

.wpt-message-action.is-loading {
	cursor: wait;
	opacity: .58;
}

.wpt-profile-sales-session-list {
	padding-top: 12px;
	row-gap: 0;
}

.wpt-profile-sales-session-cell:last-child {
	margin-bottom: 0;
}

.wpt-profile-sales-session-card {
	min-height: 60px;
}

.wpt-profile-sales-session-main {
	color: #101828;
	display: block;
}

.wpt-profile-sales-session-main:hover,
.wpt-profile-sales-session-main:focus {
	color: #101828;
}

.wpt-profile-sales-session-action-strip-1 {
	grid-template-columns: 1fr;
}

.wpt-profile-sales-session-action-strip-2 {
	grid-template-columns: repeat(2, 1fr);
}

.wpt-profile-sales-session-action-strip-3 {
	grid-template-columns: repeat(3, 1fr);
}

.wpt-profile-sales-session-action-form {
	display: block;
	height: 100%;
	margin: 0;
	min-width: 0;
}

.wpt-profile-sales-session-action-form + .wpt-profile-sales-session-action-form {
	border-left: 1px solid rgba(208, 213, 221, .95);
}

.wpt-profile-sales-session-action {
	border-radius: 0;
	min-width: 0;
}

.wpt-profile-sales-session-action:hover,
.wpt-profile-sales-session-action:focus {
	background: rgba(249, 250, 251, .92);
}

.wpt-section-break {
	background: #e4e7ec;
	height: 1px;
	margin: 6px 0 14px 0;
	width: 100%;
}

.wpt-bucket-heading {
	color: #101828;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 10px 0 10px 0;
}

.wpt-today-column .accordion {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	overflow: hidden;
}

.wpt-today-column .accordion-item {
	border: 0;
}

.wpt-today-column .accordion-title {
	background: #fff;
	border: 0 !important;
	border-bottom: 1px solid #e6e9ef !important;
	color: #101828;
	padding: 14px 42px 14px 14px;
	position: relative;
}

.wpt-today-column .accordion-title:hover,
.wpt-today-column .accordion-title:focus {
	background: #f9fafb;
	color: #101828;
}

.wpt-today-column .accordion-item.is-active > .accordion-title {
	border-bottom: 0 !important;
}

.wpt-today-column .accordion-title::before {
	display: none;
}

.wpt-today-column .accordion-content {
	background: #fff;
	border: 0 !important;
	border-bottom: 1px solid #e6e9ef !important;
	padding: 10px 14px 12px 14px;
}

.wpt-today-column .accordion-item:last-child > .accordion-title,
.wpt-today-column .accordion-item:last-child > .accordion-content {
	border-bottom: 0 !important;
}

.wpt-session-toggle {
	align-items: center;
	color: #6b7280;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 120ms ease, color 120ms ease;
	width: 18px;
}

.wpt-session-toggle i {
	font-size: 11px;
	line-height: 1;
}

.wpt-today-column .accordion-item.is-active > .accordion-title .wpt-session-toggle {
	color: #2580d8;
	transform: translateY(-50%) rotate(180deg);
}

.wpt-session-time {
	color: #1570ef;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-session-count {
	align-items: center;
	background: #f2f4f7 !important;
	border-radius: 6px !important;
	color: #475467 !important;
	display: inline-flex !important;
	font-size: 11px !important;
	font-weight: 500;
	height: 23px;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 0 0 4px !important;
	min-width: 25px;
	padding: 0 7px !important;
}

.wpt-session-count-alert {
	background: #fff7ed !important;
	color: #b54708 !important;
}

.wpt-session-count-first {
	background: #ecfdf3 !important;
	color: #027a48 !important;
}

.wpt-class-member-row {
	align-items: center;
	border-radius: 6px;
	display: flex;
	gap: 9px;
	min-height: 30px;
	padding: 3px 4px;
	width: 100%;
}

.wpt-class-member-list {
	font-size: 14px;
}

.wpt-class-member-row:hover {
	background: #f9fafb;
}

.wpt-member-status-slot {
	align-items: center;
	display: flex;
	flex: 0 0 24px;
	justify-content: center;
	min-height: 24px;
	width: 24px;
}

.wpt-member-status-icon {
	align-items: center;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.wpt-member-status-icon i {
	font-size: 10px;
	line-height: 1;
}

.wpt-member-status-blue {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-member-status-green {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #027a48;
}

.wpt-member-status-red {
	background: #fee4e2;
	border-color: #fda29b;
	color: #b42318;
}

.wpt-class-member-main {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-class-member-main a {
	display: block;
}

.wpt-class-member-name {
	color: #1570ef;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-class-member-name.is-no-show {
	color: #b42318;
}

/* ==========================================================================
Website Settings
========================================================================== */

.wpt-settings-toggle-title,
.wpt-website-note-title,
.wpt-website-row-title {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.wpt-settings-toggle-meta,
.wpt-website-note-copy,
.wpt-website-row-meta,
.wpt-website-field-help {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	margin: 4px 0 0 0;
}

.wpt-website-note-list {
	border-top: 1px solid #edf1f5;
	margin-top: 16px;
	padding-top: 8px;
}

.wpt-website-note-row,
.wpt-website-toggle-row {
	background: #fff;
	padding: 9px 0;
}

.wpt-website-toggle-row {
	min-height: 48px;
	padding: 13px 0;
}

.wpt-website-toggle-row > .auto.cell {
	min-width: 0;
	padding-right: 22px;
}

.wpt-website-toggle-row > .shrink.cell {
	align-items: center;
	display: flex;
	flex: 0 0 78px;
	justify-content: flex-end;
	width: 78px;
}

.wpt-website-note-row + .wpt-website-note-row,
.wpt-website-toggle-row + .wpt-website-toggle-row {
	border-top: 1px solid #edf1f5;
}

.wpt-website-toggle-list {
	margin-top: 16px;
}

.wpt-website-subpanel {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 14px;
}

.wpt-website-subpanel + .wpt-website-subpanel {
	margin-top: 14px;
}

.wpt-website-draft-panel {
	margin-bottom: 22px;
}

.wpt-website-subpanel-title {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 12px 0;
}

.wpt-website-strategy-group,
.wpt-website-choice-group {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	overflow: hidden;
}

.wpt-settings-field label.wpt-website-strategy-option,
.wpt-website-strategy-option,
.wpt-website-choice-row {
	align-items: center;
	background: #fff;
	color: inherit;
	cursor: pointer;
	display: flex;
	font-size: inherit;
	font-weight: inherit;
	gap: 12px;
	margin: 0;
	padding: 13px 14px;
	position: relative;
	transition: background 150ms ease;
	width: 100%;
}

.wpt-website-strategy-option + .wpt-website-strategy-option,
.wpt-website-choice-row + .wpt-website-choice-row {
	border-top: 1px solid #edf1f5;
}

.wpt-website-strategy-option:hover,
.wpt-website-strategy-option:focus-within,
.wpt-website-choice-row:hover,
.wpt-website-choice-row:focus-within {
	background: #f9fafb;
}

.wpt-website-strategy-option:has(input:checked),
.wpt-website-strategy-option.is-selected,
.wpt-website-choice-row:has(input:checked),
.wpt-website-choice-row.is-selected {
	background: #f8fafc;
}

.wpt-website-strategy-option input[type="radio"],
.wpt-website-choice-row input[type="radio"] {
	height: 1px !important;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.wpt-website-strategy-mark,
.wpt-website-choice-mark {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.02);
	display: inline-flex;
	flex: 0 0 auto;
	height: 20px;
	justify-content: center;
	margin-top: 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
	width: 20px;
}

.wpt-website-strategy-mark::after,
.wpt-website-choice-mark::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 9px;
	opacity: 0;
	transform: rotate(45deg) translate(-1px, -1px);
	transition: opacity 150ms ease;
	width: 5px;
}

.wpt-website-strategy-option input[type="radio"]:checked + .wpt-website-strategy-mark,
.wpt-website-choice-row input[type="radio"]:checked + .wpt-website-choice-mark {
	background: #1570ef;
	border-color: #1570ef;
	box-shadow: none;
}

.wpt-website-strategy-option input[type="radio"]:checked + .wpt-website-strategy-mark::after,
.wpt-website-choice-row input[type="radio"]:checked + .wpt-website-choice-mark::after {
	opacity: 1;
}

.wpt-website-strategy-option input[type="radio"]:focus + .wpt-website-strategy-mark,
.wpt-website-choice-row input[type="radio"]:focus + .wpt-website-choice-mark {
	box-shadow: 0 0 0 3px rgba(21, 112, 239, 0.14);
}

.wpt-website-strategy-copy,
.wpt-website-choice-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.wpt-website-strategy-copy .wpt-website-note-title,
.wpt-website-strategy-copy .wpt-website-note-copy,
.wpt-website-choice-copy .wpt-website-row-title,
.wpt-website-choice-copy .wpt-website-row-meta {
	display: block;
}

.wpt-website-page-selector {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.wpt-website-page-choice {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: inherit;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 66px;
	padding: 12px 14px;
	text-decoration: none;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.wpt-website-page-choice:hover,
.wpt-website-page-choice:focus {
	background: #f9fafb;
	border-color: #b2ddff;
	color: inherit;
	outline: none;
}

.wpt-website-page-choice.is-selected,
.wpt-website-page-choice.is-selected:hover,
.wpt-website-page-choice.is-selected:focus {
	background: #eff8ff;
	border-color: #53b1fd;
	box-shadow: inset 4px 0 0 #1570ef, 0 0 0 3px rgba(21, 112, 239, 0.08);
	padding-left: 17px;
}

.wpt-website-page-choice-icon {
	color: #98a2b3;
	font-size: 11px;
}

.wpt-website-setup-hero {
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	padding: 28px;
}

.wpt-website-setup-icon {
	align-items: center;
	background: #eff8ff;
	border-radius: 50%;
	color: #1570ef;
	display: inline-flex;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.wpt-website-setup-form {
	margin-top: 24px;
	max-width: 620px;
}

.wpt-website-setup-form .wpt-settings-action-row {
	justify-content: flex-start;
}

.wpt-website-setup-steps {
	display: grid;
	gap: 10px;
}

.wpt-website-setup-step,
.wpt-website-setup-step:hover,
.wpt-website-setup-step:focus,
.wpt-website-setup-step:active {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	color: #101828;
	display: flex;
	gap: 14px;
	min-height: 72px;
	padding: 14px 16px;
	text-decoration: none;
}

.wpt-website-setup-step:hover,
.wpt-website-setup-step:focus {
	border-color: #b2ddff;
	box-shadow: 0 4px 12px rgba(16, 24, 40, 0.07);
	outline: none;
}

.wpt-website-setup-step-number {
	align-items: center;
	background: #eff8ff;
	border-radius: 50%;
	color: #175cd3;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.wpt-website-setup-step-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.wpt-website-setup-step-copy strong {
	font-size: 14px;
	font-weight: 600;
}

.wpt-website-setup-step-copy span {
	color: #667085;
	font-size: 13px;
}

.wpt-website-setup-step > i {
	color: #667085;
	font-size: 12px;
}

@media screen and (max-width: 39.99875em) {
	.wpt-website-setup-hero {
		padding: 20px;
	}

	.wpt-website-setup-step {
		align-items: flex-start;
	}

	.wpt-website-setup-step > i {
		margin-top: 10px;
	}
}

.wpt-website-manager-list {
	width: 100%;
}

.wpt-website-manager-row {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 10px;
	min-height: 62px;
	padding: 12px 14px 12px 10px;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.wpt-website-manager-row.has-actions:hover,
.wpt-website-manager-row.has-actions:focus,
.wpt-website-manager-row.has-actions:focus-within {
	background: #fff;
	border-bottom-color: #e4e7ec;
	border-right-color: #e4e7ec;
	border-top-color: #e4e7ec;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

button.wpt-website-manager-row {
	cursor: pointer;
	text-align: left;
}

.wpt-website-manager-row:hover,
.wpt-website-manager-row:focus,
.wpt-website-manager-row:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
	outline: none;
}

.wpt-website-child-row {
	background: #fff;
	border-bottom: 1px solid #edf1f5;
	margin-left: 34px;
	min-height: 42px;
	padding: 8px 0;
}

.wpt-website-child-row:last-child {
	border-bottom: 0;
}

.wpt-website-child-row.has-actions {
	padding-bottom: 10px;
	padding-top: 10px;
}

.wpt-website-row-actions {
	gap: 8px;
	row-gap: 6px;
}

.wpt-website-radio-copy {
	padding-left: 12px;
}

.wpt-website-action-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
	width: 74px;
}

.wpt-website-action-slot-wide {
	width: 112px;
}

.wpt-website-row-button {
	width: 100%;
}

.wpt-website-alert-icons {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-website-alert-icon {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #98a2b3;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.wpt-website-alert-icon.is-active {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-website-media-grid {
	row-gap: 12px;
}

.wpt-website-media-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	height: 100%;
	padding: 10px;
}

.wpt-website-media-card-header {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.wpt-website-media-card-header > div:first-child {
	min-width: 0;
}

.wpt-website-media-card-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 10px;
}

.wpt-website-media-thumb,
.wpt-website-media-picker-thumb {
	background: #f3f4f6;
	border-radius: 7px;
	overflow: hidden;
	width: 100%;
}

.wpt-website-media-thumb {
	height: 112px;
	margin-bottom: 10px;
}

.wpt-website-media-picker-thumb {
	height: 112px;
	margin-bottom: 8px;
}

.wpt-website-media-thumb img,
.wpt-website-media-picker-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wpt-website-asset-select {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 12px;
}

.wpt-website-media-selection {
	align-items: center;
	display: flex;
	gap: 14px;
}

.wpt-website-media-selection-thumb {
	align-items: center;
	background: #f3f4f6;
	border-radius: 7px;
	color: #667085;
	display: flex;
	flex: 0 0 112px;
	font-size: 12px;
	height: 84px;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.wpt-website-media-selection-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wpt-website-media-selection-thumb:not(.is-empty) span,
.wpt-website-media-selection-thumb.is-empty img {
	display: none;
}

.wpt-website-media-selection-copy {
	min-width: 0;
}

.wpt-website-media-selection-copy .wpt-website-row-title {
	margin-bottom: 8px;
}

.wpt-website-logo-setting {
	align-items: center;
	display: flex;
	gap: 14px;
}

.wpt-website-logo-preview {
	align-items: center;
	background: #f3f4f6;
	border-radius: 7px;
	display: flex;
	flex: 0 0 150px;
	height: 90px;
	justify-content: center;
	overflow: hidden;
}

.wpt-website-logo-preview img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	width: 100%;
}

.wpt-website-logo-preview.is-empty {
	color: #98a2b3;
	font-size: 24px;
}

.wpt-website-logo-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-website-logo-copy p:last-child {
	margin-bottom: 0;
}

.wpt-website-logo-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wpt-website-logo-actions .button {
	margin-bottom: 0;
}

.wpt-website-asset-placeholder {
	align-items: center;
	background: #fff;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	color: #667085;
	display: flex;
	font-size: 12px;
	justify-content: center;
	line-height: 1.3;
	margin-bottom: 10px;
	min-height: 112px;
	padding: 14px;
	text-align: center;
}

.wpt-website-asset-select-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wpt-website-media-picker-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.wpt-website-picker-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	cursor: pointer;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.wpt-website-picker-card:hover,
.wpt-website-picker-card:focus,
.wpt-website-picker-card.is-selected {
	background: #eff8ff;
	border-color: #b2ddff;
	outline: none;
}

.wpt-website-picker-card.is-selected {
	box-shadow: 0 0 0 1px #1570ef;
}

.wpt-website-picker-card .wpt-website-row-title {
	margin-bottom: 0;
}

.wpt-website-repeater {
	width: 100%;
}

.wpt-website-repeater-heading,
.wpt-website-testimonial-editor-header,
.wpt-website-faq-editor-header,
.wpt-website-repeater-item-header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.wpt-website-repeater-heading {
	margin-bottom: 14px;
}

.wpt-website-repeater-heading .button,
.wpt-website-testimonial-editor-header .button,
.wpt-website-faq-editor-header .button,
.wpt-website-repeater-item-header .button {
	margin-bottom: 0;
}

.wpt-website-repeater-list {
	display: grid;
	gap: 12px;
}

.wpt-website-repeater-item {
	background: #fbfcfd;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	padding: 16px;
}

[data-cms-testimonial-items],
[data-cms-faq-items] {
	gap: 0;
}

.wpt-website-testimonial-editor,
.wpt-website-faq-editor {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0 0 18px;
}

.wpt-website-testimonial-editor + .wpt-website-testimonial-editor,
.wpt-website-faq-editor + .wpt-website-faq-editor {
	border-top: 1px solid #e4e7ec;
	padding-top: 18px;
}

.wpt-website-testimonial-editor:last-child,
.wpt-website-faq-editor:last-child {
	padding-bottom: 0;
}

.wpt-website-testimonial-editor-header,
.wpt-website-faq-editor-header,
.wpt-website-repeater-item-header {
	margin-bottom: 12px;
}

.wpt-website-testimonial-editor-header .wpt-website-row-title,
.wpt-website-faq-editor-header .wpt-website-row-title,
.wpt-website-repeater-item-header .wpt-website-row-title {
	margin-bottom: 0;
}

.wpt-website-repeater-remove {
	background: transparent;
	border: 0;
	color: #b42318;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 0 6px 12px;
}

.wpt-website-repeater-remove:hover,
.wpt-website-repeater-remove:focus {
	color: #7a271a;
	text-decoration: underline;
}

.wpt-website-testimonial-fields {
	display: grid;
	gap: 12px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpt-website-faq-fields {
	display: grid;
	gap: 12px;
}

.wpt-website-repeater-item-fields {
	display: grid;
	gap: 12px;
}

.wpt-website-testimonial-quote {
	grid-column: 1 / -1;
}

@media screen and (max-width: 639px) {
	.wpt-website-media-selection {
		align-items: stretch;
		flex-direction: column;
	}

	.wpt-website-logo-setting {
		align-items: stretch;
		flex-direction: column;
	}

	.wpt-website-logo-preview {
		flex-basis: auto;
		width: 100%;
	}

	.wpt-website-logo-actions {
		justify-content: flex-start;
	}

	.wpt-website-media-selection-thumb {
		flex-basis: auto;
		width: 100%;
	}

	.wpt-website-repeater-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.wpt-website-testimonial-fields {
		grid-template-columns: 1fr;
	}

	.wpt-website-testimonial-quote {
		grid-column: auto;
	}
}

.wpt-website-value-box {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 10px 12px;
}

.wpt-website-value-stack {
	margin-top: 8px;
}

.wpt-website-value-stack:first-child {
	margin-top: 0;
}

.wpt-website-value-box + .wpt-website-value-box {
	margin-top: 8px;
}

.wpt-website-value-label {
	color: #344054;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 3px 0;
}

.wpt-website-value-text {
	color: #101828;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.wpt-website-version-summary-grid {
	margin-top: 14px;
	row-gap: 12px;
}

.wpt-website-version-card-header,
.wpt-website-version-row-header {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
	width: 100%;
}

.wpt-website-version-card-header {
	margin-bottom: 12px;
}

.wpt-website-version-row-header {
	margin-bottom: 8px;
}

.wpt-website-version-summary-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: flex-end;
	margin-left: auto;
}

.wpt-website-version-card-header > div:first-child,
.wpt-website-version-row-header > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-website-detail-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.wpt-website-detail-item {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	min-width: 0;
	padding: 9px 10px;
}

.wpt-website-detail-item-full {
	grid-column: 1 / -1;
}

.wpt-website-detail-label {
	color: #667085;
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 4px 0;
}

.wpt-website-detail-value {
	color: #101828;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.wpt-website-data-group {
	border-top: 1px solid #edf1f5;
	margin-top: 10px;
	padding-top: 10px;
}

.wpt-website-data-group:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.wpt-website-version-row .wpt-website-detail-grid,
.wpt-website-version-asset-card .wpt-website-detail-grid {
	margin-top: 8px;
}

.wpt-website-version-asset-card {
	border-left-color: #98a2b3;
}

.wpt-website-version-page-row {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.wpt-website-version-page-row .wpt-website-version-row-header {
	align-items: center;
	margin-bottom: 0;
}

.wpt-website-version-page-row .wpt-website-version-summary-actions {
	align-self: center;
}

.wpt-website-version-view-button {
	min-width: 92px !important;
}

.wpt-website-version-asset-card {
	display: flex;
	flex-direction: column;
}

.wpt-website-version-asset-card .wpt-website-detail-grid {
	grid-template-columns: 1fr;
	width: 100%;
}

.wpt-website-version-asset-card .wpt-website-detail-item {
	width: 100%;
}

.wpt-website-version-asset-card .wpt-website-version-row-header {
	align-items: center;
	margin-bottom: 10px;
	min-height: 44px;
}

.wpt-website-version-asset-card .wpt-status-pill {
	align-self: center;
}

.wpt-website-preview-modal-header {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-right: 24px;
}

.wpt-website-preview-modal-header > div:first-child {
	min-width: 0;
}

.wpt-website-preview-meta {
	margin-bottom: 18px;
}

.wpt-website-preview-section-list {
	display: grid;
	gap: 12px;
}

.wpt-website-preview-section {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	padding: 12px 14px 14px 10px;
}

.wpt-website-preview-section-header {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.wpt-website-preview-section-header > div:first-child {
	min-width: 0;
}

.wpt-website-preview-fields {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpt-website-preview-field {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	min-width: 0;
	padding: 9px 10px;
}

.wpt-website-preview-field.is-long {
	grid-column: 1 / -1;
}

.wpt-website-preview-field-label,
.wpt-website-preview-nested-row span {
	color: #667085;
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 4px 0;
}

.wpt-website-preview-field-value,
.wpt-website-preview-nested-row p,
.wpt-website-preview-nested-row em {
	color: #101828;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.wpt-website-preview-nested {
	border-top: 1px solid #edf1f5;
	margin-top: 10px;
	padding-top: 10px;
}

.wpt-website-preview-nested-title {
	color: #344054;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 8px 0;
}

.wpt-website-preview-nested-title span {
	color: #667085;
	font-weight: 400;
}

.wpt-website-preview-nested-row {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	margin-top: 8px;
	padding: 9px 10px;
}

.wpt-website-preview-nested-row em {
	color: #667085;
	margin-top: 4px;
}

.wpt-website-media-thumb.is-missing,
.wpt-website-media-picker-thumb.is-missing {
	align-items: center;
	display: flex;
	justify-content: center;
}

.wpt-website-media-thumb.is-missing img,
.wpt-website-media-picker-thumb.is-missing img {
	display: none;
}

.wpt-website-media-thumb.is-missing::before,
.wpt-website-media-picker-thumb.is-missing::before {
	color: #667085;
	content: "Image unavailable";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.wpt-website-section-divider {
	border-top: 1px solid #edf1f5;
	margin-top: 28px;
	padding-top: 26px;
}

.wpt-website-accordion {
	border-top: 1px solid #edf1f5;
	margin-top: 28px;
	padding-top: 24px;
}

.wpt-website-accordion:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.wpt-website-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 54px;
	padding: 0 0 16px 0;
}

.wpt-website-accordion:not([open]) summary {
	padding-bottom: 0;
}

.wpt-website-accordion summary > div:first-child,
.wpt-website-accordion summary > .wpt-website-drag-handle + div {
	min-width: 0;
}

.wpt-website-accordion summary::-webkit-details-marker {
	display: none;
}

.wpt-website-accordion summary::marker {
	content: "";
}

.wpt-website-accordion summary .wpt-website-accordion-icon {
	align-items: center;
	color: #667085;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	height: 24px;
	justify-content: center;
	transition: transform 150ms ease;
	width: 24px;
}

.wpt-website-accordion[open] summary .wpt-website-accordion-icon {
	transform: rotate(90deg);
}

.wpt-website-accordion-body {
	padding: 0;
}

.wpt-website-section-card.wpt-website-accordion {
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	margin: 0 0 12px;
	padding: 0 16px;
}

.wpt-website-section-card.wpt-website-accordion summary {
	min-height: 0;
	padding: 14px 0;
}

.wpt-website-section-card.wpt-website-accordion[open] summary {
	border-bottom: 1px solid #edf1f5;
	margin-bottom: 18px;
}

.wpt-website-section-card .wpt-website-accordion-body {
	padding-bottom: 16px;
}

.wpt-website-section-list {
	display: grid;
	gap: 12px;
}

article.wpt-website-section-card {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 30px minmax(0, 1fr);
	margin: 0;
	min-height: 74px;
	padding: 14px 16px;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

article.wpt-website-section-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 3px 10px rgba(16, 24, 40, .05);
}

.wpt-website-section-card-link {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-width: 0;
	padding: 4px 0;
	text-decoration: none;
}

.wpt-website-section-card-link:focus-visible {
	border-radius: 5px;
	outline: 2px solid #1570ef;
	outline-offset: 4px;
}

.wpt-website-section-card-chevron {
	color: #667085;
	flex: 0 0 auto;
	font-size: 12px;
}

.wpt-website-section-content-title {
	color: #344054;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	margin: 4px 0 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-website-editor-toolbar {
	border-bottom: 1px solid #e4e7ec;
	margin: 0 0 22px;
}

.wpt-website-editor-context {
	align-items: center;
	display: flex;
	gap: 14px;
	padding: 0 0 14px;
}

.wpt-website-editor-context .wpt-settings-content-header {
	flex: 1 1 auto;
	margin: 0;
	min-width: 0;
}

.wpt-website-pages-back {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	color: #175cd3;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 500;
	gap: 7px;
	height: 34px;
	line-height: 1;
	padding: 0 10px;
	text-decoration: none;
}

.wpt-website-pages-back:hover {
	background: #f2f4f7;
	border-color: #98a2b3;
	color: #004eeb;
	text-decoration: none;
}

.wpt-website-page-title-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wpt-website-page-workspace-tabs {
	border-bottom: 0;
	display: flex;
	gap: 24px;
	margin: 0;
}

.wpt-website-page-workspace-tabs a {
	align-items: center;
	border-bottom: 2px solid transparent;
	color: #667085;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	gap: 8px;
	margin-bottom: -1px;
	padding: 0 2px 12px;
	text-decoration: none;
}

.wpt-website-page-workspace-tabs a:hover,
.wpt-website-page-workspace-tabs a.is-active {
	border-bottom-color: #1570ef;
	color: #175cd3;
}

.wpt-website-page-editor-workspace {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(240px, 18rem) minmax(0, 1fr);
}

.wpt-website-page-outline {
	padding: 0;
	position: sticky;
	top: 20px;
}

.wpt-website-page-outline .wpt-settings-panel-header {
	align-items: flex-start;
	margin-bottom: 14px;
}

.wpt-website-page-outline .wpt-settings-panel-header .button {
	min-width: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.wpt-website-page-outline article.wpt-website-section-card {
	gap: 8px;
	grid-template-columns: 22px minmax(0, 1fr);
	min-height: 62px;
	padding: 10px;
}

.wpt-website-page-outline article.wpt-website-section-card.is-selected {
	background: #f5f9ff;
	border-color: #84adff;
	box-shadow: 0 0 0 1px #84adff;
}

.wpt-website-page-outline .wpt-website-section-card-link {
	gap: 8px;
}

.wpt-website-page-outline .wpt-website-section-card-chevron {
	font-size: 10px;
}

.wpt-website-section-inspector {
	min-width: 0;
}

.wpt-website-section-editor {
	padding: 0;
}

.wpt-website-section-inspector-header {
	align-items: flex-start;
	border-bottom: 1px solid #e4e7ec;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.wpt-website-section-settings {
	align-items: end;
	padding-bottom: 4px;
}

.wpt-website-section-visibility .wpt-settings-toggle-row {
	min-height: 58px;
	padding: 0;
}

.wpt-website-editor-panels {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.wpt-website-inspector-group {
	background: #fcfcfd;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	padding: 14px;
}

.wpt-website-editor-panel-header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	min-height: 0;
	padding: 0;
}

.wpt-website-editor-panel-header > div:first-child {
	min-width: 0;
}

.wpt-website-inspector-group.is-panel-disabled .wpt-website-editor-panel-header {
	margin-bottom: 0;
}

.wpt-website-editor-panel-toggle {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.wpt-website-editor-panel-body {
	padding: 0;
}

[data-cms-optional-panel-fields][hidden] {
	display: none;
}

.wpt-website-section-editor textarea.wpt-settings-input {
	height: auto;
	max-height: 60vh;
	min-height: 44px;
	overflow: auto;
	resize: vertical;
}

.wpt-website-section-editor textarea.wpt-website-textarea-compact {
	min-height: 54px;
}

.wpt-website-section-editor textarea.wpt-website-textarea-standard {
	min-height: 72px;
}

.wpt-website-section-editor textarea.wpt-website-textarea-long {
	min-height: 116px;
}

.wpt-website-section-editor-actions {
	align-items: center;
	background: #fff;
	border-top: 1px solid #e4e7ec;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding: 16px 0 2px;
	position: sticky;
	z-index: 3;
}

.wpt-website-section-editor-actions .button {
	margin: 0;
}

.wpt-website-page-settings-panel textarea.wpt-settings-input {
	height: auto;
	min-height: 88px;
	overflow: auto;
	resize: vertical;
}

.wpt-website-media-picker-modal {
	max-height: calc(100vh - 48px);
	overflow-y: auto;
}

.wpt-website-page-actions {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
	padding-top: 18px;
}

.wpt-website-page-actions .button {
	margin: 0;
}

.wpt-website-draft-banner {
	align-items: center;
	background: #fffaeb;
	border: 1px solid #fedf89;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin: 0 0 20px;
	padding: 13px 14px;
}

.wpt-website-draft-banner[hidden] {
	display: none;
}

.wpt-website-draft-banner-icon {
	align-items: center;
	background: #fef0c7;
	border-radius: 50%;
	color: #b54708;
	display: flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
}

.wpt-website-draft-banner-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-website-draft-banner-copy p {
	margin-bottom: 2px;
}

.wpt-website-draft-banner .button {
	flex: 0 0 auto;
	margin: 0;
}

.wpt-website-draft-banner-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.wpt-website-draft-banner-actions form {
	margin: 0;
}

.wpt-website-draft-banner-compact {
	gap: 10px;
	margin-bottom: 16px;
	padding: 9px 11px;
}

.wpt-website-draft-banner-compact .wpt-website-draft-banner-icon {
	flex-basis: 28px;
	font-size: 12px;
	height: 28px;
}

.wpt-website-draft-banner-compact .wpt-website-row-meta {
	display: none;
}

.wpt-website-field-group-heading {
	border-top: 1px solid #e4e7ec;
	margin-top: 8px;
	padding-top: 20px;
}

@media screen and (max-width: 74.9375em) {
	.wpt-website-page-editor-workspace {
		grid-template-columns: minmax(0, 1fr);
	}

	.wpt-website-page-outline {
		position: static;
	}
}

@media screen and (max-width: 39.9375em) {
	.wpt-website-page-workspace-tabs {
		gap: 14px;
	}

	.wpt-website-page-workspace-tabs a {
		font-size: 12px;
	}

	article.wpt-website-section-card {
		gap: 10px;
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 13px 14px;
	}

	.wpt-website-section-editor-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.wpt-website-section-editor-actions .button {
		width: 100% !important;
	}

	.wpt-website-draft-banner {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.wpt-website-draft-banner-actions {
		flex-wrap: wrap;
		margin-left: 46px;
	}

	.wpt-website-page-actions {
		flex-wrap: wrap;
	}
}

.wpt-settings-field label.wpt-website-checkbox-option {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 12px 14px;
}

.wpt-website-checkbox-option input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.wpt-website-checkbox-option span,
.wpt-website-checkbox-option strong,
.wpt-website-checkbox-option small {
	display: block;
}

.wpt-website-checkbox-option small {
	color: #667085;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 3px;
}

.wpt-website-disclosure summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 40px;
}

.wpt-website-disclosure summary::-webkit-details-marker {
	display: none;
}

.wpt-website-disclosure-icon {
	align-items: center;
	color: #667085;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	height: 24px;
	justify-content: center;
	transition: transform 150ms ease;
	width: 24px;
}

.wpt-website-disclosure-copy {
	align-self: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	text-align: left;
}

.wpt-website-disclosure-copy .wpt-website-row-title,
.wpt-website-disclosure-copy .wpt-website-row-meta {
	display: block;
}

.wpt-website-disclosure[open] .wpt-website-disclosure-icon {
	transform: rotate(90deg);
}

.wpt-website-drag-handle {
	align-items: center;
	border-radius: 6px;
	color: #98a2b3;
	cursor: grab;
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 14px;
	height: 34px;
	justify-content: center;
	touch-action: none;
	user-select: none;
	width: 30px;
}

.wpt-website-drag-handle:hover,
.wpt-website-drag-handle:focus-visible {
	background: #eef4ff;
	color: #175cd3;
	outline: 0;
}

.wpt-website-drag-handle:active {
	cursor: grabbing;
}

[data-wpt-sortable].is-reordering {
	user-select: none;
}

[data-wpt-sort-item].is-dragging {
	display: none;
}

.wpt-website-sort-placeholder {
	background: #eef4ff;
	border: 2px dashed #84adff;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 12px 0;
}

.wpt-website-sort-clone {
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 24, 40, .18);
	left: 0;
	margin: 0 !important;
	opacity: .96;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.wpt-website-section-actions {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
	padding-top: 18px;
}

.wpt-website-section-actions form,
.wpt-website-section-move-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0;
	width: auto !important;
}

.wpt-website-section-actions .button {
	flex: 0 0 auto;
	margin: 0;
	width: auto !important;
	white-space: nowrap;
}

.wpt-navigation-panel-header {
	align-items: center;
}

.wpt-navigation-header-actions,
.wpt-navigation-header-actions form {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0;
}

.wpt-navigation-header-actions .button {
	margin: 0;
	white-space: nowrap;
	width: auto !important;
}

.wpt-settings-panel-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.wpt-settings-panel-actions .button {
	margin: 0;
	white-space: nowrap;
}

.wpt-website-page [data-navigation-field][hidden] {
	display: none !important;
}

.wpt-website-form-save-row {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
}

.wpt-website-form-save-row .wpt-website-field-help {
	margin: 0;
}

.wpt-website-version-technical-grid {
	margin-top: 28px;
}

.wpt-website-version-technical-grid .wpt-website-version-technical-panel {
	border-top: 1px solid #edf1f5;
	margin-top: 0;
	padding-top: 26px;
}

.wpt-website-bullet-list {
	display: grid;
	gap: 8px;
	width: 100%;
}

.wpt-website-bullet-row {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 20px minmax(0, 1fr);
	min-width: 0;
	width: 100%;
}

.wpt-website-bullet-row input {
	min-width: 0;
	width: 100%;
}

.wpt-website-bullet-index {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	color: #667085;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	height: 20px;
	justify-content: center;
	line-height: 1;
	width: 20px;
}

.wpt-website-template-preview {
	align-items: stretch;
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	display: grid;
	flex: 0 0 86px;
	gap: 4px;
	grid-template-rows: 20px 9px 9px;
	height: 66px;
	padding: 8px;
	width: 86px;
}

.wpt-website-template-preview span {
	background: #e4e7ec;
	border-radius: 4px;
	display: block;
}

.wpt-website-template-preview span:first-child {
	background: #d1e9ff;
}

.wpt-website-page .reveal .grid-padding-x,
.reveal.wpt-website-modal .grid-padding-x {
	margin-left: -8px;
	margin-right: -8px;
}

.reveal.wpt-website-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.reveal.wpt-website-modal .wpt-settings-field {
	margin-bottom: 16px;
}

.reveal.wpt-website-modal .wpt-website-toggle-list {
	margin-top: 10px;
}

.reveal.wpt-website-modal .wpt-settings-action-row {
	padding-top: 0;
}

.wpt-website-modal-actions {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 22px;
}

.wpt-modal-inline-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 6px;
}

.wpt-website-modal-actions form,
.wpt-modal-inline-actions form {
	margin: 0;
}

.wpt-website-modal-actions .wpt-settings-button,
.wpt-website-modal-actions .wpt-settings-button-secondary,
.wpt-website-modal-actions .wpt-settings-button-danger,
.wpt-modal-inline-actions .wpt-settings-button,
.wpt-modal-inline-actions .wpt-settings-button-secondary,
.wpt-modal-inline-actions .wpt-settings-button-danger {
	min-width: 132px;
}

.wpt-website-modal-actions .wpt-settings-icon-danger {
	height: 38px !important;
	min-width: 38px !important;
	padding: 0 !important;
	width: 38px !important;
}

.wpt-website-modal-actions .wpt-settings-icon-danger i {
	font-size: 13px;
	margin-right: 0;
}

@media screen and (max-width: 39.9375em) {
	.wpt-website-modal-actions {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 8px;
	}

	.wpt-modal-inline-actions {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.wpt-website-modal-actions > div,
	.wpt-website-modal-actions > form,
	.wpt-modal-inline-actions > div,
	.wpt-modal-inline-actions > form {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
	}

	.wpt-website-modal-actions > .wpt-settings-button:not(.wpt-settings-icon-danger),
	.wpt-modal-inline-actions > .wpt-settings-button:not(.wpt-settings-icon-danger) {
		flex: 1 1 0;
		min-width: 0;
	}

	.wpt-website-modal-actions .wpt-settings-button:not(.wpt-settings-icon-danger),
	.wpt-modal-inline-actions .wpt-settings-button {
		min-width: 0;
		width: 100% !important;
	}

	.wpt-website-section-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wpt-website-section-actions > .wpt-settings-button,
	.wpt-website-section-actions > form,
	.wpt-website-section-actions > form > .wpt-settings-button {
		width: 100% !important;
	}

	.wpt-website-section-move-actions > .wpt-settings-button {
		flex: 1 1 0;
	}

	.wpt-settings-panel-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.wpt-settings-panel-actions .button {
		width: 100% !important;
	}

	.wpt-website-form-save-row {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.wpt-website-form-save-row .wpt-settings-button {
		width: 100%;
	}

	.wpt-website-child-row {
		margin-left: 18px;
	}

	.wpt-website-detail-grid {
		grid-template-columns: 1fr;
	}

	.wpt-website-preview-fields {
		grid-template-columns: 1fr;
	}

	.wpt-website-preview-modal-header {
		display: block;
	}

	.wpt-website-preview-modal-header .wpt-status-pill {
		margin-top: 10px;
	}

	.wpt-website-action-slot,
	.wpt-website-action-slot-wide {
		width: 100%;
	}
}

/* ==========================================================================
Source Manager
========================================================================== */

.wpt-source-row-source {
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 6px;
	transition: box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}

.wpt-source-group-has-campaigns > .wpt-source-row-source {
	margin-bottom: 6px;
}

.wpt-source-row-source:hover,
.wpt-source-row-source:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-source-group .wpt-source-row-campaign:last-of-type {
	border-bottom: 0;
}

.wpt-source-row-campaign .wpt-source-title-wrap {
	padding-left: 16px;
}

.wpt-source-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-source-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-source-title-line {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-source-name,
.wpt-campaign-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-campaign-name {
	color: #344054;
	font-size: 12px;
	font-weight: 400;
}

.wpt-source-row-campaign .wpt-source-meta {
	color: #98a2b3;
}

.wpt-source-meta {
	color: #667085;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	margin: 4px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-source-count-link {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #344054 !important;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	height: 28px;
	justify-content: center;
	line-height: 1;
	min-width: 74px;
	padding: 0 9px;
	white-space: nowrap;
}

.wpt-source-count-value {
	align-items: center;
	color: #98a2b3;
	display: inline-flex;
	font-size: 11px;
	font-weight: 400;
	height: 28px;
	justify-content: center;
	line-height: 1;
	min-width: 74px;
	padding: 0;
	white-space: nowrap;
}

.wpt-source-count-link:hover,
.wpt-source-count-link:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3 !important;
}

.wpt-source-action-slot-campaign {
	width: 106px;
}

.wpt-source-action-slot-links {
	width: 80px;
}

.wpt-source-action-slot-edit {
	width: 72px;
}

.wpt-source-action-spacer {
	display: block;
	height: 30px;
	width: 100%;
}

.wpt-source-action-slot .wpt-source-button {
	width: 100%;
}

.wpt-source-toggle-btn {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: #667085;
	cursor: pointer;
	display: inline-flex;
	font-size: 10px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	width: 24px;
}

.wpt-source-toggle-btn:hover,
.wpt-source-toggle-btn:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
	outline: none;
}

.wpt-source-toggle-btn[aria-expanded="true"] {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-source-toggle-spacer {
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	width: 24px;
}

.reveal.wpt-source-modal-sm {
	max-width: 500px;
}

.reveal.wpt-source-modal-lg {
	max-width: 620px;
}

.reveal.wpt-source-links-modal {
	max-width: 560px;
}

.reveal.wpt-source-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.reveal.wpt-source-modal .wpt-settings-form > .grid-padding-x {
	margin-left: -8px;
	margin-right: -8px;
}

.reveal.wpt-source-modal .wpt-modal-section {
	margin: 0 0 10px 0;
}

.reveal.wpt-source-modal .wpt-modal-section {
	margin-bottom: 12px;
}

.reveal.wpt-source-modal textarea.wpt-settings-input {
	min-height: 104px !important;
	padding: 9px !important;
}

.reveal.wpt-source-modal .wpt-settings-action-row {
	padding-top: 6px;
}

.reveal.wpt-source-modal .wpt-settings-notice {
	font-size: 11px;
	line-height: 1.35;
	margin: 10px 0 0 0;
	padding: 10px;
}

.wpt-link-row {
	background: #fbfcfd;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 9px 10px;
}

.reveal.wpt-source-modal .grid-padding-x > .wpt-link-row {
	padding: 12px 14px;
}

.wpt-link-row .wpt-settings-field-label {
	margin-bottom: 3px;
}

.wpt-link-control {
	margin-top: 7px;
	row-gap: 6px;
}

.wpt-link-control.grid-padding-x > .cell {
	padding-left: 4px;
	padding-right: 4px;
}

.wpt-link-input {
	background: #fff !important;
	font-size: 11px !important;
	height: 32px !important;
}

.wpt-link-copy {
	height: 32px !important;
	min-width: 32px !important;
	padding: 0 !important;
	width: 32px;
}

.wpt-link-copy i {
	font-size: 12px;
	margin: 0;
}

.mm-field-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.mm-char-count {
	color: #667085;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
	text-align: right;
}

.mm-char-count.is-limit {
	color: #b42318;
	font-weight: 500;
}

.wpt-merge-token-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 0;
	margin-top: 7px;
	row-gap: 6px;
}

.wpt-campaign-message-wrap {
	margin-bottom: 6px !important;
}

.wpt-campaign-message-wrap > .grid-x,
.wpt-campaign-message-wrap .wpt-modal-section {
	margin-bottom: 0;
}

.wpt-campaign-message-wrap:not([style*="display:none"]):not([style*="display: none"]) + .wpt-campaign-save-row {
	margin-top: -28px;
}

.wpt-campaign-save-row .wpt-settings-action-row {
	padding-top: 0;
}

.reveal.wpt-source-modal-lg .wpt-settings-action-row {
	padding-top: 2px;
}

.wpt-merge-token-list > .cell {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: auto !important;
}

.reveal.wpt-source-modal .wpt-merge-token-list .wpt-source-button {
	background: #fff !important;
	border-color: #d0d5dd !important;
	border-radius: 999px !important;
	color: #344054 !important;
	font-size: 10px !important;
	height: 24px !important;
	min-width: auto !important;
	padding: 0 8px !important;
}

.reveal.wpt-source-modal .wpt-merge-token-list .wpt-merge-quick-add-button {
	border-radius: 6px !important;
	font-size: 10.5px !important;
	height: 24px !important;
	line-height: 1 !important;
	padding: 0 7px !important;
}

@media screen and (max-width: 39.9375em) {
	.reveal.wpt-source-modal {
		padding: 18px 16px 20px 16px;
	}


.reveal.wpt-source-modal .wpt-link-copy {
	min-width: 32px !important;
	width: 32px;
}

.reveal.wpt-source-modal .wpt-merge-token-list .wpt-settings-button {
	width: auto;
}

.wpt-source-row-campaign {
	margin-left: 0;
	padding-left: 0;
}

.wpt-source-row-campaign .wpt-source-identity {
	padding-left: 0;
}

.wpt-source-action-slot {
	width: auto;
}

.wpt-source-count-link,
.wpt-source-count-value {
	margin-top: 8px;
	width: auto;
}

}

/* ==========================================================================
Product Manager
========================================================================== */

.wpt-product-list.is-reordering,
.wpt-product-list.is-reordering * {
	user-select: none;
}

.wpt-product-row-product {
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 6px;
	min-height: 62px;
	padding: 12px 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wpt-product-row-product:hover,
.wpt-product-row-product:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.wpt-product-phase-list .wpt-product-row-phase:last-of-type {
	border-bottom: 0;
}

.wpt-product-phase-list.is-collapsed {
	display: none;
}

.wpt-product-group.is-dragging {
	display: none;
}

.wpt-product-drag-placeholder {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	margin-bottom: 10px;
	min-height: 62px;
	transition: height 120ms ease, margin 120ms ease;
}

.wpt-product-drag-clone {
	margin: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(0, 0, 0) scale(1.01);
	transform-origin: top left;
	will-change: transform;
	z-index: 10000;
}

.wpt-product-drag-clone .wpt-product-row-product {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08) !important;
}

.wpt-product-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-product-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-product-title-line {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wpt-product-name {
	color: #101828;
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-product-drag-handle,
.wpt-product-toggle-btn {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	width: 24px;
}

.wpt-product-drag-handle {
	background: transparent;
	border: 0;
	color: #98a2b3;
	cursor: grab;
	font-size: 11px;
	touch-action: none;
}

.wpt-product-drag-handle:active {
	cursor: grabbing;
}

.wpt-product-drag-handle:hover,
.wpt-product-drag-handle:focus {
	color: #667085;
	outline: none;
}

.wpt-product-toggle-btn {
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: #667085;
	cursor: pointer;
	font-size: 10px;
}

.wpt-product-toggle-btn:hover,
.wpt-product-toggle-btn:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
	outline: none;
}

.wpt-product-toggle-btn[aria-expanded="true"] {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3;
}

.wpt-product-toggle-spacer {
	display: inline-block;
	flex: 0 0 24px;
	height: 24px;
	margin-right: 10px;
	width: 24px;
}

.wpt-product-row-phase .wpt-product-title-wrap {
	padding-left: 16px;
}

.wpt-phase-name {
	color: #344054;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-phase-meta {
	color: #98a2b3;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	margin: 4px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-product-action-slot {
	width: 74px;
}

.wpt-product-action-slot-phase {
	width: 92px;
}

.wpt-product-action-slot-edit {
	width: 64px;
}

.wpt-product-button {
	width: 100%;
}

.reveal.wpt-product-modal-lg {
	max-width: 620px;
}

.reveal.wpt-product-modal .wpt-settings-form-grid {
	row-gap: 0;
}

.reveal.wpt-product-modal .wpt-settings-form > .grid-padding-x {
	margin-left: -8px;
	margin-right: -8px;
}

.wpt-age-field-hidden {
	display: none !important;
}

.reveal.wpt-product-modal .wpt-settings-toggle-list + .wpt-settings-form-grid {
	margin-top: 12px;
}

.wpt-product-age-fields {
	margin-left: -8px;
	margin-right: -8px;
	padding-bottom: 12px;
}

.wpt-product-age-fields + .wpt-settings-toggle-row {
	border-top: 1px solid #edf1f5;
}

.reveal.wpt-product-modal .wpt-settings-action-row {
	padding-top: 6px;
}

@media screen and (max-width: 39.9375em) {
	.reveal.wpt-product-modal {
		padding: 18px 16px 20px 16px;
	}


.wpt-product-title-line {
	align-items: flex-start;
	flex-direction: column;
	gap: 6px;
}

.wpt-product-row-phase {
	margin-left: 0;
}
}

.wpt-schedule-manager-list {
	width: 100%;
}

.wpt-schedule-manager-group {
	margin-bottom: 10px;
}

.wpt-schedule-missing-list {
	margin-bottom: 18px;
}

.wpt-schedule-view-row {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 14px;
}

.wpt-schedule-view-row .wpt-schedule-filter {
	width: 220px;
}

.wpt-schedule-inline-form {
	margin: 0;
	width: 100%;
}

.wpt-schedule-action-slot-create {
	width: 112px;
}

.wpt-schedule-action-slot-step {
	width: 74px;
}

@media screen and (max-width: 39.9375em) {
	.wpt-schedule-view-row {
		justify-content: flex-start;
	}

	.wpt-schedule-view-row .wpt-schedule-filter {
		width: 100%;
	}
}

/* ==========================================================================
Movement Managers
========================================================================== */
.wpt-strength-sections,
.wpt-peakweek-sections {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.wpt-strength-section-header,
.wpt-peakweek-section-header {
	margin: 0 0 14px 0;
	padding: 0 2px;
}
.wpt-strength-section-toggle,
.wpt-peakweek-section-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #101828;
	cursor: pointer;
	display: inline-flex;
	gap: 7px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.wpt-strength-section-toggle:hover,
.wpt-strength-section-toggle:focus,
.wpt-peakweek-section-toggle:hover,
.wpt-peakweek-section-toggle:focus {
	color: #175cd3;
	outline: none;
}
.wpt-strength-section-title,
.wpt-peakweek-section-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
.wpt-strength-section-caret,
.wpt-peakweek-section-caret {
	font-size: 10px;
	line-height: 1;
}
.wpt-strength-section:not(.is-open) .wpt-strength-list,
.wpt-peakweek-section:not(.is-open) .wpt-peakweek-list {
	display: none;
}
.wpt-strength-list.is-reordering,
.wpt-strength-list.is-reordering *,
.wpt-peakweek-list.is-reordering,
.wpt-peakweek-list.is-reordering * {
	user-select: none;
}
.wpt-strength-row,
.wpt-peakweek-row {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #98a2b3;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	margin-bottom: 0;
	min-height: 62px;
	padding: 12px 0;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.wpt-strength-row:hover,
.wpt-strength-row:focus-within,
.wpt-peakweek-row:hover,
.wpt-peakweek-row:focus-within {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}
.wpt-strength-identity,
.wpt-peakweek-identity {
	align-items: center;
	display: flex;
	min-width: 0;
}
.wpt-strength-title-wrap,
.wpt-peakweek-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}
.wpt-strength-name,
.wpt-peakweek-name {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wpt-strength-meta,
.wpt-peakweek-meta {
	color: #667085;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	margin: 4px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wpt-strength-drag-handle,
.wpt-peakweek-drag-handle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #98a2b3;
	cursor: grab;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0 10px 0 0;
	touch-action: none;
	width: 24px;
}
.wpt-strength-drag-handle:active,
.wpt-peakweek-drag-handle:active {
	cursor: grabbing;
}
.wpt-strength-drag-handle:hover,
.wpt-strength-drag-handle:focus,
.wpt-peakweek-drag-handle:hover,
.wpt-peakweek-drag-handle:focus {
	color: #667085;
	outline: none;
}
.wpt-strength-group.is-dragging,
.wpt-peakweek-group.is-dragging {
	display: none;
}
.wpt-strength-drag-placeholder,
.wpt-peakweek-drag-placeholder {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 7px;
	margin-bottom: 10px;
	min-height: 62px;
	transition: height 120ms ease, margin 120ms ease;
}
.wpt-strength-drag-clone,
.wpt-peakweek-drag-clone {
	margin: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(0, 0, 0) scale(1.01);
	transform-origin: top left;
	will-change: transform;
	z-index: 10000;
}
.wpt-strength-drag-clone .wpt-strength-row,
.wpt-peakweek-drag-clone .wpt-peakweek-row {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16), 0 4px 10px rgba(16, 24, 40, 0.08) !important;
}
.wpt-strength-action-slot,
.wpt-peakweek-action-slot {
	width: 64px;
}
.wpt-strength-status-slot,
.wpt-peakweek-status-slot {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	width: 76px;
}
.wpt-strength-button,
.wpt-peakweek-button {
	width: 100%;
}
.reveal.wpt-strength-modal .wpt-settings-form-grid,
.reveal.wpt-peakweek-modal .wpt-settings-form-grid {
	margin-left: -8px;
	margin-right: -8px;
	row-gap: 0;
}

/* ==========================================================================
Profile Page
========================================================================== */

.wpt-profile-flash-wrap {
	margin-top: 15px;
}

.wpt-profile-flash {
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.wpt-profile-layout {
	align-items: flex-start;
	row-gap: 18px;
}

.wpt-profile-mobile-stack {
	margin-top: 0 !important;
}

.wpt-profile-mobile-status-gap {
	margin-top: 14px;
}

.wpt-profile-info-panel {
	margin-bottom: 18px !important;
	min-width: 0;
}

.wpt-profile-info-panel > .grid-x {
	row-gap: 0;
}

.wpt-profile-name-cell {
	margin-bottom: 18px !important;
}

.wpt-profile-name-cell.wpt-profile-name-cell-has-inactive-pill {
	margin-bottom: 2px !important;
}

.wpt-profile-inactive-pill-cell {
	margin-bottom: 14px !important;
}

.wpt-profile-info-field {
	margin-bottom: 18px !important;
}

.wpt-profile-info-label {
	color: #101828;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.1 !important;
	margin: 0 0 4px 0 !important;
}

.wpt-profile-info-value {
	color: #101828;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	overflow-wrap: anywhere;
}

.wpt-profile-stage-field form {
	margin: 0;
}

.wpt-profile-page .wpt-profile-stage-select {
	background: transparent !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #101828 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	height: auto !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 18px 0 0 !important;
	width: auto;
}

.wpt-profile-page .wpt-profile-stage-select:hover,
.wpt-profile-page .wpt-profile-stage-select:focus {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.wpt-profile-relation {
	margin-bottom: 16px !important;
}

.wpt-profile-relation-link {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-left: 4px solid #1570ef;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
	color: #101828;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	padding: 11px 12px;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease, background .15s ease;
	width: 100%;
}

.wpt-profile-relation-link:hover,
.wpt-profile-relation-link:focus {
	background: #fff;
	border-bottom-color: #d0d5dd;
	border-right-color: #d0d5dd;
	border-top-color: #d0d5dd;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
	color: #101828;
	outline: none;
	transform: translateY(-1px);
}

.wpt-profile-relation-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.wpt-profile-relation-label,
.wpt-profile-relation-name,
.wpt-profile-relation-meta {
	display: block;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-profile-relation-label {
	color: #667085;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
}

.wpt-profile-relation-name {
	color: #101828;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
}

.wpt-profile-relation-meta {
	color: #475467;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
}

.wpt-profile-relation-chevron {
	align-items: center;
	color: #98a2b3;
	display: inline-flex;
	font-size: 12px;
	justify-content: center;
	line-height: 1;
	transition: color .15s ease, transform .15s ease;
}

.wpt-profile-relation-link:hover .wpt-profile-relation-chevron,
.wpt-profile-relation-link:focus .wpt-profile-relation-chevron {
	color: #1570ef;
	transform: translateX(2px);
}

.wpt-profile-side-column {
	margin-top: 0 !important;
	padding-right: .9375rem !important;
}

.wpt-profile-main-column {
	padding-top: 0 !important;
}

.wpt-profile-page .wpt-profile-layout > .wpt-settings-panel:not(.wpt-profile-info-panel),
.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel {
	margin-bottom: 22px !important;
	min-width: 0;
}

.wpt-profile-page .wpt-profile-layout > .wpt-settings-panel + .wpt-settings-panel {
	border-top: 0;
	padding-top: 0;
}

.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel + .wpt-settings-panel {
	border-top: 1px solid #e4e7ec;
	margin-top: 6px;
	padding-top: 18px;
}

.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel + .wpt-profile-sales-session-panel,
.wpt-profile-page .wpt-profile-content-list > .wpt-profile-sales-session-panel + .wpt-settings-panel {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.wpt-profile-content-list,
.wpt-profile-content-list > .wpt-settings-panel > .grid-x,
.wpt-profile-page .wpt-profile-layout > .wpt-settings-panel > .grid-x {
	row-gap: 0;
	width: 100%;
}

.wpt-profile-page .wpt-settings-panel.js-expand-block:not(.wpt-profile-info-panel) > .grid-x > .large-12.cell:first-child,
.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel:not(.js-expand-block) > .grid-x > .large-12.cell:first-child {
	border-bottom: 1px solid #d0d5dd !important;
	margin-bottom: 0;
	padding: 0 0 9px 0 !important;
}

.wpt-profile-page .wpt-profile-content-list > .wpt-profile-sales-session-panel:not(.js-expand-block) > .grid-x > .large-12.cell:first-child {
	border-bottom: 0 !important;
	padding: 0 !important;
}

.wpt-profile-page .wpt-settings-panel.js-expand-block:not(.wpt-profile-info-panel) > .grid-x > .large-12.cell:first-child > .grid-x,
.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel:not(.js-expand-block) > .grid-x > .large-12.cell:first-child > .grid-x {
	align-items: flex-end !important;
	min-height: 30px;
}

.wpt-profile-page .wpt-settings-panel.js-expand-block:not(.wpt-profile-info-panel) > .grid-x > .large-12.cell:first-child .js-expand-trigger,
.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel:not(.js-expand-block) > .grid-x > .large-12.cell:first-child .js-expand-trigger,
.wpt-profile-page .wpt-settings-panel.js-expand-block:not(.wpt-profile-info-panel) > .grid-x > .large-12.cell:first-child > .grid-x > .auto.cell:first-child > p,
.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel:not(.js-expand-block) > .grid-x > .large-12.cell:first-child > .grid-x > .auto.cell:first-child > p {
	color: #101828 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
}

.wpt-profile-page .wpt-profile-section-title {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	line-height: 20px !important;
	min-height: 20px;
}

.wpt-profile-page .wpt-profile-section-title i {
	align-items: center;
	color: #667085;
	display: inline-flex;
	flex: 0 0 15px;
	font-size: 13px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	text-align: center;
	width: 15px;
}

.wpt-profile-page .wpt-profile-section-title > span:not(.wpt-profile-section-count) {
	align-items: center;
	display: inline-flex;
	line-height: 20px;
	min-height: 20px;
}

.wpt-profile-page .wpt-profile-section-count {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	box-sizing: border-box;
	color: #667085;
	display: inline-flex;
	font-size: 10px;
	font-weight: 600;
	height: 18px;
	justify-content: center;
	line-height: 16px;
	min-width: 18px;
	padding: 0 6px;
	vertical-align: middle;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-panel .small-12.cell[style*="border-bottom"] {
	border-bottom-color: #edf1f5 !important;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-panel .small-12.cell[style*="border-bottom"]:not(.wpt-profile-session-item) {
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-panel .small-12.cell[style*="border-bottom"]:hover {
	background: #fbfcfd;
}

.wpt-profile-page .text-reg-in {
	background: #f2f4f7;
	border: 1px solid #edf1f5;
}

.wpt-profile-page .text-reg-out {
	background: #1570ef;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .08);
}

.wpt-profile-page .text-sch {
	background: #fff;
	border-color: #84caff;
}

.wpt-profile-page .text-reg-in p[align],
.wpt-profile-page .text-sch p[align] {
	color: #667085;
	font-weight: 500;
}

.wpt-profile-page .text-reg-out p[align] {
	color: rgba(255, 255, 255, .84);
	font-weight: 500;
}

.wpt-profile-page .wpt-profile-messages-panel-parent-routed .text-reg-out {
	background: #7c3aed;
	box-shadow: 0 1px 2px rgba(76, 29, 149, .16);
}

.wpt-profile-page .wpt-profile-messages-panel-parent-routed .text-reg-in {
	background: #f5f3ff;
	border-color: #ddd6fe;
}

.wpt-profile-page .wpt-profile-messages-panel-parent-routed .text-sch {
	background: #faf5ff;
	border-color: #c4b5fd;
}

.wpt-profile-page .wpt-profile-messages-panel-parent-routed .text-reg-in p[align],
.wpt-profile-page .wpt-profile-messages-panel-parent-routed .text-sch p[align] {
	color: #6d5a92;
}

.wpt-profile-page .wpt-profile-message-route-notice {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	box-sizing: border-box;
	color: #344054;
	display: flex;
	gap: 9px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
}

.wpt-profile-page .wpt-profile-message-route-notice.is-unavailable {
	background: #fffbfa;
	border-color: #fecdca;
}

.wpt-profile-page .wpt-profile-message-route-icon {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 50%;
	color: #344054;
	display: inline-flex;
	flex: 0 0 26px;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.wpt-profile-page .wpt-profile-message-route-notice.is-unavailable .wpt-profile-message-route-icon {
	border-color: #fda29b;
	color: #b42318;
}

.wpt-profile-page .wpt-profile-message-route-icon i {
	font-size: 11px;
	line-height: 1;
}

.wpt-profile-page .wpt-profile-message-route-body {
	flex: 1 1 auto;
	min-width: 0;
}

.wpt-profile-page .wpt-profile-message-route-title,
.wpt-profile-page .wpt-profile-message-route-copy {
	margin: 0;
}

.wpt-profile-page .wpt-profile-message-route-title {
	color: #344054;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.wpt-profile-page .wpt-profile-message-route-copy {
	color: #667085;
	font-size: 11px;
	line-height: 1.35;
	margin-top: 2px;
}

.wpt-profile-page .wpt-profile-message-read-action {
	align-self: center;
	padding-left: 8px;
	padding-bottom: 5px;
}

.wpt-profile-page .wpt-profile-message-row-with-action {
	column-gap: 8px;
	flex-wrap: nowrap;
}

.wpt-profile-page .wpt-profile-message-row-with-action > .text-reg-in.cell {
	flex: 1 1 auto !important;
	max-width: calc(100% - 42px) !important;
	width: auto !important;
}

.wpt-profile-page .wpt-profile-message-row-with-action > .wpt-profile-message-read-action.cell {
	flex: 0 0 34px !important;
	padding-left: 0;
	width: 34px !important;
}

.wpt-profile-page .wpt-profile-message-read-form {
	margin: 0;
}

.wpt-profile-page .wpt-profile-messages-panel .wpt-settings-icon-only.wpt-profile-message-read-button {
	align-items: center !important;
	background: #fff !important;
	border-color: #d0d5dd !important;
	border-radius: 7px !important;
	box-sizing: border-box !important;
	color: #344054 !important;
	display: inline-flex !important;
	height: 34px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 34px !important;
}

.wpt-profile-page .wpt-profile-messages-panel .wpt-settings-icon-only.wpt-profile-message-read-button i {
	font-size: 18px !important;
	line-height: 1 !important;
}

.wpt-profile-page .wpt-profile-messages-panel .wpt-settings-icon-only.wpt-profile-message-read-button:hover,
.wpt-profile-page .wpt-profile-messages-panel .wpt-settings-icon-only.wpt-profile-message-read-button:focus {
	background: #eff8ff !important;
	border-color: #84caff !important;
	color: #175cd3 !important;
	outline: none;
}

.wpt-profile-alex-status {
	--alex-accent: #98a2b3;
	--alex-accent-text: #344054;
	--alex-bg: #fbfcfd;
	--alex-border: #d0d5dd;
	--alex-copy: #475467;
	--alex-divider: #e4e7ec;
	--alex-icon-bg: #f2f4f7;
	--alex-icon-border: #d0d5dd;
	--alex-pill-accent-bg: #f8fafc;
	--alex-pill-accent-border: #e4e7ec;
	--alex-pill-bg: #fff;
	--alex-pill-border: #e4e7ec;
	--alex-pill-text: #344054;
	--alex-text: #344054;
	align-items: center;
	background: linear-gradient(180deg, var(--alex-bg) 0%, #fff 100%);
	border: 1px solid var(--alex-border);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	box-sizing: border-box;
	color: var(--alex-text);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 10px 0 18px 0;
	min-height: 58px;
	overflow: hidden;
	padding: 10px 12px 10px 18px;
	position: relative;
	width: 100%;
}

.wpt-profile-alex-status::before {
	background: var(--alex-accent);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.wpt-profile-alex-status-main {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.wpt-profile-alex-status-icon {
	align-items: center;
	background: var(--alex-icon-bg);
	border: 1px solid var(--alex-icon-border);
	border-radius: 999px;
	box-shadow: 0 1px 1px rgba(16, 24, 40, .04);
	color: var(--alex-accent);
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.wpt-profile-alex-status-icon i {
	font-size: 13px;
	line-height: 1;
}

.wpt-profile-alex-status-body {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-height: 30px;
	min-width: 0;
}

.wpt-profile-alex-status-title {
	color: var(--alex-accent-text);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	max-width: 100%;
	text-wrap: balance;
}

.wpt-profile-alex-status-copy {
	color: var(--alex-copy);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	margin: 2px 0 0 0;
}

.wpt-profile-alex-status-pills {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 5px;
	max-width: 100%;
	min-width: 0;
}

.wpt-profile-alex-status-pill {
	align-items: center;
	background: var(--alex-pill-bg);
	border: 1px solid var(--alex-pill-border);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--alex-pill-text);
	display: inline-flex;
	font-size: 10px;
	font-weight: 600;
	height: 17px;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
	overflow: hidden;
	padding: 0 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-profile-alex-status-pill.is-time {
	background: var(--alex-pill-accent-bg);
	border-color: var(--alex-pill-accent-border);
	color: var(--alex-accent-text);
}

.wpt-profile-alex-status-control {
	align-items: center;
	align-self: center;
	border-left: 1px solid var(--alex-divider);
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-end;
	min-height: 34px;
	padding-left: 12px;
	position: relative;
	z-index: 1;
}

.wpt-profile-alex-switch-form {
	margin: 0;
}

.wpt-profile-alex-switch {
	align-items: center;
	background: transparent;
	border: 0;
	color: #344054;
	cursor: pointer;
	display: inline-flex;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.wpt-profile-alex-switch.is-readonly {
	cursor: default;
}

.wpt-profile-alex-switch-track {
	background: #eef1f4;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .02);
	display: inline-flex;
	flex: 0 0 48px;
	height: 24px;
	padding: 1px;
	position: relative;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 48px;
}

.wpt-profile-alex-switch-thumb {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 1px 3px rgba(16, 24, 40, .22), 0 1px 2px rgba(16, 24, 40, .12);
	display: block;
	height: 20px;
	transform: translateX(0);
	transition: transform 160ms ease, box-shadow 160ms ease;
	width: 20px;
}

.wpt-profile-alex-switch.is-on .wpt-profile-alex-switch-track {
	background: #1570ef;
	border-color: #1570ef;
	box-shadow: none;
}

.wpt-profile-alex-switch.is-on .wpt-profile-alex-switch-thumb {
	transform: translateX(24px);
}

.wpt-profile-alex-switch.is-limited .wpt-profile-alex-switch-track {
	background: #fef0c7;
	border-color: #fedf89;
	box-shadow: none;
}

.wpt-profile-alex-switch:hover .wpt-profile-alex-switch-track,
.wpt-profile-alex-switch:focus .wpt-profile-alex-switch-track {
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .14);
}

.wpt-profile-alex-switch.is-limited:hover .wpt-profile-alex-switch-track,
.wpt-profile-alex-switch.is-limited:focus .wpt-profile-alex-switch-track {
	box-shadow: 0 0 0 3px rgba(247, 144, 9, .16);
}

.wpt-profile-alex-switch.is-readonly:hover .wpt-profile-alex-switch-track,
.wpt-profile-alex-switch.is-readonly:focus .wpt-profile-alex-switch-track {
	box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .02);
}

.wpt-profile-alex-status.is-attention,
.wpt-profile-alex-status.is-paused {
	--alex-accent: #f79009;
	--alex-accent-text: #b54708;
	--alex-bg: #fffaf0;
	--alex-border: #fedf89;
	--alex-copy: #c05621;
	--alex-divider: rgba(247, 144, 9, .18);
	--alex-icon-bg: #fff7d6;
	--alex-icon-border: #fdb022;
	--alex-pill-accent-bg: #fffbeb;
	--alex-pill-accent-border: #fedf89;
	--alex-text: #344054;
}

.wpt-profile-alex-status.is-active {
	--alex-accent: #1570ef;
	--alex-accent-text: #175cd3;
	--alex-bg: #f8fbff;
	--alex-border: #b2ddff;
	--alex-divider: rgba(21, 112, 239, .16);
	--alex-icon-bg: #d1e9ff;
	--alex-icon-border: #84caff;
	--alex-pill-accent-bg: #eff8ff;
	--alex-pill-accent-border: #b2ddff;
	--alex-text: #344054;
}

.wpt-profile-alex-status.is-limited {
	--alex-accent: #f79009;
	--alex-accent-text: #b54708;
	--alex-bg: #fffaf0;
	--alex-border: #fedf89;
	--alex-copy: #c05621;
	--alex-divider: rgba(247, 144, 9, .18);
	--alex-icon-bg: #fff7d6;
	--alex-icon-border: #fdb022;
	--alex-pill-accent-bg: #fffbeb;
	--alex-pill-accent-border: #fedf89;
	--alex-text: #344054;
}

.wpt-profile-alex-status.is-waiting {
	--alex-accent: #1570ef;
	--alex-accent-text: #175cd3;
	--alex-bg: #f8fbff;
	--alex-border: #b2ddff;
	--alex-divider: rgba(21, 112, 239, .16);
	--alex-icon-bg: #d1e9ff;
	--alex-icon-border: #84caff;
	--alex-pill-accent-bg: #eff8ff;
	--alex-pill-accent-border: #b2ddff;
	--alex-text: #344054;
}

.wpt-profile-alex-status.is-error {
	--alex-accent: #d92d20;
	--alex-accent-text: #b42318;
	--alex-bg: #fff1f3;
	--alex-border: #fda29b;
	--alex-copy: #b42318;
	--alex-divider: rgba(217, 45, 32, .16);
	--alex-icon-bg: #ffe4e8;
	--alex-icon-border: #f97066;
	--alex-pill-accent-bg: #fff1f3;
	--alex-pill-accent-border: #fda29b;
	--alex-text: #344054;
}

.wpt-profile-alex-status.is-stopped,
.wpt-profile-alex-status.is-skipped,
.wpt-profile-alex-status.is-off {
	--alex-accent: #98a2b3;
	--alex-accent-text: #475467;
	--alex-bg: #fbfcfd;
	--alex-border: #d0d5dd;
	--alex-divider: #e4e7ec;
	--alex-icon-bg: #f2f4f7;
	--alex-icon-border: #d0d5dd;
	--alex-text: #475467;
}

.wpt-profile-page .wpt-profile-messages-panel .js-expand-button {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	color: #344054 !important;
	display: flex;
	font-size: 10px !important;
	font-weight: 600 !important;
	height: 30px;
	justify-content: center;
	line-height: 1 !important;
	text-decoration: none;
	width: 100%;
}

.wpt-profile-page .wpt-profile-messages-panel .js-expand-button:hover,
.wpt-profile-page .wpt-profile-messages-panel .js-expand-button:focus {
	background: #eff8ff;
	border-color: #b2ddff;
	color: #175cd3 !important;
	outline: none;
}

.wpt-profile-page .wpt-profile-messages-panel {
	--wpt-profile-message-gap: 16px;
}

.wpt-profile-page .wpt-profile-messages-panel > .grid-x > .large-12.cell:first-child {
	margin-bottom: var(--wpt-profile-message-gap) !important;
}

.wpt-profile-page .wpt-profile-messages-panel .wpt-profile-alex-status,
.wpt-profile-page .wpt-profile-messages-panel .wpt-profile-message-route-notice {
	margin-top: 0;
	margin-bottom: var(--wpt-profile-message-gap);
}

.wpt-profile-page .wpt-settings-panel .wpt-settings-icon-only,
.wpt-profile-page .wpt-profile-info-panel .wpt-settings-icon-only {
	align-items: center !important;
	box-sizing: border-box !important;
	border-radius: 6px !important;
	display: inline-flex !important;
	flex: 0 0 28px !important;
	height: 28px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 28px !important;
}

.wpt-profile-page .wpt-settings-panel .wpt-settings-icon-only i,
.wpt-profile-page .wpt-profile-info-panel .wpt-settings-icon-only i {
	font-size: 11px;
	line-height: 1 !important;
	margin: 0 !important;
}

.wpt-profile-page .wpt-profile-alex-toggle-active {
	background: #ecfdf3 !important;
	border-color: #abefc6 !important;
	color: #027a48 !important;
}

.wpt-profile-page .wpt-profile-alex-toggle-active:hover,
.wpt-profile-page .wpt-profile-alex-toggle-active:focus {
	background: #dcfae6 !important;
	border-color: #75e0a7 !important;
	color: #027a48 !important;
}

.wpt-profile-page .wpt-profile-alex-toggle-limited {
	background: #eff8ff !important;
	border-color: #b2ddff !important;
	color: #175cd3 !important;
}

.wpt-profile-page .wpt-profile-alex-toggle-limited:hover,
.wpt-profile-page .wpt-profile-alex-toggle-limited:focus {
	background: #d1e9ff !important;
	border-color: #84caff !important;
	color: #175cd3 !important;
}

.wpt-profile-page .wpt-profile-next-action-active {
	background: #fff1f3 !important;
	border-color: #fda29b !important;
	color: #b42318 !important;
}

.wpt-profile-page .wpt-profile-next-action-active:hover,
.wpt-profile-page .wpt-profile-next-action-active:focus {
	background: #ffe4e8 !important;
	border-color: #f97066 !important;
	color: #b42318 !important;
}

.wpt-profile-info-actions {
	align-items: center;
	column-gap: 8px;
	row-gap: 8px;
}

.wpt-profile-info-actions .wpt-profile-info-action-cell {
	padding-left: 0 !important;
}

.wpt-profile-family-menu {
	line-height: 1;
}

.wpt-profile-family-menu > li > a.wpt-profile-family-trigger {
	padding: 0 !important;
}

.wpt-profile-family-trigger i {
	color: currentColor;
}

.wpt-profile-family-menu .is-dropdown-submenu {
	font-size: 12px;
	min-width: 180px;
}

.wpt-profile-status-strip {
	margin-bottom: 18px;
}

.wpt-profile-status-grid {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.wpt-profile-status-pill {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	box-sizing: border-box;
	color: #344054;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	gap: 6px;
	height: 26px;
	justify-content: center;
	line-height: 1;
	padding: 0 10px;
	white-space: nowrap;
}

.wpt-profile-status-pill i {
	align-items: center;
	display: flex;
	flex: 0 0 16px;
	font-size: 11px;
	height: 16px;
	justify-content: center;
	line-height: 1;
	width: 16px;
}

.wpt-profile-status-pill > span {
	align-items: center;
	display: inline-flex;
	height: 16px;
	line-height: 16px;
}

.wpt-profile-status-pill.wpt-member-status-blue {
	background: #eff8ff;
	border-color: #84caff;
	color: #175cd3;
}

.wpt-profile-status-pill.wpt-member-status-green {
	background: #ecfdf3;
	border-color: #75e0a7;
	color: #027a48;
}

.wpt-profile-status-pill.wpt-member-status-red {
	background: #fff1f3;
	border-color: #fda29b;
	color: #b42318;
}

.wpt-profile-status-strip > .grid-x {
	column-gap: 8px;
	row-gap: 8px;
}

.wpt-profile-page .wpt-profile-status-strip .wpt-member-status-slot {
	flex-basis: 42px;
	min-height: 42px;
	width: 42px;
}

.wpt-profile-page .wpt-profile-status-strip .wpt-member-status-icon {
	border-radius: 9px;
	height: 42px;
	width: 42px;
}

.wpt-profile-page .wpt-profile-status-strip .wpt-member-status-icon i {
	font-size: 17px;
}

.wpt-profile-page .wpt-profile-main-column .wpt-page-tabs {
	margin-bottom: 18px;
}

.wpt-profile-page .wpt-page-tab {
	padding-bottom: 10px;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-button-secondary:not(.wpt-settings-icon-only) {
	border-radius: 6px !important;
	font-size: 10px !important;
	height: 22px !important;
	min-width: 0;
	padding: 0 8px !important;
	white-space: nowrap;
}

.wpt-profile-page .wpt-profile-content-list .wpt-status-pill,
.wpt-profile-page .wpt-profile-info-panel .wpt-status-pill {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 10px !important;
	height: 18px;
	line-height: 16px;
	min-width: 0;
	padding: 0 7px;
	vertical-align: middle;
}

.wpt-profile-session-item {
	padding-bottom: 4px !important;
	padding-top: 4px !important;
}

.wpt-profile-session-row {
	min-height: 24px;
	row-gap: 4px;
}

.wpt-profile-session-row > .small-4.cell:last-child > .grid-x {
	align-items: center;
	column-gap: 6px;
	justify-content: flex-end;
	row-gap: 4px;
}

.wpt-profile-row-actions {
	align-items: center;
	column-gap: 6px;
	justify-content: flex-end;
	row-gap: 4px;
}

.wpt-profile-session-row > .small-4.cell:last-child > .grid-x > .auto.cell.shrink {
	margin-right: 0 !important;
}

.wpt-profile-session-row .wpt-status-pill {
	font-size: 10px;
	height: 18px;
	line-height: 16px;
	min-width: 0;
	padding: 0 7px;
}

.wpt-profile-month-heading {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	line-height: 18px !important;
}

.wpt-profile-month-count {
	font-size: 10px !important;
	height: 17px;
	line-height: 15px;
	min-width: 17px;
	padding: 0 6px;
}

.wpt-profile-session-action-wrap {
	position: relative;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-panel .wpt-settings-icon-only.wpt-profile-row-menu-trigger {
	align-items: center !important;
	box-sizing: border-box !important;
	border-radius: 5px !important;
	display: inline-flex !important;
	height: 22px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 22px !important;
}

.wpt-profile-page .wpt-profile-content-list .wpt-settings-panel .wpt-settings-icon-only.wpt-profile-row-menu-trigger i {
	font-size: 10px !important;
	line-height: 1 !important;
}

.wpt-profile-row-action-menu.dropdown-pane {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	box-shadow: 0 12px 26px rgba(16, 24, 40, .14), 0 3px 8px rgba(16, 24, 40, .08);
	padding: 4px;
	width: 132px;
	z-index: 25;
}

.wpt-profile-row-action-form {
	margin: 0;
}

.wpt-profile-row-action-menu-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: #344054;
	cursor: pointer;
	display: flex;
	font-size: 11px;
	font-weight: 500;
	gap: 7px;
	line-height: 1.2;
	margin: 0;
	padding: 7px 8px;
	text-align: left;
	width: 100%;
}

.wpt-profile-row-action-menu-item i {
	color: #667085;
	font-size: 10px;
	text-align: center;
	width: 13px;
}

.wpt-profile-row-action-menu-item:hover,
.wpt-profile-row-action-menu-item:focus {
	background: #f8fafc;
	color: #175cd3;
	outline: none;
}

.wpt-profile-row-action-menu-item:hover i,
.wpt-profile-row-action-menu-item:focus i {
	color: #175cd3;
}

@media screen and (max-width: 63.99875em) {
	.wpt-profile-page .wpt-page-tabs {
		margin-top: 14px;
	}

	.wpt-profile-page .js-expand-block .small-12.cell[style*="border-bottom"]:not(.wpt-profile-session-item),
	.wpt-profile-page .wpt-profile-content-list > .wpt-settings-panel .small-12.cell[style*="border-bottom"]:not(.wpt-profile-session-item) {
		overflow-x: auto;
	}

	.wpt-profile-page .wpt-profile-session-item {
		overflow: visible;
	}
}

/* ==========================================================================
User Settings
========================================================================== */

.wpt-user-settings-page .wpt-settings-shell {
	padding-top: 24px;
}

.wpt-user-settings-page .wpt-settings-content-header {
	margin-bottom: 22px;
}

.wpt-user-settings-page .settings-user-page {
	min-width: 0;
}

.wpt-user-profile-panel {
	margin-bottom: 0;
}

.wpt-user-settings-page .settings-profile-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
	margin: 0;
	padding: 18px;
}

.wpt-user-settings-page .settings-profile-header-row {
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
}

.wpt-user-settings-page .settings-profile-identity {
	gap: 12px;
}

.wpt-user-settings-page .settings-profile-avatar {
	background: #eff8ff;
	border: 1px solid #b2ddff;
	color: #175cd3;
	font-size: 14px;
	font-weight: 600;
	height: 44px;
	width: 44px;
}

.wpt-user-settings-page .settings-profile-name {
	color: #101828;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 4px 0;
}

.wpt-user-settings-page .settings-profile-subtitle {
	color: #667085;
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.wpt-user-settings-page .settings-profile-action-row {
	flex-wrap: wrap;
	gap: 8px;
}

.wpt-user-settings-page .settings-user-page .settings-profile-action-button,
.wpt-user-settings-page .settings-user-page .settings-profile-action-button:hover,
.wpt-user-settings-page .settings-user-page .settings-profile-action-button:focus,
.wpt-user-settings-page .settings-user-page .settings-profile-action-button:active {
	font-size: 12px !important;
	height: 34px !important;
	min-width: auto;
	padding: 0 11px !important;
}

.wpt-user-settings-page .settings-profile-action-button i {
	font-size: 10px;
	margin-right: 6px;
}

.wpt-user-settings-page .settings-profile-detail-grid {
	gap: 10px;
}

.wpt-user-settings-page .settings-profile-detail-card,
.wpt-user-settings-page .settings-employee-item {
	background: #f8fafc;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 11px 12px;
}

.wpt-user-settings-page .settings-profile-section-label,
.wpt-user-settings-page .settings-employee-label {
	color: #667085;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1.1;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.wpt-user-settings-page .settings-profile-section-value,
.wpt-user-settings-page .settings-employee-value {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}

.wpt-user-employee-stack {
	border-top: 1px solid #edf1f5;
	margin-top: 28px;
	padding-top: 26px;
}

.wpt-user-settings-page .wpt-user-employee-panel,
.wpt-user-settings-page .wpt-user-schedule-panel {
	margin-bottom: 0;
}

.wpt-user-settings-page .wpt-user-schedule-panel {
	border-top: 1px solid #edf1f5;
	margin-top: 28px;
	padding-top: 26px;
}

.wpt-user-settings-page .settings-section-heading {
	margin: 0;
}

.wpt-user-settings-page .settings-employee-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.wpt-user-settings-page .settings-employee-grid {
	gap: 10px;
}

.wpt-user-settings-page .wpt-user-schedule-header {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 16px;
}

.wpt-user-settings-page .settings-schedule-mode-tabs {
	align-items: center;
	border-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin: 0;
	padding: 0;
}

.wpt-user-settings-page .settings-schedule-mode-tab,
.wpt-user-settings-page .settings-schedule-mode-tab:hover,
.wpt-user-settings-page .settings-schedule-mode-tab:focus,
.wpt-user-settings-page .settings-schedule-mode-tab:active {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #667085;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 500;
	gap: 6px;
	height: auto;
	line-height: 1 !important;
	margin: 0;
	min-width: auto;
	padding: 0 0 10px 0;
	text-decoration: none;
	white-space: nowrap;
}

.wpt-user-settings-page .settings-schedule-mode-tab:hover,
.wpt-user-settings-page .settings-schedule-mode-tab:focus {
	color: #101828;
	outline: none;
}

.wpt-user-settings-page .settings-schedule-mode-tab.is-active,
.wpt-user-settings-page .settings-schedule-mode-tab.is-active:hover,
.wpt-user-settings-page .settings-schedule-mode-tab.is-active:focus,
.wpt-user-settings-page .settings-schedule-mode-tab.is-active:active {
	background: transparent;
	border-bottom-color: #101828;
	color: #101828;
}

.wpt-user-settings-page .settings-schedule-toolbar {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	gap: 12px;
	grid-column: 1 / -1;
	justify-content: space-between;
	margin: 0;
	padding-top: 14px;
}

.wpt-user-settings-page .settings-schedule-weeklabel {
	color: #475467;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.wpt-user-settings-page .settings-schedule-actions {
	display: flex;
	gap: 6px;
}

.wpt-user-settings-page .settings-schedule-actions .button,
.wpt-user-settings-page .settings-schedule-actions .button:hover,
.wpt-user-settings-page .settings-schedule-actions .button:focus,
.wpt-user-settings-page .settings-schedule-actions .button:active {
	font-size: 11px !important;
	height: 32px !important;
	padding: 0 10px !important;
}

.wpt-user-settings-page .settings-schedule-actions .disabled {
	cursor: not-allowed;
	opacity: .48;
}

.wpt-user-settings-page .wpt-user-schedule-body {
	min-width: 0;
}

.wpt-user-settings-page .wpt-settings-empty-state p {
	margin: 0;
}

.wpt-user-settings-page .settings-calendar-month-block {
	margin-bottom: 24px;
}

.wpt-user-settings-page .settings-calendar-month-title {
	color: #344054;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}

.wpt-user-settings-page .settings-calendar-scroll,
.wpt-user-settings-page .settings-calendar-grid {
	border-radius: 7px;
}

.wpt-user-settings-page .settings-calendar-dow {
	color: #667085;
	font-size: 10px;
	font-weight: 500;
	padding: 9px 8px;
}

.wpt-user-settings-page .settings-calendar-day-number,
.wpt-user-settings-page .settings-calendar-day-tag,
.wpt-user-settings-page .settings-schedule-card-title,
.wpt-user-settings-page .settings-schedule-card-shift-name,
.wpt-user-settings-page .settings-schedule-pill {
	font-weight: 500;
}

.wpt-user-settings-page .settings-schedule-card {
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.wpt-user-settings-page .settings-availability-week-grid {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wpt-user-settings-page .settings-availability-day-col,
.wpt-user-settings-page .settings-availability-day-col:first-child,
.wpt-user-settings-page .settings-availability-day-col:last-child {
	border-color: #e4e7ec;
}

.wpt-user-settings-page .settings-availability-day-head,
.wpt-user-settings-page .settings-availability-card-time,
.wpt-user-settings-page .settings-availability-card-shift,
.wpt-user-settings-page .settings-availability-card-role,
.wpt-user-settings-page .settings-availability-status {
	font-weight: 500;
}

.wpt-user-settings-page .settings-availability-card {
	border-radius: 7px;
}

.reveal.wpt-user-settings-modal .settings-profile-reveal-title,
.reveal.wpt-user-settings-modal .settings-schedule-reveal-title {
	color: #101828;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 34px 4px 0;
}

.reveal.wpt-user-settings-modal .settings-profile-reveal-subtitle,
.reveal.wpt-user-settings-modal .settings-schedule-reveal-subtitle {
	color: #667085;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 34px 18px 0;
}

.reveal.wpt-user-settings-modal .wpt-settings-input,
.reveal.wpt-user-settings-modal input[type="password"] {
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #101828 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	height: 34px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	width: 100%;
}

.reveal.wpt-user-settings-modal .wpt-settings-input:focus,
.reveal.wpt-user-settings-modal input[type="password"]:focus {
	border-color: #1570ef !important;
	box-shadow: 0 0 0 3px rgba(21, 112, 239, .12) !important;
	outline: none !important;
}

.reveal.wpt-settings-modal.wpt-user-settings-modal .wpt-settings-button,
.reveal.wpt-settings-modal.wpt-user-settings-modal .wpt-settings-button-secondary,
.reveal.wpt-settings-modal.wpt-user-settings-modal .wpt-settings-button-danger,
.reveal.wpt-settings-modal.wpt-user-settings-modal input.button.expanded {
	font-size: 12px !important;
	height: 34px !important;
	line-height: 1 !important;
}

.reveal.wpt-user-settings-modal .settings-schedule-reveal-detail-grid {
	gap: 8px;
	margin-bottom: 14px;
}

.reveal.wpt-user-settings-modal .settings-schedule-reveal-detail-item {
	background: #f8fafc;
	border: 1px solid #edf1f5;
	border-radius: 7px;
	padding: 10px;
}

.reveal.wpt-user-settings-modal .settings-schedule-reveal-label {
	color: #667085;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .04em;
	margin-bottom: 5px;
}

.reveal.wpt-user-settings-modal .settings-schedule-reveal-value {
	color: #101828;
	font-size: 13px;
	font-weight: 500;
}

@media screen and (max-width: 63.99875em) {
	.wpt-user-settings-page .settings-profile-header-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.wpt-user-settings-page .settings-profile-action-row {
		justify-content: flex-start;
	}

	.wpt-user-settings-page .settings-employee-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpt-user-settings-page .settings-availability-week-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 39.9375em) {
	.wpt-user-settings-page .wpt-settings-shell {
		padding-top: 6px;
	}

	.wpt-user-settings-page .wpt-settings-content-header {
		margin-bottom: 20px;
	}

	.wpt-user-settings-page .settings-profile-card {
		padding: 14px;
	}

	.wpt-user-settings-page .settings-profile-action-row {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wpt-user-settings-page .settings-profile-action-button,
	.wpt-user-settings-page .settings-profile-action-button:hover,
	.wpt-user-settings-page .settings-profile-action-button:focus,
	.wpt-user-settings-page .settings-profile-action-button:active {
		width: 100% !important;
	}

	.wpt-user-settings-page .settings-profile-detail-grid,
	.wpt-user-settings-page .settings-employee-grid,
	.wpt-user-settings-page .settings-availability-week-grid {
		grid-template-columns: 1fr;
	}

	.wpt-user-settings-page .wpt-user-schedule-header {
		display: block;
	}

	.wpt-user-settings-page .settings-schedule-mode-tabs {
		border-bottom: 1px solid #edf1f5;
		margin-top: 14px;
		overflow-x: auto;
	}

	.wpt-user-settings-page .settings-schedule-mode-tab,
	.wpt-user-settings-page .settings-schedule-mode-tab:hover,
	.wpt-user-settings-page .settings-schedule-mode-tab:focus,
	.wpt-user-settings-page .settings-schedule-mode-tab:active {
		width: auto;
	}

	.wpt-user-settings-page .settings-schedule-toolbar {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		margin-top: 14px;
	}

	.wpt-user-settings-page .settings-schedule-actions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.wpt-user-settings-page .settings-schedule-actions .button,
	.wpt-user-settings-page .settings-schedule-actions .button:hover,
	.wpt-user-settings-page .settings-schedule-actions .button:focus,
	.wpt-user-settings-page .settings-schedule-actions .button:active {
		min-width: 0;
		padding: 0 5px !important;
		width: 100% !important;
	}

	.wpt-user-settings-page .settings-availability-day-col,
	.wpt-user-settings-page .settings-availability-day-col:first-child,
	.wpt-user-settings-page .settings-availability-day-col:last-child {
		border-radius: 7px;
		margin-left: 0;
	}

	.reveal.wpt-user-settings-modal {
		border: 0 !important;
		border-radius: 0 !important;
		height: 100vh !important;
		left: 0 !important;
		margin: 0 !important;
		max-width: none !important;
		min-height: 100vh !important;
		overflow-y: auto;
		padding: 20px !important;
		top: 0 !important;
		width: 100% !important;
	}

	.reveal.wpt-user-settings-modal .settings-schedule-reveal-detail-grid {
		grid-template-columns: 1fr;
	}
}
