.wpgo-smm-wrap {
	--wpgo-smm-cream: #f7f2e8;
	--wpgo-smm-green: #29493a;
	--wpgo-smm-ink: #20231f;
	--wpgo-smm-line: #d9d5cc;
	--wpgo-smm-muted: #656861;
	--wpgo-smm-orange: #c83f07;
	max-width: 1280px;
}

.wpgo-smm-product-header {
	align-items: center;
	display: flex;
	gap: 18px;
	margin: 20px 0 22px;
}

.wpgo-smm-product-header > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.wpgo-smm-product-header h1 {
	color: var(--wpgo-smm-green);
	font-size: 29px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.wpgo-smm-product-header img {
	background: var(--wpgo-smm-cream);
	border: 1px solid #d6d1c7;
	border-radius: 14px;
	box-sizing: border-box;
	height: 56px;
	width: 56px;
}

.wpgo-smm-admin-notice-region {
	margin: -8px 0 20px;
}

.wpgo-smm-admin-notice-region[hidden] {
	display: none;
}

.wpgo-smm-admin-notice-region .notice,
.wpgo-smm-admin-notice-region .fs-notice {
	box-sizing: border-box;
	margin: 0 0 12px;
}

.wpgo-smm-product-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 2px 0 0;
}

.wpgo-smm-edition-badge {
	background: var(--wpgo-smm-orange);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 3px 10px;
	text-transform: uppercase;
}

.wpgo-smm-edition-badge--free {
	background: var(--wpgo-smm-green);
}

.wpgo-smm-home-grid,
.wpgo-smm-workflow-grid,
.wpgo-smm-feature-grid {
	display: grid;
	gap: 20px;
}

.wpgo-smm-home-grid {
	grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
}

.wpgo-smm-workflow-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpgo-smm-feature-grid {
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.wpgo-smm-card,
.wpgo-smm-support-callout {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 22px;
}

.wpgo-smm-card h2,
.wpgo-smm-card h3,
.wpgo-smm-support-callout h2 {
	margin-top: 0;
}

.wpgo-smm-start-card {
	border-left: 4px solid #c83f07;
}

.wpgo-smm-link-list {
	margin-bottom: 0;
}

.wpgo-smm-home-section {
	margin-top: 28px;
}

.wpgo-smm-workflow-grid img,
.wpgo-smm-result-preview {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0 0 18px;
	max-width: 100%;
	width: 100%;
}

.wpgo-smm-workflow-grid img {
	padding: 12px;
}

.wpgo-smm-result-preview {
	display: grid;
	gap: 10px;
	min-height: 148px;
	padding: 34px 20px;
	place-content: center;
	text-align: center;
}

.wpgo-smm-result-preview span {
	color: #646970;
	text-decoration: line-through;
}

.wpgo-smm-result-preview strong {
	color: #34513d;
	font-size: 18px;
}

.wpgo-smm-pro-preview {
	align-items: center;
	background: var(--wpgo-smm-cream);
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 6px;
	color: var(--wpgo-smm-green);
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 0 0 18px;
	min-height: 146px;
}

.wpgo-smm-pro-preview .dashicons {
	font-size: 28px;
	height: 28px;
	width: 28px;
}

.wpgo-smm-step {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 16px;
	border: 1px solid #ceded2;
	border-radius: 50%;
	background: #edf4ee;
	color: var(--wpgo-smm-green);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.wpgo-smm-feature-edition {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 12px;
	border-radius: 20px;
	background: #edf4ee;
	color: var(--wpgo-smm-green);
	font-size: 12px;
	font-weight: 600;
}

.wpgo-smm-feature-edition--pro {
	background: #fff0e5;
	color: #903309;
}

.wpgo-smm-release-card + .wpgo-smm-release-card {
	margin-top: 20px;
}

.wpgo-smm-release-label {
	color: #b83b05;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wpgo-smm-support-callout {
	background: #f4eee3;
	border-color: #d6d1c7;
	margin-top: 28px;
}

.wpgo-smm-upgrade-callout {
	border-left: 4px solid var(--wpgo-smm-orange);
}

.wpgo-smm-pro-journey {
	background: linear-gradient(135deg, #234335 0%, #315b49 100%);
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	margin-top: 28px;
	overflow: hidden;
	padding: 30px;
}

.wpgo-smm-pro-journey h2 {
	color: #fff;
	font-size: 27px;
	line-height: 1.2;
	margin: 5px 0 12px;
}

.wpgo-smm-pro-journey__copy > p:not(.wpgo-smm-eyebrow) {
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.wpgo-smm-pro-journey .wpgo-smm-eyebrow {
	color: #ffb685;
}

.wpgo-smm-pro-benefits {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 20px 0 24px;
}

.wpgo-smm-pro-benefits li {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	line-height: 1.45;
	margin: 0;
}

.wpgo-smm-pro-benefits .dashicons {
	color: #8fd5ae;
	flex: 0 0 auto;
}

.wpgo-smm-pro-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.wpgo-smm-pro-actions .button-primary {
	background: #fff;
	border-color: #fff;
	color: var(--wpgo-smm-green);
	font-weight: 600;
}

.wpgo-smm-pro-actions .button-primary:hover,
.wpgo-smm-pro-actions .button-primary:focus {
	background: var(--wpgo-smm-cream);
	border-color: var(--wpgo-smm-cream);
	color: var(--wpgo-smm-green);
}

.wpgo-smm-pro-actions span {
	color: #dfece5;
	font-size: 13px;
}

.wpgo-smm-pro-journey__preview {
	align-self: center;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 14px 35px rgba(16, 31, 24, 0.3);
	margin: 0;
	padding: 12px;
	position: relative;
}

.wpgo-smm-pro-journey__preview img {
	border: 1px solid var(--wpgo-smm-line);
	box-sizing: border-box;
	display: block;
	height: auto;
	width: 100%;
}

.wpgo-smm-pro-journey__preview figcaption {
	color: var(--wpgo-smm-muted);
	font-size: 12px;
	line-height: 1.45;
	padding: 10px 2px 1px;
}

.wpgo-smm-pro-label {
	background: var(--wpgo-smm-orange);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 4px 9px;
	position: absolute;
	right: 20px;
	top: 20px;
	text-transform: uppercase;
}

.wpgo-smm-companions {
	background: #fff;
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 6px;
	box-sizing: border-box;
	margin: 28px 0 42px;
	padding: 24px;
}

.wpgo-smm-companions-heading {
	margin-bottom: 16px;
}

.wpgo-smm-companions-heading h2 {
	font-size: 21px;
	line-height: 1.25;
	margin: 3px 0 7px;
}

.wpgo-smm-companions-heading > p:last-child,
.wpgo-smm-companion-copy p {
	color: var(--wpgo-smm-muted);
	line-height: 1.5;
	margin: 0;
}

.wpgo-smm-eyebrow {
	color: var(--wpgo-smm-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.wpgo-smm-companion-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpgo-smm-companion-card {
	align-items: center;
	background: #f8f9fa;
	border: 1px solid #e1e4e7;
	border-radius: 6px;
	display: grid;
	gap: 16px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 18px;
}

.wpgo-smm-companion-card h3 {
	font-size: 15px;
	line-height: 1.35;
	margin: 0 0 4px;
}

.wpgo-smm-companion-card .button {
	white-space: nowrap;
}

.wpgo-smm-companion-icon {
	background: #fff1e4;
	border-radius: 50%;
	color: #b83b05;
	display: grid;
	font-size: 22px;
	height: 42px;
	place-items: center;
	width: 42px;
}

.wpgo-smm-release-card {
	max-width: 760px;
}

.wpgo-smm-card a:focus,
.wpgo-smm-support-callout a:focus,
.wpgo-smm-product-header a:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2271b1;
	outline: 2px solid transparent;
}

.wpgo-smm-panel {
	background: #fff;
	border: 1px solid var(--wpgo-smm-line);
	border-top: 0;
	box-sizing: border-box;
	padding: 20px 24px 24px;
}

.wpgo-smm-wrap .nav-tab-wrapper {
	border-bottom-color: var(--wpgo-smm-line);
}

.wpgo-smm-wrap .nav-tab {
	background: transparent;
	border: 0;
	color: var(--wpgo-smm-muted);
	margin: 0 28px -1px 0;
	padding: 12px 2px 14px;
}

.wpgo-smm-wrap .nav-tab:hover,
.wpgo-smm-wrap .nav-tab:focus,
.wpgo-smm-wrap .nav-tab-active,
.wpgo-smm-wrap .nav-tab-active:hover,
.wpgo-smm-wrap .nav-tab-active:focus {
	background: transparent;
	border-bottom: 3px solid var(--wpgo-smm-orange);
	color: var(--wpgo-smm-ink);
}

.wpgo-smm-settings-panel {
	padding: 0;
}

.wpgo-smm-inline-status {
	align-items: center;
	background: #eef7ed;
	border-bottom: 1px solid #b8ceb5;
	color: #16753a;
	display: flex;
	font-weight: 600;
	gap: 7px;
	opacity: 0;
	padding: 11px 30px;
	transition: opacity 180ms ease;
}

.wpgo-smm-inline-status.is-visible {
	opacity: 1;
}

.wpgo-smm-inline-status[hidden] {
	display: none;
}

.wpgo-smm-settings-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 350px);
}

.wpgo-smm-rules-column {
	min-width: 0;
	padding: 0 30px;
}

.wpgo-smm-rule-section {
	border-bottom: 1px solid var(--wpgo-smm-line);
	display: grid;
	gap: 28px;
	grid-template-columns: 230px minmax(0, 1fr);
	padding: 28px 0;
}

.wpgo-smm-rule-section:last-child {
	border-bottom: 0;
}

.wpgo-smm-rule-intro {
	display: flex;
	gap: 13px;
}

.wpgo-smm-rule-intro > .wpgo-smm-rule-icon {
	align-items: center;
	color: var(--wpgo-smm-green);
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 28px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	margin-top: -1px;
	width: 30px;
}

.wpgo-smm-rule-intro h2 {
	color: var(--wpgo-smm-ink);
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 7px;
}

.wpgo-smm-rule-intro p {
	color: var(--wpgo-smm-muted);
	line-height: 1.5;
	margin: 0;
}

.wpgo-smm-rule-controls,
.wpgo-smm-field-group,
.wpgo-smm-choice-list {
	display: grid;
	gap: 16px;
}

.wpgo-smm-field-group {
	align-content: start;
	gap: 7px;
}

.wpgo-smm-fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.wpgo-smm-fieldset legend {
	font-weight: 600;
	margin-bottom: 10px;
}

.wpgo-smm-choice-grid,
.wpgo-smm-split-fields {
	display: grid;
	gap: 10px;
}

.wpgo-smm-choice-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpgo-smm-choice-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpgo-smm-character-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpgo-smm-choice {
	align-items: flex-start;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	gap: 8px;
	line-height: 1.35;
	min-height: 0;
	padding: 3px 0;
}

.wpgo-smm-choice:hover strong,
.wpgo-smm-choice:hover {
	color: var(--wpgo-smm-green);
}

.wpgo-smm-choice input {
	margin: 1px 0 0;
}

.wpgo-smm-choice span {
	display: grid;
	gap: 3px;
}

.wpgo-smm-choice small {
	color: var(--wpgo-smm-muted);
}

.wpgo-smm-choice code {
	background: transparent;
	color: var(--wpgo-smm-muted);
	font-size: 11px;
	padding: 1px 0;
}

.wpgo-smm-choice-list {
	gap: 8px;
}

.wpgo-smm-source-grid,
.wpgo-smm-cleanup-grid,
.wpgo-smm-capitalisation-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpgo-smm-capitalisation-grid {
	grid-template-columns: minmax(130px, 0.8fr) minmax(150px, 0.9fr) minmax(190px, 1.3fr);
}

.wpgo-smm-cleanup-side {
	display: grid;
	gap: 22px;
}

.wpgo-smm-free-source,
.wpgo-smm-pro-note {
	background: var(--wpgo-smm-cream);
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 6px;
	display: grid;
	gap: 6px;
	padding: 16px;
}

.wpgo-smm-free-source {
	grid-column: 1 / -1;
}

.wpgo-smm-free-source span,
.wpgo-smm-pro-note span {
	color: var(--wpgo-smm-muted);
	line-height: 1.45;
}

.wpgo-smm-pro-note a {
	font-weight: 600;
}

.wpgo-smm-rule-controls input[type="text"],
.wpgo-smm-live-preview input[type="text"] {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.wpgo-smm-live-preview {
	align-self: start;
	background: var(--wpgo-smm-cream);
	border-left: 1px solid var(--wpgo-smm-line);
	box-sizing: border-box;
	min-height: 100%;
	padding: 28px 26px;
	position: sticky;
	top: 32px;
}

.wpgo-smm-live-preview h2 {
	color: var(--wpgo-smm-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px;
}

.wpgo-smm-live-preview h2 .dashicons {
	color: var(--wpgo-smm-orange);
	margin-right: 5px;
}

.wpgo-smm-live-preview > p:not(.wpgo-smm-preview-kicker):not(.wpgo-smm-preview-note) {
	color: var(--wpgo-smm-muted);
	line-height: 1.5;
	margin: 0 0 14px;
}

.wpgo-smm-preview-kicker {
	align-items: center;
	color: #16753a;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 5px;
	line-height: 1.4;
	margin: 0 0 20px;
}

.wpgo-smm-preview-kicker .dashicons {
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.wpgo-smm-live-preview > label,
.wpgo-smm-preview-label {
	display: block;
	margin: 0 0 7px;
}

.wpgo-smm-preview-file {
	align-items: center;
	background: #f5ede0;
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 5px;
	display: flex;
	gap: 9px;
	margin-bottom: 8px;
	padding: 9px 11px;
}

.wpgo-smm-preview-file .dashicons {
	color: var(--wpgo-smm-green);
}

.wpgo-smm-preview-file input[type="text"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-height: 30px;
	padding: 0;
}

.wpgo-smm-preview-value {
	background: #fff;
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-height: 46px;
	padding: 12px 13px;
	word-break: break-word;
}

.wpgo-smm-preview-value code {
	background: transparent;
	color: var(--wpgo-smm-muted);
	font-size: 13px;
	padding: 0;
}

.wpgo-smm-preview-label--result {
	color: var(--wpgo-smm-green);
	font-size: 15px;
}

.wpgo-smm-preview-value--result {
	background: #f4f8ed;
	border-color: #9ead92;
}

.wpgo-smm-preview-value--result strong {
	font-size: 15px;
}

.wpgo-smm-preview-fields {
	border-top: 1px solid var(--wpgo-smm-line);
	margin: 24px 0 0;
	padding: 20px 0 0;
}

.wpgo-smm-preview-fields-title {
	font-weight: 600;
	margin: 0 0 13px;
}

.wpgo-smm-preview-fields > div {
	display: grid;
	gap: 6px;
	margin-bottom: 13px;
}

.wpgo-smm-preview-fields [hidden] {
	display: none;
}

.wpgo-smm-preview-fields > div strong {
	background: #f4f8ed;
	border: 1px solid #9ead92;
	border-radius: 5px;
	font-weight: 400;
	min-height: 20px;
	padding: 10px 12px;
	word-break: break-word;
}

.wpgo-smm-preview-note {
	color: var(--wpgo-smm-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: 22px 0 0;
}

.wpgo-smm-preview-note .dashicons {
	color: var(--wpgo-smm-orange);
	font-size: 17px;
	height: 17px;
	margin-right: 5px;
	width: 17px;
}

.wpgo-smm-action-bar {
	align-items: center;
	background: #fff;
	border-top: 1px solid var(--wpgo-smm-line);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 18px 32px;
}

.wpgo-smm-reset-button {
	margin-left: auto !important;
}

.wpgo-smm-save-status {
	align-items: center;
	color: #16753a;
	display: inline-flex;
	font-weight: 600;
	gap: 5px;
	opacity: 0;
	transition: opacity 180ms ease;
}

.wpgo-smm-save-status.is-visible {
	opacity: 1;
}

.wpgo-smm-save-status[hidden] {
	display: none;
}

.wpgo-smm-panel[hidden] {
	display: none;
}

.wpgo-smm-panel .form-table {
	margin-top: 0;
}

.wpgo-smm-progress {
	font-weight: 600;
	margin: 16px 0 8px;
	min-height: 20px;
}

.wpgo-smm-progress.is-error {
	color: #b32d2e;
}

.wpgo-smm-progress.is-success {
	color: #008a20;
}

.wpgo-smm-batch-panel {
	padding: 32px;
}

.wpgo-smm-batch-intro {
	max-width: 760px;
}

.wpgo-smm-section-kicker {
	color: var(--wpgo-smm-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.wpgo-smm-batch-intro h2 {
	color: var(--wpgo-smm-green);
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.wpgo-smm-batch-intro > p:last-child {
	color: var(--wpgo-smm-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.wpgo-smm-batch-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	margin-top: 28px;
}

.wpgo-smm-batch-main {
	display: grid;
	gap: 18px;
}

.wpgo-smm-batch-main .notice {
	margin: 0;
}

.wpgo-smm-batch-card,
.wpgo-smm-batch-notes {
	border: 1px solid var(--wpgo-smm-line);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 22px;
}

.wpgo-smm-batch-card h3,
.wpgo-smm-batch-notes h3 {
	color: var(--wpgo-smm-ink);
	font-size: 16px;
	margin: 0 0 9px;
}

.wpgo-smm-batch-card > p {
	color: var(--wpgo-smm-muted);
	margin: 0 0 16px;
}

.wpgo-smm-selection-summary {
	align-items: center;
	background: var(--wpgo-smm-cream);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	padding: 12px 14px;
}

.wpgo-smm-selection-summary strong {
	color: var(--wpgo-smm-green);
}

.wpgo-smm-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wpgo-smm-button-row [hidden] {
	display: none;
}

.wpgo-smm-batch-filter {
	border-top: 1px solid var(--wpgo-smm-line);
	margin-top: 20px;
	padding-top: 18px;
}

.wpgo-smm-batch-filter label {
	margin-top: 0;
}

.wpgo-smm-batch-filter select {
	min-width: 260px;
}

.wpgo-smm-batch-filter .description {
	margin-bottom: 0;
}

.wpgo-smm-batch-card label {
	display: block;
	margin: 18px 0 7px;
}

.wpgo-smm-batch-card textarea {
	background: #f6f7f7;
	border-color: var(--wpgo-smm-line);
}

.wpgo-smm-batch-notes {
	align-self: start;
	background: var(--wpgo-smm-cream);
}

.wpgo-smm-batch-notes ul {
	display: grid;
	gap: 0;
	margin: 0;
}

.wpgo-smm-batch-notes li {
	border-top: 1px solid var(--wpgo-smm-line);
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 15px 0;
}

.wpgo-smm-batch-notes li:first-child {
	border-top: 0;
}

.wpgo-smm-batch-notes span {
	color: var(--wpgo-smm-muted);
	line-height: 1.45;
}

@media screen and ( max-width: 782px ) {
	.wpgo-smm-home-grid,
	.wpgo-smm-workflow-grid,
	.wpgo-smm-feature-grid,
	.wpgo-smm-companion-grid {
		grid-template-columns: 1fr;
	}

	.wpgo-smm-companion-card {
		align-items: flex-start;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wpgo-smm-companion-card .button {
		grid-column: 2;
		justify-self: start;
	}

	.wpgo-smm-panel {
		padding: 16px;
	}

	.wpgo-smm-settings-panel {
		padding: 0;
	}

	.wpgo-smm-batch-panel {
		padding: 22px;
	}
}

@media screen and ( max-width: 1100px ) {
	.wpgo-smm-pro-journey {
		grid-template-columns: 1fr;
	}

	.wpgo-smm-pro-journey__preview {
		max-width: 700px;
	}

	.wpgo-smm-settings-workspace {
		grid-template-columns: 1fr;
	}

	.wpgo-smm-live-preview {
		border-left: 0;
		border-top: 1px solid var(--wpgo-smm-line);
		min-height: 0;
		position: static;
	}

	.wpgo-smm-batch-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and ( max-width: 900px ) {
	.wpgo-smm-rule-section {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.wpgo-smm-source-grid,
	.wpgo-smm-cleanup-grid,
	.wpgo-smm-capitalisation-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and ( max-width: 600px ) {
	.wpgo-smm-pro-journey {
		padding: 22px;
	}

	.wpgo-smm-pro-benefits {
		grid-template-columns: 1fr;
	}

	.wpgo-smm-product-header {
		align-items: flex-start;
	}

	.wpgo-smm-product-header img {
		height: 48px;
		width: 48px;
	}

	.wpgo-smm-rules-column {
		padding: 0 18px;
	}

	.wpgo-smm-choice-grid--two,
	.wpgo-smm-choice-grid--three,
	.wpgo-smm-split-fields {
		grid-template-columns: 1fr;
	}

	.wpgo-smm-character-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpgo-smm-live-preview {
		padding: 28px 20px;
	}

	.wpgo-smm-action-bar {
		padding: 16px 18px;
	}

	.wpgo-smm-reset-button {
		margin-left: 0 !important;
	}

	.wpgo-smm-batch-panel {
		padding: 18px;
	}
}
