.athss-wrap,
.athss-modal {
	--athss-ink: #1d2327;
	--athss-muted: #646970;
	--athss-subtle: #787c82;
	--athss-line: #c3c4c7;
	--athss-panel: #ffffff;
	--athss-panel-strong: #f6f7f7;
	--athss-soft: #f6f7f7;
	--athss-page-bg: transparent;
	--athss-stage-bg: #f0f0f1;
	--athss-accent: #2271b1;
	--athss-accent-2: #135e96;
	--athss-success: #00a32a;
	--athss-warning: #dba617;
	--athss-danger: #d63638;
	--athss-success-text: #008a20;
	--athss-warning-text: #8a6d00;
	--athss-danger-text: #b32d2e;
	--athss-contrast-fg: #ffffff;
	--athss-radius: 4px;
	--athss-radius-lg: 4px;
	--athss-gap: 8px;
	--athss-shadow: none;
	--athss-shadow-lg: none;
	--athss-btn-bg: #2271b1;
	--athss-btn-fg: #ffffff;
	--athss-btn-shadow: none;
	--athss-focus: #2271b155;
	--athss-focus-strong: #2271b1;
	--athss-gradient: #ffffff;
	--athss-hero-fg: #1d2327;
	--athss-hero-muted: #646970;
}

.athss-public-shell,
.athss-modal {
	--athss-ink: var(--text-high, var(--sttm-fg, #111827));
	--athss-muted: var(--text-mid, var(--sttm-fg-mid, #657181));
	--athss-subtle: var(--text-low, var(--sttm-fg-mid, #7b8794));
	--athss-line: var(--border, var(--sttm-border, #dbe3ea));
	--athss-panel: var(--surface-1, var(--sttm-bg, #ffffff));
	--athss-panel-strong: var(--surface-2, var(--sttm-bg-2, #f8fbff));
	--athss-soft: var(--surface-3, var(--sttm-bg-2, #f4f7f8));
	--athss-page-bg: var(--shortcode-bg, var(--page-bg, var(--surface-0, #f4f7f8)));
	--athss-stage-bg: var(--surface-0, var(--page-bg, #26313a));
	--athss-accent: var(--ctl-c1, var(--bricks-color-primary, #17b890));
	--athss-accent-2: var(--ctl-c2, var(--bricks-color-secondary, #22577a));
	--athss-success: var(--ctl-c1, var(--bricks-text-success, #17b890));
	--athss-warning: var(--ctl-c3, var(--bricks-text-warning, #c8952d));
	--athss-danger: var(--ctl-c4, var(--bricks-text-danger, #f26a4f));
	--athss-success-text: color-mix(in oklch, var(--athss-success) 58%, var(--athss-ink));
	--athss-warning-text: color-mix(in oklch, var(--athss-warning) 62%, var(--athss-ink));
	--athss-danger-text: color-mix(in oklch, var(--athss-danger) 70%, var(--athss-ink));
	--athss-contrast-fg: var(--btn-fg, var(--sttm-fg, #ffffff));
	--athss-radius: var(--radius, var(--sttm-radius, 8px));
	--athss-radius-lg: var(--radius-lg, var(--athss-radius));
	--athss-gap: var(--gap, var(--sttm-gap, 8px));
	--athss-shadow: var(--drop-sm, var(--sttm-shadow, 0 18px 44px rgba(17, 24, 39, 0.08)));
	--athss-shadow-lg: var(--drop-md, var(--sttm-shadow, 0 24px 70px rgba(17, 24, 39, 0.18)));
	--athss-btn-bg: var(--btn-bg, linear-gradient(135deg, var(--athss-accent), var(--athss-accent-2)));
	--athss-btn-fg: var(--btn-fg, #ffffff);
	--athss-btn-shadow: var(--btn-shadow, var(--athss-shadow));
	--athss-focus: var(--focus-ring, var(--sttm-ring, color-mix(in oklch, var(--athss-accent-2) 35%, transparent)));
	--athss-focus-strong: var(--focus-ring-strong, var(--sttm-ring-strong, color-mix(in oklch, var(--athss-accent-2) 58%, transparent)));
	--athss-gradient: var(--ctl-gradient, var(--btn-bg, linear-gradient(120deg, var(--athss-stage-bg) 0%, var(--athss-accent-2) 46%, var(--athss-accent) 100%)));
	--athss-hero-fg: var(--text-high, var(--sttm-fg, #ffffff));
	--athss-hero-muted: var(--text-mid, var(--sttm-fg-mid, rgba(255,255,255,0.78)));
}

.athss-wrap,
.athss-public-shell {
	color: var(--athss-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.athss-public-shell {
	background: var(--athss-page-bg);
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

.athss-public-shell [hidden],
.athss-signer-app [hidden] {
	display: none !important;
}

.athss-signer-app,
.athss-signing-panel {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}

.athss-admin-head,
.athss-envelope-head {
	align-items: center;
	background: var(--athss-gradient);
	border: 1px solid color-mix(in oklch, var(--athss-line) 70%, transparent);
	border-radius: var(--athss-radius);
	box-shadow: var(--athss-shadow-lg);
	color: var(--athss-hero-fg);
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	overflow: hidden;
	padding: 22px;
	position: relative;
}

.athss-admin-head:after,
.athss-envelope-head:after {
	background: repeating-linear-gradient(135deg, color-mix(in oklch, var(--athss-hero-fg) 14%, transparent) 0 1px, transparent 1px 14px);
	content: "";
	inset: 0;
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
}

.athss-wrap .athss-admin-head:after,
.athss-wrap .athss-envelope-head:after {
	display: none;
}

.athss-admin-head > *,
.athss-envelope-head > * {
	position: relative;
	z-index: 1;
}

.athss-admin-head h1,
.athss-envelope-head h2,
.athss-front-create h2,
.athss-doc-list h2 {
	letter-spacing: 0;
	color: #FFFFFF;
	margin: 0;
}

.athss-admin-head p,
.athss-meta {
	color: #242424;
	margin: 6px 0 0;
}

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

.athss-public-shell .athss-signing-panel .athss-envelope-head {
	backdrop-filter: blur(14px);
	margin-top: 0;
	position: sticky;
	top: 8px;
	z-index: 35;
}

.admin-bar .athss-public-shell .athss-signing-panel .athss-envelope-head {
	top: 54px;
}

@media (min-width: 783px) {
	.admin-bar .athss-public-shell .athss-signing-panel .athss-envelope-head {
		top: 40px;
	}
}

.athss-create-form,
.athss-table-shell,
.athss-front-create,
.athss-doc-list,
.athss-access-panel {
	background: var(--athss-panel);
	border: 1px solid var(--athss-line);
	border-radius: var(--athss-radius);
	box-shadow: var(--athss-shadow);
	margin: 18px 0;
	padding: 22px;
}

.athss-form-grid {
	display: grid;
	gap: calc(var(--athss-gap) * 2);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athss-form-grid label,
.athss-tools label {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 7px;
}

.athss-form-grid span,
.athss-tools span {
	color: var(--athss-muted);
	font-size: 12px;
	text-transform: uppercase;
}

.athss-form-grid input,
.athss-form-grid textarea,
.athss-tools select,
.athss-access-panel input {
	border: 1px solid var(--athss-line);
	border-radius: calc(var(--athss-radius) - 1px);
	box-shadow: none;
	color: var(--athss-ink);
	background: var(--athss-panel);
	font-size: 15px;
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.athss-wide {
	grid-column: 1 / -1;
}

.athss-primary,
.athss-secondary,
.athss-access-panel button,
.athss-modal-actions [data-save] {
	background: var(--athss-btn-bg);
	border: 0;
	border-radius: calc(var(--athss-radius) - 1px);
	box-shadow: var(--athss-btn-shadow);
	color: var(--athss-btn-fg);
	cursor: pointer;
	font-weight: 800;
	min-height: 40px;
	padding: 0 16px;
}

.athss-secondary {
	background: var(--athss-panel-strong);
	border: 1px solid var(--athss-line);
	box-shadow: none;
	color: var(--athss-ink);
}

.athss-public-shell .athss-actions form {
	display: inline-flex;
	margin: 0;
}

.athss-public-shell .button,
.athss-public-shell button.button,
.athss-public-shell .athss-tool-button {
	align-items: center;
	appearance: none;
	background: var(--athss-panel-strong);
	border: 1px solid var(--athss-line);
	border-radius: calc(var(--athss-radius) - 1px);
	box-shadow: none;
	box-sizing: border-box;
	color: var(--athss-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.athss-public-shell .button:hover,
.athss-public-shell button.button:hover,
.athss-public-shell .athss-tool-button:hover {
	border-color: color-mix(in oklch, var(--athss-accent) 42%, var(--athss-line));
	box-shadow: var(--athss-shadow);
	transform: translateY(-1px);
}

.athss-public-shell .button.button-primary,
.athss-public-shell button.button.button-primary,
.athss-public-shell .athss-tool-button.button-primary {
	background: var(--athss-btn-bg);
	border-color: transparent;
	box-shadow: var(--athss-btn-shadow);
	color: var(--athss-btn-fg);
}

.athss-danger {
	border-color: var(--athss-danger) !important;
	color: var(--athss-danger-text) !important;
}

.athss-pill {
	background: color-mix(in oklch, var(--athss-muted) 14%, var(--athss-panel));
	border-radius: 999px;
	color: var(--athss-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	padding: 4px 9px;
}

.athss-pill-sent,
.athss-pill-partially_signed {
	background: color-mix(in oklch, var(--athss-warning) 18%, var(--athss-panel));
	color: var(--athss-warning-text);
}

.athss-pill-completed {
	background: color-mix(in oklch, var(--athss-success) 18%, var(--athss-panel));
	color: var(--athss-success-text);
}

.athss-designer {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 290px minmax(0, 1fr);
}

.athss-tools {
	background: var(--athss-panel);
	border: 1px solid var(--athss-line);
	border-radius: var(--athss-radius);
	box-shadow: var(--athss-shadow);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
	position: sticky;
	top: 46px;
}

.athss-tool-button {
	justify-content: center;
	min-height: 38px;
	text-align: center;
}

.athss-save-state,
.athss-inline-state {
	color: var(--athss-muted);
	font-weight: 700;
	min-height: 20px;
}

.athss-field-list {
	border-top: 1px solid var(--athss-line);
	display: grid;
	gap: 8px;
	margin-top: 6px;
	padding-top: 12px;
}

.athss-field-list-row,
.athss-doc-row {
	align-items: center;
	background: var(--athss-soft);
	border: 1px solid color-mix(in oklch, var(--athss-line) 78%, transparent);
	border-radius: calc(var(--athss-radius) - 1px);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 10px;
}

.athss-field-list-delete {
	align-items: center;
	background: color-mix(in oklch, var(--athss-danger) 12%, var(--athss-panel));
	border: 1px solid color-mix(in oklch, var(--athss-danger) 38%, var(--athss-line));
	border-radius: 999px;
	color: var(--athss-danger-text);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 28px;
}

.athss-field-list-delete:hover {
	background: var(--athss-danger);
	color: var(--athss-contrast-fg);
}

.athss-field-list-row span,
.athss-doc-row span {
	color: var(--athss-muted);
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.athss-stage {
	background: var(--athss-stage-bg);
	border-radius: var(--athss-radius);
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--athss-line) 18%, transparent), var(--athss-shadow-lg);
	min-height: 680px;
	overflow: auto;
	padding: 24px;
}

.athss-pdf-pages {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.athss-page {
	background: #fff;
	box-shadow: var(--athss-shadow-lg);
	max-width: 100%;
	overflow: hidden;
	position: relative;
	transition: outline-color 160ms ease, transform 160ms ease;
}

.athss-page canvas {
	display: block;
	height: 100%;
	width: 100%;
}

.athss-field-box,
.athss-sign-target {
	align-items: center;
	animation: athss-pop 180ms ease-out;
	background: color-mix(in oklch, var(--athss-success) 16%, transparent);
	border: 2px solid var(--athss-success);
	border-radius: calc(var(--athss-radius) - 1px);
	box-sizing: border-box;
	color: var(--athss-success-text);
	display: flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	text-align: center;
	touch-action: none;
}

.athss-field-box {
	cursor: move;
	color: #242424;
	font-size: 10px;
}

.athss-page.is-drop-target {
	outline: 3px solid var(--athss-focus-strong);
	outline-offset: 6px;
}

.athss-field-box.is-dragging,
.athss-field-draft {
	box-shadow: 0 10px 24px color-mix(in oklch, var(--athss-stage-bg) 38%, transparent);
	opacity: 0.94;
	z-index: 20;
}

.athss-field-draft {
	pointer-events: none;
}

.athss-field-box button {
	align-items: center;
	background: var(--athss-danger);
	border: 0;
	border-radius: 999px;
	color: var(--athss-contrast-fg);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
}

.athss-field-box i {
	background: var(--athss-success);
	border-radius: 4px 0 4px 0;
	bottom: 0;
	cursor: nwse-resize;
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}

.athss-sign-target {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-color: var(--athss-warning);
	color: #242424;
	cursor: pointer;
}

.athss-sign-target[data-field-type="full_name"],
.athss-sign-target[data-field-type="date"],
.athss-sign-target[data-field-type="title"] {
	color: var(--athss-ink);
	padding: 4px;
}

.athss-sign-target.is-complete {
	border-color: var(--athss-success);
	color: #242424;
}

.athss-sign-target.is-missing {
	animation: athss-missing 900ms ease-in-out 2;
	border-color: var(--athss-danger);
	box-shadow: 0 0 0 3px color-mix(in oklch, var(--athss-danger) 26%, transparent);
}

.athss-access-panel {
	align-items: end;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.athss-access-panel form {
	display: flex;
	gap: 8px;
}

.athss-sign-stage {
	margin-top: 14px;
}

.athss-doc-grid {
	display: grid;
	gap: 10px;
}

.athss-mini-button {
	background: var(--athss-btn-bg);
	border-radius: calc(var(--athss-radius) - 1px);
	box-shadow: var(--athss-btn-shadow);
	color: var(--athss-btn-fg);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 12px;
	text-decoration: none;
}

.athss-alert,
.athss-loading,
.athss-empty {
	background: color-mix(in oklch, var(--athss-warning) 16%, var(--athss-panel));
	border: 1px solid color-mix(in oklch, var(--athss-warning) 42%, var(--athss-line));
	border-radius: var(--athss-radius);
	color: var(--athss-warning-text);
	padding: 14px;
}

.athss-modal {
	align-items: center;
	background: color-mix(in oklch, var(--athss-stage-bg) 72%, transparent);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.athss-modal [hidden] {
	display: none !important;
}

.athss-modal-panel {
	background: var(--athss-panel);
	border-radius: var(--athss-radius);
	box-shadow: var(--athss-shadow-lg);
	max-width: 760px;
	padding: 16px;
	width: min(760px, 100%);
}

.athss-signature-modal {
	max-width: 520px;
	padding: 12px;
	width: min(520px, 100%);
}

.athss-signature-tabs {
	background: var(--athss-panel-strong);
	border: 1px solid var(--athss-line);
	border-radius: calc(var(--athss-radius) - 1px);
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 8px;
	padding: 4px;
}

.athss-signature-tabs button {
	background: transparent;
	border: 0;
	padding: 10px;
	border-radius: calc(var(--athss-radius) - 2px);
	color: var(--athss-muted);
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	min-height: 34px;
}

.athss-signature-tabs button.is-active {
	background: var(--athss-btn-bg);
	color: var(--athss-btn-fg);
	padding: 10px;
	box-shadow: var(--athss-btn-shadow);
}

.athss-modal canvas {
	background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, var(--athss-success), var(--athss-warning)) border-box;
	border: 2px solid transparent;
	border-radius: calc(var(--athss-radius) - 1px);
	height: 220px;
	width: 100%;
}

.athss-signature-modal canvas {
	height: 132px;
}

.athss-type-pane {
	display: grid;
	gap: 8px;
}

.athss-text-modal label {
	display: grid;
	gap: 8px;
}

.athss-type-pane label,
.athss-text-modal label {
	display: grid;
	gap: 6px;
}

.athss-type-pane span,
.athss-text-modal span {
	color: var(--athss-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.athss-type-pane input,
.athss-type-pane select,
.athss-text-modal input {
	background: var(--athss-panel-strong);
	border: 1px solid var(--athss-line);
	border-radius: calc(var(--athss-radius) - 1px);
	box-sizing: border-box;
	color: var(--athss-ink);
	font-size: 16px;
	min-height: 32px;
	padding: 10px 12px;
	width: 100%;
}

.athss-type-preview {
	align-items: center;
	background: #ffffff;
	border: 1px dashed color-mix(in oklch, var(--athss-accent) 46%, var(--athss-line));
	border-radius: calc(var(--athss-radius) - 1px);
	color: #101820;
	display: flex;
	font-size: 42px;
	justify-content: center;
	line-height: 1;
	min-height: 84px;
	overflow: hidden;
	padding: 6px 12px;
	text-align: center;
	white-space: nowrap;
}

.athss-modal-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 10px;
}

.athss-modal-actions button {
	border: 1px solid var(--athss-line);
	border-radius: calc(var(--athss-radius) - 1px);
	background: var(--athss-panel-strong);
	color: var(--athss-ink);
	cursor: pointer;
	font-weight: 800;
	min-height: 38px;
	padding: 0 14px;
}

.athss-toast {
	background: color-mix(in oklch, var(--athss-panel) 94%, transparent);
	border: 1px solid var(--athss-line);
	border-left: 5px solid var(--athss-accent);
	border-radius: var(--athss-radius);
	box-shadow: var(--athss-shadow-lg);
	box-sizing: border-box;
	color: var(--athss-ink);
	display: grid;
	gap: 4px 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: min(420px, calc(100vw - 24px));
	opacity: 0;
	padding: 14px 14px 12px;
	pointer-events: auto;
	position: fixed;
	right: 18px;
	top: 18px;
	transform: translateY(-12px) scale(0.98);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 100001;
}

.admin-bar .athss-toast {
	top: 64px;
}

@media (min-width: 783px) {
	.admin-bar .athss-toast {
		top: 50px;
	}
}

.athss-toast.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.athss-toast.is-leaving {
	opacity: 0;
	transform: translateY(-8px) scale(0.98);
}

.athss-toast-success {
	border-left-color: var(--athss-success);
}

.athss-toast-error {
	border-left-color: var(--athss-danger);
}

.athss-toast strong {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}

.athss-toast span {
	color: var(--athss-muted);
	font-size: 13px;
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.35;
}

.athss-toast button {
	background: transparent;
	border: 0;
	color: var(--athss-muted);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	grid-column: 2;
	grid-row: 1;
	padding: 0;
	text-transform: uppercase;
}

.athss-form-grid input:focus-visible,
.athss-form-grid textarea:focus-visible,
.athss-tools select:focus-visible,
.athss-access-panel input:focus-visible,
.athss-primary:focus-visible,
.athss-secondary:focus-visible,
.athss-access-panel button:focus-visible,
.athss-mini-button:focus-visible,
.athss-public-shell .button:focus-visible,
.athss-field-list-delete:focus-visible,
.athss-modal-actions button:focus-visible,
.athss-signature-tabs button:focus-visible,
.athss-type-pane input:focus-visible,
.athss-type-pane select:focus-visible,
.athss-toast button:focus-visible,
.athss-text-modal input:focus-visible,
.athss-sign-target:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px var(--athss-focus), 0 0 0 5px var(--athss-focus-strong);
}

.athss-cpt-editor {
	color: #1d2327;
}

.athss-cpt-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athss-cpt-editor section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	margin: 0 0 16px;
	padding: 16px;
}

.athss-cpt-editor h3 {
	margin: 0 0 10px;
}

.athss-cpt-list,
.athss-cpt-timeline {
	margin: 0;
}

.athss-cpt-list li,
.athss-cpt-timeline li {
	border-bottom: 1px solid #dcdcde;
	margin: 0;
	padding: 10px 0;
}

.athss-cpt-list span,
.athss-cpt-timeline span {
	color: #646970;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

@keyframes athss-pop {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes athss-missing {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.04);
	}
}

@media (max-width: 920px) {
	.athss-designer,
	.athss-access-panel,
	.athss-form-grid {
		grid-template-columns: 1fr;
	}

	.athss-tools {
		position: static;
	}

	.athss-admin-head,
	.athss-envelope-head,
	.athss-doc-row {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.athss-stage {
		min-height: 520px;
		padding: 12px;
	}
}

@media (max-width: 720px) {
	.athss-public-shell {
		margin-inline: 0;
		padding: 0 8px;
	}

	.athss-access-panel,
	.athss-front-create,
	.athss-doc-list {
		border-radius: var(--athss-radius);
		margin: 12px 0;
		padding: 16px;
	}

	.athss-access-panel form,
	.athss-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.athss-public-shell .athss-actions form {
		width: 100%;
	}

	.athss-primary,
	.athss-secondary,
	.athss-access-panel button,
	.athss-mini-button,
	.athss-public-shell .athss-actions .button,
	.athss-public-shell .athss-tool-button {
		justify-content: center;
		min-height: 46px;
		width: 100%;
	}

	.athss-envelope-head {
		padding: 16px;
	}

	.athss-envelope-head h2,
	.athss-front-create h2,
	.athss-doc-list h2 {
		font-size: 20px;
		line-height: 1.25;
	}

	.athss-sign-stage {
		max-height: none;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: visible;
		padding: 8px;
	}

	.athss-pdf-pages {
		align-items: center;
		transform-origin: top left;
	}

	.athss-page {
		width: 100% !important;
	}

	.athss-field-box,
	.athss-field-box span,
	.athss-field-box button {
		font-size: 5pt;
		font-weight: 700;
	}

	.athss-sign-target {
		font-size: 10px;
		line-height: 1.1;
		min-height: 24px;
	}

	.athss-modal {
		padding: 12px;
	}

	.athss-modal-panel {
		padding: 12px;
	}

	.athss-signature-modal {
		padding: 10px;
	}

	.athss-signature-modal canvas {
		height: 116px;
	}

	.athss-type-preview {
		font-size: 34px;
		min-height: 70px;
	}

	.athss-modal-actions {
		flex-direction: column;
	}

	.athss-signature-modal .athss-modal-actions {
		display: grid;
		flex-direction: row;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.athss-toast {
		left: 12px;
		right: 12px;
		top: 12px;
	}

	.admin-bar .athss-toast {
		top: 58px;
	}

	.athss-cpt-grid {
		grid-template-columns: 1fr;
	}
}
