<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wizlords.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aurelian</id>
	<title>Wizards and Warlords - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wizlords.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aurelian"/>
	<link rel="alternate" type="text/html" href="https://wizlords.wiki/Special:Contributions/Aurelian"/>
	<updated>2026-07-21T03:52:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Citizen.css&amp;diff=2070</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Citizen.css&amp;diff=2070"/>
		<updated>2026-07-19T07:49:33Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Citizen skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * Common.css owns article and template styling. This file only supplies the&lt;br /&gt;
 * Citizen colour palette, Citizen shell adjustments, and mobile layout fixes&lt;br /&gt;
 * for shared components that need a different narrow-screen presentation.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Citizen is developed directly as the mobile/tablet skin; MobileFrontend is&lt;br /&gt;
   not required or assumed by these rules.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Theme And Shared Site Colours&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	/* Wizards &amp;amp; Warlords content tokens used by Common.css. */&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
&lt;br /&gt;
	/* Citizen&#039;s native palette. Keep the skin aligned with the existing site. */&lt;br /&gt;
	--color-primary__h: 28;&lt;br /&gt;
	--color-surface-0: #111;&lt;br /&gt;
	--color-surface-1: #171717;&lt;br /&gt;
	--color-surface-2: #1f1e1e;&lt;br /&gt;
	--color-surface-3: #252525;&lt;br /&gt;
	--color-surface-4: #2c2b2b;&lt;br /&gt;
	--color-progressive: #ff942d;&lt;br /&gt;
	--color-progressive--hover: #ffd37a;&lt;br /&gt;
	--color-progressive--active: #e57d1d;&lt;br /&gt;
	--color-base: #d2d2d2;&lt;br /&gt;
	--color-subtle: #b9b3a8;&lt;br /&gt;
	--color-emphasized: #e7e1d4;&lt;br /&gt;
	--color-base-oklch__l: 85%;&lt;br /&gt;
	--color-base-oklch__c: 0;&lt;br /&gt;
	--color-subtle-oklch__l: 72%;&lt;br /&gt;
	--color-subtle-oklch__c: 0;&lt;br /&gt;
	--color-emphasized-oklch__l: 93%;&lt;br /&gt;
	--color-emphasized-oklch__c: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Page Shell&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.skin-citizen {&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-page-container {&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-header {&lt;br /&gt;
	background-color: var(--color-surface-1);&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-page-actions,&lt;br /&gt;
.skin-citizen .citizen-toc {&lt;br /&gt;
	--color-surface-1: #171717;&lt;br /&gt;
	--color-surface-2: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-body {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-first-heading {&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output a:not(.new),&lt;br /&gt;
.skin-citizen .mw-first-heading a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output a:not(.new):hover,&lt;br /&gt;
.skin-citizen .mw-first-heading a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Citizen applies its own external-link colours after Common.css. Keep links&lt;br /&gt;
   in the shared homepage navigation-list component orange and bold. */&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep the footer close to the article; this site has no advertising area. */&lt;br /&gt;
.skin-citizen .citizen-footer {&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-footer {&lt;br /&gt;
	color: var(--color-subtle);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page banner swap for Citizen/tablet/mobile.&lt;br /&gt;
   The no-background banner is used through the tablet range, then the desktop&lt;br /&gt;
   parchment banner returns at the 900px layout breakpoint. */&lt;br /&gt;
.skin-citizen .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .page-banner {&lt;br /&gt;
		aspect-ratio: 300 / 141;&lt;br /&gt;
		margin-bottom: 0;&lt;br /&gt;
		background-image: url(&amp;quot;/index.php/Special:Redirect/file/Wizlords_banner_nobg.png&amp;quot;);&lt;br /&gt;
		background-repeat: no-repeat;&lt;br /&gt;
		background-position: center center;&lt;br /&gt;
		background-size: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .page-banner-desktop {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.skin-citizen .page-banner {&lt;br /&gt;
		aspect-ratio: auto;&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .page-banner-desktop {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Tables And Media&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
/* Citizen adds overflow wrappers around wide tables. Let them use the full&lt;br /&gt;
   article width so existing tables can scroll instead of shrinking the page. */&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-class-category-table) {&lt;br /&gt;
	width: min(100%, 640px);&lt;br /&gt;
	max-width: 640px;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	overflow-x: visible;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-class-category-table)&lt;br /&gt;
.wizlords-class-category-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: 640px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table) {&lt;br /&gt;
	width: min(100%, 600px);&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	overflow-x: visible;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table.mw-collapsed) {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table)&lt;br /&gt;
.wizlords-example-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table-full-heal) {&lt;br /&gt;
	width: min(100%, 500px);&lt;br /&gt;
	max-width: 500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table-full-heal)&lt;br /&gt;
.wizlords-example-table-full-heal {&lt;br /&gt;
	max-width: 500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	overflow-x: visible;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table)&lt;br /&gt;
.wizlords-reward-table {&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-example-table)&lt;br /&gt;
.wizlords-example-table caption {&lt;br /&gt;
	display: table-caption !important;&lt;br /&gt;
	caption-side: top;&lt;br /&gt;
	width: auto !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	text-align: center !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output img {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   MobileFrontend Collapsible Article Sections&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   MobileFormatter adds .collapsible-heading and .collapsible-block, then&lt;br /&gt;
   toggles .open-block on both elements. Keep collapsed headings visually&lt;br /&gt;
   quiet and row-like; restore the orange divider only for expanded sections.&lt;br /&gt;
   This is scoped to Citizen + MobileFrontend and does not affect Vector.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.skin-citizen.mw-mf .collapsible-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	padding-top: 12px;&lt;br /&gt;
	padding-bottom: 12px;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen.mw-mf .collapsible-heading.open-block {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
	padding-bottom: 6px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen.mw-mf .collapsible-block {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	padding-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen.mw-mf&lt;br /&gt;
.collapsible-heading.open-block&lt;br /&gt;
+ .collapsible-block.open-block {&lt;br /&gt;
	margin-top: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Custom Collapsible Boxes&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Desktop Vector keeps the standard MediaWiki [Expand] / [Collapse] text from&lt;br /&gt;
   Common.css. Citizen uses a compact chevron control so custom collapsible&lt;br /&gt;
   boxes visually match MobileFrontend section headings.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	padding-right: 46px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 9px;&lt;br /&gt;
	right: 10px;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 30px;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	content: &amp;quot;⌄&amp;quot;;&lt;br /&gt;
	display: block;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 22px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section:not(.mw-collapsed)&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	content: &amp;quot;⌃&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
.mw-collapsible-text,&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
a {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle::after {&lt;br /&gt;
	content: &amp;quot;⌃&amp;quot;;&lt;br /&gt;
	font-size: 22px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override the text-glyph toggle above with a CSS-drawn Citizen-style chevron.&lt;br /&gt;
   The toggle spans the title row, so tapping the heading area opens/closes the&lt;br /&gt;
   custom collapsible box on Citizen while Vector keeps the text toggle. */&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	padding-right: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	height: 48px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	color: transparent !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 20px;&lt;br /&gt;
	right: 18px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 8px;&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	transform: rotate(45deg);&lt;br /&gt;
	transform-origin: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section:not(.mw-collapsed)&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	top: 24px;&lt;br /&gt;
	transform: rotate(225deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-title {&lt;br /&gt;
	padding-right: 34px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
.mw-collapsible-text,&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
a {&lt;br /&gt;
	color: transparent !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	min-height: 28px;&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	right: 4px;&lt;br /&gt;
	bottom: 6px;&lt;br /&gt;
	width: 8px;&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	transform: rotate(225deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Final Citizen custom-collapsible icon override.&lt;br /&gt;
   Mimics MobileFrontend&#039;s mf-icon-expand / mf-icon-rotate-flip visual states&lt;br /&gt;
   without depending on those internal classes being present in page markup. */&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	padding-right: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-title {&lt;br /&gt;
	padding-right: 34px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	height: 48px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	color: transparent !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 19px;&lt;br /&gt;
	right: 18px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 10px;&lt;br /&gt;
	height: 10px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-link, #ff942d);&lt;br /&gt;
	transform: rotate(45deg);&lt;br /&gt;
	transform-origin: 50% 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section:not(.mw-collapsed)&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	top: 23px;&lt;br /&gt;
	transform: rotate(225deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
.mw-collapsible-text,&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section&lt;br /&gt;
&amp;gt; .mw-collapsible-toggle&lt;br /&gt;
a {&lt;br /&gt;
	color: transparent !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	min-height: 28px;&lt;br /&gt;
	color: transparent !important;&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-bottom-toggle::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	right: 4px;&lt;br /&gt;
	bottom: 6px;&lt;br /&gt;
	width: 10px;&lt;br /&gt;
	height: 10px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-text, #d2d2d2);&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-text, #d2d2d2);&lt;br /&gt;
	transform: rotate(225deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Citizen custom collapsible heading refinement: place the chevron before the&lt;br /&gt;
   title text, matching native Citizen section headings. */&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-title {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 22px !important;&lt;br /&gt;
	font-weight: 700 !important;&lt;br /&gt;
	line-height: 1.3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 14px !important;&lt;br /&gt;
	font-style: normal !important;&lt;br /&gt;
	font-weight: 400 !important;&lt;br /&gt;
	line-height: 1.6 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-collapsible-section-title::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	left: 1px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 8px;&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
	transform-origin: 50% 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen&lt;br /&gt;
.wizlords-collapsible-section:not(.mw-collapsed)&lt;br /&gt;
.wizlords-collapsible-section-title::before {&lt;br /&gt;
	transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Homepage Sections&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Citizen stacks the desktop left/right homepage blocks. Establish explicit&lt;br /&gt;
   section spacing so heading margins cannot collapse into large blank bands,&lt;br /&gt;
   centre the introductory copy, and retain the desktop orange divider.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right {&lt;br /&gt;
	display: flow-root;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; h2.center,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; .mw-heading2,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; .mw-heading2 {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 14px 0 7px;&lt;br /&gt;
	padding: 0 0 4px;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-content-border),&lt;br /&gt;
		var(--wiz-content-border)&lt;br /&gt;
	);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center bottom;&lt;br /&gt;
	background-size: 65% 1px;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; .mw-heading2 h2,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; .mw-heading2 h2 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; p,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; p,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	max-width: 760px;&lt;br /&gt;
	margin: 6px auto 8px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Give introductory copy a little breathing room before wide homepage cards&lt;br /&gt;
   without increasing spacing in the square-icon sections. */&lt;br /&gt;
.skin-citizen&lt;br /&gt;
:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
&amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext-grid)&lt;br /&gt;
&amp;gt; p {&lt;br /&gt;
	margin-bottom: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Separate homepage lists from the introductory paragraph above them. */&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.skin-citizen .wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin-top: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Homepage Square Icon Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The desktop dimensions live in Vector.css, which Citizen does not load.&lt;br /&gt;
   Define a compact four-column version here for the square homepage links.&lt;br /&gt;
   Wide image cards use separate classes and are intentionally unaffected.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	gap: 12px 8px;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	align-items: start;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext {&lt;br /&gt;
	display: block;&lt;br /&gt;
	flex: 0 0 calc((100% - 24px) / 4);&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: calc((100% - 24px) / 4);&lt;br /&gt;
	max-width: none;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	min-height: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext-image {&lt;br /&gt;
	width: 64px;&lt;br /&gt;
	height: 64px;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 64px;&lt;br /&gt;
	height: 64px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: flex-start;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	min-height: 34px;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.2;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	overflow-wrap: normal;&lt;br /&gt;
	word-break: normal;&lt;br /&gt;
	hyphens: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext-text a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .wizlords-imagetext-text a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MediaWiki can insert paragraph wrappers around block-style homepage cards.&lt;br /&gt;
   Flatten wrappers that contain a wide card so the card itself participates&lt;br /&gt;
   in the responsive flex layout. */&lt;br /&gt;
.skin-citizen&lt;br /&gt;
:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
&amp;gt; .center&lt;br /&gt;
&amp;gt; p:has(.wizlords-wideimagetext) {&lt;br /&gt;
	display: contents;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Small-desktop / landscape-tablet Citizen keeps the desktop-style four-slot&lt;br /&gt;
   rhythm, but uses larger icons so the wider mobile/tablet skin does not feel&lt;br /&gt;
   sparse before the full desktop Vector layout takes over. */&lt;br /&gt;
@media screen and (min-width: 900px) and (max-width: 1199px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
		gap: 20px 16px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext {&lt;br /&gt;
		flex-basis: calc((100% - 48px) / 4);&lt;br /&gt;
		width: calc((100% - 48px) / 4);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
		width: clamp(92px, 10vw, 108px);&lt;br /&gt;
		height: clamp(92px, 10vw, 108px);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Full-width Citizen fallback. Normal desktop visitors use Vector, but this&lt;br /&gt;
   keeps Citizen tidy if it is tested manually on a wide screen. */&lt;br /&gt;
@media screen and (min-width: 1200px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
		gap: 16px 12px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext {&lt;br /&gt;
		flex-basis: calc((100% - 36px) / 4);&lt;br /&gt;
		width: calc((100% - 36px) / 4);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
		width: 82px;&lt;br /&gt;
		height: 82px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone-only wide-card fallback. Tablet receives the four-slot treatment in&lt;br /&gt;
   the dedicated tablet section below. */&lt;br /&gt;
@media screen and (max-width: 599px) {&lt;br /&gt;
	/* Let each phone label use its natural one- or two-line height. Reserving&lt;br /&gt;
	   two lines for every label creates visible empty space in sections whose&lt;br /&gt;
	   first-row labels all fit on one line, such as Character Creation. */&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		min-height: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Homepage navigation lists use a centred readable block while individual&lt;br /&gt;
	   bullets remain conventionally left-aligned. */&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-link-list,&lt;br /&gt;
	.skin-citizen .wizlords-useful-links,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-whatislarp-list {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 320px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Match the What is LARP list to the paragraph&#039;s phone-width text column.&lt;br /&gt;
	   The padding creates a normal hanging bullet while keeping the bullet&lt;br /&gt;
	   edge aligned with the paragraph above. */&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-whatislarp-list {&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-right: 0;&lt;br /&gt;
		margin-left: 0;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext {&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-grid,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext),&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext) {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex-wrap: wrap;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 12px 10px;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-grid .wizlords-wideimagetext,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; .center .wizlords-wideimagetext,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; .center .wizlords-wideimagetext {&lt;br /&gt;
		flex: 0 0 calc((100% - 10px) / 2);&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: calc((100% - 10px) / 2);&lt;br /&gt;
		max-width: none;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext) &amp;gt; p,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext) &amp;gt; p {&lt;br /&gt;
		flex: 0 0 100%;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 6px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-image img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		aspect-ratio: 2 / 1;&lt;br /&gt;
		object-fit: cover;&lt;br /&gt;
		border: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-text {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: flex-start;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-height: 34px;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		margin-top: 4px;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.2;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
		overflow-wrap: normal;&lt;br /&gt;
		word-break: normal;&lt;br /&gt;
		hyphens: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ultra-narrow phones/foldables.&lt;br /&gt;
   Keep the four-across homepage icon rhythm, but give labels just enough room&lt;br /&gt;
   that words do not split into single trailing letters around 344-369px. */&lt;br /&gt;
@media screen and (max-width: 369px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
		gap: 12px 6px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext {&lt;br /&gt;
		flex-basis: calc((100% - 18px) / 4);&lt;br /&gt;
		width: calc((100% - 18px) / 4);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
		width: 58px;&lt;br /&gt;
		height: 58px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		font-size: 11px;&lt;br /&gt;
		line-height: 1.15;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Extremely narrow foldable screens.&lt;br /&gt;
   At 360px and below, four columns become too tight for readable labels.&lt;br /&gt;
   The Main Page square-icon groups contain seven items, so this creates a&lt;br /&gt;
   centred 3 / 3 / 1 rhythm instead of allowing single-letter word breaks. */&lt;br /&gt;
@media screen and (max-width: 360px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
		gap: 14px 8px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext {&lt;br /&gt;
		flex-basis: calc((100% - 16px) / 3);&lt;br /&gt;
		width: calc((100% - 16px) / 3);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
		width: 62px;&lt;br /&gt;
		height: 62px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.15;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Citizen Tablet Homepage&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   At 600-899px the homepage uses the available width as one broad content&lt;br /&gt;
   column. The square icon groups need one component-specific split inside the&lt;br /&gt;
   tablet range: 600-799px keeps the stable four-column rhythm with centred&lt;br /&gt;
   wrapped rows, while 800-899px has enough room for compact single-row groups.&lt;br /&gt;
   This avoids ugly orphan rows such as 5+2 or 6+1.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media screen and (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right {&lt;br /&gt;
		max-width: 760px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Keep tablet landing-page copy in a readable centred column while the&lt;br /&gt;
	   icon and card grids continue using the full 760px section width. */&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; p,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; p,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
		max-width: 620px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-link-list,&lt;br /&gt;
	.skin-citizen .wizlords-useful-links,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-whatislarp-list {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 500px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		padding-left: 32px;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Use the same 620px reading column as the What is LARP paragraph. */&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-whatislarp-list {&lt;br /&gt;
		max-width: 620px;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
		margin-top: 14px;&lt;br /&gt;
		margin-bottom: 6px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left &amp;gt; p,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right &amp;gt; p {&lt;br /&gt;
		margin-top: 6px;&lt;br /&gt;
		margin-bottom: 8px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex-wrap: wrap;&lt;br /&gt;
		gap: 12px 16px;&lt;br /&gt;
		max-width: 360px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		align-items: flex-start;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext {&lt;br /&gt;
		flex: 0 0 78px;&lt;br /&gt;
		width: 78px;&lt;br /&gt;
		max-width: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-image img {&lt;br /&gt;
		width: clamp(52px, 7.5vw, 64px);&lt;br /&gt;
		height: clamp(52px, 7.5vw, 64px);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-imagetext-text {&lt;br /&gt;
		min-height: 30px;&lt;br /&gt;
		margin-top: 3px;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.15;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Upper tablet widths can cleanly fit seven or eight compact icons in one&lt;br /&gt;
	   row. Use flex here rather than auto-fit grid: auto-fit can create an&lt;br /&gt;
	   empty eighth track for seven-item groups once there is enough width,&lt;br /&gt;
	   while flex only lays out real icon items. */&lt;br /&gt;
	@media screen and (min-width: 800px) {&lt;br /&gt;
		.skin-citizen .wizlords-mainpage-items {&lt;br /&gt;
			display: flex;&lt;br /&gt;
			flex-wrap: wrap;&lt;br /&gt;
			gap: 10px 14px;&lt;br /&gt;
			max-width: none;&lt;br /&gt;
			justify-content: center;&lt;br /&gt;
			align-items: flex-start;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		.skin-citizen .wizlords-imagetext {&lt;br /&gt;
			flex: 0 0 78px;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* The homepage markup splits each four-card group into two nested&lt;br /&gt;
	   two-card grids. On tablet, flatten those inner grids into their shared&lt;br /&gt;
	   parent so all four cards can occupy one row. Phone keeps the two grids,&lt;br /&gt;
	   producing the intended 2x2 layout. */&lt;br /&gt;
	.skin-citizen&lt;br /&gt;
	:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
	&amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext-grid) {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex-wrap: wrap;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 10px 12px;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen&lt;br /&gt;
	:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
	&amp;gt; .center:has(&amp;gt; .wizlords-wideimagetext-grid)&lt;br /&gt;
	&amp;gt; p {&lt;br /&gt;
		flex: 0 0 100%;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 16px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen&lt;br /&gt;
	:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
	&amp;gt; .center&lt;br /&gt;
	&amp;gt; .wizlords-wideimagetext-grid {&lt;br /&gt;
		display: contents;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen&lt;br /&gt;
	:is(.wizlords-mainpage-left, .wizlords-mainpage-right)&lt;br /&gt;
	&amp;gt; .center&lt;br /&gt;
	&amp;gt; .wizlords-wideimagetext-grid&lt;br /&gt;
	&amp;gt; .wizlords-wideimagetext {&lt;br /&gt;
		flex: 0 0 calc((100% - 36px) / 4);&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: calc((100% - 36px) / 4);&lt;br /&gt;
		max-width: none;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-image,&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-image img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		aspect-ratio: 2 / 1;&lt;br /&gt;
		object-fit: cover;&lt;br /&gt;
		border: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-wideimagetext-text {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: flex-start;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-height: 34px;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		margin-top: 4px;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.2;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
		overflow-wrap: anywhere;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Phone And Tablet Table Of Contents&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media screen and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .citizen-page-container {&lt;br /&gt;
		padding-right: max(var(--padding-page, 16px), env(safe-area-inset-right));&lt;br /&gt;
		padding-left: max(var(--padding-page, 16px), env(safe-area-inset-left));&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Phone And Tablet Shared Component Adjustments&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media screen and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-left,&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin-top: 0;&lt;br /&gt;
		margin-bottom: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-mainpage-clear {&lt;br /&gt;
		clear: both;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-magic-intro {&lt;br /&gt;
		align-items: flex-start;&lt;br /&gt;
		gap: 16px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid .wizlords-culture-card {&lt;br /&gt;
		grid-column: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-row-feature {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
		gap: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-row-icon img {&lt;br /&gt;
		margin: 0 auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-row-divider {&lt;br /&gt;
		width: 80%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 0 auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-appearance {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-appearance img {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		aspect-ratio: 300 / 138;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		padding-right: 18px;&lt;br /&gt;
		padding-left: 18px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes ul {&lt;br /&gt;
		grid-auto-flow: row;&lt;br /&gt;
		grid-template-rows: none;&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
		width: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-compare {&lt;br /&gt;
		flex-direction: column;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-table,&lt;br /&gt;
	.skin-citizen .wizlords-magic-table {&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-table {&lt;br /&gt;
		max-width: 640px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table) {&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-mobile {&lt;br /&gt;
		max-width: 420px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-reputation-table.mw-collapsed {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-page-image.right,&lt;br /&gt;
	.skin-citizen .wizlords-page-image.left {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 18px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .ww-navbox-row {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .ww-navbox-group {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding: 5px 10px;&lt;br /&gt;
		border-right: 0;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-content-background);&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .ww-navbox-list {&lt;br /&gt;
		padding: 6px 10px;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-card-title {&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
		font-size: 20px !important;&lt;br /&gt;
		font-weight: 700 !important;&lt;br /&gt;
		line-height: 1.25 !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-card-summary {&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
		font-size: 13px !important;&lt;br /&gt;
		font-style: italic !important;&lt;br /&gt;
		font-weight: 400 !important;&lt;br /&gt;
		line-height: 1.35 !important;&lt;br /&gt;
		display: block !important;&lt;br /&gt;
		overflow: visible !important;&lt;br /&gt;
		-webkit-line-clamp: unset !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2069</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2069"/>
		<updated>2026-07-19T07:46:03Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-desktop&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_singleline.png|1400px|center|frameless|link=]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-mobile&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_nobg.png|center|frameless]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Welcome_to_Wizlords&amp;quot;&amp;gt;Welcome to Wizlords&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Welcome to the Wizards and Warlords Wiki. This is the central reference point for the game, bringing together rules, setting information, event formats, and guides for new and returning players.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Use this page as a starting point for learning the game, building a character, exploring the world, and finding the right place to play.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;What_is_LARP&amp;quot;&amp;gt;What is LARP&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Live action roleplay is a game where players physically portray characters, take part in stories, and resolve battles using shared rules.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://en.wikipedia.org/wiki/Live_action_role-playing_game What is LARP?] - Learn what Live Action Roleplay is and how it is played.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[Getting Started|Getting Started]] - Everything you need to know before attending your first game.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[New Player Guide|New Player Guide]] - Download the complete beginner&#039;s guide, including insurance information.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Rules&amp;quot;&amp;gt;Rules&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;These are the combat rules you will need to learn to participate in our battle games and fights at events.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_wstl.png&lt;br /&gt;
|page=Safety Rules&lt;br /&gt;
|label=Safety Rules&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_dgr.png&lt;br /&gt;
|page=Combat &amp;amp; Damage&lt;br /&gt;
|label=Combat &amp;amp; Damage&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_bp.png&lt;br /&gt;
|page=Armour &amp;amp; Hit Points&lt;br /&gt;
|label=Armour &amp;amp; Hit Points&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_shld.png&lt;br /&gt;
|page=Weapons &amp;amp; Equipment&lt;br /&gt;
|label=Weapons &amp;amp; Equipment&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_fire.png&lt;br /&gt;
|page=Spellcasting&lt;br /&gt;
|label=Spellcasting&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_castle.png&lt;br /&gt;
|page=Terrain &amp;amp; Hazards&lt;br /&gt;
|label=Terrain &amp;amp; Hazards&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_hlmt.png&lt;br /&gt;
|page=Game Special Rules&lt;br /&gt;
|label=Game Special Rules&lt;br /&gt;
}}&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Character_Creation&amp;quot;&amp;gt;Character Creation&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is how to create a character in our game. Go through these links to learn how to create a character.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_charactercreation.png&lt;br /&gt;
|page=Character Creation&lt;br /&gt;
|label=Introduction&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_races.png&lt;br /&gt;
|page=Races&lt;br /&gt;
|label=Races&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_classes.png&lt;br /&gt;
|page=Classes&lt;br /&gt;
|label=Classes&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_magic.png&lt;br /&gt;
|page=Magic&lt;br /&gt;
|label=Magic&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_experience.png&lt;br /&gt;
|page=Experience Points&lt;br /&gt;
|label=Experience Points&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_professions.png&lt;br /&gt;
|page=Professions&lt;br /&gt;
|label=Professions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_skills.png&lt;br /&gt;
|page=Skills&lt;br /&gt;
|label=Skills&lt;br /&gt;
}}&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Weekly_Games&amp;quot;&amp;gt;Weekly Games&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;gt;Interested in participating in our weekly games? Here is everything you need to know.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_HowGamesWork.png&lt;br /&gt;
|page=Weekly Games&lt;br /&gt;
|label=How Weekly Games Work&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Tanyth zoomed.png&lt;br /&gt;
|page=The Free City of Tanyth&lt;br /&gt;
|label=The Free City of Tanyth&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Merc&amp;amp;Comp.png&lt;br /&gt;
|page=Mercenaries and Companies&lt;br /&gt;
|label=Mercenaries and Companies&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Gameplans.png&lt;br /&gt;
|page=Game Modes and Maps&lt;br /&gt;
|label=Game Modes and Maps&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;World_Lore&amp;quot;&amp;gt;World Lore&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Beyond the battles lies a wider setting filled with history, nations, cities, and competing powers. These pages introduce the world of Carcer and the places most important to the stories told in Wizards and Warlords.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_01.png&lt;br /&gt;
|page=Carcer&lt;br /&gt;
|label=The World of Carcer&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_02.png&lt;br /&gt;
|page=Tymora&lt;br /&gt;
|label=The Continent of Tymora&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_03.png&lt;br /&gt;
|page=Tanyth&lt;br /&gt;
|label=The Free City of Tanyth&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_04.png&lt;br /&gt;
|page=Valendor&lt;br /&gt;
|label=The Kingdom of Valendor&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Events&amp;quot;&amp;gt;Events&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Wizards and Warlords can be experienced in several different ways, from short local battles to larger immersive events. These pages explain the structure, tone, and expectations of each format so players know what kind of experience to expect.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Weekend Events&lt;br /&gt;
|label=Weekend Events&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Seasonal Events&lt;br /&gt;
|label=Seasonal Events&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Banner Wars&lt;br /&gt;
|label=Banner Wars&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Renfairs&lt;br /&gt;
|label=Renfairs&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Useful_Links&amp;quot;&amp;gt;Useful Links&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is a list of a few helpful websites and sellers that can help you with your LARP journey.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-link-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link One] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Two] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Three] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Four] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Five] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Six] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Seven] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Eight] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2068</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2068"/>
		<updated>2026-07-19T07:44:36Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector always uses the wide Main Page banner, including when its desktop&lt;br /&gt;
   shell is viewed through a narrow browser window. Citizen retains the&lt;br /&gt;
   responsive no-background banner swap defined in its own stylesheet. */&lt;br /&gt;
.skin-vector .page-banner {&lt;br /&gt;
	aspect-ratio: auto;&lt;br /&gt;
	margin-bottom: 24px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ========================================================================== &lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-content-width: calc(100% - var(--wiz-page-gutter) - var(--wiz-page-gutter));&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#content.mw-body,&lt;br /&gt;
	#footer {&lt;br /&gt;
		margin-inline: var(--wiz-page-gutter);&lt;br /&gt;
		box-shadow:&lt;br /&gt;
			calc(-1 * var(--wiz-page-gutter)) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
			var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#left-navigation {&lt;br /&gt;
		margin-left: var(--wiz-page-gutter);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2067</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2067"/>
		<updated>2026-07-19T07:43:44Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords shared content styling.&lt;br /&gt;
 *&lt;br /&gt;
 * This file is loaded by every skin. Keep reusable article typography,&lt;br /&gt;
 * templates, cards, tables, navboxes, and other content components here.&lt;br /&gt;
 * Skin shells and navigation belong in the relevant skin stylesheet.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Project-wide layout ranges:&lt;br /&gt;
   - Phone:                           0-599px&lt;br /&gt;
   - Tablet / large phone:          600-899px&lt;br /&gt;
   - Small desktop / landscape:    900-1199px&lt;br /&gt;
   - Full desktop:                    1200px+&lt;br /&gt;
   Component-specific queries should use these boundaries unless a documented&lt;br /&gt;
   intrinsic-size constraint requires an additional breakpoint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Content Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Skin stylesheets may override these tokens, but shared components always&lt;br /&gt;
   have a stable dark-fantasy fallback.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Article Typography&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These selectors are intentionally skin-neutral and lower-specificity than&lt;br /&gt;
   the current Vector compatibility rules. Vector therefore remains visually&lt;br /&gt;
   unchanged while Citizen receives the same article rhythm and colours.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.mw-body-content {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul,&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
.mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MediaWiki wraps generated headings in .mw-heading on current versions. */&lt;br /&gt;
.mw-parser-output .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading2 {&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading3 {&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading4 {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2,&lt;br /&gt;
.mw-parser-output .mw-heading h3,&lt;br /&gt;
.mw-parser-output .mw-heading h4,&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2 {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h3 {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h4 {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-headline,&lt;br /&gt;
.mw-parser-output .mw-heading a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection,&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared homepage navigation-list links. Descriptive text following each link&lt;br /&gt;
   remains normal weight because only the anchor itself is emphasized. */&lt;br /&gt;
.wizlords-mainpage-link-list a,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-link-list a:hover,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page banner.&lt;br /&gt;
   Desktop/small-desktop uses the full single-line parchment banner. Mobile and&lt;br /&gt;
   tablet use the transparent no-background version so the header sits cleanly&lt;br /&gt;
   inside Citizen&#039;s narrow layout. */&lt;br /&gt;
.page-banner {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 0 auto 24px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop,&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner figure {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner .mw-default-size,&lt;br /&gt;
.page-banner .mw-file-description,&lt;br /&gt;
.page-banner .mw-file-element {&lt;br /&gt;
	display: block;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: 300 / 141;&lt;br /&gt;
		margin-bottom: 0;&lt;br /&gt;
		background-image: url(&amp;quot;/index.php/Special:Redirect/file/Wizlords_banner_nobg.png&amp;quot;);&lt;br /&gt;
		background-repeat: no-repeat;&lt;br /&gt;
		background-position: center center;&lt;br /&gt;
		background-size: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: auto;&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Compatibility for an accidental nested-list wrapper on the Main Page:&lt;br /&gt;
 *&lt;br /&gt;
 * &amp;lt;ul&amp;gt;&lt;br /&gt;
 *   &amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;...&amp;lt;/ul&amp;gt;&lt;br /&gt;
 * &amp;lt;/ul&amp;gt;&lt;br /&gt;
 *&lt;br /&gt;
 * The outer list otherwise adds a second layer of indentation. The preferred&lt;br /&gt;
 * markup is still a single classified &amp;lt;ul&amp;gt;.&lt;br /&gt;
 */&lt;br /&gt;
.mw-parser-output ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list) {&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	list-style: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list)&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the content of the TOC when the checkbox is checked. */&lt;br /&gt;
/* stylelint-disable-next-line selector-class-pattern */&lt;br /&gt;
.toctogglecheckbox:checked ~ ul {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid {&lt;br /&gt;
	outline: 5px solid red !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-text {&lt;br /&gt;
	margin-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Intro text shown only while a MediaWiki collapsible section is closed. */&lt;br /&gt;
.wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 6px 0 6px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section.mw-collapsed &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section:not(.mw-collapsed) &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section ul {&lt;br /&gt;
	margin: 6px 0 12px;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keeps a real wiki heading available for the TOC without showing it on the page. */&lt;br /&gt;
.wizlords-toc-only-heading {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	clip-path: inset(50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-heading,&lt;br /&gt;
.wizlords-toc-only-heading h2,&lt;br /&gt;
.wizlords-toc-only-heading h3,&lt;br /&gt;
.wizlords-toc-only-heading h4 {&lt;br /&gt;
	height: 0 !important;&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-editsection {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reusable article sections that can be collapsed to keep long pages compact. */&lt;br /&gt;
.wizlords-collapsible-section {&lt;br /&gt;
	margin: 18px 0;&lt;br /&gt;
	padding: 8px 14px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading + .wizlords-collapsible-section {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section:has(+ .wizlords-toc-only-heading) {&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-title {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-family: Georgia, &#039;Times New Roman&#039;, serif;&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content {&lt;br /&gt;
	padding: 6px 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:first-child {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:last-child {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subheading {&lt;br /&gt;
	margin: 14px 0 8px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subsubheading {&lt;br /&gt;
	margin: 12px 0 6px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-divider {&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 18px auto 14px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 11px 0 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle span,&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE TABLE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wikitable.wizlords-race-table,&lt;br /&gt;
.wizlords-race-table {&lt;br /&gt;
	--wiz-race-table-border-width: 1px;&lt;br /&gt;
	--wiz-race-table-border-colour: #4d4d4d;&lt;br /&gt;
	--wiz-race-table-divider-colour: #9d7531;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: var(--wiz-content-background, #222);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table tr,&lt;br /&gt;
.wizlords-race-table tr {&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table th,&lt;br /&gt;
.wikitable.wizlords-race-table td,&lt;br /&gt;
.wizlords-race-table th,&lt;br /&gt;
.wizlords-race-table td {&lt;br /&gt;
	padding: 5px 8px;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table th {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.race-name,&lt;br /&gt;
.wizlords-race-table td.race-name {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 6px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.subculture,&lt;br /&gt;
.wizlords-race-table td.subculture {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .subculture-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 45px;&lt;br /&gt;
	height: 45px;&lt;br /&gt;
	margin: 4px auto 4px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-bonus,&lt;br /&gt;
.wizlords-race-table .subculture-bonus {&lt;br /&gt;
	min-width: 280px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-divider td {&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-divider-colour) !important;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACES LANDING PAGE */&lt;br /&gt;
/* ------------------ */&lt;br /&gt;
.wizlords-races-landing {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-landing .race-note {&lt;br /&gt;
	margin: 14px 0 18px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 28px 44px;&lt;br /&gt;
	margin: 26px auto 24px;&lt;br /&gt;
	max-width: 860px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 8px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	transition: transform 120ms ease, filter 120ms ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-label,&lt;br /&gt;
.wizlords-race-label a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover img {&lt;br /&gt;
	filter: brightness(1.15);&lt;br /&gt;
	transform: translateY(-2px);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label,&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label a {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE DETAIL PAGES */&lt;br /&gt;
/* ----------------- */&lt;br /&gt;
.wizlords-race-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote,&lt;br /&gt;
.wizlords-race-page .hatnote {&lt;br /&gt;
	margin: 4px 0 18px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote a,&lt;br /&gt;
.wizlords-race-page .hatnote a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-7 .wizlords-culture-card:nth-child(7) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header {&lt;br /&gt;
	padding: 16px 12px 12px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto 10px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-title,&lt;br /&gt;
.wizlords-culture-card-title a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body {&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body p {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-separator {&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes {&lt;br /&gt;
	display: table;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 330px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
	padding: 10px 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes-title {&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	color: var(--wiz-heading-colour, #f2ead7);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes ul {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
	grid-auto-columns: max-content;&lt;br /&gt;
	column-gap: 42px;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	margin: 2px auto 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	margin-left: 18px;&lt;br /&gt;
	break-inside: avoid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-8 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9 ul {&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-4 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9-three ul {&lt;br /&gt;
	grid-template-rows: repeat(3, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	align-items: stretch;&lt;br /&gt;
	gap: 12px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare .wizlords-shared-classes {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-classes {&lt;br /&gt;
	margin-top: 12px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-known-for,&lt;br /&gt;
.wizlords-culture-suggested-class {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-suggested-class a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-note {&lt;br /&gt;
	margin-top: 6px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a,&lt;br /&gt;
.wizlords-culture-row-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a:hover,&lt;br /&gt;
.wizlords-culture-row-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-list {&lt;br /&gt;
	margin: 18px 0 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row {&lt;br /&gt;
	padding: 20px 0 24px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-feature {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: 150px 1px minmax(0, 1fr) 300px;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 10px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 150px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-divider {&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	background: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-title,&lt;br /&gt;
.wizlords-culture-row-title a {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0 34px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before,&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	color: #555;&lt;br /&gt;
	font-size: 42px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before {&lt;br /&gt;
	content: &amp;quot;\201C&amp;quot;;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: -6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	content: &amp;quot;\201D&amp;quot;;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	bottom: -18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	height: 138px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance-caption {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: min(450px, 100%);&lt;br /&gt;
	padding: 6px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image span,&lt;br /&gt;
.wizlords-page-image a {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.right {&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.left {&lt;br /&gt;
	float: left;&lt;br /&gt;
	margin: 0 24px 16px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	aspect-ratio: 2 / 1;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image-caption {&lt;br /&gt;
	margin-top: 7px;&lt;br /&gt;
	padding: 0 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-classes {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-auto-columns: minmax(130px, max-content);&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
	gap: 4px 18px;&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tablet and small-desktop layouts use a three-column grid. */&lt;br /&gt;
@media (min-width: 600px) and (max-width: 1199px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone layout uses two columns. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CLASS OVERVIEW PAGE */&lt;br /&gt;
/* ------------------- */&lt;br /&gt;
.wizlords-classes-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: 640px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th,&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 33.333%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon {&lt;br /&gt;
	margin: 0 0 6px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 110px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	padding: 8px 18px 10px 12px !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table tr:first-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-name {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table a,&lt;br /&gt;
.wizlords-class-card a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-mobile {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Very narrow phones: use explicit paired category rows instead of trying to&lt;br /&gt;
   re-map MediaWiki&#039;s desktop table, whose headers and lists are rendered in&lt;br /&gt;
   separate table rows. This avoids horizontal scroll and keeps each category&lt;br /&gt;
   as icon/name on the left and class list on the right. */&lt;br /&gt;
@media (max-width: 490px) {&lt;br /&gt;
	.wizlords-class-category-table {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 420px;&lt;br /&gt;
		margin: 18px auto 24px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 44% 56%;&lt;br /&gt;
		align-items: stretch;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		border-bottom: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row:last-child {&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 8px !important;&lt;br /&gt;
		border-right: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 16px;&lt;br /&gt;
		font-weight: bold;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-list {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		padding: 8px 10px !important;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon {&lt;br /&gt;
		margin-bottom: 4px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon img {&lt;br /&gt;
		width: 64px;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile ul {&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding-left: 18px;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	scroll-margin-top: 90px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-title {&lt;br /&gt;
	padding: 0 12px 10px;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon {&lt;br /&gt;
	padding: 18px 12px 8px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-body {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-summary {&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules div {&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion {&lt;br /&gt;
	--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	margin: 5px 0 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-martial {&lt;br /&gt;
	--wiz-class-category-accent: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-arcane {&lt;br /&gt;
	--wiz-class-category-accent: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-divine {&lt;br /&gt;
	--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-heading {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 8px;&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
	padding-top: 4px;&lt;br /&gt;
	padding-bottom: 2px;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion .wizlords-class-card-grid {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-title {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 30px;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon span,&lt;br /&gt;
.wizlords-class-category-accordion-icon a {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 28px !important;&lt;br /&gt;
	height: 28px !important;&lt;br /&gt;
	max-width: 28px !important;&lt;br /&gt;
	max-height: 28px !important;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-body {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MAGIC PAGE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wizlords-magic-used-by {&lt;br /&gt;
	margin: 4px 0 14px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 12px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon {&lt;br /&gt;
	flex: 0 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-quote {&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	border-left: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-section-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 22px auto 18px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SHARED STANDARD TABLE&lt;br /&gt;
   ---------------------&lt;br /&gt;
   Opt-in colour and border treatment for ordinary custom wiki tables.&lt;br /&gt;
   Add &amp;quot;wizlords-table&amp;quot; beside &amp;quot;wikitable&amp;quot; instead of overriding every&lt;br /&gt;
   MediaWiki-generated wikitable. Component-specific classes continue to own&lt;br /&gt;
   specialised widths, alignment, captions, and collapsible behaviour. */&lt;br /&gt;
.wikitable.wizlords-table,&lt;br /&gt;
.wizlords-table {&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-table th,&lt;br /&gt;
.wikitable.wizlords-table td,&lt;br /&gt;
.wizlords-table th,&lt;br /&gt;
.wizlords-table td {&lt;br /&gt;
	padding: 8px 12px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-table th,&lt;br /&gt;
.wizlords-table th {&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table,&lt;br /&gt;
.wizlords-magic-table {&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 680px;&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table,&lt;br /&gt;
.wizlords-example-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
.wizlords-example-table-full-heal {&lt;br /&gt;
	max-width: 500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal td:first-child {&lt;br /&gt;
	width: 34%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal td:nth-child(2) {&lt;br /&gt;
	width: 66%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wikitable.wizlords-magic-table td,&lt;br /&gt;
.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table td {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table th {&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table,&lt;br /&gt;
.wizlords-reward-table {&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th,&lt;br /&gt;
.wikitable.wizlords-reward-table td,&lt;br /&gt;
.wizlords-reward-table th,&lt;br /&gt;
.wizlords-reward-table td {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reward-table td:nth-child(2),&lt;br /&gt;
.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wizlords-reward-table td:nth-child(2) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reward-table,&lt;br /&gt;
	.wizlords-reward-table {&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption,&lt;br /&gt;
.wizlords-example-table caption {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle a,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table th,&lt;br /&gt;
.wikitable.wizlords-example-table td,&lt;br /&gt;
.wizlords-example-table th,&lt;br /&gt;
.wizlords-example-table td {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-example-table,&lt;br /&gt;
	.wizlords-example-table {&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
		max-width: 600px;&lt;br /&gt;
		margin: 14px auto 18px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		border-radius: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
	.wizlords-example-table-full-heal {&lt;br /&gt;
		max-width: 500px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed {&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption,&lt;br /&gt;
	.wizlords-example-table caption {&lt;br /&gt;
		display: table-caption !important;&lt;br /&gt;
		caption-side: top;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: none;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		margin: 0 0 6px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
		text-align: center !important;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed caption::before,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(-25%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table:not(.mw-collapsed) caption::before,&lt;br /&gt;
	.wizlords-example-table:not(.mw-collapsed) caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(10%) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
	.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
		overflow-wrap: anywhere;&lt;br /&gt;
		word-break: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table,&lt;br /&gt;
.wizlords-reputation-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table.mw-collapsed,&lt;br /&gt;
.wizlords-reputation-table.mw-collapsed {&lt;br /&gt;
	width: 520px;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table caption,&lt;br /&gt;
.wizlords-reputation-table caption {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table,&lt;br /&gt;
	.wizlords-reputation-table {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 680px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal !important;&lt;br /&gt;
		overflow-wrap: normal !important;&lt;br /&gt;
		word-break: normal !important;&lt;br /&gt;
		hyphens: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 26%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 52%;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 380px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 7px 5px !important;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 21%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 25%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 54%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 18%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 60%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-indented-note {&lt;br /&gt;
	margin: 8px 0 14px 28px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook {&lt;br /&gt;
	margin: 18px 0 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-arcane {&lt;br /&gt;
	--wiz-spellbook-colour: #c141d3;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-divine {&lt;br /&gt;
	--wiz-spellbook-colour: #089cc0;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px;&lt;br /&gt;
	padding: 14px 18px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 14px 18px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle {&lt;br /&gt;
	margin: 16px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle span,&lt;br /&gt;
.wizlords-spellbook-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook .mw-collapsible-content {&lt;br /&gt;
	padding: 0 18px 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-heading {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-description {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	padding-top: 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 10%;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-spellbook-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules {&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-title {&lt;br /&gt;
	padding: 12px 16px 4px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	padding: 0 16px 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules.mw-collapsed .wizlords-servant-rules-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules:not(.mw-collapsed) .wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 12px 16px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(4, minmax(0, 1fr));&lt;br /&gt;
	gap: 18px;&lt;br /&gt;
	padding: 0 16px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section {&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-title {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta {&lt;br /&gt;
	padding: 0 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-spell-card-divider-colour, var(--wiz-race-table-divider-colour, #9d7531));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section {&lt;br /&gt;
	padding: 0 12px 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-body {&lt;br /&gt;
	padding: 0 12px 14px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WIZLORDS NAVBOX */&lt;br /&gt;
/* --------------- */&lt;br /&gt;
.ww-navbox {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 24px auto 12px;&lt;br /&gt;
	padding: 3px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-title {&lt;br /&gt;
	padding: 4px 10px 5px;&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 4px 8px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-left: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:first-of-type {&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:last-of-type {&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(odd) {&lt;br /&gt;
	background: #222;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(even) {&lt;br /&gt;
	background: #252525;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-group {&lt;br /&gt;
	flex: 0 0 143px;&lt;br /&gt;
	width: 143px;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-list {&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:empty,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:has(&amp;gt; br:only-child) {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a:hover {&lt;br /&gt;
	color: #ffd37a !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-navbox-divider {&lt;br /&gt;
	width: 90%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 16px auto 14px;&lt;br /&gt;
	background: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .ww-navbox-title {&lt;br /&gt;
	border-bottom: 1px solid #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-top: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
	border-right: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:first-child {&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:last-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Player Guide is a desktop/tablet site index. Keep it out of the phone&lt;br /&gt;
   layout along with the divider that belongs to it. */&lt;br /&gt;
@media screen and (max-width: 599px) {&lt;br /&gt;
	.ww-navbox-stack,&lt;br /&gt;
	.wizlords-navbox-divider {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone and tablet card placement reset; the phone query below then reduces&lt;br /&gt;
   these grids from two columns to one. */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card,&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card,&lt;br /&gt;
	.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
		grid-column: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook {&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding-bottom: 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header {&lt;br /&gt;
		border-bottom-color: var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-height: 28px;&lt;br /&gt;
		margin: 14px auto 0;&lt;br /&gt;
		padding-bottom: 3px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		width: 11px;&lt;br /&gt;
		height: 11px;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(4px) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category {&lt;br /&gt;
		margin: 18px 0 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 4px;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-description {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 12px;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-size: 14px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #9a3dae;&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 150px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Citizen mobile/tablet race culture cards.&lt;br /&gt;
	   Desktop keeps the original grid; below 900px, culture/clan/subtype&lt;br /&gt;
	   cards become compact expandable rows using the existing page markup. */&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 16px auto 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid .wizlords-culture-card {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-auto-rows: auto;&lt;br /&gt;
		column-gap: 12px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 0;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 10px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		border: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header &amp;gt; :not(.wizlords-culture-card-title) {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		justify-self: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		margin: 0 !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: end;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		padding: 0 0 4px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title a {&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:first-of-type {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--color-base, #d8d3c8);&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; :not(p:first-of-type),&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open {&lt;br /&gt;
		align-items: start;&lt;br /&gt;
		padding-bottom: 12px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-separator {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 12px 0 10px;&lt;br /&gt;
		background: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; :not(p:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 8px 0 0;&lt;br /&gt;
		font-style: normal;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-classes,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-known-for,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-suggested-class,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-class-note {&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body ul {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open &amp;gt; .wizlords-available-classes-list {&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin-bottom: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes {&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Race Available Classes lists: compact responsive columns. */&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 1.5em;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card .wizlords-available-classes-list {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		margin-right: 0;&lt;br /&gt;
		margin-left: 0;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		display: grid !important;&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
		gap: 2px 18px;&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		break-inside: avoid;&lt;br /&gt;
		page-break-inside: avoid;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a {&lt;br /&gt;
		color: var(--wiz-link, #ff942d);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a:hover {&lt;br /&gt;
		color: #ffd37a;&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes .wizlords-available-classes-list {&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Mobile/tablet class category accordions.&lt;br /&gt;
	   These are custom controls inside the real &amp;quot;Classes&amp;quot; article section, so&lt;br /&gt;
	   Citizen/MobileFrontend no longer adds a second heading chevron. */&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion {&lt;br /&gt;
		--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-martial {&lt;br /&gt;
		--wiz-class-category-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-arcane {&lt;br /&gt;
		--wiz-class-category-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-divine {&lt;br /&gt;
		--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		flex-wrap: nowrap;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding: 0 0 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading &amp;gt; p {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading {&lt;br /&gt;
		border-bottom-color: var(--wiz-class-category-accent);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
		min-width: 32px;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
		vertical-align: middle;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon span,&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon a {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 100%;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open {&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-meta,&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-section {&lt;br /&gt;
		padding: 0 0 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-divider {&lt;br /&gt;
		width: 55%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 10px auto;&lt;br /&gt;
		background: var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-divider {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 18px auto 14px;&lt;br /&gt;
		background: rgba(255, 255, 255, 0.18);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 12px 14px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 8px;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 0 18px 6px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, #d66be3);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title {&lt;br /&gt;
		margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-grid {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
		gap: 12px;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section {&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section ul {&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr));&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone card layout. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 12px 0 20px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:not(.is-open) {&lt;br /&gt;
		height: 150px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open {&lt;br /&gt;
		height: auto;&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon span,&lt;br /&gt;
	.wizlords-class-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-summary {&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-divider {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-martial .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-arcane .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9a3dae;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-divine .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #33b6cf;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Citizen-specific safeguard: keep custom mobile collapsible box headings using&lt;br /&gt;
   the same clean interface typography as Citizen section headings. This is&lt;br /&gt;
   repeated here because Common.css can override equal-specificity skin rules&lt;br /&gt;
   depending on ResourceLoader order. */&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section .wizlords-collapsible-section-title {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 22px !important;&lt;br /&gt;
	font-weight: 700 !important;&lt;br /&gt;
	line-height: 1.3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 14px !important;&lt;br /&gt;
	font-style: normal !important;&lt;br /&gt;
	font-weight: 400 !important;&lt;br /&gt;
	line-height: 1.6 !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2066</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2066"/>
		<updated>2026-07-16T21:10:16Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector always uses the wide Main Page banner, including when its desktop&lt;br /&gt;
   shell is viewed through a narrow browser window. Citizen retains the&lt;br /&gt;
   responsive no-background banner swap defined in its own stylesheet. */&lt;br /&gt;
.skin-vector .page-banner {&lt;br /&gt;
	aspect-ratio: auto;&lt;br /&gt;
	margin-bottom: 24px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ========================================================================== &lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-content-width: calc(100% - var(--wiz-page-gutter) - var(--wiz-page-gutter));&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#content.mw-body,&lt;br /&gt;
	#footer {&lt;br /&gt;
		margin-inline: var(--wiz-page-gutter);&lt;br /&gt;
		box-shadow:&lt;br /&gt;
			calc(-1 * var(--wiz-page-gutter)) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
			var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#left-navigation {&lt;br /&gt;
		margin-left: var(--wiz-page-gutter);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2065</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2065"/>
		<updated>2026-07-16T21:08:21Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector always uses the wide Main Page banner, including when its desktop&lt;br /&gt;
   shell is viewed through a narrow browser window. Citizen retains the&lt;br /&gt;
   responsive no-background banner swap defined in its own stylesheet. */&lt;br /&gt;
.skin-vector .page-banner {&lt;br /&gt;
	aspect-ratio: auto;&lt;br /&gt;
	margin-bottom: 24px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ========================================================================== &lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-content-width: calc(100% - var(--wiz-page-gutter) - var(--wiz-page-gutter));&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#content.mw-body,&lt;br /&gt;
	#footer {&lt;br /&gt;
		margin-inline: var(--wiz-page-gutter);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#left-navigation {&lt;br /&gt;
		margin-left: var(--wiz-page-gutter);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2064</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2064"/>
		<updated>2026-07-16T21:06:12Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector always uses the wide Main Page banner, including when its desktop&lt;br /&gt;
   shell is viewed through a narrow browser window. Citizen retains the&lt;br /&gt;
   responsive no-background banner swap defined in its own stylesheet. */&lt;br /&gt;
.skin-vector .page-banner {&lt;br /&gt;
	aspect-ratio: auto;&lt;br /&gt;
	margin-bottom: 24px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ========================================================================== &lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-content-width: calc(100% - var(--wiz-page-gutter) - var(--wiz-page-gutter));&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#content.mw-body,&lt;br /&gt;
	#footer {&lt;br /&gt;
		margin-inline: var(--wiz-page-gutter);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2063</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2063"/>
		<updated>2026-07-16T21:02:24Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector always uses the wide Main Page banner, including when its desktop&lt;br /&gt;
   shell is viewed through a narrow browser window. Citizen retains the&lt;br /&gt;
   responsive no-background banner swap defined in its own stylesheet. */&lt;br /&gt;
.skin-vector .page-banner {&lt;br /&gt;
	aspect-ratio: auto;&lt;br /&gt;
	margin-bottom: 24px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-vector .page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ========================================================================== &lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2062</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=2062"/>
		<updated>2026-07-16T21:00:09Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords Vector skin overrides.&lt;br /&gt;
 *&lt;br /&gt;
 * This file controls the Vector desktop shell, dark theme, top tabs, sidebar,&lt;br /&gt;
 * page title, footer, and desktop homepage layout.&lt;br /&gt;
 *&lt;br /&gt;
 * Some article typography remains below as a temporary compatibility copy.&lt;br /&gt;
 * Common.css now contains lower-specificity shared equivalents; retaining the&lt;br /&gt;
 * existing Vector selectors keeps the desktop cascade visually unchanged.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Phone: 0-599px; tablet / large phone: 600-899px; small desktop /&lt;br /&gt;
   landscape tablet: 900-1199px; full desktop: 1200px+.&lt;br /&gt;
   Vector remains the desktop skin, but its narrow-window fallback follows the&lt;br /&gt;
   same viewport boundaries as the rest of the project.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Theme And Layout Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Change these first when adjusting the overall site width, sidebar width,&lt;br /&gt;
   colours, background image, content padding, or logo size.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-page-width: 1360px;&lt;br /&gt;
	--wiz-sidebar-width: 210px;&lt;br /&gt;
	--wiz-sidebar-left-inset: 8px;&lt;br /&gt;
	--wiz-sidebar-right-inset: 8px;&lt;br /&gt;
	--wiz-logo-size: 150px;&lt;br /&gt;
	--wiz-logo-edge-space: calc((var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset) - var(--wiz-logo-size)) / 2);&lt;br /&gt;
	--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
	--wiz-page-gutter: 24px;&lt;br /&gt;
	--wiz-content-width: calc(100% - var(--wiz-sidebar-width) - var(--wiz-sidebar-content-gap) - var(--wiz-page-gutter));&lt;br /&gt;
	--wiz-content-padding: 20px;&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-panel-background: rgba(15, 15, 15, 0.82);&lt;br /&gt;
	--wiz-page-background: #111;&lt;br /&gt;
	--wiz-background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/background_circle.jpeg&amp;quot;);&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Full Page Background&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The background image is attached to the whole browser viewport. The image&lt;br /&gt;
   keeps its aspect ratio and crops instead of stretching or skewing.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
html {&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	background-color: var(--wiz-page-background);&lt;br /&gt;
	background-image: var(--wiz-background-image);&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Centered Wiki Shell And Panel Tint&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The body is the centered 1360px wiki shell. The body::before layer paints&lt;br /&gt;
   the transparent sidebar, right gutter, and header tint without stacking&lt;br /&gt;
   multiple semi-transparent Vector wrappers on top of each other.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
body {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	min-height: 100vh;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 50%;&lt;br /&gt;
	width: min(100%, var(--wiz-page-width));&lt;br /&gt;
	height: 79px;&lt;br /&gt;
	transform: translateX(-50%);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
	background: linear-gradient(&lt;br /&gt;
		to right,&lt;br /&gt;
		var(--wiz-panel-background) 0,&lt;br /&gt;
		var(--wiz-panel-background) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) calc(100% - var(--wiz-page-gutter)),&lt;br /&gt;
		var(--wiz-panel-background) 100%&lt;br /&gt;
	);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Vector Wrapper Cleanup&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector has several overlapping header/sidebar wrappers. These rules remove&lt;br /&gt;
   their default backgrounds, gradients, shadows, and borders so our single&lt;br /&gt;
   body::before tint layer is the only panel background.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base,&lt;br /&gt;
#mw-navigation,&lt;br /&gt;
#mw-head {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-head-base::before,&lt;br /&gt;
#mw-head-base::after {&lt;br /&gt;
	content: none;&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Header Navigation Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These align the left page tabs, right action tabs, login links, and search&lt;br /&gt;
   box with the content area and right gutter.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#right-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
	right: var(--wiz-page-gutter);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-search {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Sidebar And Logo&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The sidebar panel is 210px wide. The logo is centered inside the usable&lt;br /&gt;
   sidebar area after accounting for the small left/right inset.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#mw-panel {&lt;br /&gt;
	width: var(--wiz-sidebar-width);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: var(--wiz-sidebar-left-inset);&lt;br /&gt;
	width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset) - var(--wiz-sidebar-right-inset));&lt;br /&gt;
	height: calc(var(--wiz-logo-size) + var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	background-position: center calc(var(--wiz-sidebar-left-inset) + var(--wiz-logo-edge-space));&lt;br /&gt;
	background-size: var(--wiz-logo-size) var(--wiz-logo-size);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal,&lt;br /&gt;
#mw-panel .vector-menu-portal {&lt;br /&gt;
	margin-right: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Content And Footer Shell&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The content and footer share the same width and left/right alignment. The&lt;br /&gt;
   content gets the solid dark background; the footer uses the transparent&lt;br /&gt;
   panel tint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	padding: var(--wiz-content-padding);&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: var(--wiz-content-width);&lt;br /&gt;
	margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));&lt;br /&gt;
	margin-right: var(--wiz-page-gutter);&lt;br /&gt;
	min-height: 112px;&lt;br /&gt;
	padding-top: 24px;&lt;br /&gt;
	padding-bottom: 24px;&lt;br /&gt;
	background: var(--wiz-panel-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	box-shadow:&lt;br /&gt;
		calc(-1 * (var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap))) 0 0 0 var(--wiz-panel-background),&lt;br /&gt;
		var(--wiz-page-gutter) 0 0 0 var(--wiz-panel-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-icons {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 50%;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	transform: translateY(-50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Link Colours&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Global link colour rules for content, sidebar, header, and footer.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
a,&lt;br /&gt;
a:visited,&lt;br /&gt;
#mw-panel a,&lt;br /&gt;
#mw-head a,&lt;br /&gt;
#footer a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover,&lt;br /&gt;
#mw-panel a:hover,&lt;br /&gt;
#mw-head a:hover,&lt;br /&gt;
#footer a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation a,&lt;br /&gt;
#right-navigation a,&lt;br /&gt;
#p-personal a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Top Tabs And Vector Menu Resets&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These rules restyle the Vector page/action tabs. Inactive tabs are&lt;br /&gt;
   transparent so they blend into the header. Selected tabs match the content&lt;br /&gt;
   background and use a small cover strip to hide the bottom border cleanly.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
.vectorTabs li,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces .vector-menu-content,&lt;br /&gt;
#p-namespaces .vector-menu-content-list {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-namespaces {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li::before,&lt;br /&gt;
#left-navigation li::after,&lt;br /&gt;
#right-navigation li::before,&lt;br /&gt;
#right-navigation li::after,&lt;br /&gt;
.vectorTabs li::before,&lt;br /&gt;
.vectorTabs li::after,&lt;br /&gt;
.vectorMenu h3::before,&lt;br /&gt;
.vectorMenu h3::after {&lt;br /&gt;
	background: none;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a,&lt;br /&gt;
#right-navigation li a,&lt;br /&gt;
.vectorTabs li a,&lt;br /&gt;
.vectorMenu h3 {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-left: 1px solid var(--wiz-content-border);&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li a span,&lt;br /&gt;
#right-navigation li a span,&lt;br /&gt;
.vectorTabs li a span,&lt;br /&gt;
.vectorMenu h3 span {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation .vectorTabs,&lt;br /&gt;
#right-navigation .vectorTabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs,&lt;br /&gt;
#right-navigation .vector-menu-tabs,&lt;br /&gt;
#left-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#right-navigation .vector-menu-tabs-legacy,&lt;br /&gt;
#left-navigation .vectorTabs ul,&lt;br /&gt;
#right-navigation .vectorTabs ul,&lt;br /&gt;
#left-navigation .vector-menu-tabs ul,&lt;br /&gt;
#right-navigation .vector-menu-tabs ul,&lt;br /&gt;
#left-navigation .vectorTabs span,&lt;br /&gt;
#right-navigation .vectorTabs span,&lt;br /&gt;
#left-navigation .vector-menu-tabs span,&lt;br /&gt;
#right-navigation .vector-menu-tabs span,&lt;br /&gt;
#left-navigation .vectorTabs li,&lt;br /&gt;
#right-navigation .vectorTabs li,&lt;br /&gt;
#left-navigation .vector-menu-tabs li,&lt;br /&gt;
#right-navigation .vector-menu-tabs li,&lt;br /&gt;
#left-navigation .vectorTabs li a,&lt;br /&gt;
#right-navigation .vectorTabs li a,&lt;br /&gt;
#left-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vector-menu-tabs li a,&lt;br /&gt;
#right-navigation .vectorMenu,&lt;br /&gt;
#right-navigation .vectorMenu h3,&lt;br /&gt;
#right-navigation .vectorMenu h3 span,&lt;br /&gt;
#right-navigation .vector-menu-heading,&lt;br /&gt;
#right-navigation .vector-menu-heading span,&lt;br /&gt;
#right-navigation .vector-menu-heading-label,&lt;br /&gt;
#p-cactions-label,&lt;br /&gt;
#p-cactions-label span {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li:last-child a,&lt;br /&gt;
#right-navigation li:last-child a {&lt;br /&gt;
	border-right: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The watch/unwatch star has different Vector sizing, so it is normalised here. */&lt;br /&gt;
#ca-watch a,&lt;br /&gt;
#ca-unwatch a {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 32px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	padding-top: 16.25px;&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	background-position: center center;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch,&lt;br /&gt;
#ca-unwatch {&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	line-height: 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon {&lt;br /&gt;
	top: auto;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#right-navigation li.mw-watchlink.icon a {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#ca-watch a span,&lt;br /&gt;
#ca-unwatch a span {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	clip: rect(1px, 1px, 1px, 1px);&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selected tabs visually open into the content area below. */&lt;br /&gt;
#left-navigation li.selected a,&lt;br /&gt;
#right-navigation li.selected a,&lt;br /&gt;
.vectorTabs li.selected a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation li.selected a::after,&lt;br /&gt;
#right-navigation li.selected a::after,&lt;br /&gt;
.vectorTabs li.selected a::after {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	bottom: -1px;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-content-background);&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared border colour for the tab row. */&lt;br /&gt;
#left-navigation li,&lt;br /&gt;
#right-navigation li,&lt;br /&gt;
#p-search,&lt;br /&gt;
.vectorTabs,&lt;br /&gt;
.vectorMenu {&lt;br /&gt;
	border-color: var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	background: rgba(0, 0, 0, 0.3);&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput::placeholder {&lt;br /&gt;
	color: #b9b3a8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Page Title And Body Content&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   The first heading sits inside the content area with its own spacing. On the&lt;br /&gt;
   main page only, &amp;quot;Main Page&amp;quot; is visually replaced with the wiki title.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: block !important;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	margin: 12px 0 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading {&lt;br /&gt;
	font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #firstHeading.firstHeading.mw-first-heading::before {&lt;br /&gt;
	content: &amp;quot;Wizards and Warlords Wiki&amp;quot;;&lt;br /&gt;
	font-size: 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal article lists generated by * and # wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Inline Article Table Of Contents&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Style Vector&#039;s generated #toc directly so it retains the established floated&lt;br /&gt;
   desktop appearance and allows article content to wrap beside it.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent #toc {&lt;br /&gt;
	float: right;&lt;br /&gt;
	clear: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	min-width: 220px;&lt;br /&gt;
	max-width: 320px;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
	padding: 16px 24px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border);&lt;br /&gt;
	background: var(--wiz-panel-solid-background);&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc:has(.toctogglecheckbox:checked) {&lt;br /&gt;
	width: fit-content;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	padding: 12px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
#toc:has(.toctogglecheckbox:checked)&lt;br /&gt;
.toctitle {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctitle h2 {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-family: inherit;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toctoggle a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li {&lt;br /&gt;
	display: block;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc &amp;gt; ul &amp;gt; li {&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li ul {&lt;br /&gt;
	margin: 0 0 0 12px;&lt;br /&gt;
	padding: 0 0 0 10px;&lt;br /&gt;
	border-left: 1px dotted var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 2px 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc li::marker {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .tocnumber {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-3,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-4,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-5,&lt;br /&gt;
#content.mw-body #bodyContent #toc .toclevel-6 {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article section headings generated by == through ====== wikitext. */&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading2 {&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading3 {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading4 {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	margin: 21px 0 5px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	height: 28px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	height: 23px;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h2,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h3,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h4,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h5,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading h6,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center),&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) .mw-headline,&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h2:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h3:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h4:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h5:not(.center) a,&lt;br /&gt;
#content.mw-body #bodyContent &amp;gt; h6:not(.center) a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Two-Column Layout&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Homepage sections are arranged as:&lt;br /&gt;
   left block, right block, clear; then repeat for each row.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-mainpage-left {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-right {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	float: right;&lt;br /&gt;
	width: calc(50% - 7.5px);&lt;br /&gt;
	padding-left: 15px;&lt;br /&gt;
	padding-right: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-clear {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage section headings. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center {&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center .mw-headline,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center .mw-headline {&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; h2.center a,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; h2.center a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center,&lt;br /&gt;
.wizlords-mainpage-items {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; p,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; p {&lt;br /&gt;
	margin: 0 0 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal text lists inside homepage blocks. */&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ul,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ul {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-left &amp;gt; .center &amp;gt; ol,&lt;br /&gt;
.wizlords-mainpage-right &amp;gt; .center &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: decimal inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li,&lt;br /&gt;
.wizlords-mainpage-right li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-left li::marker,&lt;br /&gt;
.wizlords-mainpage-right li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Square Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 100x100 icon links with a fixed-height text label underneath.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-imagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	min-height: 122px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image {&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-imagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Homepage Wide Image Links&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Used for 200x100 banner-style image links, such as Weekly Battle Games,&lt;br /&gt;
   World Lore, and Events.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-wideimagetext {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	margin: 10px 12px;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-grid .wizlords-wideimagetext {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image {&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-wideimagetext-text {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Useful Links List&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Specific list styling for the external/useful links block.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.wizlords-useful-links,&lt;br /&gt;
.wizlords-mainpage-link-list,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin: 8px 0 0 20px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li,&lt;br /&gt;
.wizlords-mainpage-link-list li,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li {&lt;br /&gt;
	margin-bottom: 6px;&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	list-style: disc inside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-useful-links li::marker,&lt;br /&gt;
.wizlords-mainpage-link-list li::marker,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* What is LARP includes longer explanatory list items. Align its bullet edge&lt;br /&gt;
   with the paragraph above instead of using the narrower Useful Links inset. */&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-right&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list,&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-left&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body&lt;br /&gt;
#bodyContent&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
.wizlords-mainpage-whatislarp-list&lt;br /&gt;
&amp;gt; li {&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector assigns separate colours to external and visited links. Keep the&lt;br /&gt;
   shared homepage navigation-list component consistently orange. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:visited,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Vector&#039;s external-link indicator is a separate blue background SVG, so it&lt;br /&gt;
   must be recoloured independently from the anchor text. */&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ff942d&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body .wizlords-mainpage-link-list a.external:hover,&lt;br /&gt;
#content.mw-body .wizlords-mainpage-whatislarp-list a.external:hover {&lt;br /&gt;
	background-image: url(&amp;quot;data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;10&#039; height=&#039;10&#039; viewBox=&#039;0 0 10 10&#039;%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M6 1h3v3H8V2.71L4.35 6.35l-.7-.7L7.29 2H6V1z&#039;/%3E%3Cpath fill=&#039;%23ffd37a&#039; d=&#039;M2 2h3v1H3v4h4V5h1v3H2V2z&#039;/%3E%3C/svg%3E&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Narrow Vector Fallback&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   When Vector is manually used below the small-desktop range, remove its&lt;br /&gt;
   desktop sidebar, reclaim that space, and stack the homepage columns.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	:root {&lt;br /&gt;
		--wiz-sidebar-width: 0px;&lt;br /&gt;
		--wiz-sidebar-content-gap: 0px;&lt;br /&gt;
		--wiz-page-gutter: 12px;&lt;br /&gt;
		--wiz-content-padding: 14px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	#mw-panel,&lt;br /&gt;
	#p-logo {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mainpage-left,&lt;br /&gt;
	.wizlords-mainpage-right {&lt;br /&gt;
		float: none;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
		padding-right: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Final What Is LARP List Alignment&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Vector and shared article styles both assign margins and padding to direct&lt;br /&gt;
   article lists. This final component-scoped reset guarantees that the What&lt;br /&gt;
   is LARP bullet edge aligns with the paragraph above, regardless of which&lt;br /&gt;
   MediaWiki wrapper is present.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	box-sizing: border-box !important;&lt;br /&gt;
	width: 100% !important;&lt;br /&gt;
	max-width: none !important;&lt;br /&gt;
	margin: 8px 0 0 !important;&lt;br /&gt;
	padding-left: 1.15em !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
	text-align: left !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content.mw-body #bodyContent ul.wizlords-mainpage-whatislarp-list &amp;gt; li {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
	padding-left: 0 !important;&lt;br /&gt;
	list-style: disc outside !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Game_Special_Rules&amp;diff=2061</id>
		<title>Game Special Rules</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Game_Special_Rules&amp;diff=2061"/>
		<updated>2026-07-16T20:40:01Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: /* 1. Respawns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Some games use additional rules, objectives, or battlefield mechanics beyond the standard rules of Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
The most common special rules are the Respawn and Limited Respawn rules, which all players should familiarise themselves with.&lt;br /&gt;
&lt;br /&gt;
The remaining special rules are provided as a reference and will always be explained during the game briefing if they are being used.&lt;br /&gt;
&lt;br /&gt;
== 1. Respawns ==&lt;br /&gt;
Some games allow players to return to the battle after becoming [[Combat and Damage#Downed|Downed]]. The respawn rules used for a game will be explained during the briefing and are detailed below.&lt;br /&gt;
&lt;br /&gt;
=== 1.1. Respawn ===&lt;br /&gt;
If respawn is active and a player is Downed, they may choose to go to their team&#039;s respawn point instead of waiting to be healed or resurrected.&lt;br /&gt;
&lt;br /&gt;
Each team has two respawn points located in the corners of their deployment zone.&lt;br /&gt;
&lt;br /&gt;
To respawn:&lt;br /&gt;
&lt;br /&gt;
* Walk to your team&#039;s designated respawn point.&lt;br /&gt;
* If you became Downed within your own deployment quarter, you must use the respawn point furthest from where you were Downed.&lt;br /&gt;
* Count aloud to twice your base starting HP:&lt;br /&gt;
** &#039;&#039;&#039;Base 2 HP → Count to 4.&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Base 4 HP → Count to 8.&#039;&#039;&#039;&lt;br /&gt;
* Once the count is complete, you may re-enter the game.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Limited Respawn ===&lt;br /&gt;
Limited Respawn uses the normal Respawn rules with a limit on the number of times each player may respawn during the game.&lt;br /&gt;
&lt;br /&gt;
The number listed for the scenario is the maximum number of respawns available to each player.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
* &#039;&#039;&#039;Limited Respawn 3&#039;&#039;&#039; allows each player to respawn up to &#039;&#039;&#039;three times&#039;&#039;&#039; during the game.&lt;br /&gt;
&lt;br /&gt;
Once a player has used all of their available respawns, they may no longer use the Respawn mechanic. However, they may still return to play through healing, resurrection, or other scenario-specific rules where applicable.&lt;br /&gt;
&lt;br /&gt;
== 2. Scenario Additional Rules ==&lt;br /&gt;
The following rules may be used in specific scenarios, events, or game modes.&lt;br /&gt;
&lt;br /&gt;
You do not need to memorise these rules, as any mechanics being used will always be explained during the game briefing. They are provided here as a reference for players who wish to learn more about the different objectives, creatures, and special mechanics that may appear during play.&lt;br /&gt;
&lt;br /&gt;
{{Banner rules}}&lt;br /&gt;
&lt;br /&gt;
{{Relics rules}}&lt;br /&gt;
&lt;br /&gt;
{{Relic binding rules}}&lt;br /&gt;
&lt;br /&gt;
{{Burial mounds rules}}&lt;br /&gt;
&lt;br /&gt;
{{Beasts rules}}&lt;br /&gt;
&lt;br /&gt;
{{Eggs rules}}&lt;br /&gt;
&lt;br /&gt;
{{Marauders rules}}&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[How Weekly Games Work]] ← Next Step&lt;br /&gt;
* [[Terrain and Hazards]]&lt;br /&gt;
* [[Game Modes and Maps]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2060</id>
		<title>Experience Points</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2060"/>
		<updated>2026-07-16T20:39:17Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: /* Where To Next? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
As you attend games and events, your character will earn Experience Points (XP), Reputation, Coin, and other rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards represent your character&#039;s growing influence, wealth, and accomplishments within the world of Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
== Weekly Games and Rewards ==&lt;br /&gt;
Each week, one or more Companies are selected to undertake missions on behalf of their Benefactors. These missions may place Companies in direct competition, pit players against NPC forces, or involve multiple groups competing for the same objective.&lt;br /&gt;
&lt;br /&gt;
Regardless of the mission format, rewards are distributed based on the outcome of the game.&lt;br /&gt;
&lt;br /&gt;
=== Winning Side ===&lt;br /&gt;
All players on the winning side receive:&lt;br /&gt;
&lt;br /&gt;
* 2 Reputation&lt;br /&gt;
* 2 Copper Coins&lt;br /&gt;
&lt;br /&gt;
The winning Company also receives:&lt;br /&gt;
&lt;br /&gt;
* 5 Company Reputation&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Losing Side ===&lt;br /&gt;
All players on the losing side receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Draws ===&lt;br /&gt;
If a mission ends in a draw, all sides are treated as losing sides and receive the standard losing rewards.&lt;br /&gt;
&lt;br /&gt;
=== Special Rewards ===&lt;br /&gt;
Some missions may offer additional rewards beyond Reputation and Coin. These can include treasure, rare items, favours, hidden knowledge, or other story rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards are not always guaranteed and may require players to uncover hidden objectives, take greater risks, or make important choices during play.&lt;br /&gt;
&lt;br /&gt;
== Experience Points (XP) ==&lt;br /&gt;
Experience Points represent your character&#039;s growth and development through play.&lt;br /&gt;
&lt;br /&gt;
XP is tracked per character, not per player. If you have multiple characters, only the character you play for that event receives XP for attending.&lt;br /&gt;
&lt;br /&gt;
This means that each character earns and spends their own XP separately. If you regularly switch between characters, each character will progress at their own pace.&lt;br /&gt;
&lt;br /&gt;
XP is recorded when players sign in during events. At Weekly Night Games, this is usually done at half time. At Weekend Events and Week-Long Events, XP is recorded when the player signs in at the sign-in station.&lt;br /&gt;
&lt;br /&gt;
=== Saving and Transferring XP ===&lt;br /&gt;
* XP remains with a character until it is spent.&lt;br /&gt;
* Unspent XP is not lost and may be saved indefinitely.&lt;br /&gt;
* XP cannot be traded, gifted, or transferred between players.&lt;br /&gt;
* XP cannot be transferred between characters.&lt;br /&gt;
* The only exception is through Character Retirement and Consolidation.&lt;br /&gt;
&lt;br /&gt;
{{XP rewards by event type}}&lt;br /&gt;
&lt;br /&gt;
== Spending XP ==&lt;br /&gt;
XP is used to develop your character over time. As your character gains XP, they may spend it to improve their abilities and skills by buying &#039;&#039;&#039;Character Points&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character Points&#039;&#039;&#039; come in two forms:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Spell Points&#039;&#039;&#039; - Used to learn new spells or upgrade existing spells.&lt;br /&gt;
* &#039;&#039;&#039;Skill Points&#039;&#039;&#039; - Used to learn additional training, talents, or abilities to improve your character&#039;s skills.&lt;br /&gt;
&lt;br /&gt;
Additional notes about &#039;&#039;&#039;Character Points&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
* Purchased &#039;&#039;&#039;Spell and Skill Points&#039;&#039;&#039; may be saved until the player is ready to spend them.&lt;br /&gt;
* Once purchased, &#039;&#039;&#039;Skill Points&#039;&#039;&#039; and &#039;&#039;&#039;Spell Points&#039;&#039;&#039; cannot be converted back into XP or exchanged for one another.&lt;br /&gt;
* &#039;&#039;&#039;Character Points&#039;&#039;&#039; cannot be traded between your characters or other players.&lt;br /&gt;
&lt;br /&gt;
== Volunteer Rewards ==&lt;br /&gt;
Players who give up their play time to assist in running the game may also earn rewards.&lt;br /&gt;
&lt;br /&gt;
Volunteer XP is awarded at half the normal rate, rounded up.&lt;br /&gt;
&lt;br /&gt;
{{Volunteer XP rewards}}&lt;br /&gt;
&lt;br /&gt;
=== Additional Volunteer Rewards ===&lt;br /&gt;
For each Weekly Night Game volunteered, volunteers also receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
=== Volunteer Requirements ===&lt;br /&gt;
To be eligible for volunteer rewards, you must fully give up your ability to play in the event. Assisting briefly or helping between character actions does not qualify.&lt;br /&gt;
&lt;br /&gt;
You must also nominate the character that the XP, Reputation, and Copper rewards will be assigned to for each session you volunteer.&lt;br /&gt;
&lt;br /&gt;
These rewards cannot be split between characters or transferred later.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Weekly Games]] ← Next Step&lt;br /&gt;
* [[Professions]]&lt;br /&gt;
* [[Skills]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2059</id>
		<title>Experience Points</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2059"/>
		<updated>2026-07-16T20:39:06Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: /* Where To Next? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
As you attend games and events, your character will earn Experience Points (XP), Reputation, Coin, and other rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards represent your character&#039;s growing influence, wealth, and accomplishments within the world of Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
== Weekly Games and Rewards ==&lt;br /&gt;
Each week, one or more Companies are selected to undertake missions on behalf of their Benefactors. These missions may place Companies in direct competition, pit players against NPC forces, or involve multiple groups competing for the same objective.&lt;br /&gt;
&lt;br /&gt;
Regardless of the mission format, rewards are distributed based on the outcome of the game.&lt;br /&gt;
&lt;br /&gt;
=== Winning Side ===&lt;br /&gt;
All players on the winning side receive:&lt;br /&gt;
&lt;br /&gt;
* 2 Reputation&lt;br /&gt;
* 2 Copper Coins&lt;br /&gt;
&lt;br /&gt;
The winning Company also receives:&lt;br /&gt;
&lt;br /&gt;
* 5 Company Reputation&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Losing Side ===&lt;br /&gt;
All players on the losing side receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Draws ===&lt;br /&gt;
If a mission ends in a draw, all sides are treated as losing sides and receive the standard losing rewards.&lt;br /&gt;
&lt;br /&gt;
=== Special Rewards ===&lt;br /&gt;
Some missions may offer additional rewards beyond Reputation and Coin. These can include treasure, rare items, favours, hidden knowledge, or other story rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards are not always guaranteed and may require players to uncover hidden objectives, take greater risks, or make important choices during play.&lt;br /&gt;
&lt;br /&gt;
== Experience Points (XP) ==&lt;br /&gt;
Experience Points represent your character&#039;s growth and development through play.&lt;br /&gt;
&lt;br /&gt;
XP is tracked per character, not per player. If you have multiple characters, only the character you play for that event receives XP for attending.&lt;br /&gt;
&lt;br /&gt;
This means that each character earns and spends their own XP separately. If you regularly switch between characters, each character will progress at their own pace.&lt;br /&gt;
&lt;br /&gt;
XP is recorded when players sign in during events. At Weekly Night Games, this is usually done at half time. At Weekend Events and Week-Long Events, XP is recorded when the player signs in at the sign-in station.&lt;br /&gt;
&lt;br /&gt;
=== Saving and Transferring XP ===&lt;br /&gt;
* XP remains with a character until it is spent.&lt;br /&gt;
* Unspent XP is not lost and may be saved indefinitely.&lt;br /&gt;
* XP cannot be traded, gifted, or transferred between players.&lt;br /&gt;
* XP cannot be transferred between characters.&lt;br /&gt;
* The only exception is through Character Retirement and Consolidation.&lt;br /&gt;
&lt;br /&gt;
{{XP rewards by event type}}&lt;br /&gt;
&lt;br /&gt;
== Spending XP ==&lt;br /&gt;
XP is used to develop your character over time. As your character gains XP, they may spend it to improve their abilities and skills by buying &#039;&#039;&#039;Character Points&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character Points&#039;&#039;&#039; come in two forms:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Spell Points&#039;&#039;&#039; - Used to learn new spells or upgrade existing spells.&lt;br /&gt;
* &#039;&#039;&#039;Skill Points&#039;&#039;&#039; - Used to learn additional training, talents, or abilities to improve your character&#039;s skills.&lt;br /&gt;
&lt;br /&gt;
Additional notes about &#039;&#039;&#039;Character Points&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
* Purchased &#039;&#039;&#039;Spell and Skill Points&#039;&#039;&#039; may be saved until the player is ready to spend them.&lt;br /&gt;
* Once purchased, &#039;&#039;&#039;Skill Points&#039;&#039;&#039; and &#039;&#039;&#039;Spell Points&#039;&#039;&#039; cannot be converted back into XP or exchanged for one another.&lt;br /&gt;
* &#039;&#039;&#039;Character Points&#039;&#039;&#039; cannot be traded between your characters or other players.&lt;br /&gt;
&lt;br /&gt;
== Volunteer Rewards ==&lt;br /&gt;
Players who give up their play time to assist in running the game may also earn rewards.&lt;br /&gt;
&lt;br /&gt;
Volunteer XP is awarded at half the normal rate, rounded up.&lt;br /&gt;
&lt;br /&gt;
{{Volunteer XP rewards}}&lt;br /&gt;
&lt;br /&gt;
=== Additional Volunteer Rewards ===&lt;br /&gt;
For each Weekly Night Game volunteered, volunteers also receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
=== Volunteer Requirements ===&lt;br /&gt;
To be eligible for volunteer rewards, you must fully give up your ability to play in the event. Assisting briefly or helping between character actions does not qualify.&lt;br /&gt;
&lt;br /&gt;
You must also nominate the character that the XP, Reputation, and Copper rewards will be assigned to for each session you volunteer.&lt;br /&gt;
&lt;br /&gt;
These rewards cannot be split between characters or transferred later.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Weekly Games]] ← Next Step&lt;br /&gt;
* [[Professions]]&lt;br /&gt;
* [[Skills]]&lt;br /&gt;
* [[How Weekly Games Work]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Sidebar&amp;diff=2058</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Sidebar&amp;diff=2058"/>
		<updated>2026-07-16T20:32:04Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Quick Navigation&lt;br /&gt;
** MediaWiki:Common.css			|	Common CSS&lt;br /&gt;
** MediaWiki:Vector.css			|	Vector CSS&lt;br /&gt;
** MediaWiki:Citizen.css		|	Citizen CSS&lt;br /&gt;
** MediaWiki:Sidebar			|	Sidebar Edit&lt;br /&gt;
** Template Summary				|	Template Summary&lt;br /&gt;
** Special:Upload				|	Upload File&lt;br /&gt;
** specialpages-url				|	Special Pages&lt;br /&gt;
&lt;br /&gt;
* The Rules					&lt;br /&gt;
** Combat Rules					|	Combat Rules&lt;br /&gt;
** Combat and Damage			|	Combat and Damage&lt;br /&gt;
** Terrain and Hazards			|	Terrain and Hazzards&lt;br /&gt;
** Armour and Hit Points		|	Armour and Hit Points&lt;br /&gt;
** Weapons and Equipment		|	Weapons and Equipment&lt;br /&gt;
** Spellcasting Rules			|	Spellcasting Rules&lt;br /&gt;
** Game Special Rules			|	Game Special Rules&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2057</id>
		<title>Template Summary</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2057"/>
		<updated>2026-07-16T18:05:04Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an index of the custom templates used throughout the Wizards and Warlords Wiki. Select a template name to open its template page, view its developer notes, or edit its source.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable wizlords-table&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 30%;&amp;quot; | Template Name&lt;br /&gt;
! Summary&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Core Components&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Collapsible section|Collapsible Section]]&lt;br /&gt;
| Creates the standard collapsible content box, including its hidden table-of-contents heading and optional bottom close control.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Expandable table|Expandable Table]]&lt;br /&gt;
| Creates the shared collapsible table shell used by examples, scales, and other expandable tables.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Standalone Sections&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Multiple characters|Multiple Characters]]&lt;br /&gt;
| Contains the complete Multiple Characters rules section used on the Character Creation page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Form your own company|Form Your Own Company]]&lt;br /&gt;
| Contains the complete Form Your Own Company section used on the Mercenaries and Companies page.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Weapons and Equipment Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Approved weapon brands|Approved Weapon Brands]]&lt;br /&gt;
| Contains the approved weapon-brand guidance on the Weapons and Equipment page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Melee weapon construction standards|Melee Weapon Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for melee weapons.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Shield construction standards|Shield Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for shields.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Projectile construction standards|Projectile Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for projectiles.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Scenario Rules Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Banner rules|Banner Rules]]&lt;br /&gt;
| Contains the rules for banner game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relics rules|Relics Rules]]&lt;br /&gt;
| Contains the rules for relic game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relic binding rules|Relic Binding Rules]]&lt;br /&gt;
| Contains the rules for binding and using relics.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Burial mounds rules|Burial Mounds Rules]]&lt;br /&gt;
| Contains the rules for burial-mound game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Beasts rules|Beasts Rules]]&lt;br /&gt;
| Contains the rules for beasts used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Eggs rules|Eggs Rules]]&lt;br /&gt;
| Contains the rules for eggs used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Marauders rules|Marauders Rules]]&lt;br /&gt;
| Contains the rules for marauder game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Tables, Examples and Rewards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane bolt example|Arcane Bolt Example]]&lt;br /&gt;
| Contains the expandable Arcane Bolt casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Full heal example|Full Heal Example]]&lt;br /&gt;
| Contains the expandable Full Heal casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Personal reputation scale|Personal Reputation Scale]]&lt;br /&gt;
| Contains the expandable scale explaining personal reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Company reputation scale|Company Reputation Scale]]&lt;br /&gt;
| Contains the expandable scale explaining company reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:XP rewards by event type|XP Rewards By Event Type]]&lt;br /&gt;
| Contains the XP reward table for the different event formats.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Volunteer XP rewards|Volunteer XP Rewards]]&lt;br /&gt;
| Contains the volunteer XP reward information.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Class Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class card|Class Card]]&lt;br /&gt;
| Creates one class card with its icon, summary, equipment rules, spell points, and passive ability.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class category|Class Category]]&lt;br /&gt;
| Creates a Martial, Arcane, or Divine class category and its responsive card grid.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Martial classes content|Martial Classes Content]]&lt;br /&gt;
| Contains the complete Martial class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane classes content|Arcane Classes Content]]&lt;br /&gt;
| Contains the complete Arcane class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine classes content|Divine Classes Content]]&lt;br /&gt;
| Contains the complete Divine class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spell Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell card|Spell Card]]&lt;br /&gt;
| Creates one spell card containing its metadata and flexible rules sections.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell category|Spell Category]]&lt;br /&gt;
| Creates a spell-category heading, description, and card grid inside a spellbook.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spellbooks&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spellbook|Spellbook]]&lt;br /&gt;
| Creates the shared Arcane or Divine spellbook shell used by the desktop and responsive spellbook systems.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane spellbook content|Arcane Spellbook Content]]&lt;br /&gt;
| Contains the complete Arcane spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine spellbook content|Divine Spellbook Content]]&lt;br /&gt;
| Contains the complete Divine spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Race Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Culture card|Culture Card]]&lt;br /&gt;
| Creates one culture card on a race page using flexible culture-specific body content.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro|Race Intro]]&lt;br /&gt;
| Creates the race introduction panel with its icon, quotation, representative images, and caption.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro/styles.css|Race Intro Styles]]&lt;br /&gt;
| Provides the skin-neutral TemplateStyles used only by the Race intro template.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Navigation Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Navbox|Navbox]]&lt;br /&gt;
| Creates the shared row-and-group structure used by the Player Guide navigation boxes.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Rules|Rules]]&lt;br /&gt;
| Contains the Rules section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Character Creation|Character Creation]]&lt;br /&gt;
| Contains the Character Creation section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Weekly Games|Weekly Games]]&lt;br /&gt;
| Contains the Weekly Games section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Player Guide|Player Guide]]&lt;br /&gt;
| Creates the complete bottom-of-page Player Guide index from its three navigation sections.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Main Page Cards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Image link|Image Link]]&lt;br /&gt;
| Creates a square 100-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Wide image link|Wide Image Link]]&lt;br /&gt;
| Creates a wide 200-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2056</id>
		<title>Template Summary</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2056"/>
		<updated>2026-07-16T18:04:46Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an index of the custom templates used throughout the Wizards and Warlords Wiki. Select a template name to open its template page, view its developer notes, or edit its source.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable wizlords-table&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 30%;&amp;quot; | Template name&lt;br /&gt;
! Summary&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Core Components&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Collapsible section|Collapsible Section]]&lt;br /&gt;
| Creates the standard collapsible content box, including its hidden table-of-contents heading and optional bottom close control.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Expandable table|Expandable Table]]&lt;br /&gt;
| Creates the shared collapsible table shell used by examples, scales, and other expandable tables.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Standalone Sections&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Multiple characters|Multiple Characters]]&lt;br /&gt;
| Contains the complete Multiple Characters rules section used on the Character Creation page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Form your own company|Form Your Own Company]]&lt;br /&gt;
| Contains the complete Form Your Own Company section used on the Mercenaries and Companies page.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Weapons and Equipment Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Approved weapon brands|Approved Weapon Brands]]&lt;br /&gt;
| Contains the approved weapon-brand guidance on the Weapons and Equipment page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Melee weapon construction standards|Melee Weapon Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for melee weapons.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Shield construction standards|Shield Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for shields.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Projectile construction standards|Projectile Construction Standards]]&lt;br /&gt;
| Contains the construction and safety standards for projectiles.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Scenario Rules Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Banner rules|Banner Rules]]&lt;br /&gt;
| Contains the rules for banner game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relics rules|Relics Rules]]&lt;br /&gt;
| Contains the rules for relic game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relic binding rules|Relic Binding Rules]]&lt;br /&gt;
| Contains the rules for binding and using relics.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Burial mounds rules|Burial Mounds Rules]]&lt;br /&gt;
| Contains the rules for burial-mound game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Beasts rules|Beasts Rules]]&lt;br /&gt;
| Contains the rules for beasts used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Eggs rules|Eggs Rules]]&lt;br /&gt;
| Contains the rules for eggs used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Marauders rules|Marauders Rules]]&lt;br /&gt;
| Contains the rules for marauder game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Tables, Examples and Rewards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane bolt example|Arcane Bolt Example]]&lt;br /&gt;
| Contains the expandable Arcane Bolt casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Full heal example|Full Heal Example]]&lt;br /&gt;
| Contains the expandable Full Heal casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Personal reputation scale|Personal Reputation Scale]]&lt;br /&gt;
| Contains the expandable scale explaining personal reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Company reputation scale|Company Reputation Scale]]&lt;br /&gt;
| Contains the expandable scale explaining company reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:XP rewards by event type|XP Rewards By Event Type]]&lt;br /&gt;
| Contains the XP reward table for the different event formats.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Volunteer XP rewards|Volunteer XP Rewards]]&lt;br /&gt;
| Contains the volunteer XP reward information.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Class Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class card|Class Card]]&lt;br /&gt;
| Creates one class card with its icon, summary, equipment rules, spell points, and passive ability.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class category|Class Category]]&lt;br /&gt;
| Creates a Martial, Arcane, or Divine class category and its responsive card grid.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Martial classes content|Martial Classes Content]]&lt;br /&gt;
| Contains the complete Martial class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane classes content|Arcane Classes Content]]&lt;br /&gt;
| Contains the complete Arcane class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine classes content|Divine Classes Content]]&lt;br /&gt;
| Contains the complete Divine class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spell Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell card|Spell Card]]&lt;br /&gt;
| Creates one spell card containing its metadata and flexible rules sections.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell category|Spell Category]]&lt;br /&gt;
| Creates a spell-category heading, description, and card grid inside a spellbook.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spellbooks&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spellbook|Spellbook]]&lt;br /&gt;
| Creates the shared Arcane or Divine spellbook shell used by the desktop and responsive spellbook systems.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane spellbook content|Arcane Spellbook Content]]&lt;br /&gt;
| Contains the complete Arcane spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine spellbook content|Divine Spellbook Content]]&lt;br /&gt;
| Contains the complete Divine spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Race Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Culture card|Culture Card]]&lt;br /&gt;
| Creates one culture card on a race page using flexible culture-specific body content.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro|Race Intro]]&lt;br /&gt;
| Creates the race introduction panel with its icon, quotation, representative images, and caption.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro/styles.css|Race Intro Styles]]&lt;br /&gt;
| Provides the skin-neutral TemplateStyles used only by the Race intro template.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Navigation Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Navbox|Navbox]]&lt;br /&gt;
| Creates the shared row-and-group structure used by the Player Guide navigation boxes.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Rules|Rules]]&lt;br /&gt;
| Contains the Rules section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Character Creation|Character Creation]]&lt;br /&gt;
| Contains the Character Creation section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Weekly Games|Weekly Games]]&lt;br /&gt;
| Contains the Weekly Games section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Player Guide|Player Guide]]&lt;br /&gt;
| Creates the complete bottom-of-page Player Guide index from its three navigation sections.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Main Page Cards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Image link|Image Link]]&lt;br /&gt;
| Creates a square 100-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Wide image link|Wide Image Link]]&lt;br /&gt;
| Creates a wide 200-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2055</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2055"/>
		<updated>2026-07-16T17:54:13Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords shared content styling.&lt;br /&gt;
 *&lt;br /&gt;
 * This file is loaded by every skin. Keep reusable article typography,&lt;br /&gt;
 * templates, cards, tables, navboxes, and other content components here.&lt;br /&gt;
 * Skin shells and navigation belong in the relevant skin stylesheet.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Project-wide layout ranges:&lt;br /&gt;
   - Phone:                           0-599px&lt;br /&gt;
   - Tablet / large phone:          600-899px&lt;br /&gt;
   - Small desktop / landscape:    900-1199px&lt;br /&gt;
   - Full desktop:                    1200px+&lt;br /&gt;
   Component-specific queries should use these boundaries unless a documented&lt;br /&gt;
   intrinsic-size constraint requires an additional breakpoint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Content Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Skin stylesheets may override these tokens, but shared components always&lt;br /&gt;
   have a stable dark-fantasy fallback.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Article Typography&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These selectors are intentionally skin-neutral and lower-specificity than&lt;br /&gt;
   the current Vector compatibility rules. Vector therefore remains visually&lt;br /&gt;
   unchanged while Citizen receives the same article rhythm and colours.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.mw-body-content {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul,&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
.mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MediaWiki wraps generated headings in .mw-heading on current versions. */&lt;br /&gt;
.mw-parser-output .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading2 {&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading3 {&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading4 {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2,&lt;br /&gt;
.mw-parser-output .mw-heading h3,&lt;br /&gt;
.mw-parser-output .mw-heading h4,&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2 {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h3 {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h4 {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-headline,&lt;br /&gt;
.mw-parser-output .mw-heading a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection,&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared homepage navigation-list links. Descriptive text following each link&lt;br /&gt;
   remains normal weight because only the anchor itself is emphasized. */&lt;br /&gt;
.wizlords-mainpage-link-list a,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-link-list a:hover,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page banner.&lt;br /&gt;
   Desktop/small-desktop uses the full single-line parchment banner. Mobile and&lt;br /&gt;
   tablet use the transparent no-background version so the header sits cleanly&lt;br /&gt;
   inside Citizen&#039;s narrow layout. */&lt;br /&gt;
.page-banner {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 0 auto 24px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop,&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner figure {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner .mw-default-size,&lt;br /&gt;
.page-banner .mw-file-description,&lt;br /&gt;
.page-banner .mw-file-element {&lt;br /&gt;
	display: block;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: 300 / 141;&lt;br /&gt;
		margin-bottom: 0;&lt;br /&gt;
		background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/Wizlords_banner_nobg.png&amp;quot;);&lt;br /&gt;
		background-repeat: no-repeat;&lt;br /&gt;
		background-position: center center;&lt;br /&gt;
		background-size: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: auto;&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Compatibility for an accidental nested-list wrapper on the Main Page:&lt;br /&gt;
 *&lt;br /&gt;
 * &amp;lt;ul&amp;gt;&lt;br /&gt;
 *   &amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;...&amp;lt;/ul&amp;gt;&lt;br /&gt;
 * &amp;lt;/ul&amp;gt;&lt;br /&gt;
 *&lt;br /&gt;
 * The outer list otherwise adds a second layer of indentation. The preferred&lt;br /&gt;
 * markup is still a single classified &amp;lt;ul&amp;gt;.&lt;br /&gt;
 */&lt;br /&gt;
.mw-parser-output ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list) {&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	list-style: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list)&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the content of the TOC when the checkbox is checked. */&lt;br /&gt;
/* stylelint-disable-next-line selector-class-pattern */&lt;br /&gt;
.toctogglecheckbox:checked ~ ul {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid {&lt;br /&gt;
	outline: 5px solid red !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-text {&lt;br /&gt;
	margin-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Intro text shown only while a MediaWiki collapsible section is closed. */&lt;br /&gt;
.wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 6px 0 6px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section.mw-collapsed &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section:not(.mw-collapsed) &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section ul {&lt;br /&gt;
	margin: 6px 0 12px;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keeps a real wiki heading available for the TOC without showing it on the page. */&lt;br /&gt;
.wizlords-toc-only-heading {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	clip-path: inset(50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-heading,&lt;br /&gt;
.wizlords-toc-only-heading h2,&lt;br /&gt;
.wizlords-toc-only-heading h3,&lt;br /&gt;
.wizlords-toc-only-heading h4 {&lt;br /&gt;
	height: 0 !important;&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-editsection {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reusable article sections that can be collapsed to keep long pages compact. */&lt;br /&gt;
.wizlords-collapsible-section {&lt;br /&gt;
	margin: 18px 0;&lt;br /&gt;
	padding: 8px 14px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading + .wizlords-collapsible-section {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section:has(+ .wizlords-toc-only-heading) {&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-title {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-family: Georgia, &#039;Times New Roman&#039;, serif;&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content {&lt;br /&gt;
	padding: 6px 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:first-child {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:last-child {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subheading {&lt;br /&gt;
	margin: 14px 0 8px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subsubheading {&lt;br /&gt;
	margin: 12px 0 6px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-divider {&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 18px auto 14px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 11px 0 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle span,&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE TABLE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wikitable.wizlords-race-table,&lt;br /&gt;
.wizlords-race-table {&lt;br /&gt;
	--wiz-race-table-border-width: 1px;&lt;br /&gt;
	--wiz-race-table-border-colour: #4d4d4d;&lt;br /&gt;
	--wiz-race-table-divider-colour: #9d7531;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: var(--wiz-content-background, #222);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table tr,&lt;br /&gt;
.wizlords-race-table tr {&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table th,&lt;br /&gt;
.wikitable.wizlords-race-table td,&lt;br /&gt;
.wizlords-race-table th,&lt;br /&gt;
.wizlords-race-table td {&lt;br /&gt;
	padding: 5px 8px;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table th {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.race-name,&lt;br /&gt;
.wizlords-race-table td.race-name {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 6px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.subculture,&lt;br /&gt;
.wizlords-race-table td.subculture {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .subculture-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 45px;&lt;br /&gt;
	height: 45px;&lt;br /&gt;
	margin: 4px auto 4px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-bonus,&lt;br /&gt;
.wizlords-race-table .subculture-bonus {&lt;br /&gt;
	min-width: 280px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-divider td {&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-divider-colour) !important;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACES LANDING PAGE */&lt;br /&gt;
/* ------------------ */&lt;br /&gt;
.wizlords-races-landing {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-landing .race-note {&lt;br /&gt;
	margin: 14px 0 18px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 28px 44px;&lt;br /&gt;
	margin: 26px auto 24px;&lt;br /&gt;
	max-width: 860px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 8px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	transition: transform 120ms ease, filter 120ms ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-label,&lt;br /&gt;
.wizlords-race-label a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover img {&lt;br /&gt;
	filter: brightness(1.15);&lt;br /&gt;
	transform: translateY(-2px);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label,&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label a {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE DETAIL PAGES */&lt;br /&gt;
/* ----------------- */&lt;br /&gt;
.wizlords-race-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote,&lt;br /&gt;
.wizlords-race-page .hatnote {&lt;br /&gt;
	margin: 4px 0 18px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote a,&lt;br /&gt;
.wizlords-race-page .hatnote a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-7 .wizlords-culture-card:nth-child(7) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header {&lt;br /&gt;
	padding: 16px 12px 12px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto 10px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-title,&lt;br /&gt;
.wizlords-culture-card-title a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body {&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body p {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-separator {&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes {&lt;br /&gt;
	display: table;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 330px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
	padding: 10px 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes-title {&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	color: var(--wiz-heading-colour, #f2ead7);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes ul {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
	grid-auto-columns: max-content;&lt;br /&gt;
	column-gap: 42px;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	margin: 2px auto 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	margin-left: 18px;&lt;br /&gt;
	break-inside: avoid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-8 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9 ul {&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-4 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9-three ul {&lt;br /&gt;
	grid-template-rows: repeat(3, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	align-items: stretch;&lt;br /&gt;
	gap: 12px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare .wizlords-shared-classes {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-classes {&lt;br /&gt;
	margin-top: 12px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-known-for,&lt;br /&gt;
.wizlords-culture-suggested-class {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-suggested-class a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-note {&lt;br /&gt;
	margin-top: 6px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a,&lt;br /&gt;
.wizlords-culture-row-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a:hover,&lt;br /&gt;
.wizlords-culture-row-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-list {&lt;br /&gt;
	margin: 18px 0 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row {&lt;br /&gt;
	padding: 20px 0 24px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-feature {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: 150px 1px minmax(0, 1fr) 300px;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 10px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 150px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-divider {&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	background: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-title,&lt;br /&gt;
.wizlords-culture-row-title a {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0 34px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before,&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	color: #555;&lt;br /&gt;
	font-size: 42px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before {&lt;br /&gt;
	content: &amp;quot;\201C&amp;quot;;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: -6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	content: &amp;quot;\201D&amp;quot;;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	bottom: -18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	height: 138px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance-caption {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: min(450px, 100%);&lt;br /&gt;
	padding: 6px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image span,&lt;br /&gt;
.wizlords-page-image a {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.right {&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.left {&lt;br /&gt;
	float: left;&lt;br /&gt;
	margin: 0 24px 16px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	aspect-ratio: 2 / 1;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image-caption {&lt;br /&gt;
	margin-top: 7px;&lt;br /&gt;
	padding: 0 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-classes {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-auto-columns: minmax(130px, max-content);&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
	gap: 4px 18px;&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tablet and small-desktop layouts use a three-column grid. */&lt;br /&gt;
@media (min-width: 600px) and (max-width: 1199px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone layout uses two columns. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CLASS OVERVIEW PAGE */&lt;br /&gt;
/* ------------------- */&lt;br /&gt;
.wizlords-classes-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: 640px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th,&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 33.333%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon {&lt;br /&gt;
	margin: 0 0 6px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 110px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	padding: 8px 18px 10px 12px !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table tr:first-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-name {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table a,&lt;br /&gt;
.wizlords-class-card a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-mobile {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Very narrow phones: use explicit paired category rows instead of trying to&lt;br /&gt;
   re-map MediaWiki&#039;s desktop table, whose headers and lists are rendered in&lt;br /&gt;
   separate table rows. This avoids horizontal scroll and keeps each category&lt;br /&gt;
   as icon/name on the left and class list on the right. */&lt;br /&gt;
@media (max-width: 490px) {&lt;br /&gt;
	.wizlords-class-category-table {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 420px;&lt;br /&gt;
		margin: 18px auto 24px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 44% 56%;&lt;br /&gt;
		align-items: stretch;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		border-bottom: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row:last-child {&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 8px !important;&lt;br /&gt;
		border-right: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 16px;&lt;br /&gt;
		font-weight: bold;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-list {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		padding: 8px 10px !important;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon {&lt;br /&gt;
		margin-bottom: 4px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon img {&lt;br /&gt;
		width: 64px;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile ul {&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding-left: 18px;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	scroll-margin-top: 90px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-title {&lt;br /&gt;
	padding: 0 12px 10px;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon {&lt;br /&gt;
	padding: 18px 12px 8px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-body {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-summary {&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules div {&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion {&lt;br /&gt;
	--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	margin: 5px 0 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-martial {&lt;br /&gt;
	--wiz-class-category-accent: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-arcane {&lt;br /&gt;
	--wiz-class-category-accent: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-divine {&lt;br /&gt;
	--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-heading {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 8px;&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
	padding-top: 4px;&lt;br /&gt;
	padding-bottom: 2px;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion .wizlords-class-card-grid {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-title {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 30px;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon span,&lt;br /&gt;
.wizlords-class-category-accordion-icon a {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 28px !important;&lt;br /&gt;
	height: 28px !important;&lt;br /&gt;
	max-width: 28px !important;&lt;br /&gt;
	max-height: 28px !important;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-body {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MAGIC PAGE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wizlords-magic-used-by {&lt;br /&gt;
	margin: 4px 0 14px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 12px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon {&lt;br /&gt;
	flex: 0 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-quote {&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	border-left: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-section-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 22px auto 18px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SHARED STANDARD TABLE&lt;br /&gt;
   ---------------------&lt;br /&gt;
   Opt-in colour and border treatment for ordinary custom wiki tables.&lt;br /&gt;
   Add &amp;quot;wizlords-table&amp;quot; beside &amp;quot;wikitable&amp;quot; instead of overriding every&lt;br /&gt;
   MediaWiki-generated wikitable. Component-specific classes continue to own&lt;br /&gt;
   specialised widths, alignment, captions, and collapsible behaviour. */&lt;br /&gt;
.wikitable.wizlords-table,&lt;br /&gt;
.wizlords-table {&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-table th,&lt;br /&gt;
.wikitable.wizlords-table td,&lt;br /&gt;
.wizlords-table th,&lt;br /&gt;
.wizlords-table td {&lt;br /&gt;
	padding: 8px 12px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-table th,&lt;br /&gt;
.wizlords-table th {&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table,&lt;br /&gt;
.wizlords-magic-table {&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 680px;&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table,&lt;br /&gt;
.wizlords-example-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
.wizlords-example-table-full-heal {&lt;br /&gt;
	max-width: 500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal td:first-child {&lt;br /&gt;
	width: 34%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal td:nth-child(2) {&lt;br /&gt;
	width: 66%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wikitable.wizlords-magic-table td,&lt;br /&gt;
.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table td {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table th {&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table,&lt;br /&gt;
.wizlords-reward-table {&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th,&lt;br /&gt;
.wikitable.wizlords-reward-table td,&lt;br /&gt;
.wizlords-reward-table th,&lt;br /&gt;
.wizlords-reward-table td {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reward-table td:nth-child(2),&lt;br /&gt;
.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wizlords-reward-table td:nth-child(2) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reward-table,&lt;br /&gt;
	.wizlords-reward-table {&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption,&lt;br /&gt;
.wizlords-example-table caption {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle a,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table th,&lt;br /&gt;
.wikitable.wizlords-example-table td,&lt;br /&gt;
.wizlords-example-table th,&lt;br /&gt;
.wizlords-example-table td {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-example-table,&lt;br /&gt;
	.wizlords-example-table {&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
		max-width: 600px;&lt;br /&gt;
		margin: 14px auto 18px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		border-radius: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
	.wizlords-example-table-full-heal {&lt;br /&gt;
		max-width: 500px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed {&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption,&lt;br /&gt;
	.wizlords-example-table caption {&lt;br /&gt;
		display: table-caption !important;&lt;br /&gt;
		caption-side: top;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: none;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		margin: 0 0 6px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
		text-align: center !important;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed caption::before,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(-25%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table:not(.mw-collapsed) caption::before,&lt;br /&gt;
	.wizlords-example-table:not(.mw-collapsed) caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(10%) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
	.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
		overflow-wrap: anywhere;&lt;br /&gt;
		word-break: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table,&lt;br /&gt;
.wizlords-reputation-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table.mw-collapsed,&lt;br /&gt;
.wizlords-reputation-table.mw-collapsed {&lt;br /&gt;
	width: 520px;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table caption,&lt;br /&gt;
.wizlords-reputation-table caption {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table,&lt;br /&gt;
	.wizlords-reputation-table {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 680px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal !important;&lt;br /&gt;
		overflow-wrap: normal !important;&lt;br /&gt;
		word-break: normal !important;&lt;br /&gt;
		hyphens: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 26%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 52%;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 380px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 7px 5px !important;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 21%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 25%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 54%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 18%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 60%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-indented-note {&lt;br /&gt;
	margin: 8px 0 14px 28px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook {&lt;br /&gt;
	margin: 18px 0 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-arcane {&lt;br /&gt;
	--wiz-spellbook-colour: #c141d3;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-divine {&lt;br /&gt;
	--wiz-spellbook-colour: #089cc0;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px;&lt;br /&gt;
	padding: 14px 18px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 14px 18px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle {&lt;br /&gt;
	margin: 16px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle span,&lt;br /&gt;
.wizlords-spellbook-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook .mw-collapsible-content {&lt;br /&gt;
	padding: 0 18px 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-heading {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-description {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	padding-top: 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 10%;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-spellbook-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules {&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-title {&lt;br /&gt;
	padding: 12px 16px 4px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	padding: 0 16px 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules.mw-collapsed .wizlords-servant-rules-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules:not(.mw-collapsed) .wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 12px 16px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(4, minmax(0, 1fr));&lt;br /&gt;
	gap: 18px;&lt;br /&gt;
	padding: 0 16px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section {&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-title {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta {&lt;br /&gt;
	padding: 0 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-spell-card-divider-colour, var(--wiz-race-table-divider-colour, #9d7531));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section {&lt;br /&gt;
	padding: 0 12px 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-body {&lt;br /&gt;
	padding: 0 12px 14px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WIZLORDS NAVBOX */&lt;br /&gt;
/* --------------- */&lt;br /&gt;
.ww-navbox {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 24px auto 12px;&lt;br /&gt;
	padding: 3px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-title {&lt;br /&gt;
	padding: 4px 10px 5px;&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 4px 8px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-left: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:first-of-type {&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:last-of-type {&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(odd) {&lt;br /&gt;
	background: #222;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(even) {&lt;br /&gt;
	background: #252525;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-group {&lt;br /&gt;
	flex: 0 0 143px;&lt;br /&gt;
	width: 143px;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-list {&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:empty,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:has(&amp;gt; br:only-child) {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a:hover {&lt;br /&gt;
	color: #ffd37a !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-navbox-divider {&lt;br /&gt;
	width: 90%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 16px auto 14px;&lt;br /&gt;
	background: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .ww-navbox-title {&lt;br /&gt;
	border-bottom: 1px solid #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-top: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
	border-right: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:first-child {&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:last-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Player Guide is a desktop/tablet site index. Keep it out of the phone&lt;br /&gt;
   layout along with the divider that belongs to it. */&lt;br /&gt;
@media screen and (max-width: 599px) {&lt;br /&gt;
	.ww-navbox-stack,&lt;br /&gt;
	.wizlords-navbox-divider {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone and tablet card placement reset; the phone query below then reduces&lt;br /&gt;
   these grids from two columns to one. */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card,&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card,&lt;br /&gt;
	.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
		grid-column: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook {&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding-bottom: 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header {&lt;br /&gt;
		border-bottom-color: var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-height: 28px;&lt;br /&gt;
		margin: 14px auto 0;&lt;br /&gt;
		padding-bottom: 3px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		width: 11px;&lt;br /&gt;
		height: 11px;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(4px) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category {&lt;br /&gt;
		margin: 18px 0 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 4px;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-description {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 12px;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-size: 14px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #9a3dae;&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 150px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Citizen mobile/tablet race culture cards.&lt;br /&gt;
	   Desktop keeps the original grid; below 900px, culture/clan/subtype&lt;br /&gt;
	   cards become compact expandable rows using the existing page markup. */&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 16px auto 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid .wizlords-culture-card {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-auto-rows: auto;&lt;br /&gt;
		column-gap: 12px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 0;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 10px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		border: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header &amp;gt; :not(.wizlords-culture-card-title) {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		justify-self: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		margin: 0 !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: end;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		padding: 0 0 4px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title a {&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:first-of-type {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--color-base, #d8d3c8);&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; :not(p:first-of-type),&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open {&lt;br /&gt;
		align-items: start;&lt;br /&gt;
		padding-bottom: 12px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-separator {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 12px 0 10px;&lt;br /&gt;
		background: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; :not(p:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 8px 0 0;&lt;br /&gt;
		font-style: normal;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-classes,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-known-for,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-suggested-class,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-class-note {&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body ul {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open &amp;gt; .wizlords-available-classes-list {&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin-bottom: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes {&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Race Available Classes lists: compact responsive columns. */&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 1.5em;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card .wizlords-available-classes-list {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		margin-right: 0;&lt;br /&gt;
		margin-left: 0;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		display: grid !important;&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
		gap: 2px 18px;&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		break-inside: avoid;&lt;br /&gt;
		page-break-inside: avoid;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a {&lt;br /&gt;
		color: var(--wiz-link, #ff942d);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a:hover {&lt;br /&gt;
		color: #ffd37a;&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes .wizlords-available-classes-list {&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Mobile/tablet class category accordions.&lt;br /&gt;
	   These are custom controls inside the real &amp;quot;Classes&amp;quot; article section, so&lt;br /&gt;
	   Citizen/MobileFrontend no longer adds a second heading chevron. */&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion {&lt;br /&gt;
		--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-martial {&lt;br /&gt;
		--wiz-class-category-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-arcane {&lt;br /&gt;
		--wiz-class-category-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-divine {&lt;br /&gt;
		--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		flex-wrap: nowrap;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding: 0 0 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading &amp;gt; p {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading {&lt;br /&gt;
		border-bottom-color: var(--wiz-class-category-accent);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
		min-width: 32px;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
		vertical-align: middle;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon span,&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon a {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 100%;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open {&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-meta,&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-section {&lt;br /&gt;
		padding: 0 0 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-divider {&lt;br /&gt;
		width: 55%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 10px auto;&lt;br /&gt;
		background: var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-divider {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 18px auto 14px;&lt;br /&gt;
		background: rgba(255, 255, 255, 0.18);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 12px 14px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 8px;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 0 18px 6px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, #d66be3);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title {&lt;br /&gt;
		margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-grid {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
		gap: 12px;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section {&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section ul {&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr));&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone card layout. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 12px 0 20px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:not(.is-open) {&lt;br /&gt;
		height: 150px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open {&lt;br /&gt;
		height: auto;&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon span,&lt;br /&gt;
	.wizlords-class-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-summary {&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-divider {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-martial .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-arcane .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9a3dae;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-divine .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #33b6cf;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Citizen-specific safeguard: keep custom mobile collapsible box headings using&lt;br /&gt;
   the same clean interface typography as Citizen section headings. This is&lt;br /&gt;
   repeated here because Common.css can override equal-specificity skin rules&lt;br /&gt;
   depending on ResourceLoader order. */&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section .wizlords-collapsible-section-title {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 22px !important;&lt;br /&gt;
	font-weight: 700 !important;&lt;br /&gt;
	line-height: 1.3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 14px !important;&lt;br /&gt;
	font-style: normal !important;&lt;br /&gt;
	font-weight: 400 !important;&lt;br /&gt;
	line-height: 1.6 !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2054</id>
		<title>Template Summary</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2054"/>
		<updated>2026-07-16T17:53:47Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an index of the custom templates used throughout the Wizards and Warlords Wiki. Select a template name to open its template page, view its developer notes, or edit its source.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable wizlords-table&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 30%;&amp;quot; | Template name&lt;br /&gt;
! Summary&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Core Components&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Collapsible section|Collapsible section]]&lt;br /&gt;
| Creates the standard collapsible content box, including its hidden table-of-contents heading and optional bottom close control.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Expandable table|Expandable table]]&lt;br /&gt;
| Creates the shared collapsible table shell used by examples, scales, and other expandable tables.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Standalone Sections&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Multiple characters|Multiple characters]]&lt;br /&gt;
| Contains the complete Multiple Characters rules section used on the Character Creation page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Form your own company|Form your own company]]&lt;br /&gt;
| Contains the complete Form Your Own Company section used on the Mercenaries and Companies page.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Weapons and Equipment Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Approved weapon brands|Approved weapon brands]]&lt;br /&gt;
| Contains the approved weapon-brand guidance on the Weapons and Equipment page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Melee weapon construction standards|Melee weapon construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for melee weapons.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Shield construction standards|Shield construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for shields.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Projectile construction standards|Projectile construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for projectiles.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Scenario Rules Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Banner rules|Banner rules]]&lt;br /&gt;
| Contains the rules for banner game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relics rules|Relics rules]]&lt;br /&gt;
| Contains the rules for relic game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relic binding rules|Relic binding rules]]&lt;br /&gt;
| Contains the rules for binding and using relics.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Burial mounds rules|Burial mounds rules]]&lt;br /&gt;
| Contains the rules for burial-mound game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Beasts rules|Beasts rules]]&lt;br /&gt;
| Contains the rules for beasts used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Eggs rules|Eggs rules]]&lt;br /&gt;
| Contains the rules for eggs used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Marauders rules|Marauders rules]]&lt;br /&gt;
| Contains the rules for marauder game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Tables, Examples and Rewards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane bolt example|Arcane bolt example]]&lt;br /&gt;
| Contains the expandable Arcane Bolt casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Full heal example|Full heal example]]&lt;br /&gt;
| Contains the expandable Full Heal casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Personal reputation scale|Personal reputation scale]]&lt;br /&gt;
| Contains the expandable scale explaining personal reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Company reputation scale|Company reputation scale]]&lt;br /&gt;
| Contains the expandable scale explaining company reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:XP rewards by event type|XP rewards by event type]]&lt;br /&gt;
| Contains the XP reward table for the different event formats.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Volunteer XP rewards|Volunteer XP rewards]]&lt;br /&gt;
| Contains the volunteer XP reward information.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Class Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class card|Class card]]&lt;br /&gt;
| Creates one class card with its icon, summary, equipment rules, spell points, and passive ability.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class category|Class category]]&lt;br /&gt;
| Creates a Martial, Arcane, or Divine class category and its responsive card grid.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Martial classes content|Martial classes content]]&lt;br /&gt;
| Contains the complete Martial class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane classes content|Arcane classes content]]&lt;br /&gt;
| Contains the complete Arcane class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine classes content|Divine classes content]]&lt;br /&gt;
| Contains the complete Divine class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spell Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell card|Spell card]]&lt;br /&gt;
| Creates one spell card containing its metadata and flexible rules sections.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell category|Spell category]]&lt;br /&gt;
| Creates a spell-category heading, description, and card grid inside a spellbook.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spellbooks&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spellbook|Spellbook]]&lt;br /&gt;
| Creates the shared Arcane or Divine spellbook shell used by the desktop and responsive spellbook systems.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane spellbook content|Arcane spellbook content]]&lt;br /&gt;
| Contains the complete Arcane spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine spellbook content|Divine spellbook content]]&lt;br /&gt;
| Contains the complete Divine spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Race Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Culture card|Culture card]]&lt;br /&gt;
| Creates one culture card on a race page using flexible culture-specific body content.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro|Race intro]]&lt;br /&gt;
| Creates the race introduction panel with its icon, quotation, representative images, and caption.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro/styles.css|Race intro/styles.css]]&lt;br /&gt;
| Provides the skin-neutral TemplateStyles used only by the Race intro template.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Navigation Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Navbox|Navbox]]&lt;br /&gt;
| Creates the shared row-and-group structure used by the Player Guide navigation boxes.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Rules|Rules]]&lt;br /&gt;
| Contains the Rules section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Character Creation|Character Creation]]&lt;br /&gt;
| Contains the Character Creation section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Weekly Games|Weekly Games]]&lt;br /&gt;
| Contains the Weekly Games section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Player Guide|Player Guide]]&lt;br /&gt;
| Creates the complete bottom-of-page Player Guide index from its three navigation sections.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Main Page Cards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Image link|Image Link]]&lt;br /&gt;
| Creates a square 100-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Wide image link|Wide Image Link]]&lt;br /&gt;
| Creates a wide 200-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2053</id>
		<title>Template Summary</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template_Summary&amp;diff=2053"/>
		<updated>2026-07-16T17:51:03Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: Created page with &amp;quot;This page is an index of the custom templates used throughout the Wizards and Warlords Wiki. Select a template name to open its template page, view its developer notes, or edit its source.  {| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; ! style=&amp;quot;width: 30%;&amp;quot; | Template name ! Summary |- ! colspan=&amp;quot;2&amp;quot; | Core Components |- | Collapsible section | Creates the standard collapsible content box, including its hidden table-of-contents heading and opt...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an index of the custom templates used throughout the Wizards and Warlords Wiki. Select a template name to open its template page, view its developer notes, or edit its source.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 30%;&amp;quot; | Template name&lt;br /&gt;
! Summary&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Core Components&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Collapsible section|Collapsible section]]&lt;br /&gt;
| Creates the standard collapsible content box, including its hidden table-of-contents heading and optional bottom close control.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Expandable table|Expandable table]]&lt;br /&gt;
| Creates the shared collapsible table shell used by examples, scales, and other expandable tables.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Standalone Sections&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Multiple characters|Multiple characters]]&lt;br /&gt;
| Contains the complete Multiple Characters rules section used on the Character Creation page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Form your own company|Form your own company]]&lt;br /&gt;
| Contains the complete Form Your Own Company section used on the Mercenaries and Companies page.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Weapons and Equipment Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Approved weapon brands|Approved weapon brands]]&lt;br /&gt;
| Contains the approved weapon-brand guidance on the Weapons and Equipment page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Melee weapon construction standards|Melee weapon construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for melee weapons.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Shield construction standards|Shield construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for shields.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Projectile construction standards|Projectile construction standards]]&lt;br /&gt;
| Contains the construction and safety standards for projectiles.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Scenario Rules Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Banner rules|Banner rules]]&lt;br /&gt;
| Contains the rules for banner game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relics rules|Relics rules]]&lt;br /&gt;
| Contains the rules for relic game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Relic binding rules|Relic binding rules]]&lt;br /&gt;
| Contains the rules for binding and using relics.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Burial mounds rules|Burial mounds rules]]&lt;br /&gt;
| Contains the rules for burial-mound game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Beasts rules|Beasts rules]]&lt;br /&gt;
| Contains the rules for beasts used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Eggs rules|Eggs rules]]&lt;br /&gt;
| Contains the rules for eggs used in game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Marauders rules|Marauders rules]]&lt;br /&gt;
| Contains the rules for marauder game scenarios.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Tables, Examples and Rewards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane bolt example|Arcane bolt example]]&lt;br /&gt;
| Contains the expandable Arcane Bolt casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Full heal example|Full heal example]]&lt;br /&gt;
| Contains the expandable Full Heal casting example from the Magic page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Personal reputation scale|Personal reputation scale]]&lt;br /&gt;
| Contains the expandable scale explaining personal reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Company reputation scale|Company reputation scale]]&lt;br /&gt;
| Contains the expandable scale explaining company reputation levels.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:XP rewards by event type|XP rewards by event type]]&lt;br /&gt;
| Contains the XP reward table for the different event formats.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Volunteer XP rewards|Volunteer XP rewards]]&lt;br /&gt;
| Contains the volunteer XP reward information.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Class Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class card|Class card]]&lt;br /&gt;
| Creates one class card with its icon, summary, equipment rules, spell points, and passive ability.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Class category|Class category]]&lt;br /&gt;
| Creates a Martial, Arcane, or Divine class category and its responsive card grid.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Martial classes content|Martial classes content]]&lt;br /&gt;
| Contains the complete Martial class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane classes content|Arcane classes content]]&lt;br /&gt;
| Contains the complete Arcane class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine classes content|Divine classes content]]&lt;br /&gt;
| Contains the complete Divine class category and its class cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spell Cards and Categories&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell card|Spell card]]&lt;br /&gt;
| Creates one spell card containing its metadata and flexible rules sections.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spell category|Spell category]]&lt;br /&gt;
| Creates a spell-category heading, description, and card grid inside a spellbook.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Spellbooks&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Spellbook|Spellbook]]&lt;br /&gt;
| Creates the shared Arcane or Divine spellbook shell used by the desktop and responsive spellbook systems.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Arcane spellbook content|Arcane spellbook content]]&lt;br /&gt;
| Contains the complete Arcane spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Divine spellbook content|Divine spellbook content]]&lt;br /&gt;
| Contains the complete Divine spellbook, its categories, and its spell cards.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Race Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Culture card|Culture card]]&lt;br /&gt;
| Creates one culture card on a race page using flexible culture-specific body content.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro|Race intro]]&lt;br /&gt;
| Creates the race introduction panel with its icon, quotation, representative images, and caption.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Race intro/styles.css|Race intro/styles.css]]&lt;br /&gt;
| Provides the skin-neutral TemplateStyles used only by the Race intro template.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Navigation Templates&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Navbox|Navbox]]&lt;br /&gt;
| Creates the shared row-and-group structure used by the Player Guide navigation boxes.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Rules|Rules]]&lt;br /&gt;
| Contains the Rules section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Character Creation|Character Creation]]&lt;br /&gt;
| Contains the Character Creation section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Weekly Games|Weekly Games]]&lt;br /&gt;
| Contains the Weekly Games section of the Player Guide navbox.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Player Guide|Player Guide]]&lt;br /&gt;
| Creates the complete bottom-of-page Player Guide index from its three navigation sections.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Main Page Cards&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Image Link|Image Link]]&lt;br /&gt;
| Creates a square 100-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|-&lt;br /&gt;
| [[Template:Wide Image Link|Wide Image Link]]&lt;br /&gt;
| Creates a wide 200-by-100-pixel image card whose image and label link to the same page.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2052</id>
		<title>Template:Wide image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2052"/>
		<updated>2026-07-16T17:43:54Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: Aurelian moved page Template:Wide image Link to Template:Wide image link without leaving a redirect: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|200x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one wide image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Wide image link&lt;br /&gt;
 |image=03_HowGamesWork.png&lt;br /&gt;
 |page=Weekly Games&lt;br /&gt;
 |label=How Weekly Games Work&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2051</id>
		<title>Template:Image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2051"/>
		<updated>2026-07-16T17:43:43Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: Aurelian moved page Template:Image Link to Template:Image link without leaving a redirect: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|100x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one square image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Image link&lt;br /&gt;
|image=Sq_icon_wstl.png&lt;br /&gt;
|page=Safety Rules&lt;br /&gt;
|label=Safety Rules&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2050</id>
		<title>Template:Wide image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2050"/>
		<updated>2026-07-16T17:42:39Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|200x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one wide image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Wide image link&lt;br /&gt;
 |image=03_HowGamesWork.png&lt;br /&gt;
 |page=Weekly Games&lt;br /&gt;
 |label=How Weekly Games Work&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2049</id>
		<title>Template:Image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2049"/>
		<updated>2026-07-16T17:42:19Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|100x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one square image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Image link&lt;br /&gt;
|image=Sq_icon_wstl.png&lt;br /&gt;
|page=Safety Rules&lt;br /&gt;
|label=Safety Rules&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2048</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2048"/>
		<updated>2026-07-16T17:41:54Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-desktop&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_singleline.png|center|frameless]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-mobile&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_nobg.png|center|frameless]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Welcome_to_Wizlords&amp;quot;&amp;gt;Welcome to Wizlords&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Welcome to the Wizards and Warlords Wiki. This is the central reference point for the game, bringing together rules, setting information, event formats, and guides for new and returning players.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Use this page as a starting point for learning the game, building a character, exploring the world, and finding the right place to play.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;What_is_LARP&amp;quot;&amp;gt;What is LARP&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Live action roleplay is a game where players physically portray characters, take part in stories, and resolve battles using shared rules.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://en.wikipedia.org/wiki/Live_action_role-playing_game What is LARP?] - Learn what Live Action Roleplay is and how it is played.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[Getting Started|Getting Started]] - Everything you need to know before attending your first game.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[New Player Guide|New Player Guide]] - Download the complete beginner&#039;s guide, including insurance information.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Rules&amp;quot;&amp;gt;Rules&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;These are the combat rules you will need to learn to participate in our battle games and fights at events.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_wstl.png&lt;br /&gt;
|page=Safety Rules&lt;br /&gt;
|label=Safety Rules&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_dgr.png&lt;br /&gt;
|page=Combat &amp;amp; Damage&lt;br /&gt;
|label=Combat &amp;amp; Damage&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_bp.png&lt;br /&gt;
|page=Armour &amp;amp; Hit Points&lt;br /&gt;
|label=Armour &amp;amp; Hit Points&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_shld.png&lt;br /&gt;
|page=Weapons &amp;amp; Equipment&lt;br /&gt;
|label=Weapons &amp;amp; Equipment&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_fire.png&lt;br /&gt;
|page=Spellcasting&lt;br /&gt;
|label=Spellcasting&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_castle.png&lt;br /&gt;
|page=Terrain &amp;amp; Hazards&lt;br /&gt;
|label=Terrain &amp;amp; Hazards&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_hlmt.png&lt;br /&gt;
|page=Game Special Rules&lt;br /&gt;
|label=Game Special Rules&lt;br /&gt;
}}&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Character_Creation&amp;quot;&amp;gt;Character Creation&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is how to create a character in our game. Go through these links to learn how to create a character.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_charactercreation.png&lt;br /&gt;
|page=Character Creation&lt;br /&gt;
|label=Introduction&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_races.png&lt;br /&gt;
|page=Races&lt;br /&gt;
|label=Races&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_classes.png&lt;br /&gt;
|page=Classes&lt;br /&gt;
|label=Classes&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_magic.png&lt;br /&gt;
|page=Magic&lt;br /&gt;
|label=Magic&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_experience.png&lt;br /&gt;
|page=Experience Points&lt;br /&gt;
|label=Experience Points&lt;br /&gt;
}}&lt;br /&gt;
		&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_professions.png&lt;br /&gt;
|page=Professions&lt;br /&gt;
|label=Professions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Image link&lt;br /&gt;
|image=Sq_icon_skills.png&lt;br /&gt;
|page=Skills&lt;br /&gt;
|label=Skills&lt;br /&gt;
}}&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Weekly_Games&amp;quot;&amp;gt;Weekly Games&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;gt;Interested in participating in our weekly games? Here is everything you need to know.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_HowGamesWork.png&lt;br /&gt;
|page=Weekly Games&lt;br /&gt;
|label=How Weekly Games Work&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Tanyth zoomed.png&lt;br /&gt;
|page=The Free City of Tanyth&lt;br /&gt;
|label=The Free City of Tanyth&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Merc&amp;amp;Comp.png&lt;br /&gt;
|page=Mercenaries and Companies&lt;br /&gt;
|label=Mercenaries and Companies&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=03_Gameplans.png&lt;br /&gt;
|page=Game Modes and Maps&lt;br /&gt;
|label=Game Modes and Maps&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;World_Lore&amp;quot;&amp;gt;World Lore&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Beyond the battles lies a wider setting filled with history, nations, cities, and competing powers. These pages introduce the world of Carcer and the places most important to the stories told in Wizards and Warlords.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_01.png&lt;br /&gt;
|page=Carcer&lt;br /&gt;
|label=The World of Carcer&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_02.png&lt;br /&gt;
|page=Tymora&lt;br /&gt;
|label=The Continent of Tymora&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_03.png&lt;br /&gt;
|page=Tanyth&lt;br /&gt;
|label=The Free City of Tanyth&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Rect_04.png&lt;br /&gt;
|page=Valendor&lt;br /&gt;
|label=The Kingdom of Valendor&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Events&amp;quot;&amp;gt;Events&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Wizards and Warlords can be experienced in several different ways, from short local battles to larger immersive events. These pages explain the structure, tone, and expectations of each format so players know what kind of experience to expect.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Weekend Events&lt;br /&gt;
|label=Weekend Events&lt;br /&gt;
}}&lt;br /&gt;
			&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Seasonal Events&lt;br /&gt;
|label=Seasonal Events&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Banner Wars&lt;br /&gt;
|label=Banner Wars&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Wide image link&lt;br /&gt;
|image=Comingsoon.png&lt;br /&gt;
|page=Renfairs&lt;br /&gt;
|label=Renfairs&lt;br /&gt;
}}&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Useful_Links&amp;quot;&amp;gt;Useful Links&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is a list of a few helpful websites and sellers that can help you with your LARP journey.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-link-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link One] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Two] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Three] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Four] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Five] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Six] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Seven] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Eight] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2047</id>
		<title>Template:Image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Image_link&amp;diff=2047"/>
		<updated>2026-07-16T17:39:56Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: Created page with &amp;quot;&amp;lt;onlyinclude&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;link={{{page}}}&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;{{{page}}}}}}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;noinclude&amp;gt; Creates one square image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.  Usage: &amp;lt;pre&amp;gt;{{Image link  |image=Sq_icon_...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|100x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one square image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Image link&lt;br /&gt;
 |image=Sq_icon_wstl.png&lt;br /&gt;
 |page=Safety Rules&lt;br /&gt;
 |label=Safety Rules&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2046</id>
		<title>Template:Wide image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2046"/>
		<updated>2026-07-16T17:39:41Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|200x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one wide image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Wide image link&lt;br /&gt;
 |image=03_HowGamesWork.png&lt;br /&gt;
 |page=Weekly Games&lt;br /&gt;
 |label=How Weekly Games Work&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2045</id>
		<title>Template:Wide image link</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Wide_image_link&amp;diff=2045"/>
		<updated>2026-07-16T17:39:20Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: Created page with &amp;quot;&amp;lt;onlyinclude&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;link={{{page}}}&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;{{{page}}}}}}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;noinclude&amp;gt; Creates one wide image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.  Usage: &amp;lt;pre&amp;gt;{{Wide image link...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:{{{image}}}|200x100px|link={{{page}}}]]&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[{{{page}}}|{{{label|{{{page}}}}}}]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Creates one wide image-link card for the Main Page. The image and label both link to the same destination. Existing global and skin CSS control its layout and responsive presentation.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Wide image link&lt;br /&gt;
 |image=03_HowGamesWork.png&lt;br /&gt;
 |page=Weekly Games&lt;br /&gt;
 |label=How Weekly Games Work&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; — required image filename, without the File: prefix&lt;br /&gt;
* &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt; — required destination page&lt;br /&gt;
* &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt; — optional displayed label; defaults to &amp;lt;code&amp;gt;page&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2044</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Main_Page&amp;diff=2044"/>
		<updated>2026-07-16T17:23:54Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-desktop&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_singleline.png|center|frameless]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;page-banner-mobile&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Wizlords_banner_nobg.png|center|frameless]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Welcome_to_Wizlords&amp;quot;&amp;gt;Welcome to Wizlords&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Welcome to the Wizards and Warlords Wiki. This is the central reference point for the game, bringing together rules, setting information, event formats, and guides for new and returning players.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Use this page as a starting point for learning the game, building a character, exploring the world, and finding the right place to play.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;What_is_LARP&amp;quot;&amp;gt;What is LARP&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Live action roleplay is a game where players physically portray characters, take part in stories, and resolve battles using shared rules.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://en.wikipedia.org/wiki/Live_action_role-playing_game What is LARP?] - Learn what Live Action Roleplay is and how it is played.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[Getting Started|Getting Started]] - Everything you need to know before attending your first game.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[[New Player Guide|New Player Guide]] - Download the complete beginner&#039;s guide, including insurance information.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Rules&amp;quot;&amp;gt;Rules&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;These are the combat rules you will need to learn to participate in our battle games and fights at events.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_wstl.png|100x100px|link=Safety Rules]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Safety Rules|Safety Rules]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_dgr.png|100x100px|link=Combat &amp;amp; Damage]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Combat &amp;amp; Damage|Combat &amp;amp; Damage]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_bp.png|100x100px|link=Armour &amp;amp; Hit Points]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Armour &amp;amp; Hit Points|Armour &amp;amp; Hit Points]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_shld.png|100x100px|link=Weapons &amp;amp; Equipment]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Weapons &amp;amp; Equipment|Weapons &amp;amp; Equipment]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_fire.png|100x100px|link=Spellcasting]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Spellcasting|Spellcasting]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_castle.png|100x100px|link=Terrain &amp;amp; Hazards]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Terrain &amp;amp; Hazards|Terrain &amp;amp; Hazards]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_hlmt.png|100x100px|link=Game Special Rules]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Game Special Rules|Game Special Rules]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Character_Creation&amp;quot;&amp;gt;Character Creation&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is how to create a character in our game. Go through these links to learn how to create a character.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;wizlords-mainpage-items&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_charactercreation.png|100x100px|link=Character Creation]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Character Creation|Introduction]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_races.png|100x100px|link=Races]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Races]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_classes.png|100x100px|link=Classes]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Classes]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_magic.png|100x100px|link=Magic]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Magic]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_experience.png|100x100px|link=Experience Points]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Experience Points|Experience Points]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_professions.png|100x100px|link=Professions]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Professions|Professions]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;div class=&amp;quot;wizlords-imagetext&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-image&amp;quot;&amp;gt;[[File:Sq_icon_skills.png|100x100px|link=Skills]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-imagetext-text&amp;quot;&amp;gt;[[Skills|Skills]]&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Weekly_Games&amp;quot;&amp;gt;Weekly Games&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;gt;Interested in participating in our weekly games? Here is everything you need to know.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:03_HowGamesWork.png|200x100px|link=Weekly Games]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Weekly Games|How Weekly Games Work]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:03_Tanyth zoomed.png|200x100px|link=The Free City of Tanyth]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[The Free City of Tanyth]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:03_Merc&amp;amp;Comp.png|200x100px|link=Mercenaries and Companies]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Mercenaries and Companies]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:03_Gameplans.png|200x100px|link=Game Modes and Maps]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Game Modes and Maps]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;World_Lore&amp;quot;&amp;gt;World Lore&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Beyond the battles lies a wider setting filled with history, nations, cities, and competing powers. These pages introduce the world of Carcer and the places most important to the stories told in Wizards and Warlords.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Rect_01.png|200x100px|link=Carcer]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Carcer|The World of Carcer]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Rect_02.png|200x100px|link=Tymora]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Tymora|The Continent of Tymora]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Rect_03.png|200x100px|link=Tanyth]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Tanyth|The Free City of Tanyth]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Rect_04.png|200x100px|link=Valendor]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Valendor|The Kingdom of Valendor]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-left&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Events&amp;quot;&amp;gt;Events&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Wizards and Warlords can be experienced in several different ways, from short local battles to larger immersive events. These pages explain the structure, tone, and expectations of each format so players know what kind of experience to expect.&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Comingsoon.png|200x100px|link=Weekend Events]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Weekend Events]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Comingsoon.png|200x100px|link=Seasonal Events]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Seasonal Events]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;center wizlords-wideimagetext-grid&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Comingsoon.png|200x100px|link=Banner Wars]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Banner Wars]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;div class=&amp;quot;wizlords-wideimagetext&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-image&amp;quot;&amp;gt;[[File:Comingsoon.png|200x100px|link=Renfairs]]&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;wizlords-wideimagetext-text&amp;quot;&amp;gt;[[Renfairs]]&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-right&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h2 class=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Useful_Links&amp;quot;&amp;gt;Useful Links&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Here is a list of a few helpful websites and sellers that can help you with your LARP journey.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;wizlords-mainpage-link-list&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link One] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Two] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Three] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Four] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Five] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Six] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Seven] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;[https://example.com Link Eight] - Short description goes here.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-mainpage-clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=File:Comingsoon.png&amp;diff=2043</id>
		<title>File:Comingsoon.png</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=File:Comingsoon.png&amp;diff=2043"/>
		<updated>2026-07-16T17:23:20Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2042</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=MediaWiki:Common.css&amp;diff=2042"/>
		<updated>2026-07-15T22:40:02Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * Wizards &amp;amp; Warlords shared content styling.&lt;br /&gt;
 *&lt;br /&gt;
 * This file is loaded by every skin. Keep reusable article typography,&lt;br /&gt;
 * templates, cards, tables, navboxes, and other content components here.&lt;br /&gt;
 * Skin shells and navigation belong in the relevant skin stylesheet.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Responsive Layout Standard&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Project-wide layout ranges:&lt;br /&gt;
   - Phone:                           0-599px&lt;br /&gt;
   - Tablet / large phone:          600-899px&lt;br /&gt;
   - Small desktop / landscape:    900-1199px&lt;br /&gt;
   - Full desktop:                    1200px+&lt;br /&gt;
   Component-specific queries should use these boundaries unless a documented&lt;br /&gt;
   intrinsic-size constraint requires an additional breakpoint.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Content Variables&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   Skin stylesheets may override these tokens, but shared components always&lt;br /&gt;
   have a stable dark-fantasy fallback.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
:root {&lt;br /&gt;
	--wiz-content-background: #222;&lt;br /&gt;
	--wiz-panel-solid-background: #0f0f0f;&lt;br /&gt;
	--wiz-content-border: #ff942d;&lt;br /&gt;
	--wiz-text: #d2d2d2;&lt;br /&gt;
	--wiz-link: #ff942d;&lt;br /&gt;
	--wiz-heading: #e7e1d4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   Shared Article Typography&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
   These selectors are intentionally skin-neutral and lower-specificity than&lt;br /&gt;
   the current Vector compatibility rules. Vector therefore remains visually&lt;br /&gt;
   unchanged while Citizen receives the same article rhythm and colours.&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
.mw-body-content {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul,&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	margin: 8px 0 12px 28px;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul {&lt;br /&gt;
	margin: 4px 0 6px 22px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ol {&lt;br /&gt;
	list-style: decimal outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output &amp;gt; ul &amp;gt; li,&lt;br /&gt;
.mw-parser-output &amp;gt; ol &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output ul ul &amp;gt; li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin-bottom: 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output li::marker {&lt;br /&gt;
	color: var(--wiz-text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MediaWiki wraps generated headings in .mw-heading on current versions. */&lt;br /&gt;
.mw-parser-output .mw-heading {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 20px 0 10px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading2 {&lt;br /&gt;
	margin-top: 21px;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading3 {&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading4 {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
	padding-top: 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2,&lt;br /&gt;
.mw-parser-output .mw-heading h3,&lt;br /&gt;
.mw-parser-output .mw-heading h4,&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h2 {&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h3 {&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h4 {&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading h5,&lt;br /&gt;
.mw-parser-output .mw-heading h6 {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-headline,&lt;br /&gt;
.mw-parser-output .mw-heading a {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection,&lt;br /&gt;
.mw-parser-output .mw-heading .mw-editsection a {&lt;br /&gt;
	color: var(--wiz-link);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Shared homepage navigation-list links. Descriptive text following each link&lt;br /&gt;
   remains normal weight because only the anchor itself is emphasized. */&lt;br /&gt;
.wizlords-mainpage-link-list a,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-mainpage-link-list a:hover,&lt;br /&gt;
.wizlords-mainpage-whatislarp-list a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page banner.&lt;br /&gt;
   Desktop/small-desktop uses the full single-line parchment banner. Mobile and&lt;br /&gt;
   tablet use the transparent no-background version so the header sits cleanly&lt;br /&gt;
   inside Citizen&#039;s narrow layout. */&lt;br /&gt;
.page-banner {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 0 auto 24px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop,&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-desktop {&lt;br /&gt;
	display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner-mobile {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner figure {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-banner .mw-default-size,&lt;br /&gt;
.page-banner .mw-file-description,&lt;br /&gt;
.page-banner .mw-file-element {&lt;br /&gt;
	display: block;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: 300 / 141;&lt;br /&gt;
		margin-bottom: 0;&lt;br /&gt;
		background-image: url(&amp;quot;/mywiki/index.php/Special:Redirect/file/Wizlords_banner_nobg.png&amp;quot;);&lt;br /&gt;
		background-repeat: no-repeat;&lt;br /&gt;
		background-position: center center;&lt;br /&gt;
		background-size: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.page-banner {&lt;br /&gt;
		aspect-ratio: auto;&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-desktop {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.page-banner-mobile {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Compatibility for an accidental nested-list wrapper on the Main Page:&lt;br /&gt;
 *&lt;br /&gt;
 * &amp;lt;ul&amp;gt;&lt;br /&gt;
 *   &amp;lt;ul class=&amp;quot;wizlords-mainpage-whatislarp-list&amp;quot;&amp;gt;...&amp;lt;/ul&amp;gt;&lt;br /&gt;
 * &amp;lt;/ul&amp;gt;&lt;br /&gt;
 *&lt;br /&gt;
 * The outer list otherwise adds a second layer of indentation. The preferred&lt;br /&gt;
 * markup is still a single classified &amp;lt;ul&amp;gt;.&lt;br /&gt;
 */&lt;br /&gt;
.mw-parser-output ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list) {&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	list-style: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-parser-output&lt;br /&gt;
ul:has(&amp;gt; ul.wizlords-mainpage-whatislarp-list)&lt;br /&gt;
&amp;gt; ul.wizlords-mainpage-whatislarp-list {&lt;br /&gt;
	margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the content of the TOC when the checkbox is checked. */&lt;br /&gt;
/* stylelint-disable-next-line selector-class-pattern */&lt;br /&gt;
.toctogglecheckbox:checked ~ ul {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid {&lt;br /&gt;
	outline: 5px solid red !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-item img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiz-grid-text {&lt;br /&gt;
	margin-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Intro text shown only while a MediaWiki collapsible section is closed. */&lt;br /&gt;
.wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 6px 0 6px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section.mw-collapsed &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section:not(.mw-collapsed) &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section ul {&lt;br /&gt;
	margin: 6px 0 12px;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsed-hint-section li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keeps a real wiki heading available for the TOC without showing it on the page. */&lt;br /&gt;
.wizlords-toc-only-heading {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	clip-path: inset(50%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-heading,&lt;br /&gt;
.wizlords-toc-only-heading h2,&lt;br /&gt;
.wizlords-toc-only-heading h3,&lt;br /&gt;
.wizlords-toc-only-heading h4 {&lt;br /&gt;
	height: 0 !important;&lt;br /&gt;
	margin: 0 !important;&lt;br /&gt;
	padding: 0 !important;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading .mw-editsection {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reusable article sections that can be collapsed to keep long pages compact. */&lt;br /&gt;
.wizlords-collapsible-section {&lt;br /&gt;
	margin: 18px 0;&lt;br /&gt;
	padding: 8px 14px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-toc-only-heading + .wizlords-collapsible-section {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section:has(+ .wizlords-toc-only-heading) {&lt;br /&gt;
	margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-title {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-family: Georgia, &#039;Times New Roman&#039;, serif;&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content {&lt;br /&gt;
	padding: 6px 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:first-child {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section .mw-collapsible-content &amp;gt; p:last-child {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subheading {&lt;br /&gt;
	margin: 14px 0 8px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-subsubheading {&lt;br /&gt;
	margin: 12px 0 6px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-divider {&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 18px auto 14px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 11px 0 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-collapsible-section &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle {&lt;br /&gt;
	margin: 8px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle span,&lt;br /&gt;
.wizlords-collapsible-section-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE TABLE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wikitable.wizlords-race-table,&lt;br /&gt;
.wizlords-race-table {&lt;br /&gt;
	--wiz-race-table-border-width: 1px;&lt;br /&gt;
	--wiz-race-table-border-colour: #4d4d4d;&lt;br /&gt;
	--wiz-race-table-divider-colour: #9d7531;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: var(--wiz-content-background, #222);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table tr,&lt;br /&gt;
.wizlords-race-table tr {&lt;br /&gt;
	border-color: var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table th,&lt;br /&gt;
.wikitable.wizlords-race-table td,&lt;br /&gt;
.wizlords-race-table th,&lt;br /&gt;
.wizlords-race-table td {&lt;br /&gt;
	padding: 5px 8px;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-border-colour) !important;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table th {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.race-name,&lt;br /&gt;
.wizlords-race-table td.race-name {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 6px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-race-table td.subculture,&lt;br /&gt;
.wizlords-race-table td.subculture {&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .subculture-icon {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 45px;&lt;br /&gt;
	height: 45px;&lt;br /&gt;
	margin: 4px auto 4px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-bonus,&lt;br /&gt;
.wizlords-race-table .subculture-bonus {&lt;br /&gt;
	min-width: 280px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-table .race-divider td {&lt;br /&gt;
	height: 8px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: var(--wiz-race-table-border-width) solid var(--wiz-race-table-divider-colour) !important;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACES LANDING PAGE */&lt;br /&gt;
/* ------------------ */&lt;br /&gt;
.wizlords-races-landing {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-landing .race-note {&lt;br /&gt;
	margin: 14px 0 18px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-races-grid {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 28px 44px;&lt;br /&gt;
	margin: 26px auto 24px;&lt;br /&gt;
	max-width: 860px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	margin: 0 auto 8px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	transition: transform 120ms ease, filter 120ms ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-label,&lt;br /&gt;
.wizlords-race-label a {&lt;br /&gt;
	display: block;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover img {&lt;br /&gt;
	filter: brightness(1.15);&lt;br /&gt;
	transform: translateY(-2px);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label,&lt;br /&gt;
.wizlords-race-link:hover .wizlords-race-label a {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RACE DETAIL PAGES */&lt;br /&gt;
/* ----------------- */&lt;br /&gt;
.wizlords-race-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote,&lt;br /&gt;
.wizlords-race-page .hatnote {&lt;br /&gt;
	margin: 4px 0 18px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.hatnote a,&lt;br /&gt;
.wizlords-race-page .hatnote a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(1),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-2 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(2),&lt;br /&gt;
.wizlords-culture-grid.cultures-4 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-5 .wizlords-culture-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-grid.cultures-7 .wizlords-culture-card:nth-child(7) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header {&lt;br /&gt;
	padding: 16px 12px 12px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-header img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto 10px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-title,&lt;br /&gt;
.wizlords-culture-card-title a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body {&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body p {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-separator {&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes {&lt;br /&gt;
	display: table;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 330px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
	padding: 10px 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes-title {&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	color: var(--wiz-heading-colour, #f2ead7);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes ul {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
	grid-auto-columns: max-content;&lt;br /&gt;
	column-gap: 42px;&lt;br /&gt;
	width: max-content;&lt;br /&gt;
	margin: 2px auto 0;&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	margin-left: 18px;&lt;br /&gt;
	break-inside: avoid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-8 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9 ul {&lt;br /&gt;
	grid-template-rows: repeat(5, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-4 ul {&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes.classes-9-three ul {&lt;br /&gt;
	grid-template-rows: repeat(3, auto);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	align-items: stretch;&lt;br /&gt;
	gap: 12px;&lt;br /&gt;
	margin: 16px auto 22px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-compare .wizlords-shared-classes {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-shared-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-classes {&lt;br /&gt;
	margin-top: 12px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-known-for,&lt;br /&gt;
.wizlords-culture-suggested-class {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-suggested-class a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-note {&lt;br /&gt;
	margin-top: 6px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a,&lt;br /&gt;
.wizlords-culture-row-classes a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-card-body a:hover,&lt;br /&gt;
.wizlords-culture-row-classes a:hover {&lt;br /&gt;
	color: #ffd37a;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-list {&lt;br /&gt;
	margin: 18px 0 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row {&lt;br /&gt;
	padding: 20px 0 24px;&lt;br /&gt;
	border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-feature {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: 150px 1px minmax(0, 1fr) 300px;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 10px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 150px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-divider {&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	height: 150px;&lt;br /&gt;
	background: var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-title,&lt;br /&gt;
.wizlords-culture-row-title a {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0 34px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before,&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	color: #555;&lt;br /&gt;
	font-size: 42px;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::before {&lt;br /&gt;
	content: &amp;quot;\201C&amp;quot;;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: -6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-description::after {&lt;br /&gt;
	content: &amp;quot;\201D&amp;quot;;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	bottom: -18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 300px;&lt;br /&gt;
	height: 138px;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 0;&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-appearance-caption {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: min(450px, 100%);&lt;br /&gt;
	padding: 6px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image span,&lt;br /&gt;
.wizlords-page-image a {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.right {&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 0 0 16px 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image.left {&lt;br /&gt;
	float: left;&lt;br /&gt;
	margin: 0 24px 16px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	aspect-ratio: 2 / 1;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-page-image-caption {&lt;br /&gt;
	margin-top: 7px;&lt;br /&gt;
	padding: 0 4px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-row-classes {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-auto-flow: column;&lt;br /&gt;
	grid-auto-columns: minmax(130px, max-content);&lt;br /&gt;
	grid-template-rows: repeat(4, auto);&lt;br /&gt;
	gap: 4px 18px;&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-culture-class-list li::marker {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tablet and small-desktop layouts use a three-column grid. */&lt;br /&gt;
@media (min-width: 600px) and (max-width: 1199px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone layout uses two columns. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wiz-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CLASS OVERVIEW PAGE */&lt;br /&gt;
/* ------------------- */&lt;br /&gt;
.wizlords-classes-page {&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page ul {&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
	padding-left: 28px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-classes-page li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: 640px;&lt;br /&gt;
	margin: 18px auto 24px;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th,&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 33.333%;&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table th {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon {&lt;br /&gt;
	margin: 0 0 6px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 110px;&lt;br /&gt;
	height: 110px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table td {&lt;br /&gt;
	padding: 8px 18px 10px 12px !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table tr:first-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-name {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-table a,&lt;br /&gt;
.wizlords-class-card a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-mobile {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Very narrow phones: use explicit paired category rows instead of trying to&lt;br /&gt;
   re-map MediaWiki&#039;s desktop table, whose headers and lists are rendered in&lt;br /&gt;
   separate table rows. This avoids horizontal scroll and keeps each category&lt;br /&gt;
   as icon/name on the left and class list on the right. */&lt;br /&gt;
@media (max-width: 490px) {&lt;br /&gt;
	.wizlords-class-category-table {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 420px;&lt;br /&gt;
		margin: 18px auto 24px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 44% 56%;&lt;br /&gt;
		align-items: stretch;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		border-bottom: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-row:last-child {&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 8px !important;&lt;br /&gt;
		border-right: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 16px;&lt;br /&gt;
		font-weight: bold;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile-list {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		padding: 8px 10px !important;&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon {&lt;br /&gt;
		margin-bottom: 4px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile .wizlords-class-category-icon img {&lt;br /&gt;
		width: 64px;&lt;br /&gt;
		height: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile ul {&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding-left: 18px;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-category-mobile li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	scroll-margin-top: 90px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-title {&lt;br /&gt;
	padding: 0 12px 10px;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon {&lt;br /&gt;
	padding: 18px 12px 8px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-icon img {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 250px;&lt;br /&gt;
	height: 250px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-body {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	flex: 1 1 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-summary {&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-card-rules div {&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion {&lt;br /&gt;
	--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	margin: 5px 0 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-martial {&lt;br /&gt;
	--wiz-class-category-accent: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-arcane {&lt;br /&gt;
	--wiz-class-category-accent: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-divine {&lt;br /&gt;
	--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-heading {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 8px;&lt;br /&gt;
	margin: 0 0 4px;&lt;br /&gt;
	padding-top: 4px;&lt;br /&gt;
	padding-bottom: 2px;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 24px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion .wizlords-class-card-grid {&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
	margin-bottom: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-title {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 30px;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon span,&lt;br /&gt;
.wizlords-class-category-accordion-icon a {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 28px !important;&lt;br /&gt;
	height: 28px !important;&lt;br /&gt;
	max-width: 28px !important;&lt;br /&gt;
	max-height: 28px !important;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-class-category-accordion-body {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MAGIC PAGE */&lt;br /&gt;
/* ---------- */&lt;br /&gt;
.wizlords-magic-used-by {&lt;br /&gt;
	margin: 4px 0 14px;&lt;br /&gt;
	padding-left: 18px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	gap: 22px;&lt;br /&gt;
	margin: 12px 0 18px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon {&lt;br /&gt;
	flex: 0 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-intro-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-magic-quote {&lt;br /&gt;
	padding-left: 20px;&lt;br /&gt;
	border-left: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	line-height: 1.55;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-section-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 22px auto 18px;&lt;br /&gt;
	background: var(--wiz-race-table-divider-colour, #9d7531);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table,&lt;br /&gt;
.wizlords-magic-table {&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 680px;&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table,&lt;br /&gt;
.wizlords-example-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
.wizlords-example-table-full-heal {&lt;br /&gt;
	max-width: 500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal th:first-child,&lt;br /&gt;
.wizlords-example-table-full-heal td:first-child {&lt;br /&gt;
	width: 34%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-example-table-full-heal td:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal th:nth-child(2),&lt;br /&gt;
.wizlords-example-table-full-heal td:nth-child(2) {&lt;br /&gt;
	width: 66%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wikitable.wizlords-magic-table td,&lt;br /&gt;
.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table td {&lt;br /&gt;
	padding: 8px 18px !important;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important;&lt;br /&gt;
	background: #171717 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-magic-table th,&lt;br /&gt;
.wizlords-magic-table th {&lt;br /&gt;
	background: #1f1e1e !important;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4) !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table,&lt;br /&gt;
.wizlords-reward-table {&lt;br /&gt;
	min-width: 0;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	margin-left: 0;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
	outline: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th,&lt;br /&gt;
.wikitable.wizlords-reward-table td,&lt;br /&gt;
.wizlords-reward-table th,&lt;br /&gt;
.wizlords-reward-table td {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reward-table td:nth-child(2),&lt;br /&gt;
.wizlords-reward-table th:nth-child(2),&lt;br /&gt;
.wizlords-reward-table td:nth-child(2) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reward-table,&lt;br /&gt;
	.wizlords-reward-table {&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption,&lt;br /&gt;
.wizlords-example-table caption {&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wikitable.wizlords-example-table caption .mw-collapsible-toggle a,&lt;br /&gt;
.wizlords-example-table caption .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-example-table th,&lt;br /&gt;
.wikitable.wizlords-example-table td,&lt;br /&gt;
.wizlords-example-table th,&lt;br /&gt;
.wizlords-example-table td {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-example-table,&lt;br /&gt;
	.wizlords-example-table {&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
		max-width: 600px;&lt;br /&gt;
		margin: 14px auto 18px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		border-radius: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table-full-heal,&lt;br /&gt;
	.wizlords-example-table-full-heal {&lt;br /&gt;
		max-width: 500px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed {&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption,&lt;br /&gt;
	.wizlords-example-table caption {&lt;br /&gt;
		display: table-caption !important;&lt;br /&gt;
		caption-side: top;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: none;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		margin: 0 0 6px;&lt;br /&gt;
		border: 0 !important;&lt;br /&gt;
		background: transparent !important;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
		text-align: center !important;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table.mw-collapsed caption::before,&lt;br /&gt;
	.wizlords-example-table.mw-collapsed caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(-25%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table:not(.mw-collapsed) caption::before,&lt;br /&gt;
	.wizlords-example-table:not(.mw-collapsed) caption::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		display: inline-block;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		margin-right: 0.35em;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(10%) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table caption .mw-collapsible-toggle,&lt;br /&gt;
	.wizlords-example-table caption .mw-collapsible-toggle {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
		overflow-wrap: anywhere;&lt;br /&gt;
		word-break: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wikitable.wizlords-example-table th,&lt;br /&gt;
	.wikitable.wizlords-example-table td,&lt;br /&gt;
	.wizlords-example-table th,&lt;br /&gt;
	.wizlords-example-table td {&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table,&lt;br /&gt;
.wizlords-reputation-table {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	max-width: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table.mw-collapsed,&lt;br /&gt;
.wizlords-reputation-table.mw-collapsed {&lt;br /&gt;
	width: 520px;&lt;br /&gt;
	min-width: 520px;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table caption,&lt;br /&gt;
.wizlords-reputation-table caption {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table,&lt;br /&gt;
	.wizlords-reputation-table {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 680px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		table-layout: fixed;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 8px 6px !important;&lt;br /&gt;
		white-space: normal !important;&lt;br /&gt;
		overflow-wrap: normal !important;&lt;br /&gt;
		word-break: normal !important;&lt;br /&gt;
		hyphens: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 26%;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 52%;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3) {&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 380px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th,&lt;br /&gt;
	.wikitable.wizlords-reputation-table td,&lt;br /&gt;
	.wizlords-reputation-table th,&lt;br /&gt;
	.wizlords-reputation-table td {&lt;br /&gt;
		padding: 7px 5px !important;&lt;br /&gt;
		font-size: 12px;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 21%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 25%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 54%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(1),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(1) {&lt;br /&gt;
		width: 18%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(2),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(2) {&lt;br /&gt;
		width: 22%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wikitable.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wikitable.wizlords-reputation-table td:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table th:nth-child(3),&lt;br /&gt;
	.wizlords-reputation-table td:nth-child(3) {&lt;br /&gt;
		width: 60%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-indented-note {&lt;br /&gt;
	margin: 8px 0 14px 28px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook {&lt;br /&gt;
	margin: 18px 0 28px;&lt;br /&gt;
	border: 1px solid var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-arcane {&lt;br /&gt;
	--wiz-spellbook-colour: #c141d3;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #d66be3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-divine {&lt;br /&gt;
	--wiz-spellbook-colour: #089cc0;&lt;br /&gt;
	--wiz-spell-card-divider-colour: #19c4eb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	gap: 10px;&lt;br /&gt;
	padding: 14px 18px;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 24px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon {&lt;br /&gt;
	display: inline-flex;&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-title-icon img {&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 40px;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 14px 18px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-spellbook &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle {&lt;br /&gt;
	margin: 16px 0 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook-bottom-toggle span,&lt;br /&gt;
.wizlords-spellbook-bottom-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spellbook .mw-collapsible-content {&lt;br /&gt;
	padding: 0 18px 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-heading {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-category-description {&lt;br /&gt;
	margin: 0 0 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	padding-top: 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid + .wizlords-spell-category-heading::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	top: 0;&lt;br /&gt;
	left: 10%;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	background: var(--wiz-spellbook-colour);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(6, minmax(0, 1fr));&lt;br /&gt;
	gap: 14px;&lt;br /&gt;
	margin: 16px auto 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules {&lt;br /&gt;
	margin: 16px 0 18px;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-title {&lt;br /&gt;
	padding: 12px 16px 4px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour);&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
	padding: 0 16px 12px;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules.mw-collapsed .wizlords-servant-rules-hint {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules:not(.mw-collapsed) .wizlords-servant-rules-hint {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	margin: 12px 16px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.wizlords-servant-rules &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(4, minmax(0, 1fr));&lt;br /&gt;
	gap: 18px;&lt;br /&gt;
	padding: 0 16px 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section {&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-servant-rules-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card {&lt;br /&gt;
	grid-column: span 2;&lt;br /&gt;
	border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
	background: #171717;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1) {&lt;br /&gt;
	grid-column: 3 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4) {&lt;br /&gt;
	grid-column: 2 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
	grid-column: 4 / span 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-title {&lt;br /&gt;
	padding: 12px;&lt;br /&gt;
	color: var(--wiz-spellbook-colour, var(--wiz-link, #ff942d));&lt;br /&gt;
	font-size: 18px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.25;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta {&lt;br /&gt;
	padding: 0 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta ul {&lt;br /&gt;
	margin: 4px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-meta li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-divider {&lt;br /&gt;
	width: 55%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 14px auto 12px;&lt;br /&gt;
	background: var(--wiz-spell-card-divider-colour, var(--wiz-race-table-divider-colour, #9d7531));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section {&lt;br /&gt;
	padding: 0 12px 12px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section ul {&lt;br /&gt;
	margin: 6px 0 0;&lt;br /&gt;
	padding-left: 22px;&lt;br /&gt;
	list-style: disc outside;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-section li {&lt;br /&gt;
	display: list-item;&lt;br /&gt;
	margin: 0 0 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-spell-card-body {&lt;br /&gt;
	padding: 0 12px 14px;&lt;br /&gt;
	line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WIZLORDS NAVBOX */&lt;br /&gt;
/* --------------- */&lt;br /&gt;
.ww-navbox {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	margin: 24px auto 12px;&lt;br /&gt;
	padding: 3px;&lt;br /&gt;
	border: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
	background: #1f1e1e;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-title {&lt;br /&gt;
	padding: 4px 10px 5px;&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	line-height: 1.35;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 4px 8px 0 0;&lt;br /&gt;
	color: var(--wiz-text, #d2d2d2) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle .mw-collapsible-text,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-toggle a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-left: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:first-of-type {&lt;br /&gt;
	border-top: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:last-of-type {&lt;br /&gt;
	border-bottom: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(odd) {&lt;br /&gt;
	background: #222;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-row:nth-child(even) {&lt;br /&gt;
	background: #252525;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-group {&lt;br /&gt;
	flex: 0 0 143px;&lt;br /&gt;
	width: 143px;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	border-right: 2px solid var(--wiz-content-background, #222);&lt;br /&gt;
	background: #1a1a1a;&lt;br /&gt;
	color: var(--wiz-link, #ff942d);&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
	overflow-wrap: anywhere;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-list {&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	padding: 4px 10px;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox p {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:empty,&lt;br /&gt;
.ww-navbox &amp;gt; .mw-collapsible-content &amp;gt; p:has(&amp;gt; br:only-child) {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a {&lt;br /&gt;
	color: var(--wiz-link, #ff942d) !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox a:hover {&lt;br /&gt;
	color: #ffd37a !important;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wizlords-navbox-divider {&lt;br /&gt;
	width: 90%;&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: 16px auto 14px;&lt;br /&gt;
	background: #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .ww-navbox-title {&lt;br /&gt;
	border-bottom: 1px solid #9d7531;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding-top: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
	border-left: 0;&lt;br /&gt;
	border-right: 0;&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:first-child {&lt;br /&gt;
	border-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ww-navbox-stack &amp;gt; .mw-collapsible-content &amp;gt; .ww-navbox:last-child {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Player Guide is a desktop/tablet site index. Keep it out of the phone&lt;br /&gt;
   layout along with the divider that belongs to it. */&lt;br /&gt;
@media screen and (max-width: 599px) {&lt;br /&gt;
	.ww-navbox-stack,&lt;br /&gt;
	.wizlords-navbox-divider {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone and tablet card placement reset; the phone query below then reduces&lt;br /&gt;
   these grids from two columns to one. */&lt;br /&gt;
@media (max-width: 899px) {&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card,&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-class-card-grid.cards-5 .wizlords-class-card:nth-child(5),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(1),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(2),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(3),&lt;br /&gt;
	.wizlords-class-card-grid.cards-4 .wizlords-class-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card,&lt;br /&gt;
	.wizlords-spell-card-grid.cards-1 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-2 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(1),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(2),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(3),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-4 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(4),&lt;br /&gt;
	.wizlords-spell-card-grid.cards-5 .wizlords-spell-card:nth-child(5) {&lt;br /&gt;
		grid-column: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook {&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding-bottom: 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-header {&lt;br /&gt;
		border-bottom-color: var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-header:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook.is-open .wizlords-mobile-spellbook-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		min-height: 28px;&lt;br /&gt;
		margin: 14px auto 0;&lt;br /&gt;
		padding-bottom: 3px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		width: 11px;&lt;br /&gt;
		height: 11px;&lt;br /&gt;
		border-right: 2px solid currentColor;&lt;br /&gt;
		border-bottom: 2px solid currentColor;&lt;br /&gt;
		transform: translateY(4px) rotate(225deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-collapse:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category {&lt;br /&gt;
		margin: 18px 0 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-heading {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 4px;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-size: 18px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.3;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-category-description {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 12px;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-size: 14px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #9a3dae;&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 150px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine .wizlords-mobile-spell-card {&lt;br /&gt;
		--wiz-mobile-spell-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-arcane {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spellbook-divine {&lt;br /&gt;
		--wiz-mobile-spellbook-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Citizen mobile/tablet race culture cards.&lt;br /&gt;
	   Desktop keeps the original grid; below 900px, culture/clan/subtype&lt;br /&gt;
	   cards become compact expandable rows using the existing page markup. */&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 16px auto 22px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-grid .wizlords-culture-card {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-auto-rows: auto;&lt;br /&gt;
		column-gap: 12px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		min-height: 0;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 10px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		border: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header &amp;gt; :not(.wizlords-culture-card-title) {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		justify-self: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-header img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		margin: 0 !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: end;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		padding: 0 0 4px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-title a {&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:first-of-type {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--color-base, #d8d3c8);&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; :not(p:first-of-type),&lt;br /&gt;
	.skin-citizen .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open {&lt;br /&gt;
		align-items: start;&lt;br /&gt;
		padding-bottom: 12px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-separator {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 12px 0 10px;&lt;br /&gt;
		background: var(--wiz-content-border, #ff942d);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; :not(p:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body &amp;gt; p:not(:first-of-type) {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 8px 0 0;&lt;br /&gt;
		font-style: normal;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-classes,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-known-for,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-suggested-class,&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-class-note {&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body ul {&lt;br /&gt;
		display: block;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open &amp;gt; .wizlords-available-classes-list {&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-culture-card-body li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin-bottom: 3px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes {&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Race Available Classes lists: compact responsive columns. */&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 1.5em;&lt;br /&gt;
		list-style: disc outside;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card .wizlords-available-classes-list {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-top: 8px;&lt;br /&gt;
		margin-right: 0;&lt;br /&gt;
		margin-left: 0;&lt;br /&gt;
		column-count: 1;&lt;br /&gt;
		column-gap: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list {&lt;br /&gt;
		display: block !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		display: grid !important;&lt;br /&gt;
		grid-template-columns: repeat(2, minmax(0, 1fr));&lt;br /&gt;
		gap: 2px 18px;&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list li {&lt;br /&gt;
		display: list-item;&lt;br /&gt;
		margin: 0 0 4px;&lt;br /&gt;
		break-inside: avoid;&lt;br /&gt;
		page-break-inside: avoid;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a {&lt;br /&gt;
		color: var(--wiz-link, #ff942d);&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list a:hover {&lt;br /&gt;
		color: #ffd37a;&lt;br /&gt;
		text-decoration: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-shared-classes .wizlords-available-classes-list {&lt;br /&gt;
		width: auto;&lt;br /&gt;
		max-width: 100%;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Mobile/tablet class category accordions.&lt;br /&gt;
	   These are custom controls inside the real &amp;quot;Classes&amp;quot; article section, so&lt;br /&gt;
	   Citizen/MobileFrontend no longer adds a second heading chevron. */&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion {&lt;br /&gt;
		--wiz-class-category-accent: var(--wiz-content-border, #ff942d);&lt;br /&gt;
		margin: 18px 0 30px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-martial {&lt;br /&gt;
		--wiz-class-category-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-arcane {&lt;br /&gt;
		--wiz-class-category-accent: #d66be3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-divine {&lt;br /&gt;
		--wiz-class-category-accent: #19c4eb;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 9px;&lt;br /&gt;
		flex-wrap: nowrap;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 22px 0 10px;&lt;br /&gt;
		padding: 0 0 6px;&lt;br /&gt;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading &amp;gt; p {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading {&lt;br /&gt;
		border-bottom-color: var(--wiz-class-category-accent);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 8px;&lt;br /&gt;
		height: 8px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-heading::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-title {&lt;br /&gt;
		flex: 0 1 auto;&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 24px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 32px;&lt;br /&gt;
		height: 32px;&lt;br /&gt;
		min-width: 32px;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
		vertical-align: middle;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon span,&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon a {&lt;br /&gt;
		display: inline-flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		height: 100%;&lt;br /&gt;
		line-height: 1;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 30px !important;&lt;br /&gt;
		height: 30px !important;&lt;br /&gt;
		max-width: 30px !important;&lt;br /&gt;
		max-height: 30px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion-body {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-class-category-accordion.is-open&lt;br /&gt;
	.wizlords-class-category-accordion-body {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open {&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card.is-open .wizlords-mobile-spell-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-meta,&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-section {&lt;br /&gt;
		padding: 0 0 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-spell-card-rules .wizlords-spell-card-divider {&lt;br /&gt;
		width: 55%;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 10px auto;&lt;br /&gt;
		background: var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-divider {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		height: 1px;&lt;br /&gt;
		margin: 18px auto 14px;&lt;br /&gt;
		background: rgba(255, 255, 255, 0.18);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		max-width: 560px;&lt;br /&gt;
		margin: 0 auto 10px;&lt;br /&gt;
		padding: 12px 14px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: flex;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		justify-content: center;&lt;br /&gt;
		gap: 8px;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 0 18px 6px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, #d66be3);&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		flex: 0 0 auto;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-2px) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title::before {&lt;br /&gt;
		transform: translateY(2px) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-title {&lt;br /&gt;
		margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-card.is-open .wizlords-mobile-servant-rules-content {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-grid {&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
		gap: 12px;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section {&lt;br /&gt;
		line-height: 1.45;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section ul {&lt;br /&gt;
		margin: 6px 0 0;&lt;br /&gt;
		padding-left: 22px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 900px) {&lt;br /&gt;
	.wizlords-spellbooks-mobile {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-spellbooks-desktop {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 600px) and (max-width: 899px) {&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		column-count: 3;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-culture-card.is-open .wizlords-available-classes-list.is-multicolumn {&lt;br /&gt;
		grid-template-columns: repeat(3, minmax(0, 1fr));&lt;br /&gt;
		column-count: auto;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.skin-citizen .wizlords-available-classes-list.is-drakeling-list {&lt;br /&gt;
		column-count: 2;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Phone card layout. */&lt;br /&gt;
@media (max-width: 599px) {&lt;br /&gt;
	.wizlords-class-card-grid,&lt;br /&gt;
	.wizlords-spell-card-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-servant-rules-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid {&lt;br /&gt;
		display: block;&lt;br /&gt;
		margin: 12px 0 20px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		display: grid;&lt;br /&gt;
		grid-template-columns: 92px minmax(0, 1fr);&lt;br /&gt;
		grid-template-rows: auto auto auto;&lt;br /&gt;
		align-content: center;&lt;br /&gt;
		gap: 0 10px;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
		margin: 0 0 10px;&lt;br /&gt;
		padding: 8px 9px;&lt;br /&gt;
		border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d);&lt;br /&gt;
		background: #1f1e1e;&lt;br /&gt;
		cursor: pointer;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:not(.is-open) {&lt;br /&gt;
		height: 150px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open {&lt;br /&gt;
		height: auto;&lt;br /&gt;
		align-content: start;&lt;br /&gt;
		padding-top: 24px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card:focus {&lt;br /&gt;
		outline: 2px solid var(--wiz-content-border, #ff942d);&lt;br /&gt;
		outline-offset: 2px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon {&lt;br /&gt;
		grid-row: 1 / span 2;&lt;br /&gt;
		grid-column: 1;&lt;br /&gt;
		align-self: center;&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		width: 88px;&lt;br /&gt;
		height: 88px;&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		text-align: center;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-icon span,&lt;br /&gt;
	.wizlords-class-card-icon img {&lt;br /&gt;
		display: block;&lt;br /&gt;
		width: 88px !important;&lt;br /&gt;
		height: 88px !important;&lt;br /&gt;
		max-width: 88px !important;&lt;br /&gt;
		max-height: 88px !important;&lt;br /&gt;
		object-fit: contain;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title {&lt;br /&gt;
		position: relative;&lt;br /&gt;
		grid-row: 1;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		align-self: start;&lt;br /&gt;
		margin: 0 0 3px;&lt;br /&gt;
		padding: 0 22px 3px 18px;&lt;br /&gt;
		border-bottom: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 20px;&lt;br /&gt;
		font-weight: 700;&lt;br /&gt;
		line-height: 1.25;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-title::before {&lt;br /&gt;
		content: &amp;quot;&amp;quot;;&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		top: 50%;&lt;br /&gt;
		left: 1px;&lt;br /&gt;
		width: 7px;&lt;br /&gt;
		height: 7px;&lt;br /&gt;
		border-right: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		border-bottom: 2px solid var(--wiz-heading, #e7e1d4);&lt;br /&gt;
		transform: translateY(-65%) rotate(45deg);&lt;br /&gt;
		transform-origin: 50% 50%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-title::before {&lt;br /&gt;
		transform: translateY(-35%) rotate(225deg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-body {&lt;br /&gt;
		display: contents;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		background: transparent;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-summary {&lt;br /&gt;
		grid-row: 2;&lt;br /&gt;
		grid-column: 2;&lt;br /&gt;
		margin: 0;&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif;&lt;br /&gt;
		font-size: 13px;&lt;br /&gt;
		font-style: italic;&lt;br /&gt;
		font-weight: 400;&lt;br /&gt;
		line-height: 1.35;&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-summary {&lt;br /&gt;
		display: block;&lt;br /&gt;
		overflow: visible;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-divider {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-rules {&lt;br /&gt;
		display: none;&lt;br /&gt;
		grid-column: 1 / -1;&lt;br /&gt;
		margin-top: 10px;&lt;br /&gt;
		padding: 10px 10px 2px;&lt;br /&gt;
		border-top: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d));&lt;br /&gt;
		color: var(--wiz-text, #d2d2d2);&lt;br /&gt;
		background: #171717;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card.is-open .wizlords-class-card-rules {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-martial .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9d7531;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-arcane .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #9a3dae;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.wizlords-class-card-grid-divine .wizlords-class-card {&lt;br /&gt;
		--wiz-class-accent: #33b6cf;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Citizen-specific safeguard: keep custom mobile collapsible box headings using&lt;br /&gt;
   the same clean interface typography as Citizen section headings. This is&lt;br /&gt;
   repeated here because Common.css can override equal-specificity skin rules&lt;br /&gt;
   depending on ResourceLoader order. */&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section .wizlords-collapsible-section-title {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 22px !important;&lt;br /&gt;
	font-weight: 700 !important;&lt;br /&gt;
	line-height: 1.3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-citizen .mw-parser-output .wizlords-collapsible-section &amp;gt; .wizlords-collapsed-hint {&lt;br /&gt;
	font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif !important;&lt;br /&gt;
	font-size: 14px !important;&lt;br /&gt;
	font-style: normal !important;&lt;br /&gt;
	font-weight: 400 !important;&lt;br /&gt;
	line-height: 1.6 !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Draken&amp;diff=2041</id>
		<title>Draken</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Draken&amp;diff=2041"/>
		<updated>2026-07-15T22:38:25Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Draken in [[Draken History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Draken.png&lt;br /&gt;
|quote=Forged by harsh lands and ancient traditions, the Draken are a proud reptilian people known for their resilience, strength, and enduring connection to dragons and the elements.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Draken characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Draken ==&lt;br /&gt;
The Draken are a reptilian people who thrive in some of the harshest environments in Tymora. From scorching deserts and volcanic wastelands to coastal floodplains and dense jungles, they have endured where many others would have perished. Though often called Dragon Men due to their appearance, the Draken are not true descendants of dragons. Instead, they are a distinct people whose history, culture, and beliefs have been shaped by the same unforgiving lands that forged their strength.&lt;br /&gt;
&lt;br /&gt;
Clan loyalty, resilience, and self-reliance are central to Draken identity. While their cultures differ greatly in their beliefs and traditions, all Draken respect strength, perseverance, and the ability to overcome adversity. Throughout Tymora they are known as warriors, sailors, hunters, elementalists, scholars, traders, and survivors, each carving their own path beneath the shadow of dragonkind.&lt;br /&gt;
&lt;br /&gt;
Unlike many races, the Draken are divided into two distinct peoples: the numerous Wyrmlings and the rarer Drakelings. Though they share a common ancestry, their physical appearance and societal roles have diverged over countless generations.&lt;br /&gt;
&lt;br /&gt;
=== Drakelings ===&lt;br /&gt;
Drakelings are the larger and more physically imposing of the Draken peoples. Their thick scales, powerful builds, and draconic features make them formidable warriors and natural leaders. Across Draken society they are often associated with martial strength, endurance, and personal achievement, earning respect through action rather than words.&lt;br /&gt;
&lt;br /&gt;
Though outsiders often view them as little more than warriors, Drakelings occupy many roles within Draken society. Some become commanders, guardians, dragon hunters, spiritual champions, or protectors of sacred places, while others pursue more disciplined paths as scholars of warfare, priests, and clan leaders.&lt;br /&gt;
&lt;br /&gt;
=== Wyrmlings ===&lt;br /&gt;
Wyrmlings are the most numerous of the Draken peoples and are generally smaller, more agile, and more adaptable than their Drakeling kin. While they retain the scales, claws, and reptilian traits of the Draken, their appearance is often less imposing and more approachable to outsiders.&lt;br /&gt;
&lt;br /&gt;
Their adaptability allows them to thrive in a wide variety of roles. Wyrmlings can be found as merchants, sailors, diplomats, scholars, craftsmen, laborers, explorers, and elemental practitioners. Though they may lack the raw physical power of Drakelings, they are valued for their ingenuity, versatility, and ability to succeed in almost any environment.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Though all Draken share a common ancestry, their beliefs and traditions have given rise to three major clans. Each follows a different vision of what it means to be Draken and the role dragons should play in their future.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-compare&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes classes-4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Drakelings:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes classes-9-three&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Wyrmlings:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Paladin|Paladin]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-3&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Bone Clan&lt;br /&gt;
|icon=SubIcon_BoneClanDrakelings.png&lt;br /&gt;
|summary=The Bone Clan is a fierce and relentless society forged by the scorching deserts and unforgiving wastelands they call home. Strength, endurance, and martial prowess are valued above all else, and every member of the clan is expected to prove their worth through action.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;p&amp;gt;The clan is made up of both Wyrmlings and Drakelings, though Drakelings are especially revered for their physical might and often rise to positions of leadership. Life within the Bone Clan is a constant test of survival, where reputation is earned through courage, conquest, and the willingness to face impossible odds.&amp;lt;/p&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Skyholder Clan&lt;br /&gt;
|icon=SubIcon_SkyholderDrakelings.png&lt;br /&gt;
|summary=The Skyholder Clan are scholars, caretakers, and guardians devoted to the protection and study of dragons. Unlike the Bone Clan, they view dragons as sacred beings worthy of reverence and believe that through wisdom, discipline, and devotion they may one day earn the blessing of true flight.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;p&amp;gt;Made up of both Wyrmlings and Drakelings, the Skyholders value knowledge as highly as strength. Their monasteries serve as centers of learning, magic, philosophy, and draconic lore. Wyrmlings often pursue scholarship and magical study, while Drakelings commonly serve as guardians of sacred sites, dragon sanctuaries, and ancient repositories of knowledge.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Drakelings:&amp;lt;/div&amp;gt;&lt;br /&gt;
* May also select the [[Classes#Paladin|Paladin]] class.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Flood Clan&lt;br /&gt;
|icon=SubIcon_Wyrmlings.png&lt;br /&gt;
|summary=The Flood Clan dwell among fertile floodplains, river deltas, and coastal settlements where life is shaped by the rhythms of water and the changing seasons. Unlike the other clans, the Flood Clan is composed entirely of Wyrmlings and focuses on trade, fishing, farming, sailing, and community rather than warfare.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;p&amp;gt;Known as skilled navigators, storytellers, and craftsmen, the Flood Clan acts as a bridge between the Draken and the wider world. Their settlements often serve as trading hubs where goods, stories, and cultures meet. Though generally peaceful, they remain fiercely protective of their homes and traditions, preserving their history through intricate carvings etched into their horns and passed down through generations.&amp;lt;/p&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Fey_Folk&amp;diff=2040</id>
		<title>Fey Folk</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Fey_Folk&amp;diff=2040"/>
		<updated>2026-07-15T22:38:19Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Fey Folk in [[Fey Folk History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Feyfolk.png&lt;br /&gt;
|quote=Unpredictable, otherworldly, and forever changing, the Fey Folk embody the wild and untamed forces of the natural world.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Fey Folk characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Fey Folk ==&lt;br /&gt;
The Fey Folk are among the most mysterious peoples of Tymora. Unlike other races, whose appearances and traits remain relatively stable across generations, the Fey are inherently unpredictable. A Fey child may bear little resemblance to their parents, developing traits entirely their own. Some resemble walking plants, others possess insect-like features, while some appear as strange fusions of beast and humanoid. No two Fey are ever truly alike.&lt;br /&gt;
&lt;br /&gt;
Their origins remain unknown. Some believe the Fey emerged from the chaotic forces of nature itself, while others claim they are remnants of a forgotten age older than recorded history. Whatever the truth, Fey exist throughout the world, embracing lives as varied and unpredictable as their forms. Many celebrate this freedom, rejecting rigid labels and expectations in favor of defining themselves on their own terms.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Though the Fey defy strict classification, scholars generally group them into four broad categories based on their appearance and the forces that seem to shape them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-4&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Sunfed&lt;br /&gt;
|icon=SubIcon_Sunfed.png&lt;br /&gt;
|summary=Radiant and vibrant, the Sunfed embody the raw beauty of untamed nature. They often bear traits of fungi or plants, glowing spores, bark-like skin, or vine-wrapped limbs, and shift easily between serene grace and wild fury.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Hive&lt;br /&gt;
|icon=SubIcon_Hive.png&lt;br /&gt;
|summary=Insect-like in both appearance and behaviour, the Hive are aloof and enigmatic. They often possess traits such as dragonfly or butterfly wings, chitinous limbs, or shell-like carapaces. Their speech and mannerisms can feel strange to others.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Grey&lt;br /&gt;
|icon=SubIcon_Grey.png&lt;br /&gt;
|summary=Towering and imposing, the Grey are Fey Folk who defy easy classification. They are often misunderstood, feared, or revered for their sheer presence. Their forms are wild, elemental, and powerful, beings that seem caught between myth and nightmare.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Chimeras&lt;br /&gt;
|icon=SubIcon_Chimeras.png&lt;br /&gt;
|summary=True children of chaos, Chimeras are hybrids born of many beasts and strange magics. No two are alike, and they may combine wings, horns, claws, fur, feathers, or more. Their unpredictable nature makes them both fascinating and dangerous.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Deschani&amp;diff=2039</id>
		<title>Deschani</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Deschani&amp;diff=2039"/>
		<updated>2026-07-15T22:38:14Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Deschani in [[Deschani History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Deschani.png&lt;br /&gt;
|quote=Though the world calls them one people, the Deschani are three proud cultures bound together by ancestry, rivalry, and a growing threat that may consume them all.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Deschani characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Deschani ==&lt;br /&gt;
The Deschani are a diverse feline people known for their keen senses, agility, and strong cultural identities. While outsiders often view them as a single race, the truth is far more complicated. The Deschani are made up of three distinct peoples: the Saen, Timur, and Garlu. Each has their own traditions, philosophies, and understanding of the world. Though they share similar features and a distant ancestry, centuries of separation have created deep divisions between them.&lt;br /&gt;
&lt;br /&gt;
Many Deschani take great pride in their heritage and resent being mistaken for one of the other groups. Yet despite their disagreements, they share a common challenge. A mysterious affliction known as the Feral Crisis is spreading amongst their people, threatening everything they have built. Old rivalries are being tested as the Saen, Timur, and Garlu struggle to determine whether their future lies apart or together.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Though grouped together under the name Deschani, the Saen, Timur, and Garlu are distinct peoples with very different beliefs, traditions, and ways of life.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-3&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Saen&lt;br /&gt;
|icon=SubIcon_Saen.png&lt;br /&gt;
|summary=The Saen are the most widespread of the Deschani peoples, living in harmony with nature and following ancient spiritual traditions. Guided by Clan Law and respect for the spirits of the world, they see themselves as guardians of balance and protectors of the natural order.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Timur&lt;br /&gt;
|icon=SubIcon_Timur.png&lt;br /&gt;
|summary=The Timur are survivors forged in the world&#039;s harshest environments. Where others seek comfort, the Timur endure. Their culture values resilience, sacrifice, discipline, and the belief that survival often requires difficult choices.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Garlu&lt;br /&gt;
|icon=SubIcon_Garlu.png&lt;br /&gt;
|summary=The Garlu are the most urbanized and outward-looking of the Deschani peoples. Fascinated by knowledge, invention, and the mysteries of ancient civilizations, they have embraced scholarship, trade, magic, and technology.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Kir%27ko&amp;diff=2038</id>
		<title>Kir&#039;ko</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Kir%27ko&amp;diff=2038"/>
		<updated>2026-07-15T22:38:07Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Kir&#039;Ko in [[Kir&#039;Ko History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Kirko.png&lt;br /&gt;
|quote=Children of the wind and heirs to the sky, the Kir&#039;Ko are a proud avian people whose lives are shaped by freedom, ambition, and the call of the open air.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Kir&#039;Ko characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Kir&#039;Ko ==&lt;br /&gt;
The Kir&#039;Ko are an avian people whose history is deeply tied to the sky. Though most can no longer achieve true flight, their wings, feathers, and elemental connection to the wind remain central to their identity. Across the world, they build their homes upon cliffs, mountains, towering forests, and other places where the earth feels closest to the heavens. Their songs, traditions, and beliefs all speak of a time when their ancestors soared freely above the world.&lt;br /&gt;
&lt;br /&gt;
While united by their shared heritage, the Kir&#039;Ko are far from a single culture. Some embrace a life of freedom and wandering beneath the open sky, others pursue wealth and influence through trade and exploration, while some have turned to conquest and domination. Despite these differences, all Kir&#039;Ko value independence, personal achievement, and the legacy they leave behind. To a Kir&#039;Ko, life is a journey carried upon the wind, and each individual must choose where that journey leads.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Though all Kir&#039;Ko share a common ancestry, centuries of differing beliefs and ways of life have given rise to three distinct cultures. Each represents a different answer to what it means to be a child of the sky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes classes-8&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Kir&#039;Ko cultures:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-3&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Tirkin&lt;br /&gt;
|icon=SubIcon_Tirkin.png&lt;br /&gt;
|summary=The Tirkin are the most primal and free-spirited of the Kir&#039;Ko, living as nomads who follow the winds wherever they lead. They reject material wealth and permanent settlements, preferring a life shaped by travel, hunting, and harmony with the natural world.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Many Tirkin become hunters, scouts, guides, storytellers, spiritual wanderers, and explorers. Others leave their flocks to experience the wider world, carrying their traditions and beliefs wherever the winds take them.&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Karuna&lt;br /&gt;
|icon=SubIcon_Karuna.png&lt;br /&gt;
|summary=The Karuna are merchants, explorers, and adventurers who have embraced the wider world. Drawn to trade, discovery, and opportunity, they can be found travelling distant lands, serving aboard airships, and building vast commercial networks.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Many Karuna become traders, diplomats, sailors, navigators, entrepreneurs, inventors, and collectors of rare knowledge. Their culture encourages ambition and curiosity, making them common sights in major cities, trade hubs, and expeditions to distant lands.&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Razorwing&lt;br /&gt;
|icon=SubIcon_Razorwing.png&lt;br /&gt;
|summary=The Razorwings are feared throughout the world for their ruthless strength and predatory outlook. They believe power must be earned and maintained through dominance, viewing weakness as something to be overcome or discarded.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Many Razorwings become warriors, mercenaries, hunters, raiders, champions, and warlords. Others seek to prove themselves through personal achievement, believing that respect must be earned through action rather than inherited through birth or status.&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Konganese&amp;diff=2037</id>
		<title>Konganese</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Konganese&amp;diff=2037"/>
		<updated>2026-07-15T22:38:01Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Konganese in [[Konganese History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Konganese.png&lt;br /&gt;
|quote=Guided by tradition and carried across the seas upon their living homeland, the Konganese are a people of strength, wisdom, and unwavering faith.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Konganese characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Konganese ==&lt;br /&gt;
The Konganese are an intelligent simian people who dwell upon Tavaru, a vast living island that endlessly wanders the oceans of the world. Unlike most races, they have no permanent homeland, kingdom, or borders. Instead, their lives are shaped by Tavaru&#039;s journey, adapting to new horizons, changing climates, and the endless rhythm of the sea.&lt;br /&gt;
&lt;br /&gt;
Strength, wisdom, and kinship form the foundation of Konganese society. They live in close-knit communities guided by ancestral traditions, oral history, and a deep spiritual connection to Tavaru. While outsiders often focus on their impressive physical abilities, the Konganese are equally known for their patience, discipline, and belief that true strength comes from living in harmony with the world rather than seeking to dominate it.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
While all Konganese share the same homeland and traditions, they are broadly grouped into three physical lineages. These lineages are not rigid social classes, but natural variations within Konganese society, each contributing their own strengths and perspectives to the community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-3&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=N&#039;Thari&lt;br /&gt;
|icon=SubIcon_NThari.png&lt;br /&gt;
|summary=The N&#039;Thari are lean, agile, and exceptionally quick, renowned for their speed, balance, and coordination. Their natural athleticism makes them well suited to exploration, navigation, hunting, and scouting, and many are driven by a curiosity that carries them far across Tavaru and beyond.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Ombanu&lt;br /&gt;
|icon=SubIcon_Ombanu.png&lt;br /&gt;
|summary=The Ombanu are known for their keen intellect, sharp perception, and deep spiritual awareness. They serve as storytellers, teachers, shamans, navigators, and keepers of tradition, preserving the wisdom of generations through memory and oral history.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Mok&#039;Zan&lt;br /&gt;
|icon=SubIcon_MokZan.png&lt;br /&gt;
|summary=The Mok&#039;Zan are the largest and strongest of the Konganese, possessing immense physical power and unwavering determination. They are often found among Tavaru&#039;s defenders, hunters, builders, and protectors, using their strength in service to their community rather than personal glory.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Forsaken&amp;diff=2036</id>
		<title>Forsaken</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Forsaken&amp;diff=2036"/>
		<updated>2026-07-15T22:37:55Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Forsaken in [[Forsaken History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Forsaken.png&lt;br /&gt;
|quote=Exiled from their kin but unbroken in spirit, the Forsaken endure through loyalty, resilience, and the belief that their story is not yet finished.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Forsaken characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About Forsaken ==&lt;br /&gt;
The Forsaken were once Scions. During the Sundering, they chose compassion over obedience, standing against their own people to protect those marked for destruction. For that choice they were branded traitors, cast out from Scion society, and forced to build new lives in the shadows of a world that no longer welcomed them.&lt;br /&gt;
&lt;br /&gt;
Though united by exile, the Forsaken are not defined solely by what they lost. Over generations they forged new traditions, new families, and new ways of understanding their place in the world. Bound together by loyalty, survival, and shared hardship, they value chosen bonds above bloodlines and judge individuals by their actions rather than their heritage. While some dream of reconciliation, others seek justice, and many simply wish to protect their people and preserve what remains of their culture.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Though all Forsaken share the legacy of exile, they do not agree on what the future should hold. Over the centuries three major cultures have emerged, each offering a different answer to the question that has haunted their people since the Sundering: what comes next?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes classes-8&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Forsaken cultures:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-3&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Seekers of Forgiveness&lt;br /&gt;
|icon=SubIcon_SeekersofForgiveness.png&lt;br /&gt;
|summary=The Seekers of Forgiveness believe the wounds of the past can still be healed. They strive to rebuild trust between peoples, demonstrate the true nature of the Forsaken, and prove that compassion was never a mistake.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Hope, reconciliation, compassion, sacrifice, and redemption.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This culture may appeal to players interested in characters who seek to bridge divides, help others, and prove that mercy remains a strength rather than a weakness. Seekers of Forgiveness often become mediators, healers, wanderers, and community builders who refuse to let bitterness define them.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Seekers of Vengeance&lt;br /&gt;
|icon=SubIcon_SeekersofVengeance.png&lt;br /&gt;
|summary=The Seekers of Vengeance reject the idea that forgiveness is owed to those who cast them aside. To them, the Sundering revealed the hypocrisy of the Scions and the failures of the divine plan.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Justice, fury, loyalty, defiance, and retribution.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This culture may appeal to players interested in characters driven by conviction, purpose, and a desire to challenge those who hold power. Seekers of Vengeance are often passionate, determined, and fiercely protective of those they consider family.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Seekers of Secrecy&lt;br /&gt;
|icon=SubIcon_SeekersofSecrecy.png&lt;br /&gt;
|summary=The Seekers of Secrecy believe survival is more important than either reconciliation or revenge. They dedicate themselves to preserving the Forsaken people through caution, secrecy, and careful preparation.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Survival, caution, hidden truths, independence, and self-preservation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This culture may appeal to players interested in characters who operate quietly, protect hidden knowledge, and place the safety of their people above recognition or glory. Seekers of Secrecy often become scouts, archivists, spies, wanderers, and guardians of hidden sanctuaries.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Scions&amp;diff=2035</id>
		<title>Scions</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Scions&amp;diff=2035"/>
		<updated>2026-07-15T22:37:50Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Scions in [[Scion History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Scion.png&lt;br /&gt;
|quote=Born of divine purpose and destined to inherit the legacy of the gods, the Scions strive to guide the world while bearing the weight of impossible expectations.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Scion characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About Scions ==&lt;br /&gt;
The Scions are a people born from divine design, created by the Forsworn to one day inherit their creators&#039; mantle. Blessed with natural talent for magic, long lives, and brilliant minds, they have spent countless generations shaping the kingdoms, knowledge, and history of the world. To many, they are admired as visionaries, scholars, heroes, and leaders. To others, they are proud idealists burdened by their own expectations.&lt;br /&gt;
&lt;br /&gt;
Every Scion grows up knowing they were created for a greater purpose. Some dedicate themselves to that calling with unwavering devotion, while others question what it truly means to inherit the legacy of absent gods. Though united by their origins, Scions follow many different paths through life. Their Orders shape how they view duty, destiny, and their place in the world, producing everything from wandering explorers and secretive guardians to statesmen, scholars, and warriors.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
While all Scions share a common origin, they differ greatly in how they interpret the divine purpose entrusted to them. Each Order represents a philosophy, tradition, and way of life, shaping the outlook and ambitions of those who join it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes classes-8&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Scion cultures:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-6&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of Harmony&lt;br /&gt;
|icon=SubIcon_OrderofHarmony.png&lt;br /&gt;
|summary=The Order of Harmony seeks to guide the world through governance, diplomacy, and careful planning. Its members serve as rulers, advisors, philosophers, and reformers, believing that stability and structure are essential to preserving civilization.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Leadership, diplomacy, responsibility, and shaping the future.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters who seek to guide others and improve the world through planning, law, and leadership. Harmony characters often find themselves mediating disputes, building alliances, managing communities, and making difficult decisions where there is no perfect solution.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of the Urbanites&lt;br /&gt;
|icon=SubIcon_OrderoftheUrbanites.png&lt;br /&gt;
|summary=The Urbanites walk among ordinary people, living in cities, marketplaces, and communities rather than distant halls of power. Merchants, healers, craftsmen, and community leaders are common among their ranks.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Community, service, justice, and practical compassion.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters who remain closely connected to ordinary people and everyday life. Urbanite characters are often advocates, problem-solvers, craftsmen, healers, merchants, and community leaders who focus on helping those around them rather than pursuing grand ambitions.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of Masks&lt;br /&gt;
|icon=SubIcon_OrderofMasks.png&lt;br /&gt;
|summary=The Order of Masks prepares for disasters others refuse to see. Masters of secrecy, survival, espionage, and hidden knowledge, they believe the world must always be ready for its darkest hour.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Secrets, survival, preparation, and hidden burdens.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters who work behind the scenes to protect others from dangers they may never see. Masks characters often carry secrets, preserve hidden knowledge, prepare for worst-case scenarios, and place duty above personal recognition.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of Nomads&lt;br /&gt;
|icon=SubIcon_OrderofNomads.png&lt;br /&gt;
|summary=The Nomads are explorers, sailors, adventurers, and seekers of the unknown. They believe the world is meant to be experienced rather than controlled, travelling across seas, skies, and distant lands in pursuit of knowledge and discovery.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Exploration, curiosity, freedom, and discovery.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters driven by a desire to see what lies beyond the horizon. Nomads are often explorers, travellers, sailors, scholars, storytellers, and seekers of lost knowledge who value experience, wonder, and discovery.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of Burials&lt;br /&gt;
|icon=SubIcon_OrderofBurials.png&lt;br /&gt;
|summary=The Order of Burials serves as guardian of memory, history, and the sacred duty of remembrance. They maintain tombs, preserve ancient knowledge, and ensure that the deeds of both gods and mortals are never forgotten.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Memory, legacy, faith, and remembrance.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters who preserve the wisdom of the past and safeguard what others might forget. Burial characters are often historians, spiritual guides, caretakers, scholars, and guardians of sacred places, traditions, and ancient knowledge.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Order of Eternal War&lt;br /&gt;
|icon=SubIcon_OrderofEternalWar.png&lt;br /&gt;
|summary=The Order of Eternal War exists to prepare for threats others believe are long gone. Dedicated to martial discipline, vigilance, and readiness, its members train relentlessly for a conflict they believe will one day return.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Character Themes:&amp;lt;/b&amp;gt; Vigilance, sacrifice, readiness, and duty.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;This Order may appeal to players interested in characters who dedicate themselves to protecting the world from threats others ignore or no longer believe exist. Eternal War characters often embody discipline, perseverance, martial excellence, and an unwavering commitment to remaining prepared for whatever may come.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Dworn&amp;diff=2034</id>
		<title>Dworn</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Dworn&amp;diff=2034"/>
		<updated>2026-07-15T22:37:45Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Dworn in [[Dworn History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Dworn.png&lt;br /&gt;
|quote=Ancient, resilient, and masterful craftsmen, the Dworn have shaped the world with stone, steel, and traditions that endure through the ages.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Dworn characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About Dworn ==&lt;br /&gt;
The Dworn are among the oldest peoples of Tymora, renowned for their craftsmanship, discipline, and enduring connection to the land. Across the world, their influence can be found in ancient roads, mighty fortresses, towering bridges, and forgotten ruins that have stood for centuries. To the Dworn, a thing worth doing is worth doing well, and their culture prizes skill, patience, and mastery above haste or excess.&lt;br /&gt;
&lt;br /&gt;
Though outsiders often think of the Dworn as miners and smiths, their society is far more diverse. Dworn clans dedicate themselves to different callings, from warfare and exploration to shipbuilding, agriculture, engineering, and the preservation of ancient lore. While their clans may specialize in different pursuits, all Dworn share a deep respect for tradition, community, and the belief that every individual has a role to play in strengthening the whole.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Dworn society is built around clans, each preserving ancient traditions and specialized skills passed down through countless generations. While members of every clan can be found across Tymora, their upbringing often shapes their outlook, values, and the path they choose to follow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-shared-classes-title&amp;quot;&amp;gt;Classes available to all Dworn cultures:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Paladin|Paladin]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-7&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Stonehearth Clan&lt;br /&gt;
|icon=SubIcon_StonehearthClan.png&lt;br /&gt;
|summary=The Stonehearth Clan are master builders, architects, and stonemasons whose works can be found across much of Tymora. They believe that every wall, bridge, and fortress should outlive its creator, and take immense pride in leaving a lasting mark upon the world.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Fighter|Fighter]]/[[Classes#Ranger|Ranger]] (Ironbound)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;The Ironbound are the hardened warriors of the Dworn, forming the backbone of their military forces. Clad in heavy armor and wielding sturdy round shields engraved with clan runes, the Ironbound are masters of the axe and blade. Renowned for their discipline and unshakable formations, they are often deployed to defend Holds during sieges or to break enemy lines in open battle.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Ironroot Clan&lt;br /&gt;
|icon=SubIcon_IronrootClan.png&lt;br /&gt;
|summary=The Ironroot Clan are renowned smiths and metalworkers, responsible for forging many of the finest weapons, armour, and tools in the known world. To an Ironroot Dworn, the forge is both workplace and sacred tradition, where skill is measured by precision, discipline, and dedication.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Artificer|Artificer]] (Runesmith)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;Runesmiths are the master crafters and inventors of the Dworn, blending the art of smithing with arcane ferromancy. They craft legendary weapons, armor, and tools, embedding them with powerful runes and steel magic. Runesmiths are vital to the defense and advancement of Dworn technology, often seen as innovators and spiritual successors of Thargrid, the Goddess of the Forge.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Deepdelver Clan&lt;br /&gt;
|icon=SubIcon_DeepdelverClan.png&lt;br /&gt;
|summary=The Deepdelver Clan are explorers of the underworld, venturing into forgotten tunnels, ancient caverns, and the deepest reaches of the mountains in search of wealth and discovery. They are known for their courage, curiosity, and willingness to go where others will not.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Sorcerer|Sorcerer]] (Geomancer)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;Geomancers are mages who manipulate the very earth beneath their feet. By drawing power from the land, they reshape terrain, raise stone walls, and summon guardians made of living rock to protect their Holds. Geomancers are often found at the forefront of Dworn defensive efforts, turning the environment itself into a weapon.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Wavebreaker Clan&lt;br /&gt;
|icon=SubIcon_WavebreakerClan.png&lt;br /&gt;
|summary=The Wavebreaker Clan are sailors, navigators, shipwrights, and explorers who carry Dworn influence far beyond the mountains. Their lives are shaped by the sea, trade, and discovery, and they are often among the most worldly of Dworn.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Battle Mage|Battle Mage]]/[[Classes#Arcane Assassin|Arcane Assassin]] (Ferromancer)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;Ferromancers wield the raw power of steel, using their magic to reinforce armor, sharpen blades, and enhance the physical strength of their allies. On the battlefield, Ferromancers are force multipliers, bolstering their kin with spells that harden their bodies like tempered steel or send showers of molten metal upon foes.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Flamebearer Clan&lt;br /&gt;
|icon=SubIcon_FlamebearerClan.png&lt;br /&gt;
|summary=The Flamebearer Clan are the warriors and guardians of the Dworn people. Raised on stories of ancient battles and sworn oaths, they dedicate themselves to martial excellence, courage, and the defence of their kin.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Paladin|Paladin]] (Stoneguard)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;The Stoneguard are sacred warriors devoted to the protection of the Dworn Holds and their people. They carry enchanted weapons blessed by Runecallers and inscribed with divine runes of protection. Guided by the will of the hero gods, Stoneguards serve as frontline champions in battles against monstrous threats and incursions from rival factions.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Runekeeper Clan&lt;br /&gt;
|icon=SubIcon_RunekeeperClan.png&lt;br /&gt;
|summary=The Runekeeper Clan preserves the ancient knowledge of the Dworn. Scholars, geomancers, ferromancers, historians, and rune-smiths all find a place among their ranks, dedicating themselves to wisdom that must never be forgotten.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Bard|Bard]] (Runecaller)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;Runecallers serve as spiritual leaders, storytellers, and keepers of Dworn lore. Drawing upon the divine power of the hero gods, they etch protective runes, sing sagas of old, and weave magic into their words, inspiring allies and casting blessings. Runecallers often lead rituals, reinforcing the unity of the Holds through shared faith and history.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Hearthwarden Clan&lt;br /&gt;
|icon=SubIcon_HearthwardenClan.png&lt;br /&gt;
|summary=The Hearthwarden Clan forms the heart of Dworn society, tending fields, breweries, livestock, and the traditions that bind communities together. Their people are often known for generosity, practicality, and a strong sense of shared responsibility.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-suggested-class&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Suggested Class:&amp;lt;/b&amp;gt; [[Classes#Cleric|Cleric]]/[[Classes#Druid|Druid]] (Hearthwarden)&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-class-note&amp;quot;&amp;gt;The Hearthwardens are the compassionate healers and caretakers of the Dworn, devoted to Haldura, Goddess of Hearth and Home. Their magic draws from the warmth of the forge and the flame of community, mending wounds, curing ailments, and shielding the vulnerable. In times of war, Hearthwardens walk the battlefield, tending to the fallen and keeping the Dworn fighting.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Orukar&amp;diff=2033</id>
		<title>Orukar</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Orukar&amp;diff=2033"/>
		<updated>2026-07-15T22:37:39Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Orukar in [[Orukar History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Orc.png&lt;br /&gt;
|quote=Fierce, resilient, and unbreakably loyal, the Orukar have endured for countless generations through strength, adaptability, and the bonds of kinship that unite them.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Orukar characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Orukar ==&lt;br /&gt;
The Orukar are one of the oldest peoples of Tymora, renowned for their resilience, adaptability, and ability to thrive in even the harshest environments. Long before the rise of many modern kingdoms, they roamed the world in great clans, surviving through strength, ingenuity, and an unwavering determination to endure. Today they can be found across every corner of Tymora, from bustling cities and trade ports to remote wildernesses and untamed frontiers.&lt;br /&gt;
&lt;br /&gt;
Though outsiders commonly divide them into Orcs and Goblins, the Orukar themselves recognize no such distinction. To them, these are merely natural variations within the same people. Larger and more physically imposing individuals are often called Orcs, while their smaller and more agile kin are known as Goblins. Despite these differences in appearance, both share the same ancestry, traditions, and cultural identity as members of the Orukar race.&lt;br /&gt;
&lt;br /&gt;
=== Orcs ===&lt;br /&gt;
Orcs are the larger and more physically powerful members of the Orukar people. Their strength, endurance, and imposing presence have earned them a reputation as formidable warriors, laborers, and protectors. While outsiders often focus on their martial abilities, Orcs can be found in every walk of life, from craftsmen and sailors to merchants, scholars, and political leaders.&lt;br /&gt;
&lt;br /&gt;
Orcs are often admired for their determination and perseverance. Whether facing hardship, conflict, or impossible odds, they are known for meeting challenges head-on and refusing to yield until the task is done.&lt;br /&gt;
&lt;br /&gt;
=== Goblins ===&lt;br /&gt;
Goblins are the smaller and more agile members of the Orukar people. Quick-witted, resourceful, and adaptable, they excel at finding opportunities where others see obstacles. Their size often allows them to move through the world differently than their larger kin, relying on cleverness, dexterity, and creativity to achieve their goals.&lt;br /&gt;
&lt;br /&gt;
Goblins are commonly found as scouts, traders, inventors, craftsmen, explorers, and problem-solvers. Though sometimes underestimated by outsiders, they have a long history of proving that strength comes in many forms.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Orukar cultures are shaped by their views on civilization, tradition, and freedom. While all Orukar share common roots, their way of life can differ greatly depending on whether they embrace the comforts of settled society or the hardships of the wilderness.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-2&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Civilised Orukar&lt;br /&gt;
|icon=SubIcon_CivilizedOrcs.png&lt;br /&gt;
|summary=Civilised Orukar have embraced life within kingdoms, cities, and established societies. They can be found working as soldiers, craftsmen, merchants, scholars, sailors, and leaders, earning respect through skill, dedication, and perseverance. Though integrated into wider society, they still maintain strong traditions of loyalty, resilience, and pride in their heritage.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Wilder Orukar&lt;br /&gt;
|icon=SubIcon_WilderOrcs.png&lt;br /&gt;
|summary=Wilder Orukar follow the ancient ways of their ancestors, living as nomads, hunters, warriors, and survivalists. They roam the wild places of Tymora in clans and warbands, valuing freedom, self-reliance, reputation, and strength. While outsiders often see them as primitive, Wilder Orukar view themselves as guardians of traditions that civilization has forgotten.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Orukar&amp;diff=2032</id>
		<title>Orukar</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Orukar&amp;diff=2032"/>
		<updated>2026-07-15T22:37:31Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about the Orukar in [[Orukar History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Orc.png&lt;br /&gt;
|quote=Fierce, resilient, and unbreakably loyal, the Orukar have endured for countless generations through strength, adaptability, and the bonds of kinship that unite them.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=Examples of Orukar characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About the Orukar ==&lt;br /&gt;
The Orukar are one of the oldest peoples of Tymora, renowned for their resilience, adaptability, and ability to thrive in even the harshest environments. Long before the rise of many modern kingdoms, they roamed the world in great clans, surviving through strength, ingenuity, and an unwavering determination to endure. Today they can be found across every corner of Tymora, from bustling cities and trade ports to remote wildernesses and untamed frontiers.&lt;br /&gt;
&lt;br /&gt;
Though outsiders commonly divide them into Orcs and Goblins, the Orukar themselves recognize no such distinction. To them, these are merely natural variations within the same people. Larger and more physically imposing individuals are often called Orcs, while their smaller and more agile kin are known as Goblins. Despite these differences in appearance, both share the same ancestry, traditions, and cultural identity as members of the Orukar race.&lt;br /&gt;
&lt;br /&gt;
=== Orcs ===&lt;br /&gt;
Orcs are the larger and more physically powerful members of the Orukar people. Their strength, endurance, and imposing presence have earned them a reputation as formidable warriors, laborers, and protectors. While outsiders often focus on their martial abilities, Orcs can be found in every walk of life, from craftsmen and sailors to merchants, scholars, and political leaders.&lt;br /&gt;
&lt;br /&gt;
Orcs are often admired for their determination and perseverance. Whether facing hardship, conflict, or impossible odds, they are known for meeting challenges head-on and refusing to yield until the task is done.&lt;br /&gt;
&lt;br /&gt;
=== Goblins ===&lt;br /&gt;
Goblins are the smaller and more agile members of the Orukar people. Quick-witted, resourceful, and adaptable, they excel at finding opportunities where others see obstacles. Their size often allows them to move through the world differently than their larger kin, relying on cleverness, dexterity, and creativity to achieve their goals.&lt;br /&gt;
&lt;br /&gt;
Goblins are commonly found as scouts, traders, inventors, craftsmen, explorers, and problem-solvers. Though sometimes underestimated by outsiders, they have a long history of proving that strength comes in many forms.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Orukar cultures are shaped by their views on civilization, tradition, and freedom. While all Orukar share common roots, their way of life can differ greatly depending on whether they embrace the comforts of settled society or the hardships of the wilderness.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-2&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Civilised Orukar&lt;br /&gt;
|icon=SubIcon_CivilizedOrcs.png&lt;br /&gt;
|summary=Civilised Orukar have embraced life within kingdoms, cities, and established societies. They can be found working as soldiers, craftsmen, merchants, scholars, sailors, and leaders, earning respect through skill, dedication, and perseverance. Though integrated into wider society, they still maintain strong traditions of loyalty, resilience, and pride in their heritage.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Wilder Orukar&lt;br /&gt;
|icon=SubIcon_WilderOrcs.png&lt;br /&gt;
|summary=Wilder Orukar follow the ancient ways of their ancestors, living as nomads, hunters, warriors, and survivalists. They roam the wild places of Tymora in clans and warbands, valuing freedom, self-reliance, reputation, and strength. While outsiders often see them as primitive, Wilder Orukar view themselves as guardians of traditions that civilization has forgotten.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Human&amp;diff=2031</id>
		<title>Human</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Human&amp;diff=2031"/>
		<updated>2026-07-15T22:37:23Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;← Back to [[Races]] | Learn more about Humans in [[Human History]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Race intro&lt;br /&gt;
|icon=RaceIcon_Human.png&lt;br /&gt;
|quote=Humans are the most adaptable and ambitious people in the world, found in kingdoms, cities, clans, and wandering tribes across many lands.&lt;br /&gt;
|image=RaceExample1.png&lt;br /&gt;
|image2=RaceExample2.png&lt;br /&gt;
|caption=A Human Arcane Assassin from the Arcane Federation and a Prophet nomad of the Salhichin.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== About Humans ==&lt;br /&gt;
Humans are one of the most widespread and varied peoples in Wizards and Warlords. They build kingdoms, cross oceans, settle plains, guard ancient traditions, and gather in powerful magical societies. Their strength is not a single gift, but their ability to adapt to many places, beliefs, and ways of life.&lt;br /&gt;
&lt;br /&gt;
Because humans are so culturally diverse, their stories often depend heavily on where they come from. A human character might be a courtly knight from Valendor, a storm-weathered raider from Thalkir, a secretive mage of the Arcane Federation, a horse-born warrior of Tengri-kharn, or a nomad of the Salhichin grasslands.&lt;br /&gt;
&lt;br /&gt;
== Racial Features &amp;amp; Requirements ==&lt;br /&gt;
Placeholder text. Add human racial requirements, costume expectations, free abilities, restricted options, and any character creation notes here.&lt;br /&gt;
&lt;br /&gt;
== Cultures ==&lt;br /&gt;
Human cultures are broad and varied. Each culture shapes the kinds of stories, classes, and character backgrounds most common among its people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-grid cultures-5&amp;quot;&amp;gt;&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Arcane Federation&lt;br /&gt;
|icon=SubIcon_ArcaneFederation.png&lt;br /&gt;
|summary=The Arcane Federation is a society built around magical authority, hidden knowledge, and carefully guarded power. Its people are taught that arcane skill is both a privilege and a weapon, and many Federation humans grow up surrounded by academies, guilds, laboratories, and political schemes.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Kingdom of Valendor&lt;br /&gt;
|icon=SubIcon_KingdomofValendor.png&lt;br /&gt;
|summary=The Kingdom of Valendor is a powerful medieval realm of castles, banners, temples, and old noble houses. Valendorian humans are often shaped by duty, faith, law, and ambition, whether they serve as soldiers, court agents, wandering heroes, or learned spellcasters.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Paladin|Paladin]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Druid|Druid]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Thalkir&lt;br /&gt;
|icon=SubIcon_Thalkir.png&lt;br /&gt;
|summary=The Thalkir are fierce seafaring clans from the frozen north, hardened by bitter weather, long voyages, and clan rivalries. Their culture prizes courage, reputation, loyalty, and survival, producing raiders, shield-bearers, skalds, hunters, and storm-tested champions.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Paladin|Paladin]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Tengri-kharn&lt;br /&gt;
|icon=SubIcon_Tengri-Kharn.png&lt;br /&gt;
|summary=The Tengri-kharn are steppe-born warriors inspired by vast grasslands, mounted traditions, and the discipline of roaming warbands. They are a people of open skies, swift movement, clan bonds, and fierce independence, equally at home in battle, travel, and negotiation.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Fighter|Fighter]]&lt;br /&gt;
* [[Classes#Ranger|Ranger]]&lt;br /&gt;
* [[Classes#Paladin|Paladin]]&lt;br /&gt;
* [[Classes#Artificer|Artificer]]&lt;br /&gt;
* [[Classes#Battle Mage|Battle Mage]]&lt;br /&gt;
* [[Classes#Sorcerer|Sorcerer]]&lt;br /&gt;
* [[Classes#Arcane Assassin|Arcane Assassin]]&lt;br /&gt;
* [[Classes#Cleric|Cleric]]&lt;br /&gt;
* [[Classes#Bard|Bard]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Culture card&lt;br /&gt;
|name=Salhichin&lt;br /&gt;
|icon=SubIcon_Salhichin.png&lt;br /&gt;
|summary=The Salhichin are Grass Sea nomads, travelling in wandering tribes across open plains and wild country. Their lives are shaped by movement, oral tradition, spiritual ties, and practical survival, making them natural scouts, mystics, raiders, and keepers of old ways.&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-separator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-culture-classes&amp;quot;&amp;gt;Available Classes:&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Classes#Barbarian|Barbarian]]&lt;br /&gt;
* [[Classes#Savage Archer|Savage Archer]]&lt;br /&gt;
* [[Classes#Shaman|Shaman]]&lt;br /&gt;
* [[Classes#Prophet|Prophet]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Armour_%26_Hit_Points&amp;diff=2030</id>
		<title>Armour &amp; Hit Points</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Armour_%26_Hit_Points&amp;diff=2030"/>
		<updated>2026-07-15T22:27:58Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Armour provides &#039;&#039;&#039;bonus HP&#039;&#039;&#039; based on the type and how much of your body it covers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The maximum HP a player can have from adding together their base HP, armour, and bonuses from helmets and costuming is 13 HP.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Players can gain further temporary HP with spells and potions.&lt;br /&gt;
&lt;br /&gt;
== 1. Armour Categories ==&lt;br /&gt;
Armour is divided into two categories:&lt;br /&gt;
&lt;br /&gt;
=== 1.1. Heavy Armour ===&lt;br /&gt;
* Includes &#039;&#039;&#039;metal plate&#039;&#039;&#039;, &#039;&#039;&#039;chainmail&#039;&#039;&#039;, &#039;&#039;&#039;brigandine&#039;&#039;&#039;, or &#039;&#039;&#039;overlapping metal pieces&#039;&#039;&#039; (like lamellar or scales).&lt;br /&gt;
* Metal must be &#039;&#039;&#039;at least 1 mm thick&#039;&#039;&#039;.&lt;br /&gt;
* Lamellar and scale must &#039;&#039;&#039;overlap&#039;&#039;&#039; to count as heavy.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Light Armour ===&lt;br /&gt;
Any armour not classified as heavy, such as:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Leather&#039;&#039;&#039; (minimum 2mm thick)&lt;br /&gt;
* &#039;&#039;&#039;Quilted padding&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Costume or plastic armour&#039;&#039;&#039; made to resemble metal or fantasy materials&lt;br /&gt;
* &#039;&#039;&#039;Metal-boned corsets&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 2. Armour Zones and Coverage ==&lt;br /&gt;
The body is divided into &#039;&#039;&#039;16 armour zones&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Arms:&#039;&#039;&#039; Forearms (2), Elbows (2), Upper arms (2)&lt;br /&gt;
* &#039;&#039;&#039;Legs:&#039;&#039;&#039; Thighs (2), Knees (2), Lower legs (2)&lt;br /&gt;
* &#039;&#039;&#039;Torso:&#039;&#039;&#039; Upper chest, Belly, Upper back, Lower back (4 total)&lt;br /&gt;
&lt;br /&gt;
To count toward your armour HP bonus, &#039;&#039;&#039;each zone must be covered by at least 60%&#039;&#039;&#039; of the appropriate armour type.&lt;br /&gt;
&lt;br /&gt;
== 3. Armour HP Breakdown ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1. Light Armour ===&lt;br /&gt;
* &#039;&#039;&#039;+1 HP&#039;&#039;&#039; for every 4 &#039;&#039;&#039;zones&#039;&#039;&#039; covered&lt;br /&gt;
* &#039;&#039;&#039;Maximum bonus: +4 HP&#039;&#039;&#039; for full-body light armour&lt;br /&gt;
&lt;br /&gt;
=== 3.2. Heavy Armour ===&lt;br /&gt;
* &#039;&#039;&#039;+1 HP&#039;&#039;&#039; for every &#039;&#039;&#039;2 zones&#039;&#039;&#039; covered&lt;br /&gt;
* &#039;&#039;&#039;Maximum bonus: +8 HP&#039;&#039;&#039; for full-body heavy armour&lt;br /&gt;
&lt;br /&gt;
==== 3.2.1. Additional Notes ====&lt;br /&gt;
* Players may wear &#039;&#039;&#039;both light and heavy armour&#039;&#039;&#039;, but the HP bonuses are still calculated separately.&lt;br /&gt;
* You &#039;&#039;&#039;cannot stack&#039;&#039;&#039; armour bonuses in the same location. If two types overlap, &#039;&#039;&#039;choose one&#039;&#039;&#039; (typically the better value).&lt;br /&gt;
* Heavy armour &#039;&#039;&#039;can be counted as light&#039;&#039;&#039;, but &#039;&#039;&#039;light armour cannot be counted as heavy.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 4. Bonus HP from Helmets and Costuming ==&lt;br /&gt;
You may earn &#039;&#039;&#039;Bonus HP&#039;&#039;&#039; from specific costume pieces:&lt;br /&gt;
&lt;br /&gt;
=== 4.1. +1 Bonus HP ===&lt;br /&gt;
* Wearing a &#039;&#039;&#039;helmet&#039;&#039;&#039;, &#039;&#039;&#039;chainmail coif&#039;&#039;&#039;, or a &#039;&#039;&#039;costume armour piece&#039;&#039;&#039; that covers the brow&lt;br /&gt;
* Wearing a &#039;&#039;&#039;full-faced creature&#039;&#039;&#039; or &#039;&#039;&#039;racial mask&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These bonuses may &#039;&#039;&#039;stack&#039;&#039;&#039;, to a maximum of &#039;&#039;&#039;+2 Bonus HP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 4.2. +2 Bonus HP ===&lt;br /&gt;
* Wearing a &#039;&#039;&#039;full steel helmet&#039;&#039;&#039; that covers the top of the head, brow, jawline, and includes either a grill, visor, or nasal and cheek guards&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This bonus cannot stack with any of the +1 Bonus HP options.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 4.3. Drakeling Tail ===&lt;br /&gt;
* Drakeling characters wearing an approved tail gain an additional +1 Bonus HP.&lt;br /&gt;
&lt;br /&gt;
This bonus stacks with any other Bonus HP gained from costuming and gear, allowing a Drakeling to gain up to +3 Bonus HP in total.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Weapons and Equipment]] ← Next Step&lt;br /&gt;
* [[Combat and Damage]]&lt;br /&gt;
* [[Terrain and Hazards]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Weapons_%26_Equipment&amp;diff=2029</id>
		<title>Weapons &amp; Equipment</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Weapons_%26_Equipment&amp;diff=2029"/>
		<updated>2026-07-15T22:27:55Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
This page covers the weapons and equipment used in Wizards and Warlords, including melee weapons, shields, projectile weapons, arcane bolts, and siege equipment.&lt;br /&gt;
&lt;br /&gt;
== 1. Melee Weapons ==&lt;br /&gt;
Melee weapons are handheld weapons used to strike opponents in close combat. All melee weapons must be LARP-safe, suitable for controlled combat, and approved before use.&lt;br /&gt;
&lt;br /&gt;
=== 1.1. Weapon Categories ===&lt;br /&gt;
Melee weapons are classified by how they are wielded.&lt;br /&gt;
&lt;br /&gt;
==== 1.1.1. Single-Handed Weapons ====&lt;br /&gt;
* Can be safely wielded with one hand.&lt;br /&gt;
* Maximum length: 130 cm.&lt;br /&gt;
&lt;br /&gt;
==== 1.1.2. Two-Handed Weapons ====&lt;br /&gt;
* Any weapon over 130 cm must be wielded with both hands.&lt;br /&gt;
* Weapons shorter than 130 cm may also be used with two hands.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Weapon Rules ===&lt;br /&gt;
* No thrusting-only weapons are permitted.&lt;br /&gt;
* All weapons must pass inspection before use.&lt;br /&gt;
* Players are responsible for ensuring their weapons remain safe, well-maintained, and in good repair.&lt;br /&gt;
&lt;br /&gt;
== 2. Shields ==&lt;br /&gt;
Shields are defensive equipment used to block melee weapons and some projectile weapons. Shields must be safe for contact, have padded edges, and pass inspection before use.&lt;br /&gt;
&lt;br /&gt;
=== 2.1. Bucklers ===&lt;br /&gt;
Bucklers are small round shields.&lt;br /&gt;
&lt;br /&gt;
* Maximum diameter: 40 cm.&lt;br /&gt;
&lt;br /&gt;
=== 2.2. Shields ===&lt;br /&gt;
Standard shields may be round or shaped.&lt;br /&gt;
&lt;br /&gt;
* Round shields may be up to 70 cm in diameter.&lt;br /&gt;
* Other shield shapes may be up to 60 cm wide and 90 cm long.&lt;br /&gt;
&lt;br /&gt;
=== 2.3. Shield Use ===&lt;br /&gt;
Shields can be used to block:&lt;br /&gt;
&lt;br /&gt;
* Melee weapons&lt;br /&gt;
* Projectile weapons, including arrows, bolts, and bands from blackpowder weapons&lt;br /&gt;
&lt;br /&gt;
== 3. Projectile Weapons ==&lt;br /&gt;
Projectile weapons are ranged weapons that fire approved ammunition. Projectile weapons are split into bows, blackpowder bandguns, and Arcane Bolts.&lt;br /&gt;
&lt;br /&gt;
=== 3.1. Bows ===&lt;br /&gt;
Bows are physical ranged weapons that fire approved LARP arrows.&lt;br /&gt;
&lt;br /&gt;
* Maximum draw weight: 28 lbs at 28 inches (71 cm).&lt;br /&gt;
* Only unaltered IDV brand round-head arrows are permitted.&lt;br /&gt;
&lt;br /&gt;
=== 3.2. Bandguns ===&lt;br /&gt;
Bandguns are blackpowder-style weapon simulators that fire approved band rounds.&lt;br /&gt;
&lt;br /&gt;
These may include:&lt;br /&gt;
&lt;br /&gt;
* Pistols&lt;br /&gt;
* Band wands&lt;br /&gt;
* Rifles&lt;br /&gt;
* Crossbows&lt;br /&gt;
* Similar long arms&lt;br /&gt;
&lt;br /&gt;
Bandguns must visually simulate historical or fantasy firearms, such as matchlock, wheellock, or flintlock-style weapons.&lt;br /&gt;
&lt;br /&gt;
=== 3.3. Arcane Bolts and Thrown Weapon Rules ===&lt;br /&gt;
* Only Arcane Bolts may be thrown by hand.&lt;br /&gt;
* Martial thrown weapons, such as throwing daggers, are not permitted.&lt;br /&gt;
* Any hand-thrown projectile is considered a magic spell.&lt;br /&gt;
&lt;br /&gt;
== 4. Siege Weapons ==&lt;br /&gt;
Siege weapons fire large projectiles that function as a stronger version of an Arcane Bolt.&lt;br /&gt;
&lt;br /&gt;
=== 4.1. Damage ===&lt;br /&gt;
See [[Combat_and_Damage#Siege_Weapons|Siege Weapons]] for damage.&lt;br /&gt;
&lt;br /&gt;
=== 4.2. Special Cases ===&lt;br /&gt;
* Arcane Servants or Beasts struck by siege weapons take 1 HP damage.&lt;br /&gt;
* Magic Shields (&#039;&#039;see [[Magic#Arcane_Ward|Arcane Ward]] and [[Magic#Holy_Ward|Holy Ward]]&#039;&#039;) fully block siege weapon projectiles.&lt;br /&gt;
* A character using a Magic Shield  is pushed back as if struck by an [[Magic#Arcane_Force|Arcane Force]] spell.&lt;br /&gt;
&lt;br /&gt;
== 5. Safety Construction Rules ==&lt;br /&gt;
All weapons, shields, projectiles, and related equipment must meet the required safety construction standards before being used in play.&lt;br /&gt;
&lt;br /&gt;
The sections below contain the detailed construction rules for each equipment type. These rules are provided for players who are building, modifying, buying, or checking equipment.&lt;br /&gt;
&lt;br /&gt;
{{Approved weapon brands}}&lt;br /&gt;
&lt;br /&gt;
{{Melee weapon construction standards}}&lt;br /&gt;
&lt;br /&gt;
{{Shield construction standards}}&lt;br /&gt;
&lt;br /&gt;
{{Projectile construction standards}}&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Spellcasting]] ← Next Step&lt;br /&gt;
* [[Armour and Hit Points]]&lt;br /&gt;
* [[Terrain and Hazards]]&lt;br /&gt;
The Rules]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Spellcasting&amp;diff=2028</id>
		<title>Spellcasting</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Spellcasting&amp;diff=2028"/>
		<updated>2026-07-15T22:27:51Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Spellcasting is a core feature of Wizards and Warlords, influencing combat, support, and many aspects of play.&lt;br /&gt;
&lt;br /&gt;
This page covers the key magical effects that every player should understand, as well as the rules for casting spells, maintaining magical effects, and learning [[Magic|magic]].&lt;br /&gt;
&lt;br /&gt;
== 1. The Basics ==&lt;br /&gt;
The following calls, effects, and physical representations are commonly encountered during play and may affect any character, regardless of [[Classes|class]]. All players should familiarise themselves with this section.&lt;br /&gt;
&lt;br /&gt;
=== 1.1. Common Spells and Calls ===&lt;br /&gt;
==== 1.1.1. Healing Spells ====&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Heal|Heal]]&#039;&#039;&#039; - Restores 2 HP.&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Full_Heal|Full Heal]]&#039;&#039;&#039; - Restores all HP.&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Mass_Heal|Mass Heal]]&#039;&#039;&#039; - Restores all HP of up to 5 adjacent players.&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Resurrection|Resurrection]]&#039;&#039;&#039; - Revives a [[Combat and Damage#Downed|Downed]] character to their base HP (2 HP or 4 HP depending on class).&lt;br /&gt;
&lt;br /&gt;
==== 1.1.2. Battle Calls ====&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot;Force&amp;quot;&#039;&#039;&#039; - Move backwards 5 steps. If this would push you into water, off a cliff, or into an obstacle or terrain, you are immediately Downed.&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot;Bind&amp;quot;&#039;&#039;&#039; - You cannot move your feet for 30 seconds. You may still fight. The effect ends if you are reduced to 0 HP.&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot;Immobilise&amp;quot;&#039;&#039;&#039; - You cannot move or fight for 30 seconds. The effect ends if you are reduced to 0 HP.&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot;Taunt&amp;quot;&#039;&#039;&#039; - You cannot move for 30 seconds. You may defend yourself normally. The effect ends if you are reduced to 0 HP or the caster is interrupted.&lt;br /&gt;
* &#039;&#039;&#039;&amp;quot;Nullify&amp;quot;&#039;&#039;&#039; - Removes many magical effects, including Arcane Servants, Blessings, Wards, and other active spell effects.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Recognising Magical Buffs ===&lt;br /&gt;
Magical buffs are lasting spell effects represented by coloured cloth markers. These markers allow other players to quickly identify active magical effects during play.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Arcane_Armour|Arcane Armour]] / [[Magic#Blessing|Blessing]]&#039;&#039;&#039; - Grants +2 HP and immunity to Bind effects. Represented by a purple or white headband.&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Arcane_Weapon|Arcane Weapon]] / [[Magic#Blessed_Weapon|Blessed Weapon]]&#039;&#039;&#039; - The weapon deals 2 HP damage to any location struck and counts as magical. Represented by a purple or white weapon sock.&lt;br /&gt;
** &#039;&#039;&#039;[[Magic#Greater_Arcane_Weapon|Greater Arcane Weapon]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Magic#Greater_Blessed_Weapon|Greater Blessed Weapon]]&#039;&#039;&#039; function identically but may only be cast on two-handed weapons.&lt;br /&gt;
* &#039;&#039;&#039;[[Magic#Arcane_Ward|Arcane Ward]] / [[Magic#Holy_Ward|Holy Ward]]&#039;&#039;&#039; - The shield blocks magical damage and the wielder is immune to Bind effects. If struck by [[Weapons and Equipment#Siege_Weapons|siege damage]], the wielder must move back 5 steps. Represented by a purple or white shield cover or wrap.&lt;br /&gt;
&lt;br /&gt;
=== 1.3. Blessed and Enchanted Equipment ===&lt;br /&gt;
Weapons and shields affected by &#039;&#039;&#039;Arcane Weapon&#039;&#039;&#039;, &#039;&#039;&#039;Blessed Weapon&#039;&#039;&#039;, &#039;&#039;&#039;Arcane Ward&#039;&#039;&#039;, or &#039;&#039;&#039;Holy Ward&#039;&#039;&#039; may be prepared and left in a side&#039;s deployment area before combat begins.&lt;br /&gt;
&lt;br /&gt;
Once an affected item is carried out of the deployment area or used in combat, the effect becomes bound to that player.&lt;br /&gt;
&lt;br /&gt;
If the player becomes Downed or discards the item, the effect ends.&lt;br /&gt;
&lt;br /&gt;
== 2. Spellcasting Rules ==&lt;br /&gt;
The following rules apply to all spellcasters. These rules explain how spells are cast, how magical effects are maintained, and what happens when casting is interrupted.&lt;br /&gt;
&lt;br /&gt;
=== 2.1. Stationary Casting ===&lt;br /&gt;
While casting a spell, the caster must remain in the same position where they began the spell.&lt;br /&gt;
&lt;br /&gt;
The caster may step in place, hop, or jump while casting, but they may not move away from the position where they began the spell.&lt;br /&gt;
&lt;br /&gt;
If the caster otherwise voluntarily moves, is forced to move, stops chanting, or is struck before the spell is completed, the spell is interrupted.&lt;br /&gt;
&lt;br /&gt;
=== 2.2. Chanting and Spell Timing ===&lt;br /&gt;
Most spells require the caster to chant the spell&#039;s name while counting aloud for the spell&#039;s listed casting time.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;quot;1 Heal, 2 Heal, 3 Heal...&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The spell is completed once the full casting time has been reached.&lt;br /&gt;
&lt;br /&gt;
=== 2.3. Spellbooks ===&lt;br /&gt;
Casters must have access to their spellbook while playing. The spellbook contains the spells known by the character and the rules for casting them.&lt;br /&gt;
&lt;br /&gt;
A Marshal may request to see your Spellbook at any time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No Spellbook = No Spellcasting&#039;&#039;&#039;, even if your class has spell access.&lt;br /&gt;
&lt;br /&gt;
=== 2.4. Physical Representations ===&lt;br /&gt;
Many spells require a physical representation, such as a headband, weapon sock, shield cover, [[Weapons and Equipment#Arcane_Bolts_and_Thrown_Weapon_Rules|magic bolt]], or other prop.&lt;br /&gt;
&lt;br /&gt;
Players are responsible for providing any physical representations required for the spells they intend to cast.&lt;br /&gt;
&lt;br /&gt;
=== 2.5. Spell Length ===&lt;br /&gt;
At weekly games, spells only last until the end of a game round. Spells refresh at the start of each round.&lt;br /&gt;
&lt;br /&gt;
At events, spell length will vary depending on the type of event and spell cast. This will be explained during the event briefing.&lt;br /&gt;
&lt;br /&gt;
=== 2.6. Spell Levels ===&lt;br /&gt;
Some spells can be upgraded by purchasing additional levels. Higher levels increase the number of active copies of that spell that the caster may maintain during a game round.&lt;br /&gt;
&lt;br /&gt;
For example, &#039;&#039;&#039;Arcane Weapon Lv 1&#039;&#039;&#039; allows 1 active Arcane Weapon, while &#039;&#039;&#039;Arcane Weapon Lv. 3&#039;&#039;&#039; allows 3 active Arcane Weapons.&lt;br /&gt;
&lt;br /&gt;
The exact benefits of each level are listed in the spell&#039;s description in [[Magic|Magic]].&lt;br /&gt;
&lt;br /&gt;
== 3. Spell Interruptions ==&lt;br /&gt;
A spell is interrupted if the caster:&lt;br /&gt;
&lt;br /&gt;
* Moves from their casting position.&lt;br /&gt;
** e.g. Walking, dodging, repositioning from their beginning position.&lt;br /&gt;
* Is forced to move.&lt;br /&gt;
** e.g. To block a hit, struck by an opponent, pushed or displaced.&lt;br /&gt;
* Is struck before the spell is completed.&lt;br /&gt;
* Voluntarily stops casting.&lt;br /&gt;
&lt;br /&gt;
When a spell is interrupted:&lt;br /&gt;
&lt;br /&gt;
* The spell fails.&lt;br /&gt;
* The spell attempt is wasted.&lt;br /&gt;
* The caster must stop chanting immediately.&lt;br /&gt;
* The attempt still counts towards any per-round casting limit.&lt;br /&gt;
&lt;br /&gt;
=== 3.1. Interruption Backlash ===&lt;br /&gt;
When a spell is interrupted it causes backlash damage. This represents the unstable magic going awry and lashing out at the caster as they lose control of the magic.&lt;br /&gt;
&lt;br /&gt;
The type of magic being cast determines the amount of backlash damage received:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable wizlords-magic-table wizlords-reward-table&amp;quot;&lt;br /&gt;
! Magic Type&lt;br /&gt;
! Backlash Damage&lt;br /&gt;
|-&lt;br /&gt;
| [[File:ArcaneIcon.png|40x40px|link=Magic#Arcane_Magic]] [[Magic#Arcane_Magic|Arcane Magic]]&lt;br /&gt;
| 2 HP&lt;br /&gt;
|-&lt;br /&gt;
| [[File:DivineIcon.png|40x40px|link=Magic#Divine_Magic]] [[Magic#Divine_Magic|Divine Magic]]&lt;br /&gt;
| 1 HP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The caster takes this damage in addition to any damage that caused the interruption.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Divine spells [[Magic#Heal|Heal]] and [[Magic#Resurrection|Resurrection]] are exceptions and do not cause backlash damage when interrupted.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Terrain and Hazards]] ← Next Step&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
* [[Game Special Rules]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Terrain_%26_Hazards&amp;diff=2027</id>
		<title>Terrain &amp; Hazards</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Terrain_%26_Hazards&amp;diff=2027"/>
		<updated>2026-07-15T22:27:47Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
The battlefield in Wizards and Warlords weekly games includes interactive terrain elements designed to add strategy, immersion, and danger to every encounter. Players are expected to respect and follow all terrain rules to ensure safety and fairness.&lt;br /&gt;
&lt;br /&gt;
== 1. Terrain Pieces ==&lt;br /&gt;
=== 1.1. Walls ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-page-image right&amp;quot;&amp;gt;&lt;br /&gt;
[[File:inflatableterrain.png|450x225px|link=File:Inflatableterrain.png]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-page-image-caption&amp;quot;&amp;gt;Inflatable terrain walls.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Walls are solid obstacles that block physical and magical attacks, and sometimes line of sight.&lt;br /&gt;
&lt;br /&gt;
* Do not run into, climb, or move walls during play.&lt;br /&gt;
* Do not strike blindly around or through walls, this can be unsafe.&lt;br /&gt;
&lt;br /&gt;
Some walls include windows and doorways:&lt;br /&gt;
* Doorways may be used normally.&lt;br /&gt;
* Windows may not be used to pass through or strike through.&lt;br /&gt;
&lt;br /&gt;
Low Walls:&lt;br /&gt;
* Can be fought over.&lt;br /&gt;
* Do not block line of sight of spells.&lt;br /&gt;
* Cannot be climbed over.&lt;br /&gt;
* &#039;&#039;&#039;For safety you cannot crouch behind low walls.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Treat all wall structures with caution and respect.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Palisades ===&lt;br /&gt;
Palisades are sharpened defensive barricades. These are simulated using foam pool noodles.&lt;br /&gt;
&lt;br /&gt;
Palisades function to block movement and line of sight. They can be fought over as normal but touching the pointed part of a palisade results in 2 HP of damage.&lt;br /&gt;
&lt;br /&gt;
Players should avoid leaning, pushing, or attempting to climb over palisades.&lt;br /&gt;
&lt;br /&gt;
== 2. Hazards ==&lt;br /&gt;
&lt;br /&gt;
Certain areas of the battlefield may be designated as hazards. Hazards are marked using coloured material and represent environmental dangers.&lt;br /&gt;
&lt;br /&gt;
Any player who steps onto a hazard is immediately considered [[Combat and Damage#Downed|Downed]].&lt;br /&gt;
&lt;br /&gt;
=== 2.1. Water Hazards ===&lt;br /&gt;
Water hazards are marked with blue material and represent deep water.&lt;br /&gt;
&lt;br /&gt;
=== 2.2. Pit Hazards ===&lt;br /&gt;
Pit hazards are marked with brown material and represent deep pits, chasms, or similar dangers.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Game Special Rules]] ← Next Step&lt;br /&gt;
* [[Combat and Damage]]&lt;br /&gt;
* [[Game Modes and Maps]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Game_Special_Rules&amp;diff=2026</id>
		<title>Game Special Rules</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Game_Special_Rules&amp;diff=2026"/>
		<updated>2026-07-15T22:27:43Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Some games use additional rules, objectives, or battlefield mechanics beyond the standard rules of Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
The most common special rules are the Respawn and Limited Respawn rules, which all players should familiarise themselves with.&lt;br /&gt;
&lt;br /&gt;
The remaining special rules are provided as a reference and will always be explained during the game briefing if they are being used.&lt;br /&gt;
&lt;br /&gt;
== 1. Respawns ==&lt;br /&gt;
Some games allow players to return to the battle after becoming [[Combat and Damage#Downed|Downed]]. The respawn rules used for a game will be explained during the briefing and are detailed below.&lt;br /&gt;
&lt;br /&gt;
=== 1.1. Respawn ===&lt;br /&gt;
If respawn is active and a player is Downed, they may choose to go to their team&#039;s respawn point instead of waiting to be healed or resurrected.&lt;br /&gt;
&lt;br /&gt;
Each team has two respawn points located in the corners of their deployment zone.&lt;br /&gt;
&lt;br /&gt;
To respawn:&lt;br /&gt;
&lt;br /&gt;
* Walk to your team&#039;s designated respawn point.&lt;br /&gt;
* If you became Downed within your own deployment quarter, you must use the respawn point furthest from where you were Downed.&lt;br /&gt;
* Count aloud to twice your base starting HP:&lt;br /&gt;
** &#039;&#039;&#039;Base 2 HP â€“ Count to 4.&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Base 4 HP â€“ Count to 8.&#039;&#039;&#039;&lt;br /&gt;
* Once the count is complete, you may re-enter the game.&lt;br /&gt;
&lt;br /&gt;
=== 1.2. Limited Respawn ===&lt;br /&gt;
Limited Respawn uses the normal Respawn rules with a limit on the number of times each player may respawn during the game.&lt;br /&gt;
&lt;br /&gt;
The number listed for the scenario is the maximum number of respawns available to each player.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
* &#039;&#039;&#039;Limited Respawn 3&#039;&#039;&#039; allows each player to respawn up to &#039;&#039;&#039;three times&#039;&#039;&#039; during the game.&lt;br /&gt;
&lt;br /&gt;
Once a player has used all of their available respawns, they may no longer use the Respawn mechanic. However, they may still return to play through healing, resurrection, or other scenario-specific rules where applicable.&lt;br /&gt;
&lt;br /&gt;
== 2. Scenario Additional Rules ==&lt;br /&gt;
The following rules may be used in specific scenarios, events, or game modes.&lt;br /&gt;
&lt;br /&gt;
You do not need to memorise these rules, as any mechanics being used will always be explained during the game briefing. They are provided here as a reference for players who wish to learn more about the different objectives, creatures, and special mechanics that may appear during play.&lt;br /&gt;
&lt;br /&gt;
{{Banner rules}}&lt;br /&gt;
&lt;br /&gt;
{{Relics rules}}&lt;br /&gt;
&lt;br /&gt;
{{Relic binding rules}}&lt;br /&gt;
&lt;br /&gt;
{{Burial mounds rules}}&lt;br /&gt;
&lt;br /&gt;
{{Beasts rules}}&lt;br /&gt;
&lt;br /&gt;
{{Eggs rules}}&lt;br /&gt;
&lt;br /&gt;
{{Marauders rules}}&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[How Weekly Games Work]] ← Next Step&lt;br /&gt;
* [[Terrain and Hazards]]&lt;br /&gt;
* [[Game Modes and Maps]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Character_Creation&amp;diff=2025</id>
		<title>Character Creation</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Character_Creation&amp;diff=2025"/>
		<updated>2026-07-15T22:27:40Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Unlike many roleplaying games, Wizards and Warlords does not require you to create a character before you begin playing.&lt;br /&gt;
&lt;br /&gt;
New players are encouraged to attend games, try different classes, meet other players, and learn the world before committing to a character. Once you have found a race and class combination that suits your playstyle, you can create a character and begin your journey in the [[Free City of Tanyth]].&lt;br /&gt;
&lt;br /&gt;
== Your First Games ==&lt;br /&gt;
All new players begin as a [[Classes#Fighter|Fighter]] for their first game.&lt;br /&gt;
&lt;br /&gt;
After your first game, you are free to try any available class before creating a character. This allows you to experience different playstyles and learn the game before making any permanent decisions.&lt;br /&gt;
&lt;br /&gt;
You may create a character at any time, but there is no requirement to do so immediately.&lt;br /&gt;
&lt;br /&gt;
== Playing Before Character Creation ==&lt;br /&gt;
Even without a character, your attendance and participation are still recorded.&lt;br /&gt;
&lt;br /&gt;
Each game you attend earns Experience, Reputation, Coin, and any other rewards you would normally receive. These rewards are held on your player record until you create your first character.&lt;br /&gt;
&lt;br /&gt;
This means you can take your time experimenting with classes without falling behind other players.&lt;br /&gt;
&lt;br /&gt;
== Creating Characters ==&lt;br /&gt;
Once you are ready to create a character, all Experience, Reputation, Coin, and other rewards you have earned are assigned to that character.&lt;br /&gt;
&lt;br /&gt;
Creating a character permanently locks in that character&#039;s:&lt;br /&gt;
&lt;br /&gt;
* [[Races|Race]]&lt;br /&gt;
* Culture&lt;br /&gt;
* [[Classes|Class]]&lt;br /&gt;
* [[Magic|Spells]]&lt;br /&gt;
* Character Name&lt;br /&gt;
&lt;br /&gt;
Choose carefully, as these decisions define your character&#039;s identity and progression.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Character ===&lt;br /&gt;
To create a character:&lt;br /&gt;
&lt;br /&gt;
# Choose a [[Races|Race]].&lt;br /&gt;
# Choose a Culture.&lt;br /&gt;
# Choose a [[Classes|Class]].&lt;br /&gt;
# Add any starting [[Magic|Spells]] granted by your Race or Class to your character sheet.&lt;br /&gt;
# Spend your starting Spell Points on additional Spells or Spell Levels.&lt;br /&gt;
# Choose a Character Name.&lt;br /&gt;
# Write a Backstory, if desired.&lt;br /&gt;
&lt;br /&gt;
Once completed, your character becomes an official resident of Tanyth and may begin earning rewards in their own name.&lt;br /&gt;
&lt;br /&gt;
{{Multiple characters}}&lt;br /&gt;
&lt;br /&gt;
== Mercenaries and Companies ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;hatnote&amp;quot;&amp;gt;This section provides a brief overview of Mercenaries and Companies for character creation. For more detailed information, see [[Mercenaries and Companies]].&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Mercenaries ===&lt;br /&gt;
All newly created characters begin as a mercenary of Tanyth.&lt;br /&gt;
&lt;br /&gt;
Being a mercenary is not a class or faction. It simply means your character is an independent adventurer seeking their place within the city. Characters may remain mercenaries for as long as they wish and are not required to join a Company.&lt;br /&gt;
&lt;br /&gt;
=== Companies ===&lt;br /&gt;
Companies are player-created groups of characters united by a common purpose, story, theme, culture, belief, or goal.&lt;br /&gt;
&lt;br /&gt;
Companies can take many forms, from military bands and religious orders to explorer societies, trade organisations, and groups of like-minded adventurers.&lt;br /&gt;
&lt;br /&gt;
=== Joining a Company ===&lt;br /&gt;
Characters may only join a Company if invited by that Company&#039;s leadership.&lt;br /&gt;
&lt;br /&gt;
If you have already been invited before creating your character, you may indicate which Company you intend to join on your character creation form. Otherwise, your character begins as a mercenary and may join a Company later if invited.&lt;br /&gt;
&lt;br /&gt;
== You&#039;re Ready to Play! ==&lt;br /&gt;
&lt;br /&gt;
And with that, you&#039;re ready to begin your adventures in Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
From here, you can explore the [[Races|Race]], [[Classes|Class]], and [[Magic]] pages to learn more about the world and the many character options available to you.&lt;br /&gt;
&lt;br /&gt;
Good luck, and cefrepwelcome to Tanyth.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Races]] ← Next Step&lt;br /&gt;
* [[Classes]]&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Races&amp;diff=2024</id>
		<title>Races</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Races&amp;diff=2024"/>
		<updated>2026-07-15T22:27:25Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-races-landing&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Races in Wizards and Warlords represent the peoples, lineages, and cultures found across the world. Each race has its own history, traditions, and special features, and many are divided into distinct cultures or bloodlines.&lt;br /&gt;
&lt;br /&gt;
Use this page as a starting point to explore each race and learn which cultures, classes, and special features are available to players.&lt;br /&gt;
&lt;br /&gt;
=== Cultures and Bloodlines ===&lt;br /&gt;
Most races are divided into cultures, clans, orders, bloodlines, or regional groups. These cultures are described on each race page and may affect available classes, story background, or special features.&lt;br /&gt;
&lt;br /&gt;
== Playable Races ==&lt;br /&gt;
There are several playable races in Wizards and Warlords. Each race page includes an overview of that race, its cultures, available classes, and any special features.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-races-grid&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Human.png|100x100px|link=Human]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Human]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Orc.png|100x100px|link=Orukar]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Orukar]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Dworn.png|100x100px|link=Dworn]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Dworn]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Scion.png|100x100px|link=Scions]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Scions]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Forsaken.png|100x100px|link=Forsaken]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Forsaken]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Konganese.png|100x100px|link=Konganese]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Konganese]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Kirko.png|100x100px|link=Kir&#039;ko]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Kir&#039;ko]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Deschani.png|100x100px|link=Deschani]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Deschani]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Feyfolk.png|100x100px|link=Fey Folk]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Fey Folk]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-race-link&amp;quot;&amp;gt;[[File:RaceIcon_Draken.png|100x100px|link=Draken]]&amp;lt;div class=&amp;quot;wizlords-race-label&amp;quot;&amp;gt;[[Draken]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Classes]] ← Next Step&lt;br /&gt;
* [[Magic]]&lt;br /&gt;
* [[Experience Points]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Classes&amp;diff=2023</id>
		<title>Classes</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Classes&amp;diff=2023"/>
		<updated>2026-07-15T22:26:49Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
Classes represent a character&#039;s training, talents, and role within the world. They determine the abilities available to your character, their access to magic, and their combat role on the battlefield.&lt;br /&gt;
&lt;br /&gt;
Whether you are a heavily armoured warrior holding the line, a wizard wielding destructive magic, or a priest calling upon divine power, your class forms the foundation of your character&#039;s capabilities throughout the game.&lt;br /&gt;
&lt;br /&gt;
Each class offers a unique playstyle and grants access to different equipment, spells, and special abilities. While your race and culture help shape who your character is, your class defines what they are capable of accomplishing in battles.&lt;br /&gt;
&lt;br /&gt;
At character creation, every player must select a class. New players begin their first event as a [[Fighter]], allowing them to learn the game&#039;s core mechanics before exploring more specialised options.&lt;br /&gt;
&lt;br /&gt;
== Choosing a Class ==&lt;br /&gt;
When selecting a class, consider:&lt;br /&gt;
&lt;br /&gt;
* What your fighting style will be.&lt;br /&gt;
* Whether you prefer combat, magic, or support roles.&lt;br /&gt;
* The type of character fantasy you wish to portray.&lt;br /&gt;
* The equipment, abilities, and responsibilities associated with each class.&lt;br /&gt;
&lt;br /&gt;
Classes are divided into three broad categories: Martial, Arcane, and Divine.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable wizlords-class-category-table&amp;quot;&lt;br /&gt;
! &amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:MartialIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;MARTIAL&amp;lt;/div&amp;gt;&lt;br /&gt;
! &amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:ArcaneIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;ARCANE&amp;lt;/div&amp;gt;&lt;br /&gt;
! &amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:DivineIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;DIVINE&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Fighter&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Ranger&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Savage Archer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Barbarian&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Paladin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Artificer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Battle Mage&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Sorcerer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Shaman&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Arcane Assassin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Cleric&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Druid&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Prophet&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Bard&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-row&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-heading&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:MartialIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;MARTIAL&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-list&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Fighter&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Ranger&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Savage Archer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Barbarian&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Paladin&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-row&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-heading&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:ArcaneIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;ARCANE&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-list&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Artificer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Battle Mage&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Sorcerer&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Shaman&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Arcane Assassin&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-row&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-heading&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-icon&amp;quot;&amp;gt;[[File:DivineIcon.png|110x110px|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;DIVINE&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-class-category-mobile-list&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Cleric&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Druid&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Prophet&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;wizlords-class-category-name&amp;quot;&amp;gt;Bard&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Passive Abilities ===&lt;br /&gt;
Some classes have special passive abilities that grant advantages in play.&lt;br /&gt;
&lt;br /&gt;
==== Recon ====&lt;br /&gt;
&#039;&#039;&#039;Effect:&#039;&#039;&#039; May begin the game in no man&#039;s land. This means the character may start the game up to the halfway point between both deployment zones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restrictions:&#039;&#039;&#039;&lt;br /&gt;
* Only usable if the game type allows.&lt;br /&gt;
* Must follow any special placement rules given by the Marshals.&lt;br /&gt;
&lt;br /&gt;
==== Extra HP ====&lt;br /&gt;
&#039;&#039;&#039;Effect:&#039;&#039;&#039; Start the game with 4 HP instead of the standard 2 HP.&lt;br /&gt;
&lt;br /&gt;
== Classes ==&lt;br /&gt;
{{Martial classes content}}&lt;br /&gt;
&lt;br /&gt;
{{Arcane classes content}}&lt;br /&gt;
&lt;br /&gt;
{{Divine classes content}}&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Magic]] ← Next Step&lt;br /&gt;
* [[Races]]&lt;br /&gt;
* [[Experience Points]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Magic&amp;diff=2022</id>
		<title>Magic</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Magic&amp;diff=2022"/>
		<updated>2026-07-15T22:26:45Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Magic is one of the most powerful forces in the world, allowing characters to heal the wounded, protect their allies, call upon divine blessings, or unleash devastating arcane power.&lt;br /&gt;
&lt;br /&gt;
Characters gain access to magic through their class, with different classes drawing upon different sources of power. Some classes focus entirely on spellcasting, while others combine magic with martial combat, craftsmanship, or spiritual guidance.&lt;br /&gt;
&lt;br /&gt;
This page explains the different types of magic, how spells are learned, and how Spell Points are used to build your character.&lt;br /&gt;
&lt;br /&gt;
== Types of Magic ==&lt;br /&gt;
&lt;br /&gt;
There are two primary forms of magic available to players: Divine Magic and Arcane Magic.&lt;br /&gt;
&lt;br /&gt;
=== Arcane Magic ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-used-by&amp;quot;&amp;gt;&#039;&#039;&#039;Used by:&#039;&#039;&#039; [[Classes#Artificer|Artificers]], [[Classes#Battle Mage|Battle Mages]], [[Classes#Sorcerer|Sorcerers]], [[Classes#Shaman|Shamans]], and [[Classes#Arcane Assassin|Arcane Assassins]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-intro-icon&amp;quot;&amp;gt;[[File:ArcaneIcon.png|100x100px|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-quote&amp;quot;&amp;gt;Drawing upon the elements, the aether, and the hidden forces of creation, arcane casters wield powerful magic capable of altering the course of battle.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arcane Magic is drawn from natural forces, magical knowledge, universal energies, or innate power. Arcane spellcasters learn to shape and manipulate these forces to achieve a wide variety of effects.&lt;br /&gt;
&lt;br /&gt;
Arcane Magic is commonly used for offensive spells, battlefield control, utility effects, enchantments, and magical manipulation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-section-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Divine Magic ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-used-by&amp;quot;&amp;gt;&#039;&#039;&#039;Used by:&#039;&#039;&#039; [[Classes#Cleric|Clerics]], [[Classes#Druid|Druids]], [[Classes#Prophet|Prophets]], [[Classes#Bard|Bards]], [[Classes#Paladin|Paladins]], [[Classes#Barbarian|Barbarians]], [[Classes#Savage Archer|Savage Archers]], [[Classes#Fighter|Fighters]], and [[Classes#Ranger|Rangers]].&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-intro-icon&amp;quot;&amp;gt;[[File:DivineIcon.png|100x100px|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-magic-quote&amp;quot;&amp;gt;Through prayer, faith, and spiritual devotion, divine casters call upon higher powers to heal, protect, and guide those around them.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Divine Magic is granted through faith, spiritual connection, ancestral powers, or the blessings of higher forces. Divine casters often focus on healing, protection, support, and guidance, though some are capable of wielding powerful offensive miracles.&lt;br /&gt;
&lt;br /&gt;
Divine Magic is commonly used to restore health, protect allies from harm, remove negative effects, and strengthen companions in battle.&lt;br /&gt;
&lt;br /&gt;
== Learning Spells ==&lt;br /&gt;
&lt;br /&gt;
Characters learn spells by spending Spell Points.&lt;br /&gt;
&lt;br /&gt;
Spell Points represent a character&#039;s magical training, knowledge, and mastery of supernatural powers. These points are used to purchase spells from a class&#039;s spell list.&lt;br /&gt;
&lt;br /&gt;
Each magical class begins with a number of Spell Points at character creation, allowing players to customise their abilities and create a spell list that suits their preferred playstyle.&lt;br /&gt;
&lt;br /&gt;
Some races may also grant additional known spells or magical abilities. These spells may often be improved by investing additional Spell Points into them.&lt;br /&gt;
&lt;br /&gt;
=== Spell Points ===&lt;br /&gt;
&lt;br /&gt;
At character creation, players receive a number of Spell Points based on their class.&lt;br /&gt;
&lt;br /&gt;
These points are spent to purchase spells from that class&#039;s spell list.&lt;br /&gt;
&lt;br /&gt;
As characters gain Experience through play, they may spend that Experience to acquire additional Spell Points, allowing them to learn new spells or improve existing ones.&lt;br /&gt;
&lt;br /&gt;
Spell Points are intended to represent a character&#039;s growing magical knowledge and power as they continue their journey.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Spell Point Rules:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Your class determines how many starting Spell Points you receive during character creation.&lt;br /&gt;
* All starting Spell Points must be spent during character creation.&lt;br /&gt;
* Any unused starting Spell Points are lost.&lt;br /&gt;
* As characters gain Experience, they may purchase additional Spell Points to learn new spells or improve existing ones.&lt;br /&gt;
* Purchased Spell Points are retained until spent.&lt;br /&gt;
&lt;br /&gt;
=== Recording Known Spells ===&lt;br /&gt;
&lt;br /&gt;
All selected spells must be recorded in the character&#039;s spell book.&lt;br /&gt;
&lt;br /&gt;
A character may only cast spells they know, and all known spells should be clearly listed on their character sheet or spell book for reference during play.&lt;br /&gt;
&lt;br /&gt;
== Spell Types ==&lt;br /&gt;
&lt;br /&gt;
Not all spells are learned in the same way. Some spells grow stronger as more Spell Points are invested into them, while others are purchased as complete abilities.&lt;br /&gt;
&lt;br /&gt;
There are two categories of spells: &#039;&#039;&#039;Progressive Spells&#039;&#039;&#039; and &#039;&#039;&#039;Fixed-Cost Spells&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Progressive Spells ===&lt;br /&gt;
&lt;br /&gt;
Progressive Spells become more powerful as additional Spell Points are invested into them.&lt;br /&gt;
&lt;br /&gt;
Each level must be purchased in order, beginning at Level 1.&lt;br /&gt;
&lt;br /&gt;
A caster may only use the highest level of the spell they have unlocked.&lt;br /&gt;
&lt;br /&gt;
{{Arcane bolt example}}&lt;br /&gt;
&lt;br /&gt;
=== Fixed-Cost Spells ===&lt;br /&gt;
&lt;br /&gt;
Fixed-Cost Spells do not scale in power.&lt;br /&gt;
&lt;br /&gt;
Instead, they are purchased as complete abilities for a set Spell Point cost.&lt;br /&gt;
&lt;br /&gt;
Some Fixed-Cost Spells require other spells to be known first before they can be selected.&lt;br /&gt;
&lt;br /&gt;
{{Full heal example}}&lt;br /&gt;
&lt;br /&gt;
== Selecting Spells ==&lt;br /&gt;
&lt;br /&gt;
When choosing spells, players are free to mix Progressive and Fixed-Cost Spells however they wish, provided all prerequisites are met.&lt;br /&gt;
&lt;br /&gt;
The spells chosen during character creation and advancement determine the magical abilities available to the character during play.&lt;br /&gt;
&lt;br /&gt;
=== Spell Selection Rules ===&lt;br /&gt;
&lt;br /&gt;
* All spell prerequisites must be met.&lt;br /&gt;
* You must have enough Spell Points to purchase a spell.&lt;br /&gt;
* All known spells must be recorded in your spell book.&lt;br /&gt;
* Unused starting Spell Points are lost.&lt;br /&gt;
* Spell Points purchased with Experience may be saved for later.&lt;br /&gt;
&lt;br /&gt;
== Spellbooks ==&lt;br /&gt;
&lt;br /&gt;
Below are the complete spell lists for Arcane and Divine Magic.&lt;br /&gt;
&lt;br /&gt;
Each spellbook contains all available spells, including their effects, costs, prerequisites, and restrictions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spellbooks-desktop&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Arcane spellbook content}}&lt;br /&gt;
&lt;br /&gt;
{{Divine spellbook content}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spellbooks-mobile&amp;quot; aria-hidden=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Experience Points]] ← Next Step&lt;br /&gt;
* [[Classes]]&lt;br /&gt;
* [[Skills]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2021</id>
		<title>Experience Points</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Experience_Points&amp;diff=2021"/>
		<updated>2026-07-15T22:26:40Z</updated>

		<summary type="html">&lt;p&gt;Aurelian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
As you attend games and events, your character will earn Experience Points (XP), Reputation, Coin, and other rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards represent your character&#039;s growing influence, wealth, and accomplishments within the world of Wizards and Warlords.&lt;br /&gt;
&lt;br /&gt;
== Weekly Games and Rewards ==&lt;br /&gt;
Each week, one or more Companies are selected to undertake missions on behalf of their Benefactors. These missions may place Companies in direct competition, pit players against NPC forces, or involve multiple groups competing for the same objective.&lt;br /&gt;
&lt;br /&gt;
Regardless of the mission format, rewards are distributed based on the outcome of the game.&lt;br /&gt;
&lt;br /&gt;
=== Winning Side ===&lt;br /&gt;
All players on the winning side receive:&lt;br /&gt;
&lt;br /&gt;
* 2 Reputation&lt;br /&gt;
* 2 Copper Coins&lt;br /&gt;
&lt;br /&gt;
The winning Company also receives:&lt;br /&gt;
&lt;br /&gt;
* 5 Company Reputation&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Losing Side ===&lt;br /&gt;
All players on the losing side receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
This includes any Mercenaries hired by the Company for that mission.&lt;br /&gt;
&lt;br /&gt;
=== Draws ===&lt;br /&gt;
If a mission ends in a draw, all sides are treated as losing sides and receive the standard losing rewards.&lt;br /&gt;
&lt;br /&gt;
=== Special Rewards ===&lt;br /&gt;
Some missions may offer additional rewards beyond Reputation and Coin. These can include treasure, rare items, favours, hidden knowledge, or other story rewards.&lt;br /&gt;
&lt;br /&gt;
These rewards are not always guaranteed and may require players to uncover hidden objectives, take greater risks, or make important choices during play.&lt;br /&gt;
&lt;br /&gt;
== Experience Points (XP) ==&lt;br /&gt;
Experience Points represent your character&#039;s growth and development through play.&lt;br /&gt;
&lt;br /&gt;
XP is tracked per character, not per player. If you have multiple characters, only the character you play for that event receives XP for attending.&lt;br /&gt;
&lt;br /&gt;
This means that each character earns and spends their own XP separately. If you regularly switch between characters, each character will progress at their own pace.&lt;br /&gt;
&lt;br /&gt;
XP is recorded when players sign in during events. At Weekly Night Games, this is usually done at half time. At Weekend Events and Week-Long Events, XP is recorded when the player signs in at the sign-in station.&lt;br /&gt;
&lt;br /&gt;
=== Saving and Transferring XP ===&lt;br /&gt;
* XP remains with a character until it is spent.&lt;br /&gt;
* Unspent XP is not lost and may be saved indefinitely.&lt;br /&gt;
* XP cannot be traded, gifted, or transferred between players.&lt;br /&gt;
* XP cannot be transferred between characters.&lt;br /&gt;
* The only exception is through Character Retirement and Consolidation.&lt;br /&gt;
&lt;br /&gt;
{{XP rewards by event type}}&lt;br /&gt;
&lt;br /&gt;
== Spending XP ==&lt;br /&gt;
XP is used to develop your character over time. As your character gains XP, they may spend it to improve their abilities and skills by buying &#039;&#039;&#039;Character Points&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character Points&#039;&#039;&#039; come in two forms:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Spell Points&#039;&#039;&#039; - Used to learn new spells or upgrade existing spells.&lt;br /&gt;
* &#039;&#039;&#039;Skill Points&#039;&#039;&#039; - Used to learn additional training, talents, or abilities to improve your character&#039;s skills.&lt;br /&gt;
&lt;br /&gt;
Additional notes about &#039;&#039;&#039;Character Points&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
* Purchased &#039;&#039;&#039;Spell and Skill Points&#039;&#039;&#039; may be saved until the player is ready to spend them.&lt;br /&gt;
* Once purchased, &#039;&#039;&#039;Skill Points&#039;&#039;&#039; and &#039;&#039;&#039;Spell Points&#039;&#039;&#039; cannot be converted back into XP or exchanged for one another.&lt;br /&gt;
* &#039;&#039;&#039;Character Points&#039;&#039;&#039; cannot be traded between your characters or other players.&lt;br /&gt;
&lt;br /&gt;
== Volunteer Rewards ==&lt;br /&gt;
Players who give up their play time to assist in running the game may also earn rewards.&lt;br /&gt;
&lt;br /&gt;
Volunteer XP is awarded at half the normal rate, rounded up.&lt;br /&gt;
&lt;br /&gt;
{{Volunteer XP rewards}}&lt;br /&gt;
&lt;br /&gt;
=== Additional Volunteer Rewards ===&lt;br /&gt;
For each Weekly Night Game volunteered, volunteers also receive:&lt;br /&gt;
&lt;br /&gt;
* 1 Reputation&lt;br /&gt;
* 1 Copper Coin&lt;br /&gt;
&lt;br /&gt;
=== Volunteer Requirements ===&lt;br /&gt;
To be eligible for volunteer rewards, you must fully give up your ability to play in the event. Assisting briefly or helping between character actions does not qualify.&lt;br /&gt;
&lt;br /&gt;
You must also nominate the character that the XP, Reputation, and Copper rewards will be assigned to for each session you volunteer.&lt;br /&gt;
&lt;br /&gt;
These rewards cannot be split between characters or transferred later.&lt;br /&gt;
&lt;br /&gt;
== Where To Next? ==&lt;br /&gt;
* [[Professions]] ← Next Step&lt;br /&gt;
* [[Skills]]&lt;br /&gt;
* [[How Weekly Games Work]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-navbox-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player Guide}}&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
</feed>