.ipd-doc {
	display: grid;
	grid-template-columns: 288px minmax(0, 1fr) 278px;
	min-height: 70vh;
	color: #070b3f;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ipd-sidebar {
	position: sticky;
	top: 32px;
	align-self: start;
	max-height: calc(100vh - 32px);
	padding: 18px 20px 28px;
	border-right: 1px solid #e7e3f3;
	background: #fff;
	overflow: auto;
}

.ipd-docs-menu-shortcode {
	max-width: 320px;
	padding: 18px 20px 22px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	background: #fff;
	color: #070b3f;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ipd-docs-menu-shortcode .ipd-sidebar__title {
	margin-top: 0;
}

.ipd-docs-menu-group {
	display: grid;
	gap: 8px;
	margin-top: 18px;
}

.ipd-docs-menu-group h3 {
	margin: 0;
	color: #535a86;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ipd-docs-browser {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	color: #070b3f;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ipd-docs-browser__sidebar {
	position: sticky;
	top: 32px;
	max-height: calc(100vh - 32px);
	overflow: auto;
}

.ipd-docs-browser__content {
	min-width: 0;
	padding: 4px 0 40px;
}

.ipd-hero--embedded {
	display: block;
	margin-bottom: 22px;
}

.ipd-search-wrap {
	display: grid;
	gap: 10px;
}

.ipd-search {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	padding: 0 6px 0 12px;
	border: 1px solid #e7e3f3;
	border-radius: 7px;
	color: #71769b;
	font-size: 13px;
}

.ipd-search__icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: #6b28ff;
}

.ipd-search input[type="search"] {
	min-width: 0;
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #151940;
	font: inherit;
}

.ipd-search input[type="search"]::placeholder {
	color: #71769b;
}

.ipd-search button {
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 5px;
	background: #421cff;
	color: #fff;
	cursor: pointer;
}

.ipd-search button svg {
	display: block;
}

.ipd-search-results {
	max-height: min(420px, 58vh);
	overflow-y: auto;
	overscroll-behavior: contain;
	border: 1px solid #e7e3f3;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(26, 20, 65, 0.08);
}

.ipd-search-results[hidden] {
	display: none;
}

.ipd-search-results p {
	margin: 0;
	padding: 12px;
	color: #535a86;
	font-size: 13px;
}

.ipd-search-results ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 5px;
	list-style: none;
}

.ipd-search-results a {
	display: grid;
	gap: 3px;
	padding: 9px 10px;
	border-radius: 6px;
	color: #151940;
	text-decoration: none;
}

.ipd-search-results a:hover {
	background: #fbfaff;
}

.ipd-search-results strong {
	font-size: 13px;
	line-height: 1.25;
}

.ipd-search-results span {
	color: #535a86;
	font-size: 12px;
	line-height: 1.35;
}

.ipd-sidebar__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0 15px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ipd-menu,
.ipd-submenu {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipd-submenu {
	margin: 2px 0 8px 30px;
	padding-left: 13px;
	border-left: 1px solid #e7e3f3;
}

.ipd-menu a,
.ipd-submenu a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 10px;
	border-radius: 6px;
	color: #151940;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.ipd-menu .is-active > a {
	color: #d70a72;
	background: linear-gradient(90deg, #f8e8f4, #f7f0ff);
}

.ipd-menu__icon {
	flex: 0 0 18px;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: #6b28ff;
}

.ipd-menu__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ipd-help {
	margin-top: 28px;
	padding: 20px 16px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, #4d22ff, #9817ff);
}

.ipd-help h3 {
	margin: 0 0 6px;
	font-size: 15px;
}

.ipd-help p {
	margin: 0 0 16px;
	font-size: 12px;
}

.ipd-help a {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 6px;
	color: #421cff;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
}

.ipd-main {
	padding: 30px 38px 72px;
}

.ipd-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #535a86;
	font-size: 13px;
	font-weight: 700;
}

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

.ipd-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 142px;
	gap: 32px;
	align-items: center;
	margin-bottom: 28px;
}

.ipd-pill {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 20px;
	border: 1px solid #e7e3f3;
	border-radius: 999px;
	background: #fff;
	color: #421cff;
	font-weight: 900;
}

.ipd-hero h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.08;
}

.ipd-hero p {
	max-width: 760px;
	margin: 12px 0 22px;
	color: #4b527c;
	font-size: 16px;
}

.ipd-hero__icon {
	display: grid;
	place-items: center;
	width: 140px;
	height: 124px;
	border: 1px solid #e7e3f3;
	border-radius: 17px;
	color: #6b28ff;
	background: #fff;
	box-shadow: 0 18px 46px rgba(26, 20, 65, 0.12);
	font-size: 32px;
	font-weight: 900;
}

.ipd-preview {
	margin: 18px 0 28px;
	padding: 34px;
	border: 1px solid #dfd2f2;
	border-radius: 8px;
	background:
		radial-gradient(circle at 80% 20%, rgba(215, 10, 114, 0.12), transparent 30%),
		radial-gradient(circle at 20% 70%, rgba(107, 40, 255, 0.12), transparent 30%),
		#fbf8ff;
	text-align: center;
}

.ipd-preview h2 {
	margin: 0;
	color: #070b3f;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.04;
}

.ipd-preview p {
	max-width: 540px;
	margin: 14px auto 0;
	color: #4b527c;
}

.ipd-preview .grad,
.ipd-content .grad {
	display: inline-block;
	color: transparent;
	background: linear-gradient(90deg, #3b28ff, #e30989);
	-webkit-background-clip: text;
	background-clip: text;
}

.ipd-feature-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	margin-bottom: 38px;
	border: 1px solid #e7e3f3;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(19, 17, 46, 0.04);
	overflow: hidden;
}

.ipd-feature-strip span {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 16px;
	color: #171a43;
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.ipd-feature-strip .ipd-menu__icon {
	width: 18px;
	color: #6b28ff;
}

.ipd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin-right: 10px;
	padding: 0 20px;
	border: 1px solid #e7e3f3;
	border-radius: 7px;
	color: #070b3f;
	background: #fff;
	text-decoration: none;
	font-weight: 800;
}

.ipd-button--primary {
	border-color: transparent;
	color: #fff;
	background: linear-gradient(135deg, #d70a72, #a60fd7);
}

.ipd-content {
	color: #4b527c;
	font-size: 16px;
}

.ipd-anchor {
	display: block;
	height: 0;
	scroll-margin-top: 96px;
}

.ipd-content h2,
.ipd-section h2,
.ipd-content .section h2 {
	margin-top: 38px;
	color: #070b3f;
	font-size: 24px;
}

.ipd-content .section {
	margin-top: 38px;
	scroll-margin-top: 96px;
}

.ipd-content .lede {
	max-width: 760px;
	margin: 12px 0 22px;
	color: #4b527c;
	font-size: 16px;
}

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

.ipd-content .card {
	display: block;
	padding: 18px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	color: #070b3f;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(19, 17, 46, 0.04);
}

.ipd-content .card h3 {
	margin: 0 0 8px;
	font-size: 17px;
}

.ipd-content .card p {
	margin: 0;
	color: #4b527c;
	font-size: 14px;
}

.ipd-content .table {
	overflow: auto;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	background: #fff;
}

.ipd-content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	overflow: hidden;
}

.ipd-content th,
.ipd-content td {
	padding: 14px 16px;
	border-bottom: 1px solid #e7e3f3;
	text-align: left;
}

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

.ipd-card {
	display: block;
	padding: 18px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	color: #070b3f;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(19, 17, 46, 0.04);
}

.ipd-card h3,
.ipd-card h2 {
	margin: 0 0 8px;
	font-size: 17px;
}

.ipd-card p {
	margin: 0;
	color: #4b527c;
	font-size: 14px;
}

.ipd-toc {
	position: sticky;
	top: 56px;
	align-self: start;
	display: grid;
	gap: 18px;
	padding: 56px 20px 0;
}

.ipd-panel {
	padding: 20px 18px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(19, 17, 46, 0.05);
}

.ipd-panel h2 {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ipd-panel a {
	display: block;
	padding: 8px 9px;
	border-radius: 5px;
	color: #171a43;
	text-decoration: none;
	font-size: 13px;
}

.ipd-panel a:first-of-type {
	color: #421cff;
	background: #f4ecff;
}

.ipd-archive {
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 24px;
}

.ipd-archive__hero {
	margin-bottom: 28px;
}

.ipd-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ipd-docs-home {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	min-height: 82vh;
	color: #070b3f;
	background: #fff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ipd-docs-home,
.ipd-docs-home * {
	box-sizing: border-box;
}

.ipd-docs-home__sidebar {
	position: sticky;
	top: 0;
	align-self: start;
	display: grid;
	align-content: start;
	gap: 22px;
	min-height: 100vh;
	max-height: 100vh;
	padding: 24px 20px;
	border-right: 1px solid #e7e3f3;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.ipd-docs-home__sidebar .ipd-search {
	gap: 8px;
	height: 38px;
	min-height: 38px;
	padding: 0 10px;
}

.ipd-docs-home__sidebar .ipd-search input[type="search"] {
	height: auto;
	min-height: 0;
	padding: 0;
}

.ipd-docs-home__sidebar .ipd-search button {
	width: 30px;
	height: 30px;
}

.ipd-docs-home__sidebar .ipd-search-results {
	max-height: 260px;
}

.ipd-docs-home__sidebar-title {
	margin-bottom: -16px;
	color: #111546;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ipd-docs-home__product-nav {
	display: grid;
	gap: 8px;
}

.ipd-docs-home__product-nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 40px;
	padding: 8px 10px;
	border-radius: 7px;
	color: #111546;
	text-decoration: none;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	overflow: hidden;
}

.ipd-docs-home__product-nav a > span:last-of-type {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ipd-docs-home__product-nav a.is-active,
.ipd-docs-home__product-nav a:hover {
	background: linear-gradient(90deg, #f6e9ff, #fbf5ff);
}

.ipd-docs-home__product-nav i {
	flex: 0 0 auto;
	margin-left: auto;
	font-style: normal;
	font-size: 20px;
}

.ipd-docs-home__mini-icon,
.ipd-docs-home__card-icon {
	display: inline-grid;
	place-items: center;
	color: #6b28ff;
	background: #f4ecff;
	font-weight: 900;
}

.ipd-docs-home__mini-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	font-size: 11px;
	overflow: hidden;
}

.ipd-docs-home__mini-icon img,
.ipd-docs-home__card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ipd-docs-home__help {
	display: grid;
	gap: 14px;
	margin-top: 16px;
	padding: 18px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, #fbf0ff, #f3edff);
}

.ipd-docs-home__help h2 {
	margin: 0 0 7px;
	font-size: 14px;
}

.ipd-docs-home__help p {
	margin: 0 0 16px;
	color: #4b527c;
	font-size: 12px;
}

.ipd-docs-home__help a,
.ipd-docs-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 16px;
	border: 1px solid #d8ccf8;
	border-radius: 6px;
	color: #421cff;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
}

.ipd-docs-home__help > span {
	display: none;
	align-self: end;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #6b28ff;
	background: #fff;
	font-weight: 900;
}

.ipd-docs-home__main {
	min-width: 0;
	padding: 66px 70px 72px;
}

.ipd-docs-home__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 52px;
	align-items: center;
	margin-bottom: 48px;
}

.ipd-docs-home__hero-copy {
	display: grid;
	gap: 18px;
}

.ipd-docs-home__eyebrow {
	justify-self: start;
	padding: 6px 14px;
	border-radius: 999px;
	color: #421cff;
	background: #f4ecff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.ipd-docs-home__hero h1 {
	max-width: 660px;
	margin: 0;
	color: #070b3f;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
}

.ipd-docs-home__hero h1 span {
	color: transparent;
	background: linear-gradient(90deg, #421cff, #d70a72);
	-webkit-background-clip: text;
	background-clip: text;
}

.ipd-docs-home__hero p {
	max-width: 610px;
	margin: 0;
	color: #4b527c;
	font-size: 16px;
	line-height: 1.65;
}

.ipd-docs-home__hero .ipd-search-wrap {
	max-width: 620px;
}

.ipd-docs-home__hero-art {
	position: relative;
	min-height: 250px;
}

.ipd-docs-home__hero-art::before,
.ipd-docs-home__hero-art::after {
	content: "";
	position: absolute;
	border-radius: 8px;
	background-image: radial-gradient(#c9b6ff 1.4px, transparent 1.4px);
	background-size: 14px 14px;
	opacity: 0.7;
}

.ipd-docs-home__hero-art::before {
	right: 0;
	top: 0;
	width: 104px;
	height: 104px;
}

.ipd-docs-home__hero-art::after {
	left: 0;
	bottom: 16px;
	width: 118px;
	height: 86px;
}

.ipd-docs-home__art-card {
	position: absolute;
	right: 32px;
	top: 28px;
	z-index: 1;
	display: grid;
	gap: 12px;
	width: 240px;
	padding: 26px 24px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(19, 17, 46, 0.12);
}

.ipd-docs-home__art-card span {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: #d70a72;
}

.ipd-docs-home__art-card b {
	display: block;
	height: 9px;
	border-radius: 999px;
	background: #eadfff;
}

.ipd-docs-home__art-card b:first-of-type {
	width: 58%;
}

.ipd-docs-home__art-card b:nth-of-type(4) {
	width: 74%;
}

.ipd-docs-home__book {
	position: absolute;
	right: 0;
	bottom: 22px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(135deg, #421cff, #d70a72);
	box-shadow: 0 18px 38px rgba(107, 40, 255, 0.25);
}

.ipd-docs-home__hero-image {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	min-height: 250px;
}

.ipd-docs-home__hero-image img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 330px;
	object-fit: contain;
}

.ipd-docs-home__section {
	margin-bottom: 32px;
}

.ipd-docs-home__section h2,
.ipd-docs-home__panel h2 {
	margin: 0 0 18px;
	color: #070b3f;
	font-size: 18px;
}

.ipd-docs-home__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ipd-docs-home__product-card {
	display: grid;
	justify-items: center;
	gap: 13px;
	min-height: 194px;
	padding: 22px 16px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	color: #070b3f;
	background: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(19, 17, 46, 0.04);
}

.ipd-docs-home__product-card:hover {
	border-color: #cdbbfd;
	box-shadow: 0 18px 36px rgba(19, 17, 46, 0.08);
}

.ipd-docs-home__card-icon {
	width: 48px;
	height: 48px;
	border-radius: 9px;
	font-size: 18px;
	overflow: hidden;
}

.ipd-docs-home__product-card strong {
	font-size: 14px;
}

.ipd-docs-home__product-card small {
	color: #4b527c;
	font-size: 13px;
	line-height: 1.6;
}

.ipd-docs-home__product-card em,
.ipd-docs-home__text-link {
	color: #421cff;
	font-style: normal;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.ipd-docs-home__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
}

.ipd-docs-home__bottom--single {
	grid-template-columns: minmax(0, 1fr);
}

.ipd-docs-home__panel {
	padding: 26px;
	border: 1px solid #e7e3f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(19, 17, 46, 0.04);
}

.ipd-docs-home__popular {
	display: grid;
	margin-bottom: 20px;
}

.ipd-docs-home__popular a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 18px;
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid #edf0f7;
	color: #070b3f;
	text-decoration: none;
}

.ipd-docs-home__popular .ipd-docs-home__mini-icon {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 28px;
	height: 28px;
}

.ipd-docs-home__popular strong {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	font-size: 13px;
	line-height: 1.3;
}

.ipd-docs-home__popular small {
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
	color: #4b527c;
	font-size: 12px;
	line-height: 1.45;
}

.ipd-docs-home__popular i {
	grid-column: 3;
	grid-row: 1 / 3;
	align-self: center;
	justify-self: end;
	font-style: normal;
	font-size: 20px;
}

.ipd-docs-home__start {
	background:
		radial-gradient(circle at 84% 50%, rgba(107, 40, 255, 0.1), transparent 32%),
		#fff;
}

.ipd-docs-home__start p {
	margin: -8px 0 22px;
	color: #4b527c;
	font-size: 13px;
}

.ipd-docs-home__start ul {
	display: grid;
	gap: 14px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.ipd-docs-home__start li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #171a43;
	font-size: 13px;
}

.ipd-docs-home__start li::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #421cff;
	border-radius: 50%;
}

@media (max-width: 1180px) {
	.ipd-doc {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.ipd-toc {
		display: none;
	}

	.ipd-docs-home {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.ipd-docs-home__main {
		padding: 48px 32px 56px;
	}

	.ipd-docs-home__hero {
		grid-template-columns: 1fr;
	}

	.ipd-docs-home__hero-art {
		display: none;
	}

	.ipd-docs-home__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.ipd-doc,
	.ipd-archive__grid,
	.ipd-docs-browser,
	.ipd-docs-home,
	.ipd-docs-home__bottom {
		display: block;
	}

	.ipd-sidebar,
	.ipd-docs-browser__sidebar,
	.ipd-docs-home__sidebar {
		position: static;
		max-height: none;
		border-right: 0;
		border-bottom: 1px solid #e7e3f3;
	}

	.ipd-main {
		padding: 26px 20px 56px;
	}

	.ipd-hero {
		grid-template-columns: 1fr;
	}

	.ipd-hero__icon {
		display: none;
	}

	.ipd-related {
		grid-template-columns: 1fr;
	}

	.ipd-feature-strip,
	.ipd-content .grid,
	.ipd-docs-home__cards {
		grid-template-columns: 1fr;
	}

	.ipd-docs-home__main {
		padding: 34px 20px 48px;
	}

	.ipd-docs-home__hero {
		margin-bottom: 34px;
	}

	.ipd-docs-home__bottom {
		display: grid;
		gap: 14px;
	}
}
