/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
	box-sizing: border-box;
}

			@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
	/* lol WAT */
	/* https://mskelton.dev/bytes/20231006081950 */
	color-scheme: dark;

	--font-title: "Google Sans", sans-serif;
	--font-normal: "Google Sans", sans-serif;
	--font-mono: "monospace";

	--color-bg-html: rgb(0, 0, 0);
	--color-bg: rgb(10, 9, 9);
	--color-bg-200: rgba(20, 19, 19, 1);
	--color-bg-border: rgba(32, 32, 32, 1);
	--color-bg-border-accent: rgba(56, 56, 56, 1);
	--color-bg-code: rgba(27, 27, 27, 1);
	--color-bg-accent: rgba(30, 30, 35, 1);
	--color-text-primary: rgb(240, 240, 240);
	--color-text-secondary:rgb(132, 166, 167);
	--color-text-accent: rgb(100, 123, 200);
	--color-image-monochrome-accent: rgba(7, 7, 7, 0.5);

	--panel-border: 2px;
	--panel-extrude: 4px;
	--panel-gap: 1rem;
	--panel-padding: 1rem;

	--content-width: 50rem;

	/* text highlighting colors */
	--color-highlight-text:rgb(10, 9, 9);
	--color-highlight-bg: rgb(122, 255, 252);

	--underline-width-title: 4px;
	--underline-width: 2px;

	--color-github-alert-note      : #0FF9;
	--color-github-alert-tip       : #FF09;
	--color-github-alert-important : #F3F9;
	--color-github-alert-warning   : #F809;
	--color-github-alert-caution   : #F229;

	/* --- */

	font-size: 100%;

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

@media screen and (max-width: 768px) {
	:root {
		--panel-padding: 0.5rem;
	}
}


html {
	background: var(--color-bg-html);

	/* https://www.frontend.fyi/tutorials/finally-a-fix-for-100vh-on-mobile */
	min-height: 100dvh;
	overflow-y: scroll;
}

* {
	color: var(--color-text-primary);
	font-family: var(--font-normal);
}

h1, h2, h3, h4, h5, h6, p, li, a, input, textarea, div, select, article, main {

}

h1 {
	margin-top: 0;
}

p > code {
	background: var(--color-bg-code);
	margin: 0 0.125rem;
	padding: 0 0.125rem;
	white-space: pre-wrap;
	word-wrap: break-word;
	tab-size: 2;
}

p:empty {
	display: none;
}

pre {
	/* background: var(--color-bg-code); */
	border: var(--panel-border) dotted var(--color-bg-border-accent);
	padding: 1rem;
	white-space: auto;
	overflow-x: auto;
	word-wrap: nowrap;
	tab-size: 2;
}

a:hover {
	color: var(--color-text-accent);
}

ul li p,
ol li p {
	margin: 0;
}

img {
	max-width: 100%;
}

::selection {
	color: var(--color-highlight-text);
	background: var(--color-highlight-bg);
}

table {
	border-collapse: collapse;
	overflow: hidden;
	border: var(--underline-width) solid var(--color-text-secondary);
	padding: var(--underline-width);
	/* margin-top: 1rem; */
	margin-bottom: 1rem;

	/* display: inline-block; */
}
th,
td {
	padding: 0.25rem 0.5rem;
	color: #fff;
}
td:nth-child(even) {
	background: var(--color-bg-200);
}
th {
	text-align: left;
}

thead th {
	background-color: var(--color-text-secondary);
	color: var(--color-bg);
}

/* tbody td {
	position: relative;
} */
/* tbody td:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: -1;
} */


			/* NOTES: */
/* All media queries are designed around the left side container being a    */
/* fixed size (12rem). If you want to change it, you should change the      */
/* media queries to match.                                                  */

/* "vw" is used instead of "dvw" because the side scrollbar is always on.   */

/* why do i have both body and .siteContainer???? */

.siteContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 100vw;
	margin: var(--panel-gap);
	gap: var(--panel-gap)
}
@media screen and (max-width: 960px) {
	.siteContainer {
		display: block;
		margin: 0;
		background: var(--color-bg);
	}
}

	.siteContainer__left {
		width: 12rem;
		max-width: 12rem;
		display: flex;
		flex-direction: column;
		gap: var(--panel-gap);
	}

	@media screen and (max-width: 960px) {
		.siteContainer__left {
			flex-direction: row;
			width: 100%;
			max-width: 100vw;
			justify-content: space-between;
			align-items: center;
			padding: var(--panel-padding);
		}
	}

	.sideContainer__sticky {
		position: sticky;
		/* --panel-extrude makes the gaps between panels look smaller, */
		/* so we need to compensate for it for the top-most and left-most panels */
		top: calc(var(--panel-gap) - var(--panel-extrude));
		display: flex;
		flex-direction: column;
		gap: var(--panel-gap);
	}

	.siteContainer__main {
		flex: 1;
		line-height: 1.5;
		min-width: min(fit-content, var(--content-width));
		width: var(--content-width);
		--real-width: calc(100vw - calc(var(--panel-padding) * 2));
		max-width: min(var(--real-width), var(--content-width));
	}

	@media screen and (max-width: 960px) {
		.siteContainer__main {
			width: 100%;
			max-width: var(--content-width);
			padding: 0;
			margin: auto;
		}
	}

		.siteContainer__main h1 {
			display: block;
			font-size: 2.5rem;
			text-decoration: none;
			padding-bottom: 0.5rem;
			border-bottom: var(--underline-width-title) solid var(--color-text-secondary);
			line-height: 1;
			min-width: 100%;
			clear: both;
		}

		.siteContainer__main h2 > a {
			display: block;
			font-size: 1.75rem;
			text-decoration: none;
			border-bottom: var(--underline-width) solid var(--color-text-secondary);
			clear: both;
		}

		.siteContainer__main h3 > a {
			display: inline-block;
			font-size: 1rem;
			text-decoration: none;
			border-bottom: var(--underline-width) solid var(--color-text-secondary);
		}

		.siteContainer__main > *:last-child {
			margin-bottom: 0;
		}

.panel {
	background: var(--color-bg);
	border: var(--panel-border) solid var(--color-bg-border);
	box-shadow: var(--panel-extrude) var(--panel-extrude) var(--color-bg-border-accent);
	padding: var(--panel-padding);
}

@media screen and (max-width: 960px) {
	.panel {
		box-shadow: none;
		border: none;
	}
}

.panel > *:first-child {
	margin-top: 0;
}

.siteCard {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;

	border: var(--panel-border) solid var(--color-bg-border);
	box-shadow: var(--panel-extrude) var(--panel-extrude) var(--color-bg-border-accent);
	padding: 1rem;
}
@media screen and (max-width: 960px) {
	.siteCard {
		flex-direction: row;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
}
	.siteCard__title {
		font-size: 1.25rem;
		font-weight: 700;
		text-align: center;
		display: block;
		text-decoration: none;
		border-top: var(--panel-border) solid var(--color-bg-border);
		margin-top: 0.5rem;
		padding-top: 0.5rem;
	}

	@media screen and (max-width: 960px) {
		.siteCard__title {
			margin: 0;
			padding: 0;
			border: 0;
			/* idk what i'm doing */
			line-height: 1.5;
		}
	}

	.siteCard__logo {}

	@media screen and (max-width: 960px) {
		.siteCard__logo {
			height: 2rem;
			max-height: 2rem;
		}
	}

.searchButton {
	text-decoration: none;
	text-align: center;
	display: block;
}

	@media screen and (max-width: 960px) {
		.panel:has(.searchButton) {
			display: block;
			margin: 0;
			padding: 0;
			background: none;
			border: none;
			box-shadow: none;
			height: 100%;
		}

		.searchButton {
			height: 100%;
			/* i don't know what this does but it helps align */
			line-height: 0;
		}
	}

.sideLinks {}
@media screen and (max-width: 960px) {
	.sideLinks {
		display: none;
	}
}
	.sideLinks__sectionName {
		font-weight: 700;
		display: block;
		border-bottom: var(--underline-width) solid var(--color-text-secondary);
		margin: 0;
		padding-bottom: 0.5rem;
	}
	.sideLinks__ul {
		list-style-type: none;
		padding-left: 0;
		padding-top: 0.5rem;
		margin: 0;
		margin-bottom: 2rem;
	}
	.sideLinks__ul:last-child {
		margin-bottom: 0;
	}
	.sideLinks__li {}
	.sideLinks__a {
		text-decoration: none;
		line-height: 1.25;
	}

	.sideLinks__a:hover::before,
	.sideLinks__a:focus::before {
		content: "> ";
	}

			.elementalTable {
	--title-color: #000;
	--title-background: #000;
	padding: 0.5rem;
	border-collapse: separate;
	max-width: 100%;
	/* width: 100%; */
	overflow: auto;
	margin: auto;
	font-size: 0.9rem;
	border: none;
}
	.elementalTable--chaos     { --title-color: #000000; --title-background: #999999; --second-color: #434343; }
	.elementalTable--soul      { --title-color: #E4CCD7; --title-background: #000000; --second-color: #000000; }
	.elementalTable--ethereal  { --title-color: #000000; --title-background: #FFF2CC; --second-color: #FFD966; }

	.elementalTable--ice       { --title-color: #000000; --title-background: #C9DAF8; --second-color: #6D9EEB; }
	.elementalTable--fire      { --title-color: #000000; --title-background: #DD7E6B; --second-color: #CC4125; }
	.elementalTable--lightning { --title-color: #000000; --title-background: #D5A6BD; --second-color: #C27BA0; }

	.elementalTable--wind      { --title-color: #000000; --title-background: #FFFFFF; --second-color: #CFE2F3; }
	.elementalTable--empty     { --title-color: #000000; --title-background: #000000; --second-color: #000000; }
	.elementalTable--earth     { --title-color: #000000; --title-background: #F9CB9C; --second-color: #F6B26B; }

	.elementalTable__title {
		--border-color: var(--panel-extrude);
		color: var(--title-color);
		background: var(--title-background);
		text-align: center;
		margin: 20rem;

		border-bottom: var(--panel-extrude) solid var(--second-color);
	}

			.admonition {
	border: var(--panel-border) dotted var(--color-bg-border-accent);
	padding: 1rem;
}

.admonition-title {
	font-weight: 700;
	border-bottom: var(--underline-width-title) solid var(--color-text-secondary);
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
	width: fit-content;
	text-transform: uppercase;
}

.admonition > *:not(.admonition-title) {
	padding: 0;
	margin: 0;
}

/* https://moderncss.dev/pure-css-custom-checkbox-style/ */
.contains-task-list {
	list-style-type: none;
	padding: 0;
	padding-left: 1rem;
}

.task-list-item-checkbox {
	appearance: none;
}

.task-list-item-checkbox::before {
	content:"☐";
	padding-right: 0.25rem;
}

.task-list-item-checkbox:checked::before {
	content:"☑";
	padding-right: 0.25rem;
}

.markdown-alert {
	--alert-color: var(--color-text-secondary);
	border: 1px dotted var(--alert-color);
	border-left: 4px solid var(--alert-color);
	margin: 1rem 0;
	padding: 0 1rem;
}

.markdown-alert-note      { --alert-color: var(--color-github-alert-note     ); }
.markdown-alert-tip       { --alert-color: var(--color-github-alert-tip      ); }
.markdown-alert-important { --alert-color: var(--color-github-alert-important); }
.markdown-alert-warning   { --alert-color: var(--color-github-alert-warning  ); }
.markdown-alert-caution   { --alert-color: var(--color-github-alert-caution  ); }

.markdown-alert-title > svg {
	fill: var(--alert-color);
	margin-right: 0.5rem;
	transform: translateY(0.125rem);
}

/* this code is so bad */
/* who wrote it!!!!! */
/* (i did. i wrote this.) */

.multiColumnList--2 { --column-count: 2; }
.multiColumnList--3 { --column-count: 3; }
.multiColumnList--4 { --column-count: 4; }

.multiColumnList--2,
.multiColumnList--3,
.multiColumnList--4 {
	/* "var(--panelpadding) * 6" should be "var(--panelpadding) * 2" */
	/* but a four column list was messing up so i scrapped it */
	/* probably a TERRIBLE idea but oh well */
	--effective-width: calc(calc(var(--content-width) - var(--panel-padding) * 6));
	columns: calc(var(--effective-width) / var(--column-count)) var(--column-count);
	margin: 1rem 0;
}
.multiColumnList--2 > ul,
.multiColumnList--3 > ul,
.multiColumnList--4 > ul {
	margin: 0;
}

.multiColumnList--2 > ul > li,
.multiColumnList--3 > ul > li,
.multiColumnList--4 > ul > li {
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.multiColumnList--2 > ul > li a,
.multiColumnList--3 > ul > li a,
.multiColumnList--4 > ul > li a {
	text-decoration: none;
}

.multiColumnList--2 > ul > li img,
.multiColumnList--3 > ul > li img,
.multiColumnList--4 > ul > li img {
	max-height: 1rem;
	height: 1rem;
	image-rendering: pixelated;
	transform: translateY(0.125rem);
}

.scaleUpImage img {
	max-width: 100%;
	width: 100%;
	image-rendering: pixelated;
}

.footnotes-sep {
	/* border-top: var(--panel-border) solid var(--color-bg-border); */
 display: none;
}

.footnotes-list {
	margin-bottom: 0;
	border-top: var(--panel-border) solid var(--color-text-secondary);
	padding-top: 1rem;
}

.footnote-item {
	margin-bottom: 1rem;
}

.footnote-item:last-child {
	margin-bottom: 0;
}

.cardSelect > ul,
.cardSelect--labelOverlap > ul,
.cardSelect--framed > ul {
	list-style-type: none;
	padding: 0;

	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	margin-bottom: 2em;
	text-align: center;
	gap: var(--panel-padding);
}

.cardSelect > ul > li > a,
.cardSelect--labelOverlap > ul > li > a,
.cardSelect--framed > ul > li > a {
	/* max-width: 8rem; */
	/* border: var(--panel-border) solid var(--color-bg-border-accent); */
	background: var(--color-bg);
	/* padding: 0.5rem; */
	line-height: 0;
	display: block;
	text-decoration: none;
}

.cardSelect > ul > li > a:hover,
.cardSelect--labelOverlap > ul > li > a:hover,
.cardSelect--framed > ul > li > a:hover {
	background: var(--color-bg-accent);
}

.cardSelect > ul > li > a > img,
.cardSelect--labelOverlap > ul > li > a > img,
.cardSelect--framed > ul > li > a > img {
	width: 100%;
}

.cardSelect--labelOverlap > ul > li {
	position: relative;
}

.cardSelect--labelOverlap > ul > li > p {
	position: absolute;
	left: 0;
	right: 0.25rem;
	margin-inline: auto;
	width: calc(100% - 1rem);
	/* display: block; */
	bottom: 0.625rem;
	padding: 0rem 0.5rem;
	background: var(--color-bg-accent);
	border: 2px solid var(--color-bg-border);
	box-shadow: var(--panel-extrude) var(--panel-extrude) var(--color-bg);
	/* padding: var(--panel-padding); */
	pointer-events: none;
}

.cardSelect--framed > ul > li {
	border: var(--panel-border) solid var(--color-bg-border-accent);
	padding: 0.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.cardSelect--framed > ul > li > p {
	background: var(--color-bg-accent);
	padding: 0.125rem 0.5rem;
}

.statReport {
	float: right;
	margin-left: 1rem;
	font-size: 0.9rem;
}

@media screen and (max-width: 960px) {
	.statReport {
		float: none;
		margin: auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.characterPortrait {
	float: right;
	margin-left: 1rem;
	font-size: 0.9rem;
}

.characterPortrait p {
	margin: 0;
}


.characterPortrait img {
	max-width: 18rem;
	border: 2px solid var(--color-text-secondary);
	box-shadow: var(--panel-extrude) var(--panel-extrude) var(--color-bg);
	padding: 0.5rem;
	line-height: 0;
	margin: 0;
}

.characterPortrait table {
	width: 100%;
}

.characterPortrait > * {
	margin: 0;
}

.characterPortrait > *:empty {
	display: none;
}

.characterPortrait p {
	line-height: 0;
}



			/* .pagefind-ui__form {
	display: flex;
	gap: 1rem;
} */

.pagefind-ui__search-input {
	background: var(--color-bg);
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 0.25rem;
	flex-grow: 1;
}

.pagefind-ui__search-clear,
.pagefind-ui__button {
	background: var(--color-bg);
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 0.25rem;
	flex: 0;
}

.pagefind-ui__results {
	list-style-type: none;
	padding: 0;

	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pagefind-ui__result {
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 1rem;
}

.pagefind-ui__result-inner > .pagefind-ui__result-title:first-child {
	margin: 0;
	margin-bottom: 1rem;
}

.pagefind-ui__result-inner > .pagefind-ui__result-title:first-child > .pagefind-ui__result-link {
	text-decoration: none;
	font-size: 1.5rem;
	margin: 0;
	font-weight: 700;
	border-bottom: var(--panel-border) solid var(--color-text-secondary);
	pointer-events: auto;
	cursor: pointer;
}

.pagefind-ui__result-title {
	margin-bottom: 0;
	margin-top: 0;
}

.pagefind-ui__result-link {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.pagefind-ui__result-excerpt {
	font-style: italic;
	color: var(--color-text-secondary);
	margin-top: 0;
	margin-bottom: 0.5rem;
	position: relative;
	top: -4px;
}

.pagefind-ui__result-excerpt:last-child {
	margin-bottom: 0;
}

.pagefind-ui__result-excerpt::before {
	content: "⤷ ";
	font-size: 1.25rem;
	padding-left: 0.5rem;
	position: relative;
	top: 1px;
}

.pagefind-ui__result-excerpt > mark {
	background: var(--color-text-secondary);
	color: var(--color-bg);
}