.sr-baike-archive #main {
	padding-top: 0;
}

.sr-baike-page {
	--sr-green: #278b50;
	--sr-green-dark: #1f7342;
	--sr-ink: #18221c;
	--sr-muted: #78817b;
	background: #f4f8f5;
	color: var(--sr-ink);
	font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.sr-baike-container {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

/* Hero */
.sr-baike-hero {
	padding: 34px 0 30px;
	background:
		radial-gradient(circle at 20% 30%, rgba(45, 145, 83, 0.12), transparent 35%),
		radial-gradient(circle at 80% 20%, rgba(45, 145, 83, 0.08), transparent 30%),
		linear-gradient(180deg, #eef8f1 0%, #f4f8f5 100%);
	text-align: center;
}

.sr-baike-hero__label {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 5px 14px;
	border: 1px solid #a9d5b8;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	color: var(--sr-green);
	font-size: 12px;
	font-weight: 600;
}

.sr-baike-hero__title {
	margin: 0;
	color: #101613;
	font-family: "Noto Serif SC", "Songti SC", serif;
	font-size: clamp(38px, 4.5vw, 56px);
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.15;
}

.sr-baike-hero__lead {
	margin: 10px 0 22px;
	color: #6f7872;
	font-size: 15px;
}

.sr-baike-search {
	position: relative;
	width: min(720px, 100%);
	margin: 0 auto;
}

.sr-baike-search .betterdocs-live-search,
.sr-baike-search .betterdocs-searchform {
	margin: 0 !important;
}

.sr-baike-search .betterdocs-search-heading {
	display: none;
}

.sr-baike-search .betterdocs-searchform {
	position: relative;
	display: flex !important;
	align-items: center !important;
	gap: 0;
	padding: 4px !important;
	border: 1px solid #b8d8c2 !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(34, 120, 69, 0.12) !important;
}

.sr-baike-search .betterdocs-searchform-input-wrap {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	min-height: 44px;
	padding: 0 8px 0 16px !important;
	border: 0 !important;
	background: transparent !important;
}

.sr-baike-search .docs-search-icon,
.sr-baike-search .docs-search-loader,
.sr-baike-search .docs-search-close {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
	fill: #78817b;
}

.sr-baike-search .betterdocs-search-field {
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 10px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 14px !important;
	line-height: 44px !important;
}

.sr-baike-search .betterdocs-search-submit {
	display: none !important;
}

.sr-baike-search__button {
	position: static;
	flex: 0 0 auto;
	width: 88px;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #36975a, #237845);
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 44px !important;
	cursor: pointer;
	box-sizing: border-box;
}

/* Main */
.sr-baike-main {
	padding: 8px 0 56px;
}

.sr-baike-main > .sr-baike-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Process timeline */
.sr-baike-process {
	padding: 22px 24px 24px;
	border: 1px solid #e6ece8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(30, 50, 38, 0.04);
}

.sr-baike-process__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px 16px;
	margin-bottom: 18px;
}

.sr-baike-process__head h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.sr-baike-process__head p {
	margin: 0;
	color: #8a938d;
	font-size: 13px;
}

.sr-baike-process__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-baike-process__steps::before {
	position: absolute;
	top: 28px;
	right: 16%;
	left: 16%;
	height: 2px;
	background: linear-gradient(90deg, #cfe4d6, #a8d4b8, #cfe4d6);
	content: "";
}

.sr-baike-process__steps a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 8px 12px 4px;
	color: #263029;
	text-align: center;
	text-decoration: none;
}

.sr-baike-process__icon {
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(39, 139, 80, 0.15);
}

.sr-baike-process__icon--prep {
	background: linear-gradient(135deg, #e8f5ec, #d4eadc);
}

.sr-baike-process__icon--build {
	background: linear-gradient(135deg, #fff4e0, #ffe8b8);
}

.sr-baike-process__icon--done {
	background: linear-gradient(135deg, #e8f5ec, #c8e8d4);
}

.sr-baike-process__icon::before {
	display: block;
	width: 24px;
	height: 24px;
	background: var(--sr-green);
	content: "";
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.sr-baike-process__icon--prep::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5'/%3E%3C/svg%3E");
}

.sr-baike-process__icon--build::before {
	background: #d4843a;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M2 18h20v2H2v-2zm17-8.5L12 2 5 9.5V16h14V9.5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M2 18h20v2H2v-2zm17-8.5L12 2 5 9.5V16h14V9.5z'/%3E%3C/svg%3E");
}

.sr-baike-process__icon--done::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 14-4-4 1.41-1.41L11 12.17l5.59-5.59L18 8l-7 7z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1 14-4-4 1.41-1.41L11 12.17l5.59-5.59L18 8l-7 7z'/%3E%3C/svg%3E");
}

.sr-baike-process__steps strong {
	font-size: 15px;
}

.sr-baike-process__steps small {
	color: #838b85;
	font-size: 12px;
	line-height: 1.4;
}

/* Spotlight dual cards */
.sr-baike-spotlight {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.sr-baike-spot {
	overflow: hidden;
	border: 1px solid #e6ece8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(30, 50, 38, 0.04);
}

.sr-baike-spot--prep {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	min-height: 240px;
}

.sr-baike-spot__media {
	background-position: center;
	background-size: cover;
}

.sr-baike-spot__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 26px;
}

.sr-baike-spot__body h2 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.sr-baike-spot__body h2 a {
	color: #18221c;
	text-decoration: none;
}

.sr-baike-spot__body p {
	margin: 0 0 18px;
	color: #6f7872;
	font-size: 14px;
	line-height: 1.65;
}

.sr-baike-spot__cta {
	display: inline-flex;
	align-self: flex-start;
	padding: 10px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #36975a, #237845);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.sr-baike-spot--budget {
	display: flex;
	flex-direction: column;
}

.sr-baike-spot__budget-head {
	padding: 20px 22px 16px;
	background-position: right center;
	background-size: cover;
}

.sr-baike-spot__budget-head h2 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
}

.sr-baike-spot__budget-head h2 a {
	color: #18221c;
	text-decoration: none;
}

.sr-baike-spot__budget-head p {
	margin: 0;
	color: #7a6a3a;
	font-size: 13px;
	line-height: 1.55;
}

.sr-baike-spot__tiles {
	display: grid;
	flex: 1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0 16px 16px;
}

.sr-baike-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-height: 88px;
	padding: 14px 10px;
	border: 1px solid #f0e8d4;
	border-radius: 12px;
	background: #fffcf5;
	color: #4f4a3a;
	text-align: center;
	text-decoration: none;
}

.sr-baike-tile__icon {
	display: block;
	width: 28px;
	height: 32px;
	border: 2px solid #d4b86a;
	border-radius: 6px;
	background: linear-gradient(180deg, #fff9e8, #f5ecd0);
}

.sr-baike-tile__icon::before,
.sr-baike-tile__icon::after {
	display: block;
	height: 2px;
	margin: 8px auto 0;
	border-radius: 999px;
	background: #d4b86a;
	content: "";
}

.sr-baike-tile__icon::before {
	width: 14px;
}

.sr-baike-tile__icon::after {
	width: 10px;
	margin-top: 4px;
}

.sr-baike-tile__title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Trades */
.sr-baike-trades h2 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
}

.sr-baike-trades__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.sr-baike-trade {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 10px 16px;
	border: 1px solid #e6ece8;
	border-radius: 14px;
	background: #fff;
	color: #18221c;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 12px rgba(30, 50, 38, 0.04);
}

.sr-baike-trade__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--sr-accent) 14%, white);
}

.sr-baike-trade__icon::before {
	display: block;
	width: 22px;
	height: 22px;
	background: var(--sr-accent);
	content: "";
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.sr-baike-trade__icon--electric::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66L13 3h1l-1 7h3.5c.49 0 .56.33.47.59L11 21z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66L13 3h1l-1 7h3.5c.49 0 .56.33.47.59L11 21z'/%3E%3C/svg%3E");
}

.sr-baike-trade__icon--mason::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.41-1.42L13 6.17V2h-2v4.17L7.76 2.92 6.34 4.34 11 9v2H9L4.34 6.34 2.92 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.41 1.42L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.42-1.41L17.83 13H22v-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.41-1.42L13 6.17V2h-2v4.17L7.76 2.92 6.34 4.34 11 9v2H9L4.34 6.34 2.92 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.41 1.42L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.42-1.41L17.83 13H22v-2z'/%3E%3C/svg%3E");
}

.sr-baike-trade__icon--wood::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E");
}

.sr-baike-trade__icon--paint::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18 2c-1.1 0-2 .9-2 2v1H4c-1.1 0-2 .9-2 2v2c0 4.42 3.58 8 8 8h1v3c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-8c0-5.52-4.48-10-10-10zm-2 12H4v-2h12v2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18 2c-1.1 0-2 .9-2 2v1H4c-1.1 0-2 .9-2 2v2c0 4.42 3.58 8 8 8h1v3c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-8c0-5.52-4.48-10-10-10zm-2 12H4v-2h12v2z'/%3E%3C/svg%3E");
}

.sr-baike-trade__icon--install::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M22.7 19-13.6 9.9a4.8 4.8 0 0 0-6.8 0l-.3.3-2.1-2.1-1.4 1.4 2.1 2.1-.3.3a4.8 4.8 0 0 0 0 6.8L9.9 22.7a4.8 4.8 0 0 0 6.8 0l5-5a4.8 4.8 0 0 0 0-6.8z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M22.7 19-13.6 9.9a4.8 4.8 0 0 0-6.8 0l-.3.3-2.1-2.1-1.4 1.4 2.1 2.1-.3.3a4.8 4.8 0 0 0 0 6.8L9.9 22.7a4.8 4.8 0 0 0 6.8 0l5-5a4.8 4.8 0 0 0 0-6.8z'/%3E%3C/svg%3E");
}

.sr-baike-trade__icon--design::before,
.sr-baike-trade__icon--material::before,
.sr-baike-trade__icon--soft::before,
.sr-baike-trade__icon--doc::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E");
}

.sr-baike-trade strong {
	font-size: 14px;
	line-height: 1.35;
}

.sr-baike-trade small {
	color: #89918c;
	font-size: 12px;
}

/* Visual category cards */
.sr-baike-visuals__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.sr-baike-visual {
	overflow: hidden;
	border: 1px solid #e6ece8;
	border-radius: 16px;
	background: #fff;
	color: #18221c;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(30, 50, 38, 0.04);
}

.sr-baike-visual__image {
	display: block;
	height: 160px;
	background-position: center;
	background-size: cover;
}

.sr-baike-visual__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 18px 18px;
}

.sr-baike-visual__body strong {
	font-size: 17px;
	line-height: 1.35;
}

.sr-baike-visual__body span {
	color: #6f7872;
	font-size: 13px;
	line-height: 1.55;
}

.sr-baike-visual__body em {
	margin-top: 4px;
	color: #89918c;
	font-size: 12px;
	font-style: normal;
}

/* Popular guides */
.sr-baike-popular {
	padding: 22px 24px 24px;
	border: 1px solid #e6ece8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(30, 50, 38, 0.04);
}

.sr-baike-popular__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.sr-baike-popular__head h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.sr-baike-popular__head p {
	margin: 4px 0 0;
	color: #8a938d;
	font-size: 13px;
}

.sr-baike-popular__nav {
	color: #758078;
	font-size: 22px;
	letter-spacing: 0.4em;
}

.sr-baike-popular__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.sr-baike-popular-card {
	display: grid;
	overflow: hidden;
	grid-template-columns: 120px minmax(0, 1fr);
	border: 1px solid #eef1ef;
	border-radius: 12px;
	background: #fff;
	color: #1c251f;
	text-decoration: none;
}

.sr-baike-popular-card__image {
	min-height: 110px;
	background-position: center;
	background-size: cover;
}

.sr-baike-popular-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 12px 14px;
}

.sr-baike-popular-card strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sr-baike-popular-card small {
	margin-top: 8px;
	color: #89918c;
	font-size: 12px;
}

/* More categories */
.sr-baike-more {
	padding: 22px 24px 24px;
	border: 1px solid #e6ece8;
	border-radius: 16px;
	background: #fff;
}

.sr-baike-more__head {
	margin-bottom: 14px;
}

.sr-baike-more__head h2 {
	margin: 0;
	font-size: 20px;
}

.sr-baike-more__head p {
	margin: 4px 0 0;
	color: #8a938d;
	font-size: 13px;
}

.sr-baike-more__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.sr-baike-more-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #eef1ef;
	border-radius: 12px;
	background: #fafcfb;
	color: #18221c;
	text-decoration: none;
}

.sr-baike-more-card strong {
	display: block;
	font-size: 14px;
}

.sr-baike-more-card small {
	color: #89918c;
	font-size: 12px;
}

/* Hover */
@media (hover: hover) {
	.sr-baike-spot,
	.sr-baike-trade,
	.sr-baike-visual,
	.sr-baike-popular-card,
	.sr-baike-more-card,
	.sr-baike-tile {
		transition: transform 0.18s ease, box-shadow 0.18s ease;
	}

	.sr-baike-spot:hover,
	.sr-baike-trade:hover,
	.sr-baike-visual:hover,
	.sr-baike-popular-card:hover,
	.sr-baike-more-card:hover,
	.sr-baike-tile:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 24px rgba(35, 72, 48, 0.1);
	}
}

/* Responsive */
@media (max-width: 980px) {
	.sr-baike-spotlight {
		grid-template-columns: 1fr;
	}

	.sr-baike-spot--prep {
		grid-template-columns: 1fr;
	}

	.sr-baike-spot__media {
		min-height: 180px;
	}

	.sr-baike-trades__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sr-baike-visuals__grid,
	.sr-baike-popular__grid,
	.sr-baike-more__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-baike-process__steps::before {
		display: none;
	}
}

@media (max-width: 640px) {
	.sr-baike-container {
		width: min(100% - 24px, 1200px);
	}

	.sr-baike-hero {
		padding-top: 24px;
	}

	.sr-baike-hero__title {
		font-size: 34px;
		letter-spacing: 0.06em;
	}

	.sr-baike-hero__lead {
		font-size: 13px;
	}

	.sr-baike-search .betterdocs-searchform-input-wrap {
		padding: 0 6px 0 14px !important;
	}

	.sr-baike-search__button {
		width: 72px;
		font-size: 13px;
	}

	.sr-baike-process__steps {
		grid-template-columns: 1fr;
	}

	.sr-baike-process__steps a {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}

	.sr-baike-trades__grid,
	.sr-baike-visuals__grid,
	.sr-baike-popular__grid,
	.sr-baike-more__grid {
		grid-template-columns: 1fr;
	}

	.sr-baike-spot__tiles {
		grid-template-columns: 1fr;
	}

	.sr-baike-popular-card {
		grid-template-columns: 100px minmax(0, 1fr);
	}
}
