.bglp-product-resource-links {
	box-sizing: border-box;
	width: calc(100% - 32px);
	max-width: 1180px;
	margin: 32px auto;
	padding: 36px 24px;
	overflow-wrap: anywhere;
	background: #f5f9fc;
	color: #102a43;
	border: 1px solid #d5e4e8;
	border-radius: 12px;
}

.bglp-product-resource-links * {
	box-sizing: border-box;
}

.bglp-product-resource-links h2 {
	margin: 0;
	color: inherit;
}

.bglp-product-resource-links ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.bglp-product-resource-links li {
	min-width: 0;
	margin: 0;
}

.bglp-product-resource-links a {
	display: block;
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 14px 16px;
	overflow-wrap: anywhere;
	color: #087b7b;
	background: transparent;
	border: 1px solid #d5e4e8;
	border-radius: 8px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
}

.bglp-product-resource-links a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bglp-product-resource-links a:focus-visible {
	outline: 3px solid #087b7b;
	outline-offset: 3px;
}

html[data-bglp-theme="dark"] .bglp-product-resource-links,
html[data-brx-theme="dark"] .bglp-product-resource-links {
	background: #142a38;
	color: #eef5f8;
	border-color: #315166;
}

html[data-bglp-theme="dark"] .bglp-product-resource-links a,
html[data-brx-theme="dark"] .bglp-product-resource-links a {
	color: #82cff8;
	border-color: #315166;
}

html[data-bglp-theme="dark"] .bglp-product-resource-links a:focus-visible,
html[data-brx-theme="dark"] .bglp-product-resource-links a:focus-visible {
	outline-color: #82cff8;
}

@media (max-width: 640px) {
	.bglp-product-resource-links {
		width: calc(100% - 24px);
		margin: 24px auto;
		padding: 28px 16px;
	}

	.bglp-product-resource-links ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.bglp-product-resource-links a {
		padding: 13px 14px;
	}
}

.bglp-guide {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin: 48px auto 72px;
	padding: 0 24px;
	overflow-wrap: anywhere;
	color: #102a43;
	font-size: 18px;
	line-height: 1.72;
}

.bglp-guide *,
.bglp-guide *::before,
.bglp-guide *::after {
	box-sizing: border-box;
}

.bglp-guide > section {
	margin-top: 40px;
}

.bglp-guide > section:first-child {
	margin-top: 0;
}

.bglp-guide h1 {
	margin: 0 0 18px;
	color: #102a43;
	font-size: clamp(2.15rem, 6vw, 3.8rem);
	font-weight: 800;
	line-height: 1.07;
	letter-spacing: -0.025em;
}

.bglp-guide :is(h2, h3) {
	margin: 0 0 14px;
	color: #102a43;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.bglp-guide h2 {
	font-size: clamp(26px, 3.2vw, 36px);
	line-height: 1.2;
}

.bglp-guide h3 {
	font-size: clamp(19px, 2.2vw, 23px);
	line-height: 1.3;
}

.bglp-guide :is(p, ul, ol, dl, pre, figure, details) {
	margin-top: 0;
	margin-bottom: 20px;
}

.bglp-guide :is(ul, ol) {
	padding-left: 1.35em;
}

.bglp-guide :is(li, dd) + :is(li, dd) {
	margin-top: 8px;
}

.bglp-guide a {
	color: #087b7b;
	font-weight: 700;
	text-underline-offset: 3px;
}

.bglp-guide a:focus-visible {
	outline: 3px solid #087b7b;
	outline-offset: 3px;
}

.bglp-guide :is(code, pre) {
	max-width: 100%;
}

.bglp-guide pre {
	overflow-x: auto;
	padding: 16px;
	background: #f5f9fc;
	border: 1px solid #d5e4e8;
	border-radius: 8px;
}

.bglp-guide img {
	max-width: 100%;
	height: auto;
}

.bglp-guide .bglp-kicker {
	margin-bottom: 12px;
	color: #087b7b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bglp-guide .bglp-lead {
	font-size: clamp(20px, 2.4vw, 23px);
	line-height: 1.58;
}

.bglp-guide .bglp-review {
	font-size: 15px;
	opacity: 0.78;
}

.bglp-guide :is(.bglp-notice, .bglp-ruo-notice) {
	margin: 24px 0;
	padding: 18px 20px;
	background: #f5f9fc;
	color: #102a43;
	border: 1px solid #d5e4e8;
	border-left: 4px solid #087b7b;
	border-radius: 8px;
}

.bglp-guide :is(.bglp-notice, .bglp-ruo-notice) > :last-child {
	margin-bottom: 0;
}

.bglp-guide .bglp-table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #d5e4e8;
	border-radius: 10px;
}

.bglp-guide .bglp-table table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border-collapse: collapse;
}

.bglp-guide .bglp-table :is(th, td) {
	padding: 13px 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d5e4e8;
}

.bglp-guide .bglp-table th {
	background: #f5f9fc;
	color: #102a43;
	font-weight: 800;
}

.bglp-guide .bglp-table tr:last-child :is(th, td) {
	border-bottom: 0;
}

.bglp-guide .bglp-study-list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	margin: 24px 0;
}

.bglp-guide :is(.bglp-study-card, .bglp-resource-card) {
	min-width: 0;
	padding: 22px;
	background: #f5f9fc;
	color: #102a43;
	border: 1px solid #d5e4e8;
	border-radius: 10px;
}

.bglp-guide :is(.bglp-study-card, .bglp-resource-card) > :last-child {
	margin-bottom: 0;
}

.bglp-guide .bglp-study-card dl {
	display: grid;
	grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
	gap: 8px 18px;
}

.bglp-guide .bglp-study-card :is(dt, dd) {
	min-width: 0;
	margin: 0;
}

.bglp-guide .bglp-study-card dt {
	font-weight: 800;
}

.bglp-guide .bglp-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 24px 0;
}

.bglp-guide .bglp-refs {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.bglp-guide .bglp-refs li {
	padding-left: 4px;
}

html[data-bglp-theme="dark"] .bglp-guide,
html[data-brx-theme="dark"] .bglp-guide {
	color: #eef5f8 !important;
}

html[data-bglp-theme="dark"] .bglp-guide :is(h1, h2, h3, strong),
html[data-brx-theme="dark"] .bglp-guide :is(h1, h2, h3, strong) {
	color: #eef5f8 !important;
}

html[data-bglp-theme="dark"] .bglp-guide a,
html[data-brx-theme="dark"] .bglp-guide a,
html[data-bglp-theme="dark"] .bglp-guide .bglp-kicker,
html[data-brx-theme="dark"] .bglp-guide .bglp-kicker {
	color: #82cff8 !important;
}

html[data-bglp-theme="dark"] .bglp-guide a:focus-visible,
html[data-brx-theme="dark"] .bglp-guide a:focus-visible {
	outline-color: #82cff8;
}

html[data-bglp-theme="dark"] .bglp-guide :is(.bglp-notice, .bglp-ruo-notice, .bglp-study-card, .bglp-resource-card, pre),
html[data-brx-theme="dark"] .bglp-guide :is(.bglp-notice, .bglp-ruo-notice, .bglp-study-card, .bglp-resource-card, pre) {
	background: #142a38 !important;
	color: #eef5f8 !important;
	border-color: #315166 !important;
}

html[data-bglp-theme="dark"] .bglp-guide .bglp-table,
html[data-brx-theme="dark"] .bglp-guide .bglp-table,
html[data-bglp-theme="dark"] .bglp-guide .bglp-table :is(th, td),
html[data-brx-theme="dark"] .bglp-guide .bglp-table :is(th, td) {
	color: #eef5f8 !important;
	border-color: #315166 !important;
}

html[data-bglp-theme="dark"] .bglp-guide .bglp-table th,
html[data-brx-theme="dark"] .bglp-guide .bglp-table th {
	background: #142a38 !important;
}

@media (max-width: 680px) {
	.bglp-guide {
		margin: 32px auto 48px;
		padding: 0 16px;
		font-size: 17px;
	}

	.bglp-guide > section {
		margin-top: 32px;
	}

	.bglp-guide .bglp-resource-grid,
	.bglp-guide .bglp-study-card dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.bglp-guide :is(.bglp-notice, .bglp-ruo-notice, .bglp-study-card, .bglp-resource-card) {
		padding: 18px;
	}
}

