/* Material Design 3 Expressive components (Milestone 4). */
:where(.md-scope, .editor-styles-wrapper) .md-button,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link {
	align-items: center;
	appearance: none;
	border: 1px solid transparent;
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.5rem;
	justify-content: center;
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
	letter-spacing: var(--md-sys-typescale-label-large-tracking, 0.0063rem);
	min-height: 2.5rem;
	padding: 0.625rem 1.5rem;
	text-decoration: none;
	transition: background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), box-shadow var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), transform var(--md-motion-spring-standard-accelerate-duration, 160ms) var(--md-motion-spring-standard-accelerate-easing, ease);
	vertical-align: middle;
}

:where(.md-scope, .editor-styles-wrapper) .md-button__icon {
	display: inline-flex;
	font-size: 1rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-button--filled,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link {
	background: var(--md-sys-color-primary, #6750A4);
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
	color: var(--md-sys-color-on-primary, #FFFFFF);
}

:where(.md-scope, .editor-styles-wrapper) .md-button--filled:hover,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link:hover {
	box-shadow: var(--md-sys-elevation-level2, 0 2px 6px 2px rgba(0, 0, 0, 0.15));
	transform: translateY(-1px);
}

:where(.md-scope, .editor-styles-wrapper) .md-button--outlined {
	background: transparent;
	border-color: var(--md-sys-color-outline, #79747E);
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-button--text {
	background: transparent;
	color: var(--md-sys-color-primary, #6750A4);
	padding-inline: 0.875rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-button--elevated {
	background: var(--md-sys-color-surface-container-low, #F7F2FA);
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-button--tonal {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-button:focus-visible,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link:focus-visible {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-button:active,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link:active {
	transform: translateY(0);
}

:where(.md-scope, .editor-styles-wrapper) .md-button.is-disabled,
:where(.md-scope, .editor-styles-wrapper) .md-button:disabled,
:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link[aria-disabled="true"] {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.38;
	pointer-events: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-card {
	background: var(--md-sys-color-surface-container, #F3EDF7);
	border: 1px solid transparent;
	border-radius: var(--md-sys-shape-corner-large, 16px);
	box-shadow: var(--md-sys-elevation-level0, none);
	color: var(--md-sys-color-on-surface, #1C1B1F);
	display: grid;
	overflow: hidden;
	position: relative;
	transition: box-shadow var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), transform var(--md-motion-spring-standard-accelerate-duration, 160ms) var(--md-motion-spring-standard-accelerate-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-card--filled {
	background: var(--md-sys-color-surface-container-high, #ECE6F0);
}

:where(.md-scope, .editor-styles-wrapper) .md-card--outlined {
	background: var(--md-sys-color-surface, #FFFBFE);
	border-color: var(--md-sys-color-outline-variant, #CAC4D0);
}

:where(.md-scope, .editor-styles-wrapper) .md-card--elevated {
	background: var(--md-sys-color-surface-container-low, #F7F2FA);
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
}

:where(.md-scope, .editor-styles-wrapper) .md-card__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__header,
:where(.md-scope, .editor-styles-wrapper) .md-card__content,
:where(.md-scope, .editor-styles-wrapper) .md-card__actions {
	padding-inline: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__header {
	padding-block: 1rem 0.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__title {
	font-family: var(--md-sys-typescale-title-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-large-size, 1.375rem);
	font-weight: var(--md-sys-typescale-title-large-weight, 400);
	letter-spacing: var(--md-sys-typescale-title-large-tracking, 0rem);
	line-height: var(--md-sys-typescale-title-large-line-height, 1.75rem);
	margin: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__content {
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
	padding-block: 0.25rem 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-card__actions {
	display: flex;
	gap: 0.5rem;
	justify-content: flex-end;
	padding-block: 0 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-card--interactive:hover {
	box-shadow: var(--md-sys-elevation-level2, 0 2px 6px 2px rgba(0, 0, 0, 0.15));
	transform: translateY(-1px);
}

:where(.md-scope, .editor-styles-wrapper) .md-card__state-layer {
	background: var(--md-sys-color-primary, #6750A4);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-card--interactive:hover .md-card__state-layer {
	opacity: 0.08;
}

:where(.md-scope, .editor-styles-wrapper) .md-card--interactive:active .md-card__state-layer {
	opacity: 0.12;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail {
	background: var(--md-sys-color-surface-container, #F3EDF7);
	border-radius: var(--md-sys-shape-corner-large, 16px);
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
	display: inline-flex;
	padding: 0.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__list {
	display: grid;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__item {
	border-radius: var(--md-sys-shape-corner-full, 9999px);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__link {
	align-items: center;
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	color: var(--md-sys-color-on-surface-variant, #49454F);
	display: inline-flex;
	flex-direction: column;
	font-family: var(--md-sys-typescale-label-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-medium-size, 0.75rem);
	font-weight: var(--md-sys-typescale-label-medium-weight, 500);
	gap: 0.25rem;
	line-height: var(--md-sys-typescale-label-medium-line-height, 1rem);
	min-width: 4.5rem;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	transition: background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease), color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__icon {
	align-items: center;
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	width: 3.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__item.is-active .md-navigation-rail__icon {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__item.is-active .md-navigation-rail__label {
	color: var(--md-sys-color-on-surface, #1C1B1F);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__link:hover {
	background: color-mix(in srgb, var(--md-sys-color-primary, #6750A4) 8%, transparent);
}

@media (max-width: 782px) {
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail {
		display: flex;
		width: 100%;
	}

	:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__list {
		grid-auto-flow: column;
		grid-auto-columns: minmax(0, 1fr);
		width: 100%;
	}

	:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__link {
		width: 100%;
	}
}

/* ---------- Checkbox ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-checkbox {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.5rem;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input {
	appearance: none;
	height: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__indicator {
	align-items: center;
	border: 2px solid var(--md-sys-color-on-surface-variant, #49454F);
	border-radius: 2px;
	display: inline-flex;
	flex-shrink: 0;
	height: 1.25rem;
	justify-content: center;
	position: relative;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 1.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__indicator::after {
	border-bottom: 2px solid var(--md-sys-color-on-primary, #FFFFFF);
	border-right: 2px solid var(--md-sys-color-on-primary, #FFFFFF);
	content: "";
	display: block;
	height: 0.625rem;
	opacity: 0;
	transform: rotate(45deg) scale(0);
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 0.375rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:checked + .md-checkbox__indicator {
	background: var(--md-sys-color-primary, #6750A4);
	border-color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:checked + .md-checkbox__indicator::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:indeterminate + .md-checkbox__indicator {
	background: var(--md-sys-color-primary, #6750A4);
	border-color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:indeterminate + .md-checkbox__indicator::after {
	border-bottom: 2px solid var(--md-sys-color-on-primary, #FFFFFF);
	border-right: none;
	height: 0;
	opacity: 1;
	transform: rotate(0deg) scale(1);
	width: 0.625rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox:hover .md-checkbox__indicator {
	box-shadow: 0 0 0 0.625rem color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:checked + .md-checkbox__indicator:hover,
:where(.md-scope, .editor-styles-wrapper) .md-checkbox:hover .md-checkbox__input:checked + .md-checkbox__indicator {
	box-shadow: 0 0 0 0.625rem color-mix(in srgb, var(--md-sys-color-primary, #6750A4) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:focus-visible + .md-checkbox__indicator {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:disabled + .md-checkbox__indicator {
	border-color: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 38%, transparent);
	cursor: not-allowed;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__input:disabled:checked + .md-checkbox__indicator {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 38%, transparent);
	border-color: transparent;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox:has(.md-checkbox__input:disabled) {
	cursor: not-allowed;
	opacity: 0.38;
}

:where(.md-scope, .editor-styles-wrapper) .md-checkbox__label {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

/* ---------- Radio ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-radio {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.5rem;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input {
	appearance: none;
	height: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__indicator {
	border: 2px solid var(--md-sys-color-on-surface-variant, #49454F);
	border-radius: 50%;
	display: inline-flex;
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	transition: border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 1.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__indicator::after {
	background: var(--md-sys-color-primary, #6750A4);
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 0.625rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input:checked + .md-radio__indicator {
	border-color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input:checked + .md-radio__indicator::after {
	transform: translate(-50%, -50%) scale(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio:hover .md-radio__indicator {
	box-shadow: 0 0 0 0.625rem color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio:hover .md-radio__input:checked + .md-radio__indicator {
	box-shadow: 0 0 0 0.625rem color-mix(in srgb, var(--md-sys-color-primary, #6750A4) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input:focus-visible + .md-radio__indicator {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input:disabled + .md-radio__indicator {
	border-color: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 38%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__input:disabled:checked + .md-radio__indicator::after {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 38%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-radio:has(.md-radio__input:disabled) {
	cursor: not-allowed;
	opacity: 0.38;
}

:where(.md-scope, .editor-styles-wrapper) .md-radio__label {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

/* ---------- Switch ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-switch {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.75rem;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input {
	appearance: none;
	height: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__track {
	background: var(--md-sys-color-surface-container-highest, #E6E0E9);
	border: 2px solid var(--md-sys-color-outline, #79747E);
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	display: inline-flex;
	flex-shrink: 0;
	height: 2rem;
	padding: 0.125rem;
	position: relative;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 3.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__handle {
	background: var(--md-sys-color-outline, #79747E);
	border-radius: 50%;
	height: 1rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		height var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		margin-left var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		width var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input:checked ~ .md-switch__track {
	background: var(--md-sys-color-primary, #6750A4);
	border-color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input:checked ~ .md-switch__track .md-switch__handle {
	background: var(--md-sys-color-on-primary, #FFFFFF);
	height: 1.5rem;
	margin-left: 1.25rem;
	width: 1.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch:hover .md-switch__handle {
	height: 1.25rem;
	width: 1.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch:hover .md-switch__input:checked ~ .md-switch__track .md-switch__handle {
	height: 1.75rem;
	margin-left: 1.0625rem;
	width: 1.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch:active .md-switch__handle {
	height: 1.75rem;
	width: 1.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch:active .md-switch__input:checked ~ .md-switch__track .md-switch__handle {
	height: 1.75rem;
	margin-left: 1.0625rem;
	width: 1.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input:focus-visible ~ .md-switch__track {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input:disabled ~ .md-switch__track {
	border-color: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 12%, transparent);
	opacity: 0.38;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__input:disabled:checked ~ .md-switch__track {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 38%, transparent);
	border-color: transparent;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch:has(.md-switch__input:disabled) {
	cursor: not-allowed;
}

:where(.md-scope, .editor-styles-wrapper) .md-switch__label {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

/* ---------- Divider ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-divider {
	background: var(--md-sys-color-outline-variant, #CAC4D0);
	border: none;
	height: 1px;
	margin: 0;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-divider--inset {
	margin-inline: 1rem;
	width: auto;
}

:where(.md-scope, .editor-styles-wrapper) .md-divider--inset-start {
	margin-inline-start: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-divider--inset-end {
	margin-inline-end: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-divider--vertical {
	display: inline-block;
	height: auto;
	min-height: 1rem;
	width: 1px;
}

/* ---------- List ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-list {
	list-style: none;
	margin: 0;
	padding-block: 0.5rem;
	padding-inline: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__item {
	align-items: center;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	display: flex;
	gap: 1rem;
	min-height: 3.5rem;
	padding: 0.5rem 1rem;
	transition: background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-list__item--two-line {
	align-items: flex-start;
	min-height: 4.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__item--three-line {
	align-items: flex-start;
	min-height: 5.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__item:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 4%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-list__leading {
	align-items: center;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.5rem;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__content {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__headline {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	font-weight: var(--md-sys-typescale-body-large-weight, 400);
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

:where(.md-scope, .editor-styles-wrapper) .md-list__supporting {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-list__trailing {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	flex-shrink: 0;
	font-family: var(--md-sys-typescale-label-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-small-size, 0.6875rem);
}

/* ---------- Table ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-table {
	border: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
	border-collapse: collapse;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-table thead {
	background: var(--md-sys-color-surface-container, #F3EDF7);
}

:where(.md-scope, .editor-styles-wrapper) .md-table th {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-title-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-small-size, 0.875rem);
	font-weight: var(--md-sys-typescale-title-small-weight, 500);
	letter-spacing: var(--md-sys-typescale-title-small-tracking, 0.0063rem);
	line-height: var(--md-sys-typescale-title-small-line-height, 1.25rem);
	padding: 0.875rem 1rem;
	text-align: start;
}

:where(.md-scope, .editor-styles-wrapper) .md-table td {
	border-top: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
	padding: 0.875rem 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-table tbody tr {
	transition: background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-table tbody tr:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 4%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-table--dense th,
:where(.md-scope, .editor-styles-wrapper) .md-table--dense td {
	padding: 0.5rem 0.75rem;
}

/* ---------- Notice ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-notice {
	align-items: flex-start;
	background: var(--md-sys-color-surface-container, #F3EDF7);
	border-radius: var(--md-sys-shape-corner-medium, 12px);
	color: var(--md-sys-color-on-surface, #1C1B1F);
	display: flex;
	gap: 0.75rem;
	padding: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-notice__icon {
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-notice__content {
	flex: 1;
	min-width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-notice__title {
	font-family: var(--md-sys-typescale-title-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-small-size, 0.875rem);
	font-weight: var(--md-sys-typescale-title-small-weight, 500);
	line-height: var(--md-sys-typescale-title-small-line-height, 1.25rem);
	margin-bottom: 0.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-notice__body {
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-notice__action {
	flex-shrink: 0;
	margin-inline-start: auto;
}

:where(.md-scope, .editor-styles-wrapper) .md-notice--error {
	background: var(--md-sys-color-error-container, #F9DEDC);
	color: var(--md-sys-color-on-error-container, #410E0B);
}

:where(.md-scope, .editor-styles-wrapper) .md-notice--warning {
	background: var(--md-sys-color-tertiary-container, #FFD8E4);
	color: var(--md-sys-color-on-tertiary-container, #31111D);
}

:where(.md-scope, .editor-styles-wrapper) .md-notice--info {
	background: var(--md-sys-color-primary-container, #EADDFF);
	color: var(--md-sys-color-on-primary-container, #21005D);
}

/* ---------- Dialog ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-dialog {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear var(--md-motion-spring-standard-duration, 180ms);
	visibility: hidden;
	z-index: 1000;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog.is-open {
	opacity: 1;
	pointer-events: auto;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear 0s;
	visibility: visible;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__scrim {
	background: var(--md-sys-color-scrim, #000000);
	inset: 0;
	opacity: 0.32;
	position: fixed;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__surface {
	background: var(--md-sys-color-surface-container-high, #ECE6F0);
	border-radius: var(--md-sys-shape-corner-extra-large, 28px);
	box-shadow: var(--md-sys-elevation-level3, 0 1px 3px 0 rgba(0, 0, 0, 0.30), 0 4px 8px 3px rgba(0, 0, 0, 0.15));
	color: var(--md-sys-color-on-surface, #1C1B1F);
	display: flex;
	flex-direction: column;
	max-height: min(35rem, calc(100% - 3rem));
	max-width: min(35rem, calc(100% - 3rem));
	min-width: 17.5rem;
	overflow: hidden;
	position: relative;
	transform: scale(0.9);
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog.is-open .md-dialog__surface {
	transform: scale(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__icon {
	align-self: center;
	color: var(--md-sys-color-secondary, #625B71);
	font-size: 1.5rem;
	padding: 1.5rem 1.5rem 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__headline {
	font-family: var(--md-sys-typescale-headline-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-headline-small-size, 1.5rem);
	font-weight: var(--md-sys-typescale-headline-small-weight, 400);
	line-height: var(--md-sys-typescale-headline-small-line-height, 2rem);
	margin: 0;
	padding: 1.5rem 1.5rem 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__content {
	flex: 1;
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
	overflow-y: auto;
	padding: 1.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-dialog__actions {
	display: flex;
	gap: 0.5rem;
	justify-content: flex-end;
	padding: 1rem 1.5rem 1.5rem;
}

/* ---------- Menu ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-menu {
	background: var(--md-sys-color-surface-container, #F3EDF7);
	border-radius: var(--md-sys-shape-corner-extra-small, 4px);
	box-shadow: var(--md-sys-elevation-level3, 0 1px 3px 0 rgba(0, 0, 0, 0.30), 0 4px 8px 3px rgba(0, 0, 0, 0.15));
	max-height: 16rem;
	min-width: 7rem;
	opacity: 0;
	overflow-y: auto;
	padding-block: 0.5rem;
	position: absolute;
	transform: scaleY(0.8);
	transform-origin: top;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear var(--md-motion-spring-standard-duration, 180ms);
	visibility: hidden;
	z-index: 200;
}

:where(.md-scope, .editor-styles-wrapper) .md-menu.is-open {
	opacity: 1;
	transform: scaleY(1);
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear 0s;
	visibility: visible;
}

:where(.md-scope, .editor-styles-wrapper) .md-menu__item {
	align-items: center;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	display: flex;
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	gap: 0.75rem;
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	min-height: 3rem;
	padding: 0.5rem 0.75rem;
	transition: background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-menu__item:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-menu__item:focus-visible {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 12%, transparent);
	outline: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-menu__item__icon {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	flex-shrink: 0;
	font-size: 1.5rem;
}

/* ---------- Chip ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-chip {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid var(--md-sys-color-outline, #79747E);
	border-radius: var(--md-sys-shape-corner-small, 8px);
	color: var(--md-sys-color-on-surface-variant, #49454F);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.5rem;
	height: 2rem;
	letter-spacing: var(--md-sys-typescale-label-large-tracking, 0.0063rem);
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
	padding: 0 0.75rem;
	text-decoration: none;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		border-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	vertical-align: middle;
	white-space: nowrap;
}

:where(.md-scope, .editor-styles-wrapper) .md-chip:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface-variant, #49454F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-chip:focus-visible {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-chip.is-selected {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	border-color: transparent;
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-chip--elevated {
	border-color: transparent;
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
}

:where(.md-scope, .editor-styles-wrapper) .md-chip:disabled,
:where(.md-scope, .editor-styles-wrapper) .md-chip.is-disabled {
	cursor: not-allowed;
	opacity: 0.38;
	pointer-events: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-chip__icon {
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.125rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-chip__remove {
	appearance: none;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.125rem;
	line-height: 1;
	margin-inline-end: -0.25rem;
	padding: 0;
}

/* ---------- Navigation Bar ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar {
	align-items: center;
	background: var(--md-sys-color-surface-container, #F3EDF7);
	box-shadow: var(--md-sys-elevation-level2, 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15));
	display: flex;
	height: 5rem;
	justify-content: center;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__list {
	display: flex;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__item {
	flex: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__link {
	align-items: center;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 100%;
	justify-content: center;
	padding: 0.75rem 0;
	text-decoration: none;
	transition:
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__icon {
	align-items: center;
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: 4rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__label {
	font-family: var(--md-sys-typescale-label-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-medium-size, 0.75rem);
	font-weight: var(--md-sys-typescale-label-medium-weight, 500);
	line-height: var(--md-sys-typescale-label-medium-line-height, 1rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__item.is-active .md-navigation-bar__icon {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__item.is-active .md-navigation-bar__label {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-weight: 700;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__link:hover .md-navigation-bar__icon {
	background: color-mix(in srgb, var(--md-sys-color-primary, #6750A4) 8%, transparent);
}

/* ---------- Navigation Drawer ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer {
	background: var(--md-sys-color-surface-container-low, #F7F2FA);
	border-radius: 0 var(--md-sys-shape-corner-large, 16px) var(--md-sys-shape-corner-large, 16px) 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	transition:
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear var(--md-motion-spring-standard-duration, 180ms);
	visibility: hidden;
	width: 22.5rem;
	z-index: 900;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer.is-open {
	transform: translateX(0);
	transition:
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear 0s;
	visibility: visible;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__header {
	padding: 1.75rem 1.75rem 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__title {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-title-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-small-size, 0.875rem);
	font-weight: var(--md-sys-typescale-title-small-weight, 500);
	line-height: var(--md-sys-typescale-title-small-line-height, 1.25rem);
	margin: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__content {
	padding: 0 0.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__item {
	align-items: center;
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	color: var(--md-sys-color-on-surface-variant, #49454F);
	cursor: pointer;
	display: flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.75rem;
	height: 3.5rem;
	letter-spacing: var(--md-sys-typescale-label-large-tracking, 0.0063rem);
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
	padding: 0 1.5rem;
	text-decoration: none;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__item:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__item.is-active {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
	font-weight: 700;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__item__icon {
	flex-shrink: 0;
	font-size: 1.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__scrim {
	background: var(--md-sys-color-scrim, #000000);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	z-index: 899;
}

:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer.is-open ~ .md-navigation-drawer__scrim,
:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__scrim.is-open {
	opacity: 0.32;
	pointer-events: auto;
}

/* ---------- Tabs ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-tabs {
	border-bottom: 1px solid var(--md-sys-color-surface-variant, #E7E0EC);
	display: flex;
	position: relative;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs--secondary {
	border-bottom: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab {
	align-items: center;
	appearance: none;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	cursor: pointer;
	display: flex;
	flex: 1;
	font-family: var(--md-sys-typescale-title-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-small-size, 0.875rem);
	font-weight: var(--md-sys-typescale-title-small-weight, 500);
	height: 3.5rem;
	justify-content: center;
	letter-spacing: var(--md-sys-typescale-title-small-tracking, 0.0063rem);
	line-height: var(--md-sys-typescale-title-small-line-height, 1.25rem);
	min-width: 5.625rem;
	padding: 0 1rem;
	position: relative;
	transition:
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs--secondary .md-tabs__tab {
	height: 3rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab.is-active {
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab.is-active::after {
	background: var(--md-sys-color-primary, #6750A4);
	border-radius: 3px 3px 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab:focus-visible {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: -2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__panel {
	display: none;
	padding: 1rem 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-tabs__panel.is-active {
	display: block;
}

/* ---------- Text Field ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-text-field {
	display: flex;
	flex-direction: column;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__container {
	background: var(--md-sys-color-surface-container-highest, #E6E0E9);
	border-radius: var(--md-sys-shape-corner-extra-small, 4px) var(--md-sys-shape-corner-extra-small, 4px) 0 0;
	display: flex;
	min-height: 3.5rem;
	padding: 0.5rem 1rem 0;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__label {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	left: 0;
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:
		top var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		font-size var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__input {
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	outline: none;
	padding: 1.25rem 0 0.25rem;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--textarea .md-text-field__container {
	padding-top: 0.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__input--textarea {
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	min-height: 6rem;
	padding-top: 1.5rem;
	resize: vertical;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__input:focus + .md-text-field__label,
:where(.md-scope, .editor-styles-wrapper) .md-text-field__input:not(:placeholder-shown) + .md-text-field__label,
:where(.md-scope, .editor-styles-wrapper) .md-text-field__label.is-floating {
	font-size: var(--md-sys-typescale-body-small-size, 0.75rem);
	top: 0.5rem;
	transform: translateY(0);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__input:focus + .md-text-field__label {
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__active-indicator {
	background: var(--md-sys-color-on-surface-variant, #49454F);
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__active-indicator::after {
	background: var(--md-sys-color-primary, #6750A4);
	content: "";
	height: 2px;
	inset: auto 0 0 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field:focus-within .md-text-field__active-indicator::after {
	transform: scaleX(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__supporting {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-small-size, 0.75rem);
	line-height: var(--md-sys-typescale-body-small-line-height, 1rem);
	padding: 0.25rem 1rem 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--error .md-text-field__label {
	color: var(--md-sys-color-error, #B3261E);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--error .md-text-field__active-indicator {
	background: var(--md-sys-color-error, #B3261E);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--error .md-text-field__active-indicator::after {
	background: var(--md-sys-color-error, #B3261E);
	transform: scaleX(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--error .md-text-field__supporting {
	color: var(--md-sys-color-error, #B3261E);
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field--disabled {
	opacity: 0.38;
	pointer-events: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__leading-icon,
:where(.md-scope, .editor-styles-wrapper) .md-text-field__trailing-icon {
	align-items: center;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__leading-icon {
	margin-inline-end: 0.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-text-field__trailing-icon {
	margin-inline-start: 0.75rem;
}

/* ---------- Select ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-select {
	display: flex;
	flex-direction: column;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-select__container {
	background: var(--md-sys-color-surface-container-highest, #E6E0E9);
	border-radius: var(--md-sys-shape-corner-extra-small, 4px) var(--md-sys-shape-corner-extra-small, 4px) 0 0;
	cursor: pointer;
	display: flex;
	min-height: 3.5rem;
	min-width: 13.125rem;
	padding: 0.5rem 1rem 0;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-select__wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-select__label {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	left: 0;
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:
		top var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		font-size var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-select__native {
	appearance: none;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	outline: none;
	padding: 1.25rem 0 0.25rem;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-select__native:focus + .md-select__label,
:where(.md-scope, .editor-styles-wrapper) .md-select__native:not([data-empty]) + .md-select__label,
:where(.md-scope, .editor-styles-wrapper) .md-select__label.is-floating {
	font-size: var(--md-sys-typescale-body-small-size, 0.75rem);
	top: 0.5rem;
	transform: translateY(0);
}

:where(.md-scope, .editor-styles-wrapper) .md-select__native:focus + .md-select__label {
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-select__icon {
	align-items: center;
	color: var(--md-sys-color-on-surface-variant, #49454F);
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.25rem;
	margin-inline-start: 0.75rem;
	pointer-events: none;
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-select__native:focus ~ .md-select__icon {
	transform: rotate(180deg);
}

:where(.md-scope, .editor-styles-wrapper) .md-select__active-indicator {
	background: var(--md-sys-color-on-surface-variant, #49454F);
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-select__active-indicator::after {
	background: var(--md-sys-color-primary, #6750A4);
	content: "";
	height: 2px;
	inset: auto 0 0 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-select:focus-within .md-select__active-indicator::after {
	transform: scaleX(1);
}

:where(.md-scope, .editor-styles-wrapper) .md-select--disabled {
	opacity: 0.38;
	pointer-events: none;
}

/* ---------- Form ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-form {
	display: grid;
	gap: 1rem;
	max-width: 40rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-form__fields {
	display: grid;
	gap: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-form__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

/* ---------- Search ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-search {
	align-items: center;
	background: var(--md-sys-color-surface-container-highest, #E6E0E9);
	border-radius: var(--md-sys-shape-corner-extra-large, 28px);
	display: flex;
	gap: 0.75rem;
	height: 3.5rem;
	padding: 0 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-search__icon {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-search__input {
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	flex: 1;
	font-family: var(--md-sys-typescale-body-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-large-size, 1rem);
	line-height: var(--md-sys-typescale-body-large-line-height, 1.5rem);
	min-width: 0;
	outline: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-search__input::placeholder {
	color: var(--md-sys-color-on-surface-variant, #49454F);
}

:where(.md-scope, .editor-styles-wrapper) .md-search__clear {
	appearance: none;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	flex-shrink: 0;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.25rem;
}

/* ---------- Loading Indicator ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator {
	display: inline-flex;
	height: 3rem;
	width: 3rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator--small {
	height: 1.5rem;
	width: 1.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator--large {
	height: 4rem;
	width: 4rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator__spinner {
	animation: md-spin 1.333s linear infinite;
	height: 100%;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator__circle {
	cx: 50%;
	cy: 50%;
	fill: none;
	r: 45%;
	stroke: var(--md-sys-color-primary, #6750A4);
	stroke-linecap: round;
	stroke-width: 10%;
	animation: md-stroke 1.333s ease-in-out infinite;
}

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

@keyframes md-stroke {
	0% {
		stroke-dasharray: 1, 283;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 142, 283;
		stroke-dashoffset: -50;
	}
	100% {
		stroke-dasharray: 1, 283;
		stroke-dashoffset: -283;
	}
}

/* ---------- Window Classes ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-window-compact-only {
	display: none;
}

@media (max-width: 599px) {
	:where(.md-scope, .editor-styles-wrapper) .md-window-compact-only {
		display: block;
	}

	:where(.md-scope, .editor-styles-wrapper) .md-window-medium-up {
		display: none;
	}
}

/* ---------- Layout Utilities ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-layout-columns {
	display: grid;
	gap: 1.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-layout-columns--supporting {
	grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
}

:where(.md-scope, .editor-styles-wrapper) .md-width-full {
	max-width: none;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-width-wide {
	margin-inline: auto;
	max-width: 72rem;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-width-body {
	margin-inline: auto;
	max-width: 48rem;
	width: 100%;
}

@media (max-width: 839px) {
	:where(.md-scope, .editor-styles-wrapper) .md-layout-columns--supporting {
		grid-template-columns: 1fr;
	}
}

/* ---------- Top App Bar ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar {
	align-items: center;
	backdrop-filter: blur(8px);
	background: color-mix(in srgb, var(--md-sys-color-surface, #FFFBFE) 92%, transparent);
	border-bottom: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
	display: flex;
	gap: 0.75rem;
	min-height: 4rem;
	padding: 0.5rem 1rem;
	position: sticky;
	top: 0;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		box-shadow var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		min-height var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		padding var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	z-index: 120;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--large {
	align-items: flex-end;
	min-height: 9.5rem;
	padding-block-end: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar__leading,
:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar__trailing {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	gap: 0.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar__headline {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	flex: 1;
	font-family: var(--md-sys-typescale-title-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-large-size, 1.375rem);
	font-weight: var(--md-sys-typescale-title-large-weight, 400);
	line-height: var(--md-sys-typescale-title-large-line-height, 1.75rem);
	margin: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--large .md-top-app-bar__headline {
	font-family: var(--md-sys-typescale-headline-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-headline-large-size, 2rem);
	font-weight: var(--md-sys-typescale-headline-large-weight, 400);
	line-height: var(--md-sys-typescale-headline-large-line-height, 2.5rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar.is-condensed,
:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--large.is-condensed {
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
	min-height: 4rem;
	padding-block-end: 0.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--large.is-condensed .md-top-app-bar__headline {
	font-family: var(--md-sys-typescale-title-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-large-size, 1.375rem);
	font-weight: var(--md-sys-typescale-title-large-weight, 400);
	line-height: var(--md-sys-typescale-title-large-line-height, 1.75rem);
}

/* ---------- Banner ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-banner {
	align-items: flex-start;
	background: var(--md-sys-color-primary-container, #EADDFF);
	border-radius: var(--md-sys-shape-corner-medium, 12px);
	color: var(--md-sys-color-on-primary-container, #21005D);
	column-gap: 0.75rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	padding: 0.75rem 1rem;
	row-gap: 0.5rem;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-banner--sticky {
	position: sticky;
	top: 0.75rem;
	z-index: 115;
}

:where(.md-scope, .editor-styles-wrapper) .md-banner.is-dismissed {
	display: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-banner__icon {
	align-items: center;
	display: inline-flex;
	font-size: 1.25rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-banner__content {
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-banner__actions {
	align-items: center;
	display: inline-flex;
	gap: 0.25rem;
}

/* ---------- Extended FAB ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-fab {
	align-items: center;
	appearance: none;
	background: var(--md-sys-color-primary-container, #EADDFF);
	border: none;
	border-radius: 1rem;
	box-shadow: var(--md-sys-elevation-level3, 0 1px 3px 0 rgba(0, 0, 0, 0.30), 0 4px 8px 3px rgba(0, 0, 0, 0.15));
	color: var(--md-sys-color-on-primary-container, #21005D);
	cursor: pointer;
	display: inline-flex;
	gap: 0.75rem;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0 1rem;
	position: fixed;
	right: 1.5rem;
	text-decoration: none;
	bottom: 1.5rem;
	transition:
		box-shadow var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		padding var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-accelerate-duration, 160ms) var(--md-motion-spring-standard-accelerate-easing, ease),
		width var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	z-index: 130;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab:hover {
	box-shadow: var(--md-sys-elevation-level4, 0 2px 3px 0 rgba(0, 0, 0, 0.30), 0 6px 10px 4px rgba(0, 0, 0, 0.15));
	transform: translateY(-1px);
}

:where(.md-scope, .editor-styles-wrapper) .md-fab:focus-visible {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: 2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab__icon {
	display: inline-flex;
	font-size: 1.5rem;
	line-height: 1;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab__label {
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
	max-width: 12rem;
	overflow: hidden;
	transition:
		max-width var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	white-space: nowrap;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab--extended {
	padding-inline: 1rem 1.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab--surface {
	background: var(--md-sys-color-surface-container-high, #ECE6F0);
	color: var(--md-sys-color-primary, #6750A4);
}

:where(.md-scope, .editor-styles-wrapper) .md-fab--static {
	bottom: auto;
	position: static;
	right: auto;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab.is-shrunk {
	padding-inline: 0;
	width: 3.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-fab.is-shrunk .md-fab__label {
	max-width: 0;
	opacity: 0;
}

/* ---------- Segmented Buttons ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons {
	background: var(--md-sys-color-surface, #FFFBFE);
	border: 1px solid var(--md-sys-color-outline, #79747E);
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	display: inline-flex;
	overflow: hidden;
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__segment {
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__segment + .md-segmented-buttons__segment {
	border-inline-start: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__button {
	align-items: center;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.5rem;
	min-height: 2.5rem;
	padding: 0 1rem;
	transition:
		background-color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		color var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__button:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__input:checked + .md-segmented-buttons__button {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__input:focus-visible + .md-segmented-buttons__button {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: -2px;
}

/* ---------- Search View ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-search-shell {
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-view {
	background: var(--md-sys-color-surface-container-high, #ECE6F0);
	border-radius: var(--md-sys-shape-corner-extra-large, 28px);
	box-shadow: var(--md-sys-elevation-level3, 0 1px 3px 0 rgba(0, 0, 0, 0.30), 0 4px 8px 3px rgba(0, 0, 0, 0.15));
	inset: auto 0;
	margin-top: 0.75rem;
	max-height: min(24rem, 80vh);
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	position: absolute;
	transform: translateY(-0.5rem);
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear var(--md-motion-spring-standard-duration, 180ms);
	visibility: hidden;
	z-index: 110;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-view.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear 0s;
	visibility: visible;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-view__header {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	padding: 0.75rem 1rem 0.5rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-view__title {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-title-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-medium-size, 1rem);
	font-weight: var(--md-sys-typescale-title-medium-weight, 500);
	line-height: var(--md-sys-typescale-title-medium-line-height, 1.5rem);
	margin: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-view__body {
	padding: 0 0.5rem 0.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-scrim {
	background: var(--md-sys-color-scrim, #000000);
	border: none;
	inset: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	z-index: 109;
}

:where(.md-scope, .editor-styles-wrapper) .md-search-scrim.is-open {
	opacity: 0.24;
	pointer-events: auto;
}

@media (max-width: 599px) {
	:where(.md-scope, .editor-styles-wrapper) .md-search-view {
		border-radius: 0;
		inset: 0;
		margin-top: 0;
		max-height: none;
		position: fixed;
		transform: translateY(1rem);
	}

	:where(.md-scope, .editor-styles-wrapper) .md-search-view__header {
		background: var(--md-sys-color-surface-container, #F3EDF7);
		border-bottom: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
		padding: 0.75rem 1rem;
		position: sticky;
		top: 0;
		z-index: 1;
	}
}

/* ---------- Side Sheet ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear var(--md-motion-spring-standard-duration, 180ms);
	visibility: hidden;
	z-index: 1200;
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
	transition:
		opacity var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease),
		visibility 0s linear 0s;
	visibility: visible;
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__scrim {
	background: var(--md-sys-color-scrim, #000000);
	border: none;
	inset: 0;
	opacity: 0.32;
	padding: 0;
	position: absolute;
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__surface {
	background: var(--md-sys-color-surface-container-low, #F7F2FA);
	box-shadow: var(--md-sys-elevation-level3, 0 1px 3px 0 rgba(0, 0, 0, 0.30), 0 4px 8px 3px rgba(0, 0, 0, 0.15));
	color: var(--md-sys-color-on-surface, #1C1B1F);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-inline-start: auto;
	max-width: min(30rem, 100%);
	padding: 1rem;
	position: relative;
	transform: translateX(100%);
	transition: transform var(--md-motion-spring-standard-duration, 180ms) var(--md-motion-spring-standard-easing, ease);
	width: min(30rem, 100%);
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet--left .md-side-sheet__surface {
	margin-inline-end: auto;
	margin-inline-start: 0;
	transform: translateX(-100%);
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet.is-open .md-side-sheet__surface {
	transform: translateX(0);
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__headline {
	font-family: var(--md-sys-typescale-headline-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-headline-small-size, 1.5rem);
	font-weight: var(--md-sys-typescale-headline-small-weight, 400);
	line-height: var(--md-sys-typescale-headline-small-line-height, 2rem);
	margin: 0;
	padding: 0.5rem 0 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__content {
	flex: 1;
	overflow: auto;
	padding: 0.25rem 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-top: auto;
	padding-top: 1rem;
}

/* ---------- Best Practices Sales Primitives ---------- */

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--small {
	min-height: 4rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar--minimal {
	backdrop-filter: none;
	background: var(--md-sys-color-surface, #FFFBFE);
	border-bottom: none;
	box-shadow: none;
}

:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar__brand {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-title-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-title-medium-size, 1rem);
	font-weight: var(--md-sys-typescale-title-medium-weight, 500);
	line-height: var(--md-sys-typescale-title-medium-line-height, 1.5rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-carousel {
	display: grid;
	gap: 1rem;
	grid-auto-columns: minmax(16rem, 22rem);
	grid-auto-flow: column;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 0.25rem 0.25rem 0.75rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

:where(.md-scope, .editor-styles-wrapper) .md-carousel__item {
	min-width: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

:where(.md-scope, .editor-styles-wrapper) .md-carousel__item .md-card {
	height: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-carousel__item .md-card__content {
	transition:
		transform var(--md-motion-spring-emphasized-duration, 187ms) var(--md-motion-spring-emphasized-easing, ease),
		box-shadow var(--md-motion-spring-standard-duration, 206ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-carousel__item:focus-within .md-card__content,
:where(.md-scope, .editor-styles-wrapper) .md-carousel__item:hover .md-card__content {
	transform: translateY(-1px);
}

:where(.md-scope, .editor-styles-wrapper) .md-testimonial {
	display: grid;
	gap: 0.75rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-testimonial__author {
	align-items: center;
	display: inline-flex;
	gap: 0.625rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-testimonial__avatar {
	align-items: center;
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	border-radius: 50%;
	color: var(--md-sys-color-on-secondary-container, #1D192B);
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-testimonial__name {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-testimonial__role {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	display: block;
	font-family: var(--md-sys-typescale-label-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-small-size, 0.6875rem);
	line-height: var(--md-sys-typescale-label-small-line-height, 1rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group {
	align-items: stretch;
	background: var(--md-sys-color-surface, #FFFBFE);
	border: 1px solid var(--md-sys-color-outline, #79747E);
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	display: inline-flex;
	overflow: hidden;
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__item {
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__item + .md-connected-button-group__item {
	border-inline-start: 1px solid var(--md-sys-color-outline-variant, #CAC4D0);
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__button {
	align-items: center;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.5rem;
	min-height: 2.5rem;
	padding: 0 1rem;
	transition:
		background-color var(--md-motion-spring-standard-duration, 206ms) var(--md-motion-spring-standard-easing, ease),
		color var(--md-motion-spring-standard-duration, 206ms) var(--md-motion-spring-standard-easing, ease),
		transform var(--md-motion-spring-standard-accelerate-duration, 206ms) var(--md-motion-spring-standard-accelerate-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__button:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 8%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__input:checked + .md-connected-button-group__button {
	background: var(--md-sys-color-secondary-container, #E8DEF8);
	color: var(--md-sys-color-on-secondary-container, #1D192B);
}

:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__input:focus-visible + .md-connected-button-group__button {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: -2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-pricing-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

:where(.md-scope, .editor-styles-wrapper) .md-pricing-tier {
	position: relative;
}

:where(.md-scope, .editor-styles-wrapper) .md-pricing-tier--featured {
	background: var(--md-sys-color-primary-container, #EADDFF);
	border-color: transparent;
}

:where(.md-scope, .editor-styles-wrapper) .md-pricing-tier__price {
	color: var(--md-sys-color-on-surface, #1C1B1F);
	font-family: var(--md-sys-typescale-headline-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-headline-small-size, 1.5rem);
	font-weight: var(--md-sys-typescale-headline-small-weight, 400);
	line-height: var(--md-sys-typescale-headline-small-line-height, 2rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-pricing-tier__meta {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
}

:where(.md-scope, .editor-styles-wrapper) .md-badge {
	align-items: center;
	background: var(--md-sys-color-primary, #6750A4);
	border-radius: var(--md-sys-shape-corner-full, 9999px);
	color: var(--md-sys-color-on-primary, #FFFFFF);
	display: inline-flex;
	font-family: var(--md-sys-typescale-label-small-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-small-size, 0.6875rem);
	font-weight: 600;
	letter-spacing: var(--md-sys-typescale-label-small-tracking, 0.0063rem);
	line-height: var(--md-sys-typescale-label-small-line-height, 1rem);
	padding: 0.1875rem 0.625rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-list {
	display: grid;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item {
	background: var(--md-sys-color-surface-container-low, #F7F2FA);
	border-radius: var(--md-sys-shape-corner-medium, 12px);
	overflow: clip;
	transition:
		border-radius var(--md-motion-spring-standard-duration, 206ms) var(--md-motion-spring-standard-easing, ease),
		box-shadow var(--md-motion-spring-standard-duration, 206ms) var(--md-motion-spring-standard-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__trigger {
	align-items: center;
	background: transparent;
	border: none;
	color: var(--md-sys-color-on-surface, #1C1B1F);
	cursor: pointer;
	display: flex;
	font-family: var(--md-sys-typescale-label-large-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
	font-weight: var(--md-sys-typescale-label-large-weight, 500);
	gap: 0.5rem;
	justify-content: space-between;
	line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
	padding: 1rem;
	text-align: left;
	width: 100%;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__trigger:hover {
	background: color-mix(in srgb, var(--md-sys-color-on-surface, #1C1B1F) 6%, transparent);
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__trigger:focus-visible {
	outline: 2px solid var(--md-sys-color-primary, #6750A4);
	outline-offset: -2px;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__icon {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	flex-shrink: 0;
	font-size: 1.25rem;
	line-height: 1;
	transition: transform var(--md-motion-spring-emphasized-duration, 187ms) var(--md-motion-spring-emphasized-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows var(--md-motion-spring-emphasized-duration, 187ms) var(--md-motion-spring-emphasized-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item__content-inner {
	color: var(--md-sys-color-on-surface-variant, #49454F);
	font-family: var(--md-sys-typescale-body-medium-font, Roboto, Arial, sans-serif);
	font-size: var(--md-sys-typescale-body-medium-size, 0.875rem);
	line-height: var(--md-sys-typescale-body-medium-line-height, 1.25rem);
	min-height: 0;
	overflow: hidden;
	padding: 0 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item.is-open {
	border-radius: var(--md-sys-shape-corner-large, 16px);
	box-shadow: var(--md-sys-elevation-level1, 0 1px 2px 0 rgba(0, 0, 0, 0.30));
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item.is-open .md-faq-item__content {
	grid-template-rows: 1fr;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item.is-open .md-faq-item__content-inner {
	padding-bottom: 1rem;
}

:where(.md-scope, .editor-styles-wrapper) .md-faq-item.is-open .md-faq-item__icon {
	transform: rotate(180deg);
}

:where(.md-scope, .editor-styles-wrapper) .md-fab--sticky-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.75rem) scale(0.97);
	transition:
		opacity var(--md-motion-spring-standard-accelerate-duration, 206ms) var(--md-motion-spring-standard-accelerate-easing, ease),
		transform var(--md-motion-spring-standard-accelerate-duration, 206ms) var(--md-motion-spring-standard-accelerate-easing, ease);
}

:where(.md-scope, .editor-styles-wrapper) .md-fab--sticky-hidden.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	:where(.md-scope, .editor-styles-wrapper) .md-button,
	:where(.md-scope, .editor-styles-wrapper) .wp-block-button.is-style-md3e-material .wp-block-button__link,
	:where(.md-scope, .editor-styles-wrapper) .md-card,
	:where(.md-scope, .editor-styles-wrapper) .md-card__state-layer,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-rail__link,
	:where(.md-scope, .editor-styles-wrapper) .md-checkbox__indicator,
	:where(.md-scope, .editor-styles-wrapper) .md-checkbox__indicator::after,
	:where(.md-scope, .editor-styles-wrapper) .md-radio__indicator,
	:where(.md-scope, .editor-styles-wrapper) .md-radio__indicator::after,
	:where(.md-scope, .editor-styles-wrapper) .md-switch__track,
	:where(.md-scope, .editor-styles-wrapper) .md-switch__handle,
	:where(.md-scope, .editor-styles-wrapper) .md-list__item,
	:where(.md-scope, .editor-styles-wrapper) .md-table tbody tr,
	:where(.md-scope, .editor-styles-wrapper) .md-dialog,
	:where(.md-scope, .editor-styles-wrapper) .md-dialog__surface,
	:where(.md-scope, .editor-styles-wrapper) .md-menu,
	:where(.md-scope, .editor-styles-wrapper) .md-menu__item,
	:where(.md-scope, .editor-styles-wrapper) .md-chip,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__link,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-bar__icon,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__scrim,
	:where(.md-scope, .editor-styles-wrapper) .md-navigation-drawer__item,
	:where(.md-scope, .editor-styles-wrapper) .md-tabs__tab,
	:where(.md-scope, .editor-styles-wrapper) .md-text-field__label,
	:where(.md-scope, .editor-styles-wrapper) .md-text-field__active-indicator::after,
	:where(.md-scope, .editor-styles-wrapper) .md-select__label,
	:where(.md-scope, .editor-styles-wrapper) .md-select__icon,
	:where(.md-scope, .editor-styles-wrapper) .md-select__active-indicator::after,
	:where(.md-scope, .editor-styles-wrapper) .md-top-app-bar,
	:where(.md-scope, .editor-styles-wrapper) .md-banner,
	:where(.md-scope, .editor-styles-wrapper) .md-fab,
	:where(.md-scope, .editor-styles-wrapper) .md-fab__label,
	:where(.md-scope, .editor-styles-wrapper) .md-segmented-buttons__button,
	:where(.md-scope, .editor-styles-wrapper) .md-search-view,
	:where(.md-scope, .editor-styles-wrapper) .md-search-scrim,
	:where(.md-scope, .editor-styles-wrapper) .md-side-sheet,
	:where(.md-scope, .editor-styles-wrapper) .md-side-sheet__surface,
	:where(.md-scope, .editor-styles-wrapper) .md-carousel__item .md-card__content,
	:where(.md-scope, .editor-styles-wrapper) .md-connected-button-group__button,
	:where(.md-scope, .editor-styles-wrapper) .md-faq-item,
	:where(.md-scope, .editor-styles-wrapper) .md-faq-item__icon,
	:where(.md-scope, .editor-styles-wrapper) .md-faq-item__content,
	:where(.md-scope, .editor-styles-wrapper) .md-fab--sticky-hidden {
		transition-duration: 1ms !important;
	}

	:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator__spinner,
	:where(.md-scope, .editor-styles-wrapper) .md-loading-indicator__circle {
		animation-duration: 1ms !important;
	}
}
