.mysites-settings th {
	display: none;
}
.mysites-sortable-controls {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 16px;
}
.mysites-sortable-controls .button.button-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	padding: 6px 14px;
}
.mysites-sortable-controls .button .dashicons {
	line-height: 1;
}
.mysites-sortable-controls .msdd-drag-hint {
	margin-left: 6px;
	opacity: .65;
}
.msdd-card {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}
.msdd-table-head {
	display: flex;
	align-items: center;
	gap: 0;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	padding: 12px 0;
}
.msdd-th {
	font-size: 12px;
	letter-spacing: .04em;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	padding: 0 14px;
}
.msdd-th-handle {
	width: 54px;
	padding-left: 18px;
	padding-right: 0;
}
.msdd-th-name {
	flex: 1 1 50%;
}
.msdd-th-url {
	flex: 1 1 52%;
}
.msdd-th-order {
	width: 130px;
	text-align: right;
	padding-right: 38px;
}
.msdd-outer {
	padding: 0;
}
.mysites-sortable-row {
	display: flex;
	align-items: center;
	min-height: 54px;
	border-bottom: 1px solid #eef2f7;
	background: #fff;
}
.mysites-sortable-row>div {
	padding: 10px 14px;
	min-width: 0;
}
.mysites-sortable-row>div.mysites-moverow {
	width: 54px;
	flex: 0 0 54px;
	padding-left: 18px;
	padding-right: 0;
	text-align: left;
	cursor: grab;
	color: #94a3b8;
}
.mysites-sortable-row>div.mysites-moverow:active {
	cursor: grabbing;
}
.mysites-title {
	flex: 1 1 50%;
	padding-left: 20px;
	font-weight: 600;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mysites-url {
	flex: 1 1 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mysites-url a {
	text-decoration: none;
}
.mysites-input {
	width: 150px;
	flex: 0 0 150px;
	text-align: right;
	padding-right: 18px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}
.mysites-input input[type="number"] {
	width: 72px;
	text-align: center;
	border-radius: 8px;
}
.msdd-divider .mysites-title {
	font-weight: 700;
	color: #94a3b8;
	letter-spacing: .06em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}
.msdd-divider .mysites-title:before,
.msdd-divider .mysites-title:after {
	content: "";
	flex: 1 1 auto;
	border-top: 1px solid #e2e8f0;
}
.msdd-divider .mysites-url {
	display: none;
}
.msdd-divider .mysites-title {
	flex: 1 1 auto;
}
.mysites-input .msdd-remove-divider {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #64748b;
	line-height: 28px !important;
	border-radius: 8px;
}
.mysites-input .msdd-remove-divider:hover {
	color: #0f172a;
}
details.msdd-block-group {
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	margin: 8px 5px;
	overflow: hidden;
}
details.msdd-block-group>summary.msdd-block-header {
	display: flex;
	align-items: center;
	width: 100% !important;
	flex: 1 1 auto;
	box-sizing: border-box;
	min-height: 54px;
	padding: 0;
	background: #f8fafc;
	cursor: default;
	list-style: none;
	color: #3c434a;
}
details.msdd-block-group>summary.msdd-block-header .msdd-block-handle {
	color: #94a3b8;
}
details.msdd-block-group>summary.msdd-block-header::-webkit-details-marker {
	display: none;
}
details.msdd-block-group>summary.msdd-block-header::marker {
	content: "";
}
.msdd-card .ui-sortable-helper details,
.msdd-card details.ui-sortable-helper {
	list-style: none;
}
.msdd-card .ui-sortable-helper details>summary::-webkit-details-marker,
.msdd-card details.ui-sortable-helper>summary::-webkit-details-marker {
	display: none;
}
.msdd-card .ui-sortable-helper details>summary::marker,
.msdd-card details.ui-sortable-helper>summary::marker {
	content: "";
}
.msdd-card details.ui-sortable-helper>summary,
.msdd-card .ui-sortable-helper details>summary {
	color: transparent !important;
	background: transparent !important;
}
.msdd-card details.ui-sortable-helper>summary *,
.msdd-card .ui-sortable-helper details>summary * {
	opacity: 0 !important;
}
.msdd-block-handle {
	width: 54px;
	flex: 0 0 54px;
	padding: 10px 0 10px 18px;
	cursor: grab;
	color: #94a3b8;
}
.msdd-block-handle:active {
	cursor: grabbing;
}
.msdd-chevron {
	width: 22px;
	flex: 0 0 22px;
	margin-left: -4px;
	color: #64748b;
	position: relative;
}
.msdd-chevron:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(-45deg);
}
details[open]>summary .msdd-chevron:before {
	transform: translateY(-50%) rotate(45deg);
}
.msdd-block-header .msdd-group-title {
	flex: 0 1 320px;
	width: 320px;
	max-width: 320px;
	margin-left: 10px;
	border-radius: 8px;
	border: 1px solid #8c8f94;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
}
.msdd-block-header .msdd-unwrap {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 12px !important;
	margin-right: 10px;
	height: 30px;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 8px;
}
.msdd-block-header .msdd-group-input {
	width: 130px;
	flex: 1 0 130px;
	text-align: right;
	padding: 10px 18px 10px 0;
	border-radius: 8px;
}
.msdd-group-input input[type="number"] {
	width: 72px;
	text-align: center;
	border-radius: 8px;
}
.msdd-group-items {
	padding: 0;
	min-height: 40px;
}
.msdd-hidden {
	display: none !important;
}
.msdd-root-placeholder,
.msdd-site-placeholder {
	border: 2px dashed #cbd5e1;
	background: #f8fafc;
	height: 54px;
}
.msdd-drag-helper {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 18px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-sizing: border-box;
}
.msdd-drag-helper-handle {
	color: #94a3b8;
	display: flex;
	align-items: center;
}
.msdd-drag-helper-title {
	font-weight: 600;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.msdd-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentColor;
}
.mysites-moverow .msdd-icon {
	width: 18px;
	height: 18px;
}
.msdd-block-handle .msdd-icon {
	width: 16px;
	height: 16px;
}
.msdd-unwrap .msdd-icon {
	width: 14px;
	height: 14px;
}
.msdd-outer details {
	color: transparent;
}
.msdd-outer details summary {
	color: inherit;
}
.msdd-outer details summary * {
	color: inherit;
}