.api-rest-hero__content {
	max-width: 768px;
	margin: 0 auto 48px;
	text-align: center;
}

.api-rest-hero__content p {
	margin: 0;
	font-size: 18px;
	line-height: 1.625;
	color: #525252;
}

.api-rest-features {
	margin-bottom: 48px;
}

.api-rest-start__inner .integration-h2 {
	margin-bottom: 32px;
}

.api-rest-steps {
	margin: 0 0 48px;
	padding: 0;
}

.api-rest-code {
	background: #22313f;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 32px;
	padding: 0;
	background-clip: padding-box;
}

.api-rest-code__tabs {
	margin: 0;
	border: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--color-neutral-700);
	border-radius: 0;
	background: #1a2530;
	display: flex;
	gap: 4px;
	padding: 16px;
	overflow-x: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.api-rest-code__tab {
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #a8b3bf;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: calc(1.25 / 0.875);
	font-weight: 500;
	padding: 8px 16px;
	min-width: auto;
	flex: 0 0 auto;
	cursor: pointer;
	transition-property: all;
	transition-timing-function: var(--default-transition-timing-function);
	transition-duration: var(--default-transition-duration);
}

.api-rest-code__tab.active {
	background: #22313f;
	color: #fff;
}

.api-rest-code__tab:hover {
	color: #fff;
	background: rgba(34, 49, 63, 0.55);
}

.api-rest-code__tab-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin-right: 8px;
}

.api-rest-code__tab-icon--svg {
	display: inline-block;
	vertical-align: -2px;
}

.api-rest-code__panel {
	margin: 0;
	padding: 24px;
	border: 0;
	background: #22313f;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.api-rest-code pre {
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow-x: auto;
	font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
	font-feature-settings: var(--default-mono-font-feature-settings, normal);
	font-variation-settings: var(--default-mono-font-variation-settings, normal);
	font-size: 14px;
	line-height: calc(1.25 / 0.875);
	color: var(--color-neutral-100);
}

.api-rest-code pre .hljs {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent !important;
	color: #e5e7eb;
}

.api-rest-code code {
	color: #e5e7eb;
}

.api-rest-doc p {
	margin: 0 0 16px;
	color: #52525b;
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.api-rest-hero__content {
		margin-bottom: 28px;
	}

	.api-rest-hero__content h1 {
		font-size: 34px;
	}

	.api-rest-start__inner .integration-h2 {
		margin-bottom: 24px;
	}

	.api-rest-code__tabs {
		padding: 12px;
		gap: 8px;
	}

	.api-rest-code__tab {
		width: auto;
		min-width: max-content;
		padding: 8px 14px;
		justify-content: center;
		font-size: 13px;
	}

	.api-rest-doc {
		padding: 18px;
	}

	.api-rest-doc h3 {
		font-size: 21px;
	}

	.api-rest-doc p {
		font-size: 16px;
	}
}
