:root {
	--goesot-blue-950: #061a22;
	--goesot-blue-900: #092838;
	--goesot-blue-800: #0d3346;
	--goesot-blue-700: #134a63;
	--goesot-gold-500: #dca533;
	--goesot-gold-400: #f0c45f;
	--goesot-gold-300: #ffe19a;
	--goesot-paper: #e4d1ac;
	--goesot-paper-light: #f2e1bd;
	--goesot-paper-dark: #c5aa78;
	--goesot-ink: #2f2419;
	--goesot-muted: #725d3f;
	--goesot-border: #8b6425;
	--goesot-shadow: rgba(0, 0, 0, .52);
	--goesot-medieval: "Cinzel", Georgia, "Times New Roman", serif;
	--goesot-body: "Inter", Verdana, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	background:
		linear-gradient(rgba(2, 15, 20, .08), rgba(2, 15, 20, .18)),
		url("images/layout/background-goesot-20260708.jpg") center top / cover fixed no-repeat;
	color: var(--goesot-ink);
	font-family: var(--goesot-body);
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
	min-width: 1120px;
}

body::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, .32));
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

a {
	color: #1f6487;
	text-decoration: none;
}

a:hover {
	color: #0f3c56;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.site-shell {
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.site-hero {
	height: 244px;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.site-logo {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none;
	top: -2px;
	transform: translateX(-50%);
	width: 330px;
}

.site-logo:hover {
	text-decoration: none;
}

.site-logo-image {
	display: block;
	filter: drop-shadow(0 8px 3px rgba(0, 0, 0, .34));
	height: auto;
	max-width: 100%;
	width: 100%;
}

.site-grid {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 220px minmax(0, 1fr) 226px;
	margin: -12px auto 28px;
	max-width: 1280px;
	padding: 0 12px;
}

.site-sidebar {
	position: relative;
}

.site-sidebar-left {
	z-index: 3;
}

.site-sidebar-right {
	z-index: 2;
}

.framed-panel {
	background: transparent;
	filter: drop-shadow(0 6px 14px var(--goesot-shadow));
	margin-bottom: 14px;
}

.panel-title,
.side-title,
.premium-title,
.page-frame-header {
	background-image: url("images/ui/box/header.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #f9ead0;
	font-family: var(--goesot-medieval);
	font-size: 15px;
	font-weight: 800;
	height: 37px;
	letter-spacing: 0;
	line-height: 35px;
	text-align: center;
	text-shadow: 0 2px 2px #000, 0 0 7px rgba(240, 196, 95, .34);
	text-transform: uppercase;
}

.login-body {
	background: linear-gradient(180deg, rgba(242, 225, 189, .97), rgba(215, 189, 142, .98));
	border-color: transparent;
	border-style: solid;
	border-width: 14px 10px 12px;
	border-image: url("images/ui/box/body.png") 96 54 68 54 fill stretch;
	margin: -2px 5px 0;
	padding: 2px 5px 4px;
	position: relative;
}

.login-user {
	color: #5c4326;
	font-size: 12px;
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.primary-action,
.secondary-action,
.danger-action,
.download-button,
.coin-button,
.blue-button {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 2px 5px rgba(0, 0, 0, .3);
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 30px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	text-transform: uppercase;
	width: 100%;
}

.primary-action {
	background: linear-gradient(#2576bd, #13508b);
}

.secondary-action {
	background: linear-gradient(#8f7149, #6f5330);
	margin-top: 7px;
}

.danger-action {
	background: linear-gradient(#a94a4d, #813438);
	margin-top: 8px;
}

.primary-action:hover,
.secondary-action:hover,
.danger-action:hover,
.download-button:hover,
.coin-button:hover,
.blue-button:hover {
	color: #fff;
	filter: brightness(1.08);
	text-decoration: none;
}

.download-button {
	background: linear-gradient(#2ea24b, #176d2d);
	border-color: #0d5b22;
	margin-bottom: 14px;
	min-height: 34px;
}

.main-menu {
	display: grid;
	gap: 5px;
}

.menu-group {
	overflow: visible;
}

.menu-header {
	align-items: center;
	background-color: transparent;
	background-image: url("images/ui/menu/header.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
	color: #f7e9cf;
	cursor: pointer;
	display: flex;
	font-family: var(--goesot-medieval);
	font-size: 15px;
	font-weight: 800;
	height: 37px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 37px;
	padding: 0 28px;
	position: relative;
	text-align: center;
	text-shadow: 0 2px 2px #000;
	text-transform: uppercase;
	width: 100%;
}

.menu-header:hover {
	filter: brightness(1.08);
}

.menu-chevron {
	border-bottom: 2px solid #f5d995;
	border-right: 2px solid #f5d995;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 13px;
	transform: rotate(45deg);
	transition: transform .16s ease;
	width: 7px;
}

.menu-group.is-open .menu-chevron {
	top: 16px;
	transform: rotate(225deg);
}

.menu-body {
	background:
		url("images/ui/menu/content/content-top.png") center top / 100% auto no-repeat,
		url("images/ui/menu/content/content-bottom.png") center bottom / 100% auto no-repeat,
		url("images/ui/menu/content/content-center.png") center top / 100% auto repeat-y;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: none;
	margin: -3px 4px 8px;
	padding: 14px 17px 15px;
	position: relative;
}

.menu-group.is-open .menu-body {
	display: block;
}

.menu-link {
	align-items: center;
	color: #3d2e1e;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	min-height: 28px;
	padding: 4px 6px;
	text-decoration: none;
}

.menu-link:hover,
.menu-link.is-active {
	background: rgba(255, 255, 255, .38);
	color: #0e3b52 !important;
	text-decoration: none;
}

.menu-marker {
	border-bottom: 1px solid #a6782e;
	border-right: 1px solid #a6782e;
	display: inline-block;
	height: 6px;
	transform: rotate(-45deg);
	width: 6px;
}

.menu-link.is-active .menu-marker {
	background: var(--goesot-gold-500);
	border-color: var(--goesot-gold-500);
	box-shadow: 0 0 7px rgba(220, 165, 51, .8);
}

.topbar {
	align-items: center;
	background-image: url("images/ui/topbar.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	margin-bottom: 12px;
	min-height: 48px;
	padding: 7px 18px;
}

.topbar a {
	align-items: center;
	color: #f5ead1;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	min-height: 26px;
	padding: 0 10px;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
}

.topbar a:hover {
	color: #fff;
	text-decoration: none;
}

.topbar a + a {
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.online-pill {
	color: #92ef9f !important;
}

.online-dot,
.offline-dot {
	border-radius: 999px;
	display: inline-block;
	height: 8px;
	margin-right: 6px;
	width: 8px;
}

.online-dot {
	background: #1dcc57;
	box-shadow: 0 0 8px #1dcc57;
}

.offline-dot {
	background: #d84646;
	box-shadow: 0 0 8px #d84646;
}

.content-column {
	min-width: 0;
}

.page-frame {
	filter: drop-shadow(0 8px 18px var(--goesot-shadow));
}

.page-frame-header {
	background-image: url("images/ui/page/header-editable.png");
	font-size: 15px;
	height: 43px;
	line-height: 42px;
	margin: 0 0 -1px;
	padding: 0 22px;
}

.page-frame-header h1 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: inherit;
	text-transform: uppercase;
	white-space: nowrap;
}

.page-frame-body {
	background: linear-gradient(180deg, rgba(242, 225, 189, .97), rgba(215, 189, 142, .98));
	border-color: transparent;
	border-style: solid;
	border-width: 14px 10px 13px;
	border-image: url("images/ui/box/body.png") 96 54 68 54 fill stretch;
	box-shadow: inset 0 0 18px rgba(102, 62, 14, .14);
	min-height: 420px;
	margin: -2px 5px 0;
	padding: 8px;
}

.Content .BoxContent {
	background: transparent;
	color: var(--goesot-ink);
	font-family: var(--goesot-body);
	font-size: 13px;
	min-height: 320px;
	overflow-wrap: anywhere;
}

.Content .BoxContent p {
	margin-top: 0;
}

.Content .BoxContent img {
	height: auto;
	max-width: 100%;
}

.Content .BoxContent table {
	max-width: 100%;
}

.Content .BoxContent td,
.Content .BoxContent th {
	font-family: var(--goesot-body);
	font-size: 12px;
}

.Content .BoxContent th {
	font-weight: 800;
}

.Content .BoxContent a {
	color: #145c86;
	font-weight: 700;
}

.Content .BoxContent a:hover {
	color: #0a344d;
}

.site-footer {
	color: rgba(255, 244, 218, .82);
	font-size: 11px;
	margin: 12px 0 0;
	text-align: center;
	text-shadow: 0 1px 1px #000;
}

.site-footer a {
	color: #ffe19a;
}

.site-footer-legal {
	display: block;
	margin-top: 4px;
}

.premium-panel,
.side-widget {
	filter: drop-shadow(0 6px 14px var(--goesot-shadow));
	margin-bottom: 13px;
}

.premium-title,
.side-title {
	height: 36px;
	line-height: 35px;
}

.premium-body,
.side-body {
	background: linear-gradient(rgba(238, 210, 163, .95), rgba(205, 168, 104, .96));
	border-color: transparent;
	border-style: solid;
	border-width: 14px 10px 12px;
	border-image: url("images/ui/box/body.png") 96 54 68 54 fill stretch;
	color: #4b371f;
	margin: -2px 5px 0;
	padding: 4px 5px 6px;
}

.premium-body {
	min-height: 146px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.shop-art {
	background: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .5)), url("images/shop/sidebox.gif") center / cover no-repeat;
	border: 1px solid rgba(255, 222, 151, .55);
	height: 78px;
	margin: -2px -1px 9px;
}

.premium-body p,
.side-body p {
	font-size: 11px;
	font-weight: 700;
	margin: 0 0 10px;
}

.coin-button {
	background: linear-gradient(#fb9b23, #c15a05);
	border-color: #ffd06c;
	min-height: 36px;
}

.boosted-grid {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr 1fr;
	padding: 10px 7px 9px;
}

.boosted-card {
	color: #4b371f;
	display: block;
	font-size: 10px;
	min-width: 0;
	text-align: center;
	text-decoration: none;
}

.boosted-card:hover {
	color: #173e52;
	text-decoration: none;
}

.boosted-frame {
	align-items: center;
	background: rgba(245, 228, 190, .65);
	border: 2px solid #356b8d;
	display: flex;
	height: 76px;
	justify-content: center;
	margin: 0 auto 6px;
	overflow: hidden;
	width: 76px;
}

.boosted-frame img {
	display: block;
	max-height: 72px;
	max-width: 72px;
}

.boosted-card strong,
.boosted-card small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.boosted-card strong {
	font-size: 11px;
	font-weight: 800;
	height: 28px;
	line-height: 14px;
	white-space: normal;
}

.boosted-card small {
	color: #6a5030;
	font-size: 9px;
	font-weight: 700;
	line-height: 11px;
	white-space: nowrap;
}

.twitch-body {
	text-align: center;
}

.twitch-player-frame {
	background: rgba(16, 10, 24, .75);
	border: 1px solid rgba(255, 222, 151, .62);
	margin: -1px -1px 8px;
	overflow: hidden;
	position: relative;
}

.twitch-player-frame::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.twitch-player-frame iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.twitch-body strong {
	color: #3a2a18;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 15px;
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twitch-button {
	background: linear-gradient(#9146ff, #5d25b8);
	border: 1px solid #d7b8ff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 2px 4px rgba(0, 0, 0, .26);
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 900;
	line-height: 26px;
	min-height: 28px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
}

.twitch-button:hover {
	color: #fff;
	filter: brightness(1.08);
	text-decoration: none;
}

.center-widget {
	text-align: center;
}

.round-icon {
	align-items: center;
	background: #5865f2;
	border: 4px solid rgba(255, 255, 255, .36);
	border-radius: 999px;
	box-shadow: 0 0 20px rgba(88, 101, 242, .55);
	color: #fff;
	display: inline-flex;
	font-size: 28px;
	font-weight: 800;
	height: 62px;
	justify-content: center;
	margin: 4px auto 10px;
	position: relative;
	width: 62px;
}

.round-icon svg {
	display: block;
	height: 28px;
	width: 38px;
}

.discord-icon {
	color: #fff;
}

.discord-mark {
	fill: currentColor;
}

.discord-status-dot {
	background: #23d168;
	border: 2px solid #d8b879;
	border-radius: 999px;
	box-shadow: 0 0 5px rgba(35, 209, 104, .65);
	height: 10px;
	position: absolute;
	right: 2px;
	top: -1px;
	width: 10px;
}

.round-icon.gold {
	background: #c9982d;
	box-shadow: 0 0 20px rgba(201, 152, 45, .5);
	font-family: Georgia, serif;
	font-style: italic;
}

.blue-button {
	background: linear-gradient(#5166f2, #3145bc);
}

.plain-link {
	color: #145c86;
	font-weight: 800;
	text-decoration: underline;
}

input,
select,
textarea {
	background: #f6ead0;
	border: 1px solid #a98b5b;
	color: #2f2419;
	font-family: var(--goesot-body);
	font-size: 12px;
	max-width: 100%;
	padding: 5px 7px;
}

input[type="submit"],
input[type="button"],
button.Button,
.BigButton,
.SmallButton {
	background: linear-gradient(#2371ad, #174f82);
	border: 1px solid #0d375f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	min-height: 27px;
	padding: 5px 10px;
	text-shadow: 0 1px 1px #000;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	filter: brightness(1.08);
}

.TableContainer {
	background: #d4c0a1;
	border: 1px solid #6f4a1e;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
	margin: 0 0 14px;
	position: relative;
	width: 100%;
}

.TableContainer table {
	border-collapse: collapse;
	width: 100%;
}

.TableContainer .Odd,
.Content .BoxContent .Odd {
	background-color: #f2e1bd;
}

.TableContainer .Even,
.Content .BoxContent .Even {
	background-color: #d9bd8a;
}

.TableContainer .CaptionContainer {
	font-size: 1px;
	position: relative;
	width: 100%;
}

.TableContainer .CaptionInnerContainer {
	background: linear-gradient(#194c68, #0d2e43);
	border: 1px solid #9d6a28;
	min-height: 29px;
	position: relative;
}

.TableContainer .CaptionContainer .Text {
	color: #fff3d1;
	font-family: var(--goesot-medieval);
	font-size: 13px;
	font-weight: 800;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	text-shadow: 0 2px 2px #000;
	text-transform: uppercase;
}

.CaptionEdgeLeftTop,
.CaptionEdgeRightTop,
.CaptionBorderTop,
.CaptionVerticalLeft,
.CaptionVerticalRight,
.CaptionBorderBottom,
.CaptionEdgeLeftBottom,
.CaptionEdgeRightBottom,
.TableShadowContainer,
.TableShadowContainerRightTop,
.TableBottomShadow,
.TableBottomLeftShadow,
.TableBottomRightShadow {
	display: none !important;
}

.TableContainer .InnerTableContainer {
	padding: 8px;
}

.TableContainer .Table1,
.TableContainer .Table2,
.TableContainer .Table3,
.TableContainer .Table4,
.TableContainer .Table5 {
	background-color: #d4c0a1;
	border: 0;
	width: 100%;
}

.TableContentContainer {
	background: #d4c0a1;
	border: 1px solid #6f4a1e;
	position: relative;
}

.TableContent {
	border-collapse: collapse;
	width: 100%;
}

.TableContent td,
.TableContent th,
.TableContainer td,
.TableContainer th {
	padding: 5px 6px;
	vertical-align: top;
}

.TableContent tr[bgcolor],
.TableContainer tr[bgcolor] {
	color: inherit;
}

.LabelV,
.LabelV120,
.LabelV150,
.LabelV200,
.LabelH {
	font-weight: 800;
	padding-right: 10px;
	white-space: nowrap;
}

.white,
.whites {
	color: #fff !important;
}

.green {
	color: #008a3a !important;
}

.yellow {
	color: #9a6a00 !important;
}

.red {
	color: #b91c1c !important;
}

.grey {
	color: #6d6d6d !important;
}

.orange {
	color: #b95a00 !important;
}

.moduleRow {
	background: rgba(255, 255, 255, .2);
}

.moduleRowOver,
.moduleRow:hover {
	background: rgba(255, 255, 255, .42);
}

.SmallBox,
.ErrorMessage,
.WarningMessage,
.InformationMessage {
	background: #f2e1bd;
	border: 1px solid #8b6425;
	color: #3b2a18;
	margin: 0 0 12px;
	padding: 10px;
	position: relative;
}

.BoxFrameHorizontal,
.BoxFrameVerticalLeft,
.BoxFrameVerticalRight,
.BoxFrameEdgeLeftTop,
.BoxFrameEdgeRightTop,
.BoxFrameEdgeLeftBottom,
.BoxFrameEdgeRightBottom {
	display: none;
}

.AttentionSign {
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	margin: 2px 10px 4px 0;
	width: 32px;
}

.MessageContainer {
	min-height: 28px;
}

#NewsTicker,
#FeaturedArticle,
#News {
	margin-bottom: 12px;
}

#NewsTicker .BoxContent,
#FeaturedArticle .BoxContent,
#News .BoxContent {
	background: rgba(255, 246, 221, .55);
	border: 1px solid rgba(111, 74, 30, .45);
	padding: 10px;
}

.NewsHeadlineBackground,
.BorderTitleText {
	background: linear-gradient(#194c68, #0d2e43);
	color: #fff3d1;
	min-height: 28px;
}

.NewsHeadlineText,
.NewsTickerText {
	font-weight: 800;
}

.NewsTickerDate {
	color: #705638;
	font-size: 11px;
}

.goesot-ticker-panel {
	background: linear-gradient(180deg, rgba(242, 225, 189, .97), rgba(215, 189, 142, .98));
	border: 1px solid rgba(119, 78, 22, .68);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .2), inset 0 0 14px rgba(255, 255, 255, .18);
	margin: 0 5px 12px;
	overflow: hidden;
}

.goesot-ticker-header {
	align-items: center;
	background: linear-gradient(#194c68, #0d2e43);
	border-bottom: 1px solid rgba(240, 196, 95, .7);
	color: #fff3d1;
	display: flex;
	font-family: var(--goesot-medieval);
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
	letter-spacing: .2px;
	min-height: 28px;
	padding: 4px 11px;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
}

.goesot-ticker-mark {
	background: radial-gradient(circle at 35% 35%, #fff0a6, #dca533 48%, #835611 72%);
	border: 1px solid rgba(255, 236, 161, .85);
	box-shadow: 0 0 0 2px rgba(6, 26, 34, .35);
	height: 10px;
	transform: rotate(45deg);
	width: 10px;
}

.goesot-ticker-list {
	padding: 9px 10px 10px;
}

.goesot-ticker-item {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 248, 228, .72), rgba(215, 189, 142, .62));
	border: 1px solid rgba(139, 100, 37, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);
	display: grid;
	gap: 10px;
	grid-template-columns: 62px 32px minmax(0, 1fr);
	min-height: 58px;
	padding: 8px 10px;
}

.goesot-ticker-item + .goesot-ticker-item {
	margin-top: 8px;
}

.goesot-ticker-date {
	align-items: center;
	background: linear-gradient(#fff4d4, #d9bd80);
	border: 1px solid rgba(139, 100, 37, .45);
	color: #5f4421;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.05;
	min-height: 42px;
	padding: 4px 3px;
	text-align: center;
	text-transform: uppercase;
}

.goesot-ticker-day {
	color: #173e52;
	font-size: 17px;
	line-height: 1;
}

.goesot-ticker-icon {
	align-items: center;
	background: rgba(13, 46, 67, .1);
	border: 1px solid rgba(13, 46, 67, .18);
	display: flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.goesot-ticker-icon img {
	display: block;
	image-rendering: auto;
	max-height: 24px;
	max-width: 24px;
}

.goesot-ticker-body {
	color: #3b2a18;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ff_info,
.ff_white,
.ff_red,
.ff_whitelarge,
.ff_infotext,
.ff_smallinfo,
.ff_large,
.ff_pagetext,
.ff_pagetextgrey,
.ff_pagetextred,
.ff_correct {
	font-family: var(--goesot-body) !important;
}

.ff_white,
.ff_whitelarge {
	color: #fff !important;
}

.ff_red,
.ff_pagetextred {
	color: #b91c1c !important;
}

.goesot-ui-button,
.goesot-ui-link-button,
.Content .BoxContent button.goesot-ui-button {
	align-items: center;
	background: linear-gradient(#2a79b8, #124978);
	border: 1px solid #0c3557;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 2px 5px rgba(0, 0, 0, .24);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 30px;
	min-width: 118px;
	padding: 7px 14px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	white-space: nowrap;
}

.goesot-ui-button:hover,
.goesot-ui-link-button:hover {
	filter: brightness(1.08);
}

.goesot-ui-button-green {
	background: linear-gradient(#35a64f, #176d2d);
	border-color: #0f5a22;
}

.goesot-ui-button-red {
	background: linear-gradient(#af4d4f, #7c3134);
	border-color: #6e2528;
}

.goesot-inline-action {
	color: #145c86;
	font-weight: 800;
	white-space: nowrap;
}

.goesot-actions-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.goesot-table-container,
.goesot-panel,
.goesot-news-card,
.goesot-filter-panel,
.goesot-account-hero,
.goesot-message-panel {
	background: linear-gradient(180deg, rgba(244, 226, 190, .96), rgba(216, 190, 143, .98));
	border: 1px solid #9c6922;
	box-shadow: inset 0 0 0 1px rgba(255, 250, 226, .48), 0 2px 7px rgba(0, 0, 0, .14);
	margin: 0 0 14px;
}

.goesot-table-container .CaptionContainer,
.goesot-panel > header {
	background: linear-gradient(#194c68, #0d2e43);
	border-bottom: 1px solid #9d6a28;
	color: #fff3d1;
	font-family: var(--goesot-medieval);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	min-height: 28px;
	padding: 6px 9px;
	text-shadow: 0 2px 2px #000;
	text-transform: uppercase;
}

.goesot-table-container .CaptionInnerContainer {
	background: none;
	border: 0;
	min-height: 0;
}

.goesot-table-container .Text {
	color: inherit;
	font: inherit;
	line-height: 1.2;
	padding: 0;
	text-align: left;
	text-shadow: inherit;
	text-transform: inherit;
}

.goesot-table-container .InnerTableContainer,
.goesot-panel {
	padding: 12px;
}

.goesot-panel > header {
	margin: -12px -12px 12px;
}

.goesot-data-table {
	border-collapse: separate;
	border-spacing: 0;
	color: #342719;
	table-layout: auto;
	width: 100%;
}

.goesot-data-table th,
.goesot-data-table td {
	border-bottom: 1px solid rgba(116, 80, 36, .32);
	padding: 7px 8px;
	text-align: left;
	vertical-align: middle;
}

.goesot-data-table thead th {
	background: linear-gradient(#194c68, #0d2e43);
	color: #fff3d1;
	font-weight: 800;
	text-shadow: 0 1px 1px #000;
	white-space: nowrap;
}

.goesot-data-table tbody tr:nth-child(odd) td,
.goesot-data-table tbody tr:nth-child(odd) th {
	background: rgba(255, 246, 220, .42);
}

.goesot-data-table tbody tr:nth-child(even) td,
.goesot-data-table tbody tr:nth-child(even) th {
	background: rgba(196, 163, 105, .28);
}

.goesot-data-table tbody th {
	color: #654a28;
	font-weight: 800;
	width: 155px;
}

.goesot-data-table .is-number,
.goesot-data-table .is-rank,
.goesot-data-table .is-narrow {
	text-align: center;
	white-space: nowrap;
}

.goesot-content-title {
	font-size: 20px;
	line-height: 1.25;
	margin: 10px 0 14px;
	text-align: center;
}

.goesot-section-note {
	align-items: center;
	color: #6b5131;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 10px;
}

.goesot-filter-panel {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 12px;
}

.goesot-filter-panel label {
	color: #5f4527;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
}

.goesot-filter-panel select,
.goesot-filter-panel input {
	width: 100%;
}

.goesot-table-scroll {
	max-width: 100%;
	overflow-x: auto;
}

.goesot-rank-table th.is-outfit,
.goesot-rank-table td.is-outfit {
	text-align: center;
	width: 72px;
}

.goesot-rank-table th.is-world,
.goesot-rank-table td.is-world {
	text-align: center;
	white-space: nowrap;
	width: 92px;
}

.goesot-rank-table td.is-world {
	color: #5a4328;
	font-size: 12px;
	font-weight: 800;
}

.goesot-rank-table td small {
	color: #6f5737;
	display: block;
	font-size: 10px;
	margin-top: 2px;
}

.goesot-outfit-frame {
	align-items: center;
	background: rgba(255, 248, 228, .55);
	border: 1px solid rgba(127, 86, 38, .55);
	border-radius: 999px;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 56px;
}

.goesot-outfit-frame img {
	height: 64px;
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	transform: translate(-64%, -65%);
	width: 64px;
}

.goesot-pager {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 12px;
}

.goesot-character-hero {
	align-items: center;
	background: linear-gradient(90deg, rgba(244, 226, 190, .96), rgba(209, 180, 130, .9));
	border: 1px solid #9c6922;
	display: flex;
	gap: 18px;
	margin-bottom: 14px;
	min-height: 120px;
	padding: 14px 18px;
}

.goesot-character-hero h2 {
	font-size: 24px;
	margin: 0 0 4px;
}

.goesot-character-hero p {
	color: #60472a;
	font-weight: 700;
	margin: 2px 0;
}

.goesot-character-outfit {
	align-items: center;
	background: rgba(255, 249, 230, .56);
	border: 2px solid #e9d3a4;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(110, 75, 30, .35);
	display: flex;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	width: 96px;
}

.Content .BoxContent .goesot-character-outfit img,
.goesot-character-outfit img {
	height: 128px;
	max-width: none;
	transform: translate(-23px, -25px);
	width: 128px;
}

.goesot-character-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(180px, .65fr) minmax(260px, 1fr);
}

.goesot-character-grid .goesot-panel:last-child:nth-child(3) {
	grid-column: 1 / -1;
}

.goesot-equipment {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(3, 42px);
	justify-content: center;
	padding: 8px 0;
}

.goesot-equipment div {
	align-items: center;
	background: #202020;
	border: 1px solid #777;
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.goesot-equipment img {
	max-height: 36px;
	max-width: 36px;
}

.goesot-search-block form {
	margin-top: 8px;
}

.goesot-account-page {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 150px minmax(0, 1fr);
}

.goesot-account-nav {
	background: rgba(255, 244, 215, .54);
	border: 1px solid rgba(156, 105, 34, .55);
	display: grid;
	gap: 3px;
	padding: 8px;
	position: sticky;
	top: 8px;
}

.goesot-account-nav a {
	color: #145c86;
	font-weight: 800;
	padding: 7px 5px;
	text-decoration: none;
}

.goesot-account-nav a:hover {
	background: rgba(255, 255, 255, .44);
	text-decoration: none;
}

.goesot-account-hero {
	padding: 18px;
}

.goesot-account-hero h2 {
	font-size: 26px;
	margin: 0 0 8px;
}

.goesot-message-panel {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 12px;
}

.goesot-ticket-toolbar {
	align-items: center;
	background: rgba(255, 248, 228, .38);
	border: 1px solid rgba(116, 80, 36, .26);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 10px 12px;
}

.goesot-ticket-toolbar p,
.goesot-ticket-help,
.goesot-ticket-panel small,
.goesot-ticket-heading p {
	color: #6b5131;
	margin: 3px 0 0;
}

.goesot-ticket-stats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 12px;
}

.goesot-ticket-stats span {
	background: rgba(255, 248, 228, .45);
	border: 1px solid rgba(116, 80, 36, .26);
	padding: 8px 10px;
}

.goesot-ticket-status {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	min-width: 58px;
	padding: 4px 6px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	text-transform: uppercase;
}

.goesot-ticket-status-open {
	background: #d87800;
}

.goesot-ticket-status-accepted {
	background: #2b73a6;
}

.goesot-ticket-status-answered {
	background: #2f8f46;
}

.goesot-ticket-status-closed {
	background: #b91c1c;
}

.goesot-ticket-form {
	display: grid;
	gap: 10px;
}

.goesot-ticket-form input,
.goesot-ticket-form select,
.goesot-ticket-form textarea {
	background: rgba(255, 248, 228, .8);
	border: 1px solid #7b5a32;
	box-sizing: border-box;
	color: #342719;
	font: inherit;
	min-height: 32px;
	padding: 7px 9px;
	width: 100%;
}

.goesot-ticket-form textarea {
	line-height: 1.45;
	resize: vertical;
}

.goesot-ticket-label {
	color: #5f4527;
	font-weight: 900;
	margin-top: 5px;
}

.goesot-ticket-categories {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-ticket-category {
	background: rgba(214, 190, 147, .76);
	border: 1px solid rgba(116, 80, 36, .38);
	cursor: pointer;
	display: grid;
	gap: 3px;
	min-height: 76px;
	padding: 10px 10px 10px 32px;
	position: relative;
}

.goesot-ticket-category input {
	height: auto;
	left: 9px;
	min-height: 0;
	position: absolute;
	top: 11px;
	width: auto;
}

.goesot-ticket-category span {
	color: #6b5131;
	font-size: 11px;
	line-height: 1.35;
}

.goesot-ticket-category.is-selected,
.goesot-ticket-category:has(input:checked) {
	background: rgba(255, 248, 228, .6);
	border-color: #1e6aa2;
	box-shadow: inset 0 0 0 1px rgba(30, 106, 162, .35);
}

.goesot-ticket-submit-row {
	justify-content: flex-end;
}

.goesot-ticket-heading {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.goesot-ticket-heading h2 {
	font-size: 22px;
	margin: 8px 0 0;
}

.goesot-ticket-meta {
	color: #6b5131;
	display: grid;
	font-size: 12px;
	gap: 3px;
	text-align: right;
}

.goesot-ticket-thread {
	display: grid;
	gap: 10px;
}

.goesot-ticket-message {
	background: rgba(255, 248, 228, .52);
	border: 1px solid rgba(116, 80, 36, .28);
	padding: 10px;
}

.goesot-ticket-message-staff {
	border-left: 4px solid #2b73a6;
}

.goesot-ticket-message-player {
	border-left: 4px solid #d87800;
}

.goesot-ticket-message-system {
	border-left: 4px solid #777;
}

.goesot-ticket-message-head {
	align-items: center;
	color: #5f4527;
	display: flex;
	font-size: 12px;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.goesot-ticket-message-body {
	line-height: 1.5;
	white-space: pre-wrap;
	word-break: break-word;
}

.goesot-ticket-attachments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.goesot-ticket-attachments a {
	background: rgba(255, 255, 255, .38);
	border: 1px solid rgba(116, 80, 36, .28);
	color: #145c86;
	font-weight: 800;
	padding: 5px 7px;
}

.goesot-ticket-account-box .goesot-actions-row {
	margin: 0;
}

.goesot-news-card {
	overflow: hidden;
}

.goesot-news-head {
	align-items: center;
	background: linear-gradient(#7d1919, #541010);
	color: #fff4d6;
	display: flex;
	gap: 10px;
	min-height: 54px;
	padding: 10px 12px;
	text-shadow: 0 1px 1px #000;
}

.goesot-news-head h2 {
	color: inherit;
	font-size: 17px;
	line-height: 1.2;
	margin: 0;
}

.goesot-news-head p,
.goesot-news-date {
	color: #ffe6ad;
	font-size: 11px;
	margin: 0;
}

.goesot-news-content {
	padding: 12px;
}

.goesot-news-actions {
	padding: 0 12px 12px;
	text-align: right;
}

.Content .BoxContent > small:first-child {
	background: rgba(255, 248, 228, .45);
	border: 1px solid rgba(156, 105, 34, .28);
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.Content .BoxContent table[bgcolor],
.Content .BoxContent tr[bgcolor] {
	color: var(--goesot-ink);
}

.Content .BoxContent tr[bgcolor="#173E52"] > td,
.Content .BoxContent tr[bgcolor="#173E52"] > th,
.Content .BoxContent tr[bgcolor="#173e52"] > td,
.Content .BoxContent tr[bgcolor="#173e52"] > th {
	background: linear-gradient(#194c68, #0d2e43) !important;
	color: #fff3d1 !important;
	font-weight: 800;
	text-shadow: 0 1px 1px #000;
}

.Content .BoxContent td[style*="border:0"],
.Content .BoxContent td[style*="border: 0"] {
	border: 0;
}

.Content .BoxContent .BigButton {
	align-items: center;
	background: linear-gradient(#2a79b8, #124978) !important;
	border: 1px solid #0c3557;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 2px 5px rgba(0, 0, 0, .24);
	box-sizing: border-box;
	display: inline-flex;
	height: auto;
	justify-content: center;
	min-height: 30px;
	min-width: 118px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: auto;
}

.Content .BoxContent .BigButton:hover {
	filter: brightness(1.08);
}

.Content .BoxContent .BigButton > div {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	width: auto;
}

.Content .BoxContent .BigButtonOver {
	display: none !important;
}

.Content .BoxContent .BigButtonText {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-family: var(--goesot-body);
	font-size: 12px;
	font-weight: 800;
	height: auto;
	line-height: 1.1;
	margin: 0 !important;
	min-height: 30px;
	padding: 7px 14px !important;
	position: static;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	width: auto;
}

.Content .BoxContent .MediumButtonBackground {
	align-items: center;
	background: linear-gradient(#2a79b8, #124978) !important;
	border: 1px solid #0c3557;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 2px 5px rgba(0, 0, 0, .24);
	display: inline-flex;
	height: auto;
	justify-content: center;
	min-height: 32px;
	min-width: 138px;
	padding: 0;
	position: relative;
	width: auto;
}

.Content .BoxContent .MediumButtonOver {
	display: none !important;
}

.Content .BoxContent .MediumButtonText {
	border: 0;
	height: 32px;
	left: auto;
	position: static;
	top: auto;
	width: 138px;
}

.Content .BoxContent form:has(.BigButton),
.Content .BoxContent form:has(.MediumButtonBackground) {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}

.page-downloads .TableContent p {
	margin: 0 0 11px;
}

.page-downloads .TableContainer,
.page-downloads .TableContentContainer {
	background: linear-gradient(180deg, rgba(244, 226, 190, .96), rgba(216, 190, 143, .98));
	border-color: #9c6922;
	box-shadow: inset 0 0 0 1px rgba(255, 250, 226, .48);
}

.page-downloads .InnerTableContainer {
	padding: 12px;
}

.page-downloads .TableContent td {
	line-height: 1.45;
}

.page-downloads center {
	display: flex;
	justify-content: center;
	margin: 12px 0;
}

.page-account-manage .goesot-panel form,
.page-characters .goesot-panel form {
	margin: 0;
}

.goesot-vip-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-vip-panel {
	margin-bottom: 0;
	min-width: 0;
}

.goesot-vip-lead {
	color: #5b4428;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 12px;
}

.goesot-vip-table {
	min-width: 520px;
}

.goesot-vip-table tbody th {
	width: 210px;
}

.goesot-vip-loyalty-table tbody th {
	width: auto;
}

.goesot-vip-mounts {
	border-top: 1px solid rgba(116, 80, 36, .35);
	margin-top: 14px;
	padding-top: 14px;
}

.goesot-vip-mounts h2 {
	font-family: var(--goesot-medieval);
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}

.goesot-vip-mount-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goesot-vip-mount {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .5);
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	margin: 0;
	min-height: 112px;
	padding: 12px;
	text-align: center;
}

.goesot-vip-mount span {
	align-items: center;
	background: rgba(255, 249, 230, .62);
	border: 1px solid rgba(127, 86, 38, .55);
	border-radius: 999px;
	display: flex;
	height: 76px;
	justify-content: center;
	width: 76px;
}

.goesot-vip-mount img {
	image-rendering: auto;
	max-height: 64px;
	max-width: 64px;
}

.goesot-vip-mount figcaption {
	color: #60472a;
	font-size: 12px;
	font-weight: 800;
}

.goesot-vip-notes {
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	list-style: disc;
	margin: 0 0 12px;
	padding: 10px 14px 10px 28px;
}

.goesot-vip-notes li {
	color: #4b3721;
	line-height: 1.45;
	margin: 3px 0;
}

.goesot-vip-footer-note {
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	color: #4b3721;
	font-size: 13px;
	line-height: 1.45;
	margin: 12px 0 0;
	padding: 10px 12px;
}

.goesot-guide-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-guide-panel {
	margin-bottom: 0;
	min-width: 0;
}

.goesot-guide-lead {
	color: #4b3721;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.goesot-guide-hero {
	background: linear-gradient(180deg, rgba(247, 229, 190, .97), rgba(218, 189, 132, .98));
}

.goesot-guide-actions,
.goesot-guide-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.goesot-guide-step {
	align-items: flex-start;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 12px;
}

.goesot-guide-step-copy {
	min-width: 0;
}

.goesot-guide-step-copy p {
	color: #4b3721;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.goesot-guide-list {
	color: #4b3721;
	line-height: 1.45;
	list-style: disc;
	margin: 0;
	padding-left: 20px;
}

.goesot-guide-list li {
	margin: 4px 0;
}

.goesot-guide-vocation-grid,
.goesot-guide-two-columns {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-guide-vocation,
.goesot-guide-note {
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	box-shadow: inset 0 0 0 1px rgba(255, 250, 226, .26);
	min-width: 0;
	padding: 10px 12px;
}

.goesot-guide-vocation h2,
.goesot-guide-note h2 {
	color: #173d56;
	font-family: var(--goesot-medieval);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.goesot-guide-vocation strong {
	color: #6b4d24;
	display: block;
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.goesot-guide-vocation p {
	color: #4b3721;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 8px;
}

.goesot-guide-vocation span {
	background: rgba(255, 249, 230, .55);
	border: 1px solid rgba(127, 86, 38, .35);
	color: #173d56;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	padding: 6px 8px;
}

.goesot-guide-note .goesot-guide-list {
	font-size: 13px;
}

.goesot-guide-links {
	justify-content: center;
	margin-top: 0;
}

.goesot-legal-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-legal-panel {
	margin-bottom: 0;
	min-width: 0;
}

.goesot-legal-intro {
	background: linear-gradient(180deg, rgba(247, 229, 190, .97), rgba(218, 189, 132, .98));
}

.goesot-legal-lead {
	color: #4b3721;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.goesot-legal-updated {
	background: rgba(255, 249, 230, .55);
	border: 1px solid rgba(127, 86, 38, .35);
	color: #173d56;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin: 10px 0 0;
	padding: 5px 8px;
}

.goesot-legal-doc-list {
	display: grid;
	gap: 9px;
}

.goesot-legal-card {
	align-items: center;
	background: rgba(196, 163, 105, .34);
	border: 1px solid rgba(116, 80, 36, .38);
	color: #342719;
	display: grid;
	gap: 12px;
	grid-template-columns: 44px minmax(0, 1fr);
	min-height: 64px;
	padding: 10px 12px;
	text-decoration: none !important;
	transition: filter .15s ease, transform .15s ease;
}

.goesot-legal-card:hover {
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.goesot-legal-card-icon {
	align-items: center;
	background: rgba(210, 183, 126, .85);
	border: 1px solid rgba(127, 86, 38, .38);
	border-radius: 4px;
	color: #2a607e;
	display: inline-flex;
	font-family: var(--goesot-medieval);
	font-size: 20px;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
	width: 36px;
}

.goesot-legal-card-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.goesot-legal-card-copy strong {
	color: #372819;
	font-size: 15px;
	line-height: 1.2;
}

.goesot-legal-card-copy small {
	color: #60472a;
	font-size: 12px;
	line-height: 1.35;
}

.goesot-legal-document-head {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	display: grid;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr);
	margin-bottom: 12px;
	padding: 12px;
}

.goesot-legal-document-head .goesot-legal-card-icon {
	height: 42px;
	width: 42px;
}

.goesot-legal-document-head h2 {
	color: #372819;
	font-family: var(--goesot-medieval);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.goesot-legal-document-head p {
	color: #4b3721;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.goesot-legal-document-head small {
	color: #76572d;
	display: block;
	font-size: 11px;
	font-weight: 800;
	margin-top: 5px;
}

.goesot-legal-section {
	background: rgba(255, 246, 220, .34);
	border: 1px solid rgba(156, 105, 34, .35);
	margin-top: 10px;
	padding: 10px 12px;
}

.goesot-legal-section h3 {
	color: #173d56;
	font-family: var(--goesot-medieval);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.goesot-legal-list {
	color: #4b3721;
	font-size: 13px;
	line-height: 1.5;
	list-style: disc;
	margin: 0;
	padding-left: 20px;
}

.goesot-legal-list li {
	margin: 5px 0;
}

.goesot-legal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
}

.goesot-bazaar-history {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-bazaar-history-panel {
	margin-bottom: 0;
	min-width: 0;
}

.goesot-bazaar-history-lead {
	color: #4b3721;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 12px;
}

.goesot-bazaar-history-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
}

.goesot-bazaar-history-tabs a,
.goesot-bazaar-pager a {
	background: rgba(255, 246, 220, .62);
	border: 1px solid rgba(156, 105, 34, .55);
	color: #145c86;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
	text-decoration: none;
}

.goesot-bazaar-history-tabs a.is-active,
.goesot-bazaar-pager a.is-current {
	background: linear-gradient(#d9bd69, #a17625);
	border-color: #7d541d;
	color: #fff7d8;
	text-shadow: 0 1px 1px #000;
}

.goesot-bazaar-history-filter {
	background: rgba(196, 163, 105, .24);
	border: 1px solid rgba(116, 80, 36, .35);
	box-shadow: inset 0 0 0 1px rgba(255, 250, 226, .24);
	padding: 12px;
}

.goesot-bazaar-filter-bar {
	align-items: center;
	border-bottom: 1px solid rgba(116, 80, 36, .3);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 12px;
	padding-bottom: 9px;
}

.goesot-bazaar-filter-bar span {
	color: #5a4327;
	font-weight: 900;
}

.goesot-bazaar-filter-bar a {
	color: #145c86;
	font-size: 12px;
	font-weight: 800;
	margin-left: auto;
}

.goesot-bazaar-filter-grid {
	display: grid;
	gap: 10px 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-bazaar-filter-grid label,
.goesot-bazaar-search-row label {
	color: #5f4527;
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 4px;
	min-width: 0;
}

.goesot-bazaar-filter-grid input,
.goesot-bazaar-filter-grid select,
.goesot-bazaar-search-row input {
	width: 100%;
}

.goesot-bazaar-range {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-bazaar-sort-range {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.goesot-bazaar-search-row {
	align-items: end;
	border-top: 1px solid rgba(116, 80, 36, .3);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 12px;
	padding-top: 12px;
}

.goesot-bazaar-result-summary {
	align-items: center;
	color: #5b4428;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.goesot-bazaar-pager {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.goesot-bazaar-history-list {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.goesot-bazaar-history-card {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .48);
	display: grid;
	gap: 12px;
	grid-template-columns: 78px minmax(0, 1fr) auto;
	min-width: 0;
	padding: 10px;
}

.goesot-bazaar-history-outfit {
	align-items: center;
	background: rgba(255, 249, 230, .58);
	border: 1px solid rgba(127, 86, 38, .55);
	border-radius: 999px;
	display: flex;
	height: 70px;
	justify-content: center;
	overflow: hidden;
	width: 70px;
}

.goesot-bazaar-history-outfit img {
	height: 96px;
	max-width: none;
	width: 96px;
}

.goesot-bazaar-history-card-main {
	min-width: 0;
}

.goesot-bazaar-history-card-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 5px;
}

.goesot-bazaar-history-card-title a {
	color: #145c86;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.goesot-bazaar-status {
	border: 1px solid rgba(0, 0, 0, .12);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	padding: 4px 6px;
	text-transform: uppercase;
}

.goesot-bazaar-status.is-finished {
	background: #1f8a42;
}

.goesot-bazaar-status.is-active {
	background: #126da0;
}

.goesot-bazaar-status.is-cancelled {
	background: #9d3333;
}

.goesot-bazaar-relation {
	border: 1px solid rgba(0, 0, 0, .14);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	padding: 4px 6px;
	text-transform: uppercase;
}

.goesot-bazaar-relation.is-selling,
.goesot-bazaar-relation.is-sold {
	background: #a86b18;
}

.goesot-bazaar-relation.is-winning,
.goesot-bazaar-relation.is-won {
	background: #1f8a42;
}

.goesot-bazaar-relation.is-bidding {
	background: #7a5a2d;
}

.goesot-bazaar-relation.is-watched {
	background: #9d7b22;
}

.goesot-bazaar-relation.is-ended,
.goesot-bazaar-relation.is-related {
	background: #6a6f78;
}

.goesot-bazaar-history-meta {
	color: #5b4428;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 8px;
}

.goesot-bazaar-history-facts {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-bazaar-history-facts div {
	background: rgba(255, 249, 230, .45);
	border: 1px solid rgba(127, 86, 38, .25);
	min-width: 0;
	padding: 5px 7px;
}

.goesot-bazaar-history-facts span {
	color: #75562c;
	display: block;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.goesot-bazaar-history-facts strong {
	color: #3f2c18;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.goesot-bazaar-history-highlights {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 8px;
}

.goesot-bazaar-history .BazaarAuctionItem {
	align-items: center;
	background: #cdbb9b;
	border: 1px solid #b8a27c;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.goesot-bazaar-history .BazaarAuctionItem img {
	max-height: 32px;
	max-width: 32px;
}

.goesot-bazaar-history .BazaarAuctionArgument {
	background: #eadbbd;
	border: 1px solid #c5aa74;
	color: #4f3a1a;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	line-height: 12px;
	padding: 2px 4px;
}

.goesot-bazaar-history-view {
	min-width: 78px;
}

.goesot-bazaar-empty {
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	color: #4b3721;
	font-weight: 800;
	padding: 14px;
	text-align: center;
}

.goesot-bazaar-my-login {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	display: grid;
	justify-items: center;
	min-height: 150px;
	padding: 24px 16px;
	text-align: center;
}

.goesot-bazaar-my-login p {
	color: #5b4428;
	font-size: 13px;
	font-weight: 800;
	margin: 8px 0 12px;
}

.goesot-bazaar-my-login-icon {
	border: 3px solid rgba(109, 85, 55, .35);
	border-radius: 4px;
	height: 28px;
	position: relative;
	width: 34px;
}

.goesot-bazaar-my-login-icon:before {
	border-left: 3px solid rgba(109, 85, 55, .35);
	border-top: 3px solid rgba(109, 85, 55, .35);
	content: "";
	height: 18px;
	left: 6px;
	position: absolute;
	top: -13px;
	transform: rotate(45deg);
	width: 18px;
}

.goesot-bazaar-watch-login-icon {
	align-items: center;
	color: rgba(109, 85, 55, .35);
	display: flex;
	font-size: 54px;
	font-weight: 900;
	height: 54px;
	justify-content: center;
	line-height: 1;
	width: 54px;
}

.goesot-bazaar-watch-login-icon:before {
	content: "\2606";
}

.goesot-bazaar-my-summary {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 12px;
}

.goesot-bazaar-my-summary div {
	background: rgba(255, 246, 220, .45);
	border: 1px solid rgba(156, 105, 34, .42);
	padding: 8px;
}

.goesot-bazaar-my-summary span {
	color: #75562c;
	display: block;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.goesot-bazaar-my-summary strong {
	color: #3f2c18;
	display: block;
	font-size: 13px;
	line-height: 1.25;
	margin-top: 3px;
	overflow-wrap: anywhere;
}

.goesot-bazaar-my-filter-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goesot-bazaar-own-filter-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goesot-bazaar-own-summary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goesot-bazaar-my-actions {
	display: grid;
	gap: 6px;
	min-width: 78px;
}

.goesot-bazaar-my-cancel {
	background: linear-gradient(#b85656, #813232);
	border-color: #682323;
}

.goesot-bazaar-watch-remove {
	background: linear-gradient(#8f7857, #5d4830);
	border-color: #4b3824;
	width: 100%;
}

.goesot-events-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-events-panel {
	min-width: 0;
}

.goesot-events-panel > header {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.goesot-events-panel > header small {
	color: #d8c99d;
	font-family: var(--goesot-body);
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
}

.goesot-events-toolbar {
	align-items: center;
	background: rgba(196, 163, 105, .24);
	border: 1px solid rgba(116, 80, 36, .35);
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	margin-bottom: 12px;
	padding: 10px;
}

.goesot-events-toolbar strong {
	color: #3d2d1b;
	font-family: var(--goesot-medieval);
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
}

.goesot-events-today-link {
	min-width: 132px;
}

.goesot-events-warning,
.goesot-events-empty {
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	color: #654a28;
	font-weight: 800;
	margin: 0 0 12px;
	padding: 10px 12px;
	text-align: center;
}

.goesot-events-calendar-scroll {
	max-width: 100%;
	overflow-x: auto;
}

.goesot-events-calendar {
	border-collapse: collapse;
	color: #342719;
	min-width: 700px;
	table-layout: fixed;
	width: 100%;
}

.goesot-events-calendar th {
	background: rgba(177, 154, 113, .54);
	border: 1px solid rgba(92, 69, 40, .48);
	color: #3b2b1a;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 4px;
	text-align: center;
}

.goesot-events-calendar td {
	background: rgba(238, 219, 179, .74);
	border: 1px solid rgba(92, 69, 40, .48);
	height: 82px;
	padding: 0;
	position: relative;
	vertical-align: top;
}

.goesot-events-calendar td.is-other-month {
	background: rgba(183, 161, 122, .48);
}

.goesot-events-calendar td.is-today {
	box-shadow: inset 0 0 0 2px #d5a334;
}

.goesot-events-day-number {
	color: #493721;
	font-size: 11px;
	font-weight: 900;
	padding: 5px 6px 2px;
}

.goesot-events-calendar td.is-other-month .goesot-events-day-number {
	color: #806a4d;
}

.goesot-events-calendar td.is-weekend .goesot-events-day-number {
	color: #9c241c;
}

.goesot-events-day-items {
	display: grid;
	gap: 2px;
	padding: 0 4px 5px;
}

.goesot-events-chip {
	background: var(--event-color-dark);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.15;
	overflow: hidden;
	padding: 3px 5px;
	text-overflow: ellipsis;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	white-space: nowrap;
}

.goesot-events-note {
	color: #655034;
	font-size: 11px;
	font-weight: 700;
	margin: 9px 0 0;
}

.goesot-events-list-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goesot-events-card {
	background: rgba(255, 246, 220, .45);
	border: 1px solid rgba(116, 80, 36, .38);
	box-shadow: inset 4px 0 0 var(--event-color-dark), inset 0 0 0 1px rgba(255, 250, 226, .22);
	padding: 10px 12px;
}

.goesot-events-card-head {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 6px;
}

.goesot-events-card-head strong {
	align-items: center;
	color: #2f2419;
	display: inline-flex;
	font-size: 14px;
	gap: 7px;
	min-width: 0;
}

.goesot-events-card-head strong span,
.goesot-events-legend-item > span {
	background: var(--event-color-dark);
	border: 1px solid rgba(255, 255, 255, .45);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
	display: inline-block;
	flex: 0 0 auto;
	height: 14px;
	width: 14px;
}

.goesot-events-card-head em {
	background: linear-gradient(#235c86, #123b57);
	color: #fff3d1;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	padding: 3px 6px;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
}

.goesot-events-card.is-active .goesot-events-card-head em {
	background: linear-gradient(#2f9b47, #17642b);
}

.goesot-events-card.is-finished .goesot-events-card-head em {
	background: linear-gradient(#897355, #5c4730);
}

.goesot-events-card p {
	color: #5b4428;
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 9px;
}

.goesot-events-card-meta {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goesot-events-card-meta div {
	background: rgba(196, 163, 105, .24);
	border: 1px solid rgba(116, 80, 36, .22);
	padding: 6px;
}

.goesot-events-card-meta span {
	color: #6a5130;
	display: block;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.goesot-events-card-meta b {
	color: #3b2b1a;
	display: block;
	font-size: 11px;
	line-height: 1.25;
	margin-top: 2px;
}

.goesot-events-legend {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goesot-events-legend-item {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(116, 80, 36, .32);
	display: flex;
	gap: 8px;
	padding: 8px;
}

.goesot-events-legend-item strong {
	color: #3b2b1a;
	display: block;
	font-size: 12px;
}

.goesot-events-legend-item small {
	color: #6a5130;
	display: block;
	font-size: 10px;
	font-weight: 800;
	margin-top: 2px;
	text-transform: uppercase;
}

.goesot-transfers-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-transfers-panel {
	min-width: 0;
}

.goesot-transfers-filter {
	align-items: end;
	background: rgba(196, 163, 105, .24);
	border: 1px solid rgba(116, 80, 36, .35);
	display: grid;
	gap: 10px 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	margin-bottom: 12px;
	padding: 12px;
}

.goesot-transfers-filter label {
	color: #5f4527;
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 4px;
	min-width: 0;
}

.goesot-transfers-filter select,
.goesot-transfers-filter input {
	width: 100%;
}

.goesot-transfers-submit {
	min-height: 33px;
	padding-left: 20px;
	padding-right: 20px;
}

.goesot-transfers-table {
	min-width: 680px;
}

.goesot-transfers-date {
	white-space: nowrap;
}

.goesot-transfers-player a {
	color: #096d9b;
	font-weight: 800;
	text-decoration: none;
}

.goesot-transfers-player a:hover {
	text-decoration: underline;
}

.goesot-transfers-from {
	color: #9c241c;
	font-weight: 800;
}

.goesot-transfers-to {
	color: #16733a;
	font-weight: 800;
}

.goesot-transfers-arrow {
	color: #80622f;
	font-weight: 900;
}

.goesot-transfers-empty {
	color: #654a28;
	font-weight: 800;
	padding: 18px 10px !important;
	text-align: center !important;
}

.goesot-serverinfo-page {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.goesot-serverinfo-panel {
	margin-bottom: 0;
	min-width: 0;
}

.goesot-serverinfo-note {
	align-items: center;
	background: rgba(255, 246, 220, .42);
	border: 1px solid rgba(156, 105, 34, .42);
	color: #4b3721;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 8px 18px;
	justify-content: space-between;
	line-height: 1.45;
	margin: 0 0 12px;
	padding: 10px 12px;
}

.goesot-serverinfo-note p {
	margin: 0;
}

.goesot-serverinfo-note-single {
	display: block;
}

.goesot-serverinfo-vip-note {
	background: rgba(255, 235, 180, .68);
	border-color: rgba(119, 70, 17, .58);
}

.goesot-serverinfo-table {
	min-width: 520px;
}

.goesot-serverinfo-rate-table {
	min-width: 640px;
}

.goesot-serverinfo-command-table {
	min-width: 560px;
}

.goesot-serverinfo-loyalty-table {
	min-width: 720px;
}

.goesot-serverinfo-regeneration-table {
	min-width: 760px;
}

.goesot-serverinfo-secondary-table {
	margin-top: 12px;
}

.goesot-serverinfo-group {
	background: linear-gradient(#1b506d, #0d2e43) !important;
	color: #fff3d1 !important;
	text-align: center !important;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	vertical-align: middle !important;
	width: 120px;
}

.goesot-serverinfo-subtitle {
	color: #372819;
	font-family: var(--goesot-medieval);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 13px 0 8px;
	text-transform: uppercase;
}

.goesot-serverinfo-subtitle:first-of-type {
	margin-top: 0;
}

.goesot-serverinfo-command-table code {
	background: rgba(255, 249, 230, .62);
	border: 1px solid rgba(127, 86, 38, .4);
	color: #173d56;
	display: inline-block;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	font-weight: 800;
	padding: 2px 5px;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	body {
		min-width: 0;
	}

	.site-grid {
		grid-template-columns: 214px minmax(560px, 1fr) 214px;
	}
}

@media (max-width: 980px) {
	body {
		background-attachment: scroll;
	}

	.site-hero {
		height: 168px;
	}

	.site-logo {
		top: 0;
		width: 248px;
	}

	.site-grid {
		grid-template-columns: 1fr;
		margin-top: -4px;
		max-width: 720px;
	}

	.site-sidebar-left,
	.site-sidebar-right {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.topbar {
		background: linear-gradient(#174f70, #0c2c3d);
		border: 2px solid #9c6922;
	}

	.goesot-account-page,
	.goesot-character-grid,
	.goesot-filter-panel,
	.goesot-message-panel,
	.goesot-ticket-categories,
	.goesot-ticket-stats {
		grid-template-columns: 1fr;
	}

	.goesot-ticket-toolbar,
	.goesot-ticket-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.goesot-ticket-meta {
		text-align: left;
	}

	.goesot-account-nav {
		position: static;
	}

	.goesot-character-hero {
		align-items: flex-start;
	}

	.goesot-actions-row {
		align-items: stretch;
		flex-direction: column;
	}

	.goesot-actions-row .goesot-ui-button {
		width: 100%;
	}

	.goesot-vip-mount-grid {
		grid-template-columns: 1fr;
	}

	.goesot-guide-step,
	.goesot-guide-vocation-grid,
	.goesot-guide-two-columns {
		grid-template-columns: 1fr;
	}

	.goesot-guide-step .goesot-ui-link-button,
	.goesot-guide-actions .goesot-ui-link-button,
	.goesot-guide-links .goesot-ui-link-button,
	.goesot-legal-actions .goesot-ui-link-button {
		width: 100%;
	}

	.goesot-bazaar-filter-grid,
	.goesot-transfers-filter,
	.goesot-events-toolbar,
	.goesot-events-list-grid,
	.goesot-events-card-meta,
	.goesot-events-legend,
	.goesot-bazaar-my-filter-grid,
	.goesot-bazaar-own-filter-grid,
	.goesot-bazaar-my-summary,
	.goesot-bazaar-own-summary,
	.goesot-bazaar-search-row,
	.goesot-bazaar-history-card,
	.goesot-bazaar-history-facts {
		grid-template-columns: 1fr;
	}

	.goesot-bazaar-filter-bar a {
		margin-left: 0;
	}

	.goesot-bazaar-history-card {
		align-items: stretch;
	}

	.goesot-bazaar-history-outfit {
		justify-self: center;
	}

	.goesot-bazaar-history-view {
		width: 100%;
	}

	.goesot-transfers-submit {
		width: 100%;
	}

	.goesot-events-panel > header {
		align-items: flex-start;
		flex-direction: column;
	}

	.goesot-events-toolbar .goesot-ui-link-button {
		width: 100%;
	}

	.goesot-bazaar-my-actions {
		width: 100%;
	}
}
