/*
 * Knowledge Base page styles.
 *
 * The legacy site stylesheet is shared by many pages and contains fixed-width
 * table rules.  Keep this file scoped to .kb-page so the KB can be modernized
 * without changing the layout of the other pages.
 */

body.kb-page,
.kb-page *,
.kb-page *::before,
.kb-page *::after {
	box-sizing: border-box;
}

body.kb-page {
	min-width: 0;
	max-width: 100%;
	background: #fff;
	color: #434950;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.kb-page .skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 3000;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
	background: #343a41;
	color: #fff;
}

.kb-page .skip-link:focus {
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	text-decoration: none;
}

/* The shared header shows the menu button only at its tablet/mobile breakpoint. */
.kb-page .menu-toggle {
	display: none !important;
}

.kb-page .kb-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.kb-page .kb-content {
	width: 100%;
	max-width: 962px;
	margin: 0 auto;
	padding: 30px 20px 46px;
}

.kb-page .kb-heading {
	max-width: 760px;
	margin: 0 auto 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.kb-page .kb-eyebrow {
	margin: 0 0 5px;
	color: #6cc195;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.3;
	text-transform: uppercase;
}

.kb-page .kb-heading h1 {
	margin: 0 0 10px;
	color: #343a41;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.1;
}

.kb-page .kb-heading h1 span,
.kb-page .kb-card h2 span {
	color: #6cc195;
}

.kb-page .kb-intro {
	max-width: 620px;
	margin: 0 auto;
	color: #666d73;
	font-size: 16px;
	line-height: 1.55;
}

.kb-page .kb-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.kb-page .kb-card {
	min-width: 0;
	margin: 0;
	padding: 20px 18px 12px;
	border: 1px solid #dfe3e5;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(52, 58, 65, .06);
}

.kb-page .kb-card h2 {
	min-height: 2.35em;
	margin: 0 0 12px;
	color: #343a41;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 1.15;
}

.kb-page .kb-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kb-page .kb-entry {
	min-width: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e5e5e5;
}

.kb-page .kb-entry:first-child {
	border-top: 0;
}

.kb-page .kb-entry > a,
.kb-page .kb-disclosure > summary {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	min-height: 44px;
	padding: 12px 0;
	border: 0;
	background: transparent;
	color: #434950 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	text-decoration: none !important;
}

.kb-page .kb-entry > a::before,
.kb-page .kb-disclosure > summary::before {
	content: "";
	display: block;
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	margin-top: .42em;
	border-radius: 50%;
	background: #6cc195;
}

.kb-page .kb-entry > a:hover,
.kb-page .kb-entry > a:focus,
.kb-page .kb-disclosure > summary:hover,
.kb-page .kb-disclosure > summary:focus {
	color: #6cc195 !important;
	outline: none;
}

.kb-page .kb-entry > a:focus-visible,
.kb-page .kb-disclosure > summary:focus-visible {
	outline: 2px solid #6cc195;
	outline-offset: 3px;
}

.kb-page .kb-disclosure {
	width: 100%;
}

.kb-page .kb-disclosure > summary {
	cursor: pointer;
	list-style: none;
}

.kb-page .kb-disclosure > summary::-webkit-details-marker {
	display: none;
}

.kb-page .kb-disclosure > summary::after {
	content: "+";
	flex: 0 0 auto;
	margin-left: auto;
	color: #6cc195;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
}

.kb-page .kb-disclosure[open] > summary::after {
	content: "−";
}

.kb-page .kb-disclosure p {
	margin: 0;
	padding: 0 0 12px 17px;
	color: #666d73;
	font-size: 14px;
	line-height: 1.5;
}

.kb-page .kb-disclosure code {
	padding: 2px 4px;
	border-radius: 2px;
	background: #f2f4f4;
	color: #343a41;
	font-family: Consolas, Monaco, monospace;
	font-size: .92em;
}

.kb-page .kb-partner-strip {
	width: 100%;
	max-width: 962px;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
}

.kb-page .kb-partner-logos {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 22px;
	min-width: 0;
	padding: 18px 20px 12px;
}

.kb-page .kb-partner-logos img {
	display: block;
	width: auto;
	max-width: 22%;
	height: auto;
	max-height: 56px;
	padding: 0 !important;
	object-fit: contain;
}

.kb-page .footer-main {
	width: 100%;
	max-width: 962px;
	margin: 0 auto;
	background: #343a41 !important;
}

.kb-page .footer-main footer {
	width: 100%;
	padding: 18px 20px 20px;
	background: #343a41 !important;
}

.kb-page .footer-inner {
	overflow: visible;
}

.kb-page .footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kb-page .footer-menu li {
	padding: 0 !important;
}

.kb-page .footer-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none !important;
}

.kb-page .footer-menu a:hover,
.kb-page .footer-menu a:focus {
	color: #6cc195 !important;
}

.kb-page .footertext-bot {
	padding-top: 8px;
	color: #a1a4a8;
	font-size: 12px;
	line-height: 1.5;
}

.kb-page .footertext-bot .copyright-link {
	color: transparent !important;
}

@media screen and (max-width: 1023px) {
	.kb-page .kb-content {
		padding-right: 16px;
		padding-left: 16px;
	}

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

	.kb-page .kb-card {
		padding: 18px 16px 10px;
	}

	.kb-page .kb-partner-logos {
		gap: 16px;
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media screen and (max-width: 680px) {
	.kb-page .kb-content {
		padding-top: 24px;
		padding-bottom: 32px;
	}

	.kb-page .kb-heading {
		margin-bottom: 18px;
		padding-bottom: 16px;
		text-align: left;
	}

	.kb-page .kb-intro {
		font-size: 15px;
	}

	.kb-page .kb-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.kb-page .kb-card h2 {
		min-height: 0;
		font-size: 21px;
	}

	.kb-page .kb-partner-logos {
		flex-wrap: wrap;
		justify-content: center;
		gap: 14px 20px;
	}

	.kb-page .kb-partner-logos img {
		width: calc(50% - 20px);
		max-width: 160px;
		max-height: 50px;
	}

	.kb-page .footer-main footer {
		padding-right: 16px;
		padding-left: 16px;
	}

	.kb-page .footer-menu {
		gap: 16px;
	}
}

@media screen and (max-width: 380px) {
	.kb-page .kb-content {
		padding-right: 12px;
		padding-left: 12px;
	}

	.kb-page .kb-card {
		padding-right: 13px;
		padding-left: 13px;
	}

	.kb-page .kb-entry > a,
	.kb-page .kb-disclosure > summary {
		font-size: 14px;
	}

	.kb-page .footer-menu {
		gap: 8px;
	}
}
