.sa-app-shell {
	--sa-control-height: 58px;
}

.sa-app-shell {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 1rem 0 2rem;
	color: #1f2937;
	box-sizing: border-box;
}

.sa-page-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	max-width: 960px;
	margin: 3rem auto 1.35rem;
	padding-top: 0.2rem;
}

.sa-page-title {
	margin: 0;
	padding: 0;
	font-size: clamp(2rem, 4vw, 2.85rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #0f172a;
	text-wrap: balance;
	text-align: center;
}

.ugp-section:has(.sa-app-shell),
.sa-host-section {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ugp-section:has(.sa-app-shell) > .ugp-section-inner,
.sa-host-section-inner {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.ugp-card:has(.sa-app-shell),
.sa-host-card {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.ugp-card:has(.sa-app-shell) > .ugp-card-text,
.sa-host-card-text {
	margin: 0 !important;
	padding: 0 !important;
}

.ugp-card:has(.sa-app-shell) > .ugp-card-title,
.sa-host-card-title {
	display: none;
}

.ugp-card:has(.sa-app-shell) .sa-app-shell,
.sa-host-card .sa-app-shell {
	max-width: min(100%, 960px);
	padding-top: 0;
}

.ugp-card:has(.sa-app-shell) > .ugp-card-text > p:empty {
	display: none;
}

.sa-alert,
.sa-intro-card,
.sa-section,
.sa-success-card {
	background: #fff;
	border: 1px solid #dbe4f0;
	border-radius: 18px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.sa-alert {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1rem 1.1rem;
	margin-bottom: 1.2rem;
}

.sa-alert-error {
	border-color: #f3c0c0;
	background: #fff7f7;
}

.sa-alert-warning {
	border-color: #f2d6a2;
	background: #fffaf0;
	margin: 1rem 0 0;
}

.sa-intro-card,
.sa-section,
.sa-success-card {
	padding: 1.4rem;
	margin-bottom: 1.2rem;
}

.sa-form-toolbar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.4rem;
	margin-bottom: 1.2rem;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	border: 1px solid #dbe4f0;
	border-radius: 18px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.sa-form-toolbar-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.sa-form-toolbar-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.sa-form-toolbar-copy h3 {
	margin: 0.7rem 0 0;
	color: #0f172a;
}

.sa-toolbar-kicker {
	display: inline-flex;
}

.sa-toolbar-kicker .sa-badge-copy {
	align-items: flex-start;
	text-align: left;
}

.sa-application-switch {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.sa-toolbar-note {
	margin: 0;
	color: #4b5563;
}

.sa-application-option {
	display: block;
	cursor: pointer;
}

.sa-application-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.sa-application-option-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.6rem;
	padding: 1rem 1.15rem;
	border: 1px solid #dbe4f0;
	border-radius: 16px;
	background: #f8fbff;
	text-align: center;
	color: #12304b;
	font-weight: 700;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sa-application-option input:checked + .sa-application-option-card {
	background: linear-gradient(135deg, #12304b 0%, #1d4f91 100%);
	border-color: #12304b;
	box-shadow: 0 18px 36px rgba(29, 79, 145, 0.22);
	transform: translateY(-1px);
}

.sa-application-option input:checked + .sa-application-option-card,
.sa-application-option input:checked + .sa-application-option-card .sa-copy-mm,
.sa-application-option input:checked + .sa-application-option-card .sa-copy-en {
	color: #fff;
}

.sa-application-option input:focus-visible + .sa-application-option-card {
	outline: 3px solid rgba(37, 99, 235, 0.18);
	outline-offset: 2px;
}

.sa-intro-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.55rem;
}

.sa-intro-kicker,
.sa-success-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0f4c81;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.sa-intro-card h2,
.sa-success-card h2,
.sa-section-heading h3 {
	margin: 0.7rem 0 0.45rem;
	color: #0f172a;
}

.sa-intro-card p,
.sa-section-heading p,
.sa-success-card p {
	margin: 0;
	line-height: 1.65;
	color: #475569;
}

.sa-intro-meta,
.sa-success-meta {
	margin-top: 0.8rem;
	font-size: 0.95rem;
}

.sa-success-actions + .sa-success-meta {
	margin-top: 1.45rem;
}

.sa-section-heading {
	margin-bottom: 1.15rem;
}

.sa-section-heading-with-toggle {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.sa-section-heading-main {
	flex: 1 1 auto;
	min-width: 0;
}

.sa-section-language-toggle {
	flex: 0 0 auto;
}

.sa-grid,
.sa-grid.sa-grid-tight {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sa-span-full {
	grid-column: 1 / -1;
}

.sa-field {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.sa-photo-field {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	text-align: center;
}

.sa-field label {
	font-weight: 700;
	color: #12304b;
}

.sa-photo-title {
	font-weight: 700;
	color: #12304b;
}

.sa-field > label:not(.sa-check),
.sa-photo-title {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.35rem;
}

.sa-copy {
	display: inline-flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
}

.sa-copy-line {
	display: block;
}

.sa-copy-mm {
	display: none;
	font-size: 0.94em;
	line-height: 1.55;
	color: #41566f;
}

.sa-app-shell.sa-language-bilingual .sa-copy-mm {
	display: block;
}

.sa-language-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-left: auto;
	cursor: pointer;
	user-select: none;
}

.sa-language-toggle-copy {
	min-width: 0;
}

.sa-language-toggle-copy .sa-copy {
	align-items: flex-start;
}

.sa-language-flag {
	display: inline-flex;
	width: 2rem;
	height: 1.375rem;
	border-radius: 0.4rem;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
	flex: 0 0 auto;
}

.sa-language-flag svg {
	display: block;
	width: 100%;
	height: 100%;
}

.sa-language-switch {
	display: inline-flex;
	align-items: center;
}

.sa-language-toggle-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
}

.sa-language-switch-track {
	position: relative;
	display: inline-flex;
	width: 3rem;
	height: 1.75rem;
	border-radius: 999px;
	background: #cbd5e1;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
	transition: background 0.2s ease;
}

.sa-language-switch-thumb {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
	transition: transform 0.2s ease;
}

.sa-language-toggle-input:checked + .sa-language-switch-track {
	background: #1d4f91;
}

.sa-language-toggle-input:checked + .sa-language-switch-track .sa-language-switch-thumb {
	transform: translateX(1.25rem);
}

.sa-label-copy .sa-copy-en,
.sa-label-copy .sa-copy-mm,
.sa-photo-copy .sa-copy-en,
.sa-photo-copy .sa-copy-mm {
	color: inherit;
}

.sa-choice-copy,
.sa-check-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.sa-check-copy {
	display: flex;
	align-items: flex-start;
	line-height: 1.55;
}

.sa-choice-copy .sa-copy-mm,
.sa-check-copy .sa-copy-mm,
.sa-hint-copy .sa-copy-mm,
.sa-body-copy .sa-copy-mm,
.sa-meta-copy .sa-copy-mm,
.sa-alert-copy .sa-copy-mm {
	font-weight: 500;
}

.sa-button-copy,
.sa-badge-copy {
	align-items: center;
	text-align: center;
}

.sa-button-copy .sa-copy-mm,
.sa-badge-copy .sa-copy-mm {
	color: inherit;
	opacity: 0.95;
}

.sa-heading-copy .sa-copy-mm {
	color: #173654;
	font-size: 0.82em;
	font-weight: 700;
}

.sa-photo-copy,
.sa-photo-hint-copy {
	align-items: center;
	text-align: center;
}

.sa-required-marker {
	color: #dc2626;
	flex: 0 0 auto;
}

.sa-field input[type="text"],
.sa-field input[type="email"],
.sa-field input[type="tel"],
.sa-field input[type="date"],
.sa-field select,
.sa-field textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	padding: 0.85rem 0.95rem;
	font-size: 1rem;
	color: #0f172a;
	background: #fff;
	min-height: var(--sa-control-height);
	height: var(--sa-control-height);
	box-sizing: border-box;
}

.sa-field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #1d4f91 50%),
		linear-gradient(135deg, #1d4f91 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(50% - 3px),
		calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 2.7rem;
}

.sa-field textarea {
	resize: vertical;
}

.sa-field input:focus,
.sa-field select:focus,
.sa-field textarea:focus,
.sa-submit:focus {
	outline: 3px solid rgba(37, 99, 235, 0.18);
	outline-offset: 1px;
	border-color: #2563eb;
}

.sa-choice-grid,
.sa-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 0.8rem;
	grid-auto-rows: 1fr;
}

.sa-choice-grid[data-role="category"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-choice {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.95rem 1rem;
	border: 1px solid #dbe4f0;
	border-radius: 14px;
	background: #f8fbff;
	cursor: pointer;
	min-height: var(--sa-control-height);
	height: 100%;
	box-sizing: border-box;
}

.sa-choice input {
	margin-top: 0;
}

.sa-upload {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.7rem 0.95rem;
	border: 1px dashed #93c5fd;
	border-radius: 14px;
	background: #eff6ff;
	min-height: var(--sa-control-height);
	box-sizing: border-box;
}

.sa-file-input {
	font-size: 0.95rem;
	width: 100%;
}

.sa-file-name,
.sa-hint,
.sa-error {
	font-size: 0.92rem;
}

.sa-photo-picker {
	width: min(100%, 220px);
}

.sa-photo-input {
	position: absolute;
	left: -9999px;
}

.sa-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px dashed #93c5fd;
	border-radius: 24px;
	background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	cursor: pointer;
	overflow: hidden;
}

.sa-photo-empty {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem;
	color: #0f4c81;
}

.sa-photo-empty strong {
	font-size: 1rem;
}

.sa-photo-empty strong .sa-copy-mm {
	color: inherit;
}

.sa-photo-empty > span .sa-copy-mm {
	color: inherit;
	opacity: 0.92;
}

.sa-photo-preview {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sa-photo-placeholder.has-photo .sa-photo-preview {
	display: block;
}

.sa-photo-placeholder.has-photo .sa-photo-empty {
	display: none;
}

.sa-photo-name {
	min-height: 1.2rem;
}

.sa-hint {
	color: #64748b;
}

.sa-error {
	color: #b91c1c;
	font-weight: 600;
}

.sa-check {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	margin-top: 0.9rem;
}

.sa-check input {
	flex: 0 0 auto;
	margin-top: 0.08rem;
}

.sa-consent {
	margin-top: 1.25rem;
	padding-top: 1.1rem;
	border-top: 1px solid #dbe4f0;
}

.sa-panel {
	display: none;
	padding: 1rem 1.1rem;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #fefefe 100%);
	border: 1px solid #dbe4f0;
}

.sa-panel.is-visible {
	display: block;
}

.sa-actions,
.sa-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.1rem;
}

.sa-actions {
	justify-content: center;
}

.sa-form-support {
	max-width: 42rem;
	margin: 1.45rem auto 0;
	text-align: center;
	line-height: 1.65;
	color: #475569;
}

.sa-form-support .sa-copy {
	align-items: center;
}

.sa-dashboard-entry {
	max-width: min(100%, 960px);
	margin: 0 auto 1.05rem;
	display: flex;
	justify-content: flex-end;
}

.sa-page-header .sa-dashboard-entry {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	flex: 0 0 auto;
	max-width: none;
	margin: 0;
}

.sa-dashboard-launch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1rem;
	border-radius: 999px;
	background: #f8fbff;
	color: #12304b;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #dbe4f0;
	box-shadow: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.sa-dashboard-launch:hover,
.sa-dashboard-launch:focus {
	background: #eef4fb;
	border-color: #bfdbfe;
	color: #0f4c81;
}

.sa-dashboard-shell {
	padding-top: 0;
}

.sa-dashboard-hero,
.sa-dashboard-record {
	padding: 1.45rem;
}

.sa-dashboard-hero-top,
.sa-dashboard-detail-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.sa-dashboard-hero-copy,
.sa-dashboard-detail-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.sa-dashboard-detail-copy .sa-success-badge {
	margin-bottom: 0.95rem;
}

.sa-dashboard-detail-copy h2 {
	margin: 0 0 1rem;
}

.sa-dashboard-detail-copy p {
	margin: 0;
}

.sa-dashboard-hero-actions,
.sa-dashboard-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: flex-end;
}

.sa-dashboard-detail-actions {
	flex-direction: column;
	align-items: flex-end;
}

.sa-dashboard-hero-actions .sa-button,
.sa-dashboard-detail-actions .sa-button {
	gap: 0.45rem;
}

.sa-dashboard-detail-actions .sa-button {
	flex: 0 0 auto;
	width: auto;
	white-space: nowrap;
}

.sa-dashboard-stats,
.sa-dashboard-summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.2rem;
}

.sa-dashboard-stat,
.sa-dashboard-summary-card {
	padding: 1rem 1.05rem;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	border: 1px solid #dbe4f0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.sa-dashboard-stat span,
.sa-dashboard-summary-card span {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #64748b;
}

.sa-dashboard-stat strong,
.sa-dashboard-summary-card strong {
	display: block;
	margin-top: 0.32rem;
	font-size: 1.05rem;
	line-height: 1.35;
	color: #0f172a;
}

.sa-dashboard-table-wrap {
	overflow-x: auto;
	border: 1px solid #dbe4f0;
	border-radius: 18px;
	background: #fff;
}

.sa-dashboard-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.sa-dashboard-table th,
.sa-dashboard-table td {
	padding: 0.95rem 1rem;
	border-bottom: 1px solid #e2e8f0;
	text-align: left;
	vertical-align: top;
}

.sa-dashboard-table thead th {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
	background: #f8fbff;
}

.sa-dashboard-table tbody tr:last-child td {
	border-bottom: 0;
}

.sa-dashboard-table tbody tr.is-active {
	background: #f8fbff;
}

.sa-dashboard-table td span {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.92rem;
	color: #64748b;
}

.sa-dashboard-row-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	background: #eef4fb;
	color: #12304b;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sa-dashboard-row-link:hover,
.sa-dashboard-row-link:focus {
	background: #dbeafe;
}

.sa-dashboard-record {
	padding: 1.45rem;
}

.sa-dashboard-record-section {
	margin-top: 1.45rem;
	padding-top: 1.35rem;
	border-top: 1px solid #e2e8f0;
}

.sa-dashboard-photo-section {
	display: flex;
	justify-content: center;
	padding-top: 1.65rem;
}

.sa-dashboard-photo-frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem;
	border: 1px solid #dbe4f0;
	border-radius: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.sa-dashboard-photo-image {
	display: block;
	width: auto;
	max-width: min(100%, 280px);
	max-height: 340px;
	height: auto;
	border-radius: 16px;
	object-fit: contain;
}

.sa-dashboard-record-section-heading {
	margin-bottom: 1rem;
}

.sa-dashboard-record-section-heading h3 {
	margin: 0;
	color: #0f172a;
}

.sa-dashboard-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

.sa-dashboard-detail-row {
	padding: 0.95rem 1rem;
	border: 1px solid #dbe4f0;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sa-dashboard-detail-label {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}

.sa-dashboard-detail-value {
	margin-top: 0.42rem;
	line-height: 1.6;
	color: #0f172a;
	font-weight: 600;
	word-break: break-word;
}

.sa-dashboard-file-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sa-dashboard-file-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.05rem;
	border: 1px solid #dbe4f0;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sa-dashboard-file-copy {
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
	min-width: 0;
}

.sa-dashboard-file-copy strong {
	color: #12304b;
}

.sa-dashboard-file-copy span {
	line-height: 1.55;
	color: #475569;
	word-break: break-word;
}

.sa-dashboard-file-meta {
	color: #64748b;
}

.sa-dashboard-notes {
	margin: 0;
	padding-left: 1.15rem;
	line-height: 1.65;
	color: #475569;
}

.sa-dashboard-empty {
	padding: 1.3rem 1.1rem;
	border: 1px dashed #cbd5e1;
	border-radius: 16px;
	background: #f8fbff;
	text-align: center;
}

.sa-dashboard-empty h3 {
	margin: 0 0 0.35rem;
	color: #0f172a;
}

.sa-dashboard-empty p {
	margin: 0;
	color: #64748b;
}

.sa-dashboard-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1rem;
}

.sa-dashboard-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.65rem 0.85rem;
	border-radius: 999px;
	border: 1px solid #dbe4f0;
	background: #fff;
	color: #12304b;
	font-weight: 700;
	text-decoration: none;
}

.sa-dashboard-pagination .current {
	background: #12304b;
	border-color: #12304b;
	color: #fff;
}

.sa-submit,
.sa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 0.95rem 1.35rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.sa-submit,
.sa-button-primary {
	background: linear-gradient(135deg, #12304b 0%, #1d4f91 100%);
	color: #fff;
}

.sa-button-secondary {
	background: #eef4fb;
	color: #12304b;
}

.is-invalid,
.sa-upload.is-invalid {
	border-color: #dc2626 !important;
	background: #fff7f7;
}

.sa-honeypot {
	position: absolute;
	left: -9999px;
}

@media (max-width: 768px) {
	.sa-grid,
	.sa-grid.sa-grid-tight {
		grid-template-columns: 1fr;
	}

	.sa-choice-grid[data-role="category"] {
		grid-template-columns: 1fr;
	}

	.sa-intro-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.sa-form-toolbar-main,
	.sa-section-heading-with-toggle {
		flex-direction: column;
		align-items: flex-start;
	}

	.sa-page-header {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-top: 0;
	}

	.sa-page-header .sa-dashboard-entry {
		position: static;
		top: auto;
		right: auto;
		transform: none;
	}

	.sa-application-switch {
		grid-template-columns: 1fr;
	}

	.sa-language-toggle {
		margin-left: 0;
	}

	.sa-dashboard-entry {
		justify-content: flex-end;
	}

	.sa-dashboard-launch {
		width: auto;
	}

	.sa-dashboard-hero-top,
	.sa-dashboard-detail-heading {
		flex-direction: column;
	}

	.sa-dashboard-hero-actions,
	.sa-dashboard-detail-actions {
		justify-content: flex-start;
	}

	.sa-dashboard-stats,
	.sa-dashboard-summary-grid,
	.sa-dashboard-detail-grid,
	.sa-dashboard-file-list {
		grid-template-columns: 1fr;
	}
}
