.swseo-cta,
.swseo-related-card,
.swseo-placeholder-card,
.swseo-guide-card {
	border: 1px solid #d7dde4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.swseo-cta {
	padding: 20px;
	margin: 20px 0;
	background: linear-gradient(135deg, #eef6ff 0%, #f8fcff 100%);
}

.swseo-related-grid,
.swseo-guide-grid,
.swseo-cluster-guides {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.swseo-related-card,
.swseo-guide-card,
.swseo-placeholder-card {
	display: block;
	padding: 18px;
	color: inherit;
	text-decoration: none;
}

.swseo-related-card strong,
.swseo-guide-card h3 {
	display: block;
	margin-bottom: 8px;
}

.swseo-cluster-section {
	margin-bottom: 28px;
}

.swseo-guide-template-main {
	padding: 32px 0 56px;
	background: #fff;
}

.swseo-guide-template-wrap {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
}

body.swseo-guide-template-active .woocommerce-breadcrumb,
body.swseo-guide-template-active .breadcrumb,
body.swseo-guide-template-active .breadcrumbs,
body.swseo-guide-template-active .page-breadcrumb,
body.swseo-guide-template-active .entry-breadcrumb,
body.swseo-guide-template-active .electro-breadcrumb,
body.swseo-guide-template-active .rank-math-breadcrumb,
body.swseo-guide-template-active .yoast-breadcrumb,
body.swseo-guide-template-active .yoast-breadcrumbs,
body.swseo-guide-archive-active .woocommerce-breadcrumb,
body.swseo-guide-archive-active .breadcrumb,
body.swseo-guide-archive-active .breadcrumbs,
body.swseo-guide-archive-active .page-breadcrumb,
body.swseo-guide-archive-active .entry-breadcrumb,
body.swseo-guide-archive-active .electro-breadcrumb,
body.swseo-guide-archive-active .rank-math-breadcrumb,
body.swseo-guide-archive-active .yoast-breadcrumb,
body.swseo-guide-archive-active .yoast-breadcrumbs {
	display: none !important;
}

.swseo-guide-breadcrumbs {
	margin-bottom: 18px;
}

.swseo-guide-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #667085;
	font-size: 14px;
}

.swseo-guide-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.swseo-guide-breadcrumbs li:not(:last-child)::after {
	content: "\203A";
	color: #98a2b3;
}

.swseo-guide-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.swseo-guide-breadcrumbs a:hover,
.swseo-guide-breadcrumbs a:focus {
	color: #c8102e;
}

.swseo-guide-template-article {
	margin: 0;
}

.swseo-guide-header {
	margin-bottom: 26px;
}

.swseo-guide-header-label {
	margin: 0 0 8px;
	color: #8f1023;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.swseo-guide-header-title {
	margin: 0 0 12px;
	color: #101828;
	font-size: clamp(2.2rem, 4vw, 3.25rem);
	line-height: 1.1;
}

.swseo-guide-header-excerpt {
	max-width: 920px;
	color: #475467;
	font-size: 18px;
	line-height: 1.65;
}

.swseo-guide-template-content {
	max-width: 100%;
	color: #22313f;
	font-size: 17px;
	line-height: 1.82;
}

.swseo-guide-template-content .eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff1f3;
	color: #8f1023;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.swseo-guide-template-content .lead {
	max-width: 920px;
	margin-bottom: 22px;
	color: #475467;
	font-size: 1.14rem;
	line-height: 1.8;
}

.swseo-guide-template-content h2 {
	margin-top: 34px;
	margin-bottom: 10px;
	color: #101828;
	font-size: clamp(1.38rem, 1.95vw, 1.82rem);
	line-height: 1.22;
}

.swseo-guide-template-content h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	color: #17212f;
	font-size: 1.2rem;
	line-height: 1.3;
}

.swseo-guide-template-content p,
.swseo-guide-template-content ul,
.swseo-guide-template-content ol,
.swseo-guide-template-content table,
.swseo-guide-template-content .callout,
.swseo-guide-template-content .mini-callout,
.swseo-guide-template-content .card-grid,
.swseo-guide-template-content .resource-grid,
.swseo-guide-template-content .swseo-overview-grid {
	margin-top: 0;
	margin-bottom: 18px;
}

.swseo-guide-template-content .card-grid,
.swseo-guide-template-content .resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.swseo-guide-template-content .card {
	position: relative;
	padding: 22px 22px 20px;
	border: 1px solid #ecd4d8;
	border-radius: 22px;
	background: linear-gradient(180deg, #fffafb 0%, #ffffff 100%);
	box-shadow: 0 18px 38px rgba(120, 11, 24, 0.08);
	overflow: hidden;
}

.swseo-guide-template-content .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #7b0b18 0%, #c8102e 70%, #f06a7a 100%);
}

.swseo-guide-template-content .card h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.swseo-guide-template-content .callout,
.swseo-guide-template-content .mini-callout {
	position: relative;
	padding: 20px 22px;
	border: 1px solid #efccd2;
	border-radius: 22px;
	background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
	box-shadow: 0 16px 34px rgba(120, 11, 24, 0.06);
}

.swseo-guide-template-content .callout::before,
.swseo-guide-template-content .mini-callout::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, #7b0b18 0%, #c8102e 100%);
}

.swseo-guide-template-content .callout > :last-child,
.swseo-guide-template-content .mini-callout > :last-child,
.swseo-guide-template-content .card > :last-child {
	margin-bottom: 0;
}

.swseo-guide-template-content .scenario-callout {
	position: relative;
	margin: 20px 0;
	padding: 20px 22px 18px 24px;
	border: 1px solid #e8d7bb;
	border-radius: 22px;
	background: linear-gradient(180deg, #fffaf0 0%, #fff4df 100%);
	box-shadow: 0 16px 34px rgba(110, 73, 10, 0.08);
}

.swseo-guide-template-content .scenario-callout::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, #8f6010 0%, #d59a2f 100%);
}

.swseo-guide-template-content .scenario-callout-strong {
	background: linear-gradient(180deg, #fff6e6 0%, #ffefd0 100%);
}

.swseo-guide-template-content .scenario-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(143, 96, 16, 0.12);
	color: #7a4f09;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.swseo-guide-template-content .scenario-callout h3 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #3c2510;
}

.swseo-guide-template-content .scenario-callout > :last-child {
	margin-bottom: 0;
}

.swseo-guide-template-content .checklist,
.swseo-guide-template-content .plain-list {
	padding-left: 20px;
}

.swseo-guide-template-content .checklist li,
.swseo-guide-template-content .plain-list li {
	margin-bottom: 10px;
}

.swseo-guide-template-content .faq-list {
	padding-left: 0;
	list-style: none;
}

.swseo-guide-template-content .faq-list li {
	padding: 18px 20px;
	border: 1px solid #ecd4d8;
	border-radius: 18px;
	background: #fffafb;
	box-shadow: 0 10px 24px rgba(120, 11, 24, 0.04);
}

.swseo-guide-template-content .faq-list li + li {
	margin-top: 14px;
}

.swseo-guide-template-content .faq-list strong {
	display: block;
	margin-bottom: 6px;
	color: #101828;
}

.swseo-guide-template-content table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid #ead7db;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(16, 24, 40, 0.06);
}

.swseo-guide-template-content th,
.swseo-guide-template-content td {
	padding: 14px 15px;
	border: 1px solid #f0e0e3;
	vertical-align: top;
}

.swseo-guide-template-content th {
	background: #fff3f5;
	color: #7b0b18;
	font-size: 0.95rem;
	font-weight: 700;
}

.swseo-guide-template-content code {
	padding: 3px 7px;
	border-radius: 7px;
	background: #fff1f3;
	color: #7b0b18;
	font-size: 0.92em;
}

.swseo-guide-template-content .swseo-overview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px;
}

.swseo-guide-template-content .swseo-overview-card {
	padding: 28px 22px 22px;
	border: 1px solid #efd1d7;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
	box-shadow: 0 22px 44px rgba(120, 11, 24, 0.08);
	text-align: center;
}

.swseo-guide-template-content .swseo-overview-icon {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	margin: 0 auto 18px;
	border: 1px solid #f0c6ce;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff4f6 0%, #ffe2e7 58%, #ffd7de 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.swseo-guide-template-content .swseo-overview-icon svg {
	width: 44px;
	height: 44px;
	stroke: #7b0b18;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.swseo-guide-template-content .swseo-overview-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.swseo-guide-template-content .swseo-overview-card p {
	margin-bottom: 0;
	color: #475467;
	font-size: 0.99rem;
	line-height: 1.72;
}

.swseo-guide-template-content > .swseo-feature-section {
	margin-bottom: 34px;
	padding: 28px 28px 6px;
	border: 1px solid #ead6da;
	border-radius: 30px;
	background: linear-gradient(180deg, #fffafb 0%, #ffffff 100%);
	box-shadow: 0 24px 46px rgba(120, 11, 24, 0.08);
}

.swseo-guide-template-content .swseo-editorial-section {
	margin-top: 44px;
	padding-top: 30px;
	border-top: 1px solid #ebeef2;
}

.swseo-guide-template-content .swseo-editorial-section:first-of-type {
	margin-top: 28px;
	padding-top: 0;
	border-top: 0;
}

.swseo-guide-template-content .swseo-copy-grid {
	display: block;
	margin-bottom: 28px;
}

.swseo-guide-template-content .swseo-copy-grid > p {
	margin: 0 0 18px;
	color: #475467;
	line-height: 1.86;
}

.swseo-guide-template-content .swseo-copy-grid > p:first-child {
	color: #22313f;
	font-size: 1.04rem;
}

.swseo-guide-template-content .swseo-copy-grid > p:last-child:nth-child(odd) {
	max-width: 980px;
}

.swseo-guide-template-content .swseo-copy-grid.is-intro {
	margin-bottom: 30px;
	max-width: 980px;
}

.swseo-guide-template-content a,
.swseo-guide-template-content a:visited,
.swseo-directory-card-title a,
.swseo-directory-card-title a:visited,
.swseo-directory-subpages a,
.swseo-directory-subpages a:visited,
.swseo-directory-simple-card h3 a,
.swseo-directory-simple-card h3 a:visited {
	color: #7b0b18;
}

.swseo-guide-template-content a:hover,
.swseo-guide-template-content a:focus,
.swseo-directory-card-title a:hover,
.swseo-directory-card-title a:focus,
.swseo-directory-subpages a:hover,
.swseo-directory-subpages a:focus,
.swseo-directory-simple-card h3 a:hover,
.swseo-directory-simple-card h3 a:focus {
	color: #c8102e;
}

.swseo-directory-main {
	padding: 28px 0 64px;
	background:
		radial-gradient(circle at top right, rgba(200, 16, 46, 0.08), transparent 30%),
		linear-gradient(180deg, #fff8f8 0%, #ffffff 18%);
}

.swseo-directory-wrap {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
}

.swseo-directory-hero {
	margin-bottom: 28px;
	padding: 32px;
	border: 1px solid #f1c7cf;
	border-radius: 28px;
	background:
		radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.18), transparent 20%),
		linear-gradient(135deg, #7b0b18 0%, #c8102e 55%, #ea4c5b 100%);
	color: #fff;
	box-shadow: 0 20px 48px rgba(120, 11, 24, 0.18);
}

.swseo-directory-kicker {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.92;
}

.swseo-directory-title {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 4.6vw, 4rem);
	line-height: 1.04;
	color: #fff;
}

.swseo-directory-intro {
	max-width: 980px;
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.94);
}

.swseo-directory-search-row {
	margin-top: 24px;
}

.swseo-directory-search {
	width: min(720px, 100%);
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 16px;
	backdrop-filter: blur(6px);
}

.swseo-directory-search::placeholder {
	color: rgba(255, 255, 255, 0.78);
}

.swseo-directory-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.swseo-directory-stat {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
}

.swseo-directory-stat-number {
	display: block;
	margin-bottom: 6px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.swseo-directory-stat-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.swseo-directory-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.swseo-directory-filter {
	padding: 10px 16px;
	border: 1px solid #e6bec6;
	border-radius: 999px;
	background: #fff;
	color: #7b0b18;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.swseo-directory-filter:hover,
.swseo-directory-filter:focus {
	border-color: #c8102e;
	color: #c8102e;
}

.swseo-directory-filter.is-active {
	border-color: #c8102e;
	background: #c8102e;
	color: #fff;
}

.swseo-directory-summary {
	margin-bottom: 18px;
	color: #475467;
	font-size: 15px;
}

.swseo-directory-summary strong {
	font-size: 20px;
	color: #101828;
}

.swseo-directory-section + .swseo-directory-section {
	margin-top: 42px;
}

.swseo-directory-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 18px;
}

.swseo-directory-section-head h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.1;
}

.swseo-directory-grid,
.swseo-directory-simple-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
}

.swseo-directory-card,
.swseo-directory-simple-card {
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.swseo-directory-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.swseo-directory-card-eyebrow,
.swseo-directory-card-count {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.swseo-directory-card-eyebrow {
	color: #8f1023;
}

.swseo-directory-card-count {
	color: #667085;
}

.swseo-directory-card-title,
.swseo-directory-simple-card h3 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.15;
}

.swseo-directory-card-title a,
.swseo-directory-simple-card h3 a {
	color: #101828;
	text-decoration: none;
}

.swseo-directory-card-title a:hover,
.swseo-directory-card-title a:focus,
.swseo-directory-simple-card h3 a:hover,
.swseo-directory-simple-card h3 a:focus {
	color: #c8102e;
}

.swseo-directory-card-text,
.swseo-directory-simple-card p {
	margin: 0;
	color: #475467;
	font-size: 15px;
	line-height: 1.7;
}

.swseo-directory-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.swseo-directory-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	border-radius: 999px;
	background: #fff1f3;
	color: #8f1023;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.swseo-directory-subpages {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #eceff3;
}

.swseo-directory-subpages strong {
	display: block;
	margin-bottom: 10px;
	color: #101828;
	font-size: 14px;
}

.swseo-directory-subpages ul {
	margin: 0;
	padding-left: 18px;
}

.swseo-directory-subpages li + li {
	margin-top: 8px;
}

.swseo-directory-subpages a {
	color: #7b0b18;
	text-decoration: none;
}

.swseo-directory-subpages a:hover,
.swseo-directory-subpages a:focus {
	color: #c8102e;
	text-decoration: underline;
}

.swseo-directory-card-actions {
	margin-top: 20px;
}

.swseo-directory-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: #c8102e;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.swseo-directory-primary:hover,
.swseo-directory-primary:focus {
	background: #9e1027;
	color: #fff;
}

.swseo-directory-empty {
	margin-top: 28px;
	padding: 18px 20px;
	border: 1px dashed #d0d5dd;
	border-radius: 16px;
	background: #fff;
	color: #667085;
}

.swseo-series-eyebrow {
	margin-bottom: 12px;
	color: #8f1023;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.swseo-series-shell {
	margin: 24px 0 32px;
}

.swseo-series-layout {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.swseo-series-card {
	position: sticky;
	top: 24px;
	padding: 20px;
	border: 1px solid #d7dde4;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.swseo-series-title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.2;
}

.swseo-series-title a {
	color: inherit;
	text-decoration: none;
}

.swseo-series-meta {
	margin: 0 0 18px;
	color: #667085;
	font-size: 14px;
}

.swseo-series-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.swseo-series-list li + li {
	margin-top: 10px;
}

.swseo-series-link {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 14px;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.swseo-series-link:hover,
.swseo-series-link:focus {
	border-color: #c8102e;
	background: #fff7f8;
	transform: translateY(-1px);
}

.swseo-series-link.is-active {
	border-color: #c8102e;
	background: #fff1f3;
}

.swseo-series-step {
	flex: 0 0 auto;
	min-width: 28px;
	color: #8f1023;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.swseo-series-link-text {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.swseo-series-jump {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eceff3;
}

.swseo-series-prevnext {
	display: grid;
	gap: 10px;
}

.swseo-series-jump-link {
	color: #8f1023;
	font-weight: 600;
	text-decoration: none;
}

.swseo-series-jump-link:hover,
.swseo-series-jump-link:focus {
	color: #c8102e;
}

.swseo-series-content {
	min-width: 0;
}

.swseo-series-content > :first-child {
	margin-top: 0;
}

.swseo-series-related {
	margin-top: 40px;
	padding-top: 26px;
	border-top: 1px solid #eceff3;
}

.swseo-series-related-title {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.2;
}

.swseo-series-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.swseo-series-related-card {
	display: block;
	padding: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
	color: inherit;
	text-decoration: none;
}

.swseo-series-related-card:hover,
.swseo-series-related-card:focus {
	border-color: #c8102e;
	background: #fff7f8;
}

.swseo-series-related-label {
	display: block;
	margin-bottom: 8px;
	color: #8f1023;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.swseo-series-related-card strong {
	display: block;
	font-size: 18px;
	line-height: 1.4;
}

@media (max-width: 980px) {
	.swseo-guide-template-main {
		padding-top: 24px;
	}

	.swseo-guide-template-wrap,
	.swseo-directory-wrap {
		width: min(100%, calc(100% - 24px));
	}

	.swseo-directory-hero {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.swseo-directory-title {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.swseo-directory-intro {
		font-size: 16px;
	}

	.swseo-directory-section-head h2 {
		font-size: 26px;
	}

	.swseo-series-layout {
		grid-template-columns: 1fr;
	}

	.swseo-series-card {
		position: static;
	}

	.swseo-guide-template-content .swseo-copy-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.swseo-guide-template-content > .swseo-feature-section {
		padding: 22px 22px 2px;
		border-radius: 24px;
	}

	.swseo-guide-template-content .swseo-overview-card,
	.swseo-guide-template-content .card,
	.swseo-guide-template-content .callout,
	.swseo-guide-template-content .mini-callout {
		border-radius: 20px;
	}
}
