.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #eeeeee;
}
@charset "UTF-8";
button,
hr,
input {
	overflow: visible;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
a {
	background-color: transparent;
}
b {
	font-weight: bolder;
}
img {
	border-style: none;
}
button,
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button {
	text-transform: none;
}
[type="button"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
button,
input {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	line-height: 1.4;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8a0f11;
	text-decoration: underline;
}
* {
	box-sizing: border-box;
}
[data-xf-click],
a[tabindex] {
	cursor: pointer;
}
[dir="auto"] {
	text-align: left;
}
img {
	-ms-interpolation-mode: bicubic;
}
.u-dt[title] {
	border: none;
	text-decoration: none;
}
.u-srOnly {
	position: absolute;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.pairs {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.pairs > dt {
	padding: 0;
	margin: 0;
	color: #333;
}
.pairs > dt:after {
	content: ":";
}
.pairs > dd {
	padding: 0;
	margin: 0;
}
.pairs.pairs--justified:before,
.pairs.pairs--justified:after {
	content: " ";
	display: table;
}
.pairs.pairs--justified:after {
	clear: both;
}
.pairs.pairs--justified > dt {
	float: left;
	max-width: 100%;
	margin-right: 6px;
}
.pairs.pairs--justified > dd {
	float: right;
	text-align: right;
	max-width: 100%;
}
.block {
	margin-bottom: 20px;
}
.block-outer {
	padding-bottom: 6px;
}
.block-outer:before,
.block-outer:after {
	content: " ";
	display: table;
}
.block-outer:after {
	clear: both;
}
.block-outer:empty {
	display: none;
}
.block-outer.block-outer--after {
	padding-top: 6px;
	padding-bottom: 0;
}
.block-outer-main {
	float: left;
}
.block-container {
	color: #000;
	background: #b9b9b9;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	border-radius: 4px;
}
@media (min-width: 650px) {
	.block-container:not(.block-container--noStripRadius) > :first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.block-container:not(.block-container--noStripRadius) > :last-child {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}
@media (max-width: 480px) {
	.block-outer {
		text-align: center;
	}
	.block-outer-main {
		float: none;
		text-align: center;
	}
}
.blockMessage {
	margin-bottom: 20px;
	padding: 6px 10px;
	color: #000;
	background: #b9b9b9;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	border-radius: 4px;
}
.blockMessage:before,
.blockMessage:after {
	content: " ";
	display: table;
}
.blockMessage:after {
	clear: both;
}
.blockMessage.blockMessage--highlight {
	color: #000;
	background: #b9b9b9;
}
.blockMessage p:first-child {
	margin-top: 0;
}
.blockMessage p:last-child {
	margin-bottom: 0;
}
@media (max-width: 650px) {
	.block-container,
	.blockMessage {
		margin-left: -10px;
		margin-right: -10px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
}
.button {
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	transition:
		background-color 0.125s ease,
		border-color 0.125s ease,
		color 0.125s ease;
	font-size: 13px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	color: #fce8e8;
	background: #54080a;
	border-color: #6b0b0c #3c0607 #3c0607 #6b0b0c;
}
.button:not(.button--splitTrigger):hover,
.button:not(.button--splitTrigger):focus,
.button:not(.button--splitTrigger):active {
	background-color: #2e0505;
}
.input:focus,
.inputGroup:focus-within {
}
.input {
	font-size: 15px;
	color: #000;
	background: #cccccc;
	border: 1px solid #383838;
	border-top-color: #2e2e2e;
	border-right-color: #424242;
	border-bottom-color: #424242;
	border-left-color: #2e2e2e;
	border-radius: 4px;
	padding: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	vertical-align: top;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
	appearance: none;
	transition: all 0.25s ease;
}
.input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.input:focus {
	outline: 0;
	background: #b5b5b5;
}
.input:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.input:focus::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.input[type="number"],
.input.input--number {
	text-align: right;
	max-width: 150px;
}
.input[type="number"].input--numberNarrow,
.input.input--number.input--numberNarrow {
	width: 90px;
}
@media (max-width: 568px) {
	.input {
		font-size: 16px;
	}
}
.inputGroup {
	display: flex;
	align-items: stretch;
	max-width: 100%;
}
.inputGroup .inputGroup-text {
	flex-grow: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 6px;
}
.inputGroup .inputGroup-text:first-child {
	padding-left: 0;
}
.inputGroup .inputGroup-text:last-child {
	padding-right: 0;
}
.inputGroup .input {
	flex-shrink: 1;
	min-width: 0;
}
.inputGroup .button {
	flex-shrink: 0;
}
@media (max-width: 540px) {
	.inputGroup .input:not(.input--autoSize):not(.input--numberNarrow) {
		width: 100%;
	}
}
.inputGroup.inputGroup--joined .input {
	border-radius: 0;
}
.inputGroup.inputGroup--joined .input:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}
.inputGroup.inputGroup--joined .input:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: none;
}
.inputGroup.inputGroup--joined .inputGroup-text {
	border: 1px solid #383838;
	border-top-color: #2e2e2e;
	border-right-color: #424242;
	border-bottom-color: #424242;
	border-left-color: #2e2e2e;
	background: #cccccc;
	text-align: center;
	padding: 3px 6px;
}
.inputGroup.inputGroup--joined .inputGroup-text:first-child {
	border-right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.inputGroup.inputGroup--joined .inputGroup-text:last-child {
	border-left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.inputGroup.inputGroup--joined .input + .inputGroup-text {
	border-left: 1px solid #424242;
}
.inputGroup.inputGroup--joined .inputGroup-text + .inputGroup-text {
	border-left: 0;
}
.inputNumber .input--number {
	-moz-appearance: textfield !important;
}
.inputNumber .input--number::-webkit-inner-spin-button,
.inputNumber .input--number::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}
@media (max-width: 540px) {
	.inputNumber .input--number {
		min-width: auto;
		max-width: 120px;
	}
}
.inputNumber-button {
	position: relative;
	color: #eb474a;
	font-size: 1em;
	font-style: normal !important;
	line-height: 0.75em;
	vertical-align: -15%;
	width: 45px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.inputNumber-button--up::before {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.88em;
	mask: url("https://darkmoney.ag/styles/fa/regular/plus.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/plus.svg?v=5.15.3") no-repeat center;
}
.inputNumber-button--down::before {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.88em;
	mask: url("https://darkmoney.ag/styles/fa/regular/minus.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/minus.svg?v=5.15.3") no-repeat center;
}
.inputGroup.inputGroup--joined .inputNumber-button:hover,
.inputGroup.inputGroup--joined .inputNumber-button:active,
.inputGroup.inputGroup--joined .inputNumber-button:focus {
	background-color: #b9b9b9;
	color: #a11214;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
}
.menu {
	display: none;
	opacity: 0;
	transition:
		all 0.25s ease,
		-xf-opacity 0.25s ease;
	position: absolute;
	z-index: 200;
	margin: 8px 0 0;
	min-width: 240px;
	max-width: 320px;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.menu-content {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 13px;
	color: #000;
	background: #b9b9b9;
	border-radius: 3px;
	border-top: 3px solid #999;
}
.menu-content > :last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.menu--pageJump {
	width: auto;
	min-width: 0;
}
.menu-header {
	padding: 6px 15px;
	margin: 0;
	font-weight: 400;
	text-decoration: none;
	font-size: 17px;
	color: #000;
	background: #878787;
	border-bottom: 1px solid #383838;
	background: linear-gradient(0deg, #b9b9b9, #c6c6c6);
}
.menu-header:before,
.menu-header:after {
	content: " ";
	display: table;
}
.menu-header:after {
	clear: both;
}
.menu-row {
	margin: 0;
	padding: 6px 15px;
}
.menu-row:before,
.menu-row:after {
	content: " ";
	display: table;
}
.menu-row:after {
	clear: both;
}
.menu-row:empty {
	padding: 0;
}
.tabs {
	display: flex;
}
.tabs-tab {
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	transition: all 0.25s ease;
}
.tabs-tab:hover {
	text-decoration: none;
}
.tabs-tab:focus-visible {
	outline-offset: -1px;
}
.tabs--standalone {
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	font-size: 15px;
	color: #000;
	background: #b9b9b9;
	font-size: 0;
}
.tabs--standalone .tabs-tab,
.tabs--standalone .hScroller-action {
	font-size: 15px;
}
.tabs--standalone .tabs-tab {
	padding: 6px 10px 3px;
	border-bottom: 3px solid transparent;
}
.tabs--standalone .tabs-tab:hover {
	color: #000;
}
.tabs--standalone .tabs-tab.is-active {
	color: #000;
	border-color: #333;
}
.tabs--standalone .hScroller-action {
	color: #000;
}
.tabs--standalone .hScroller-action:hover {
	color: #000;
}
.tabs--standalone .hScroller-action.hScroller-action--start {
	background: #b9b9b9;
	background: linear-gradient(to right, #b9b9b9 66%, rgba(185, 185, 185, 0) 100%);
}
.tabs--standalone .hScroller-action.hScroller-action--end {
	background: #b9b9b9;
	background: linear-gradient(to right, rgba(185, 185, 185, 0) 0%, #b9b9b9 33%);
}
@media (max-width: 650px) {
	.tabs--standalone {
		margin-left: -10px;
		margin-right: -10px;
		border-radius: 0;
	}
}
.avatar {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4%;
	vertical-align: top;
	overflow: hidden;
}
.avatar img {
	background-color: #b9b9b9;
}
.avatar.avatar--default.avatar--default--dynamic {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	line-height: 1;
	-webkit-user-select: none;
	user-select: none;
}
.avatar:hover {
	text-decoration: none;
}
.avatar.avatar--xxs {
	width: 24px;
	height: 24px;
	font-size: 14px;
}
.avatar.avatar--s {
	width: 48px;
	height: 48px;
	font-size: 29px;
}
.avatar img:not(.cropImage) {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	display: block;
	border-radius: inherit;
	width: 100%;
	height: 100%;
}
.avatar:not(a) {
	cursor: inherit;
}
.pageNav-jump {
	display: inline-block;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background: #b9b9b9;
	border-radius: 2px;
	padding: 5px 8px;
}
.pageNav-jump:hover,
.pageNav-jump:active {
	background: #b1b1b1;
	text-decoration: none;
}
.pageNav-jump.pageNav-jump--next:after {
	font-size: 80%;
	unicode-bidi: isolate;
}
.pageNav-jump.pageNav-jump--next:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/solid/caret-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/solid/caret-right.svg?v=5.15.3") no-repeat center;
	margin-left: 0.15em;
}
.pageNav-main {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-table;
}
.pageNav-page {
	display: table-cell;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background: #b9b9b9;
}
.pageNav-page:hover,
.pageNav-page:active {
	background: #b1b1b1;
	text-decoration: none;
}
.pageNav-page:not(:last-child) {
	border-right: none;
}
.pageNav-page:not(:first-child) {
	border-left-color: #383838;
}
.pageNav-page:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pageNav-page:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pageNav-page > a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: inherit;
}
.pageNav-page.pageNav-page--current {
	color: #915808;
	background: #fef4e7;
	border: 1px solid #85522a;
	cursor: pointer;
}
.pageNav-page.pageNav-page--current:hover,
.pageNav-page.pageNav-page--current:active {
	background: #fdeed8;
}
.pageNav-page.pageNav-page--current + .pageNav-page {
	border-left: none;
}
@media (max-width: 480px) {
	.pageNav--skipEnd .pageNav-page.pageNav-page--later {
		display: none;
	}
	.pageNav--skipEnd .pageNav-page.pageNav-page--skipEnd {
		border-left: none;
	}
}
.pageNavSimple {
	display: inline-flex;
}
.pageNavSimple-el {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	margin-right: 4px;
}
.pageNavSimple-el:last-child {
	margin-right: 0;
}
.pageNavSimple-el.pageNavSimple-el--current {
	color: #915808;
	background: #fef4e7;
}
.pageNavSimple-el.pageNavSimple-el--current:hover,
.pageNavSimple-el.pageNavSimple-el--current:active {
	background: #fdeed8;
	text-decoration: none;
}
.pageNavSimple-el.pageNavSimple-el--next {
	background: linear-gradient(0deg, #b9b9b9, #b9b9b9);
	color: #000;
	min-width: 75px;
}
@media (max-width: 350px) {
	.pageNavSimple-el.pageNavSimple-el--next {
		min-width: 0;
	}
}
.pageNavSimple-el.pageNavSimple-el--next:hover,
.pageNavSimple-el.pageNavSimple-el--next:active {
	background: #b1b1b1;
	text-decoration: none;
}
.pageNavSimple-el.pageNavSimple-el--next i:before {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/solid/caret-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/solid/caret-right.svg?v=5.15.3") no-repeat center;
}
.pageNavSimple-el.pageNavSimple-el--last {
	border-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	color: rgba(0, 0, 0, 0.6);
}
.pageNavSimple-el.pageNavSimple-el--last:hover,
.pageNavSimple-el.pageNavSimple-el--last:active {
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	background: #b1b1b1;
	color: #000;
	text-decoration: none;
}
.pageNavSimple-el.pageNavSimple-el--last i:before {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/solid/forward.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/solid/forward.svg?v=5.15.3") no-repeat center;
}
.pageNavWrapper--mixed .pageNavSimple {
	display: none;
}
@media (max-width: 650px) {
	.pageNavWrapper--mixed .pageNav {
		display: none;
	}
	.pageNavWrapper--mixed .pageNavSimple {
		display: inline-flex;
	}
}
@media (max-width: 480px) {
	.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {
		display: none;
	}
	.block-container + .block-outer .pageNavWrapper {
		display: block;
	}
}
.hScroller {
	overflow-y: hidden;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
.hScroller-scroll {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
}
.hScroller-scroll.is-calculated {
	overflow-x: scroll;
	padding-bottom: 30px;
	margin-bottom: -30px;
}
.hScroller-action {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	padding: 0 5px;
	display: none;
	cursor: pointer;
}
.hScroller-action:after {
	font-size: 120%;
}
.hScroller-action.hScroller-action--start {
	left: 0;
	justify-content: flex-start;
	text-align: left;
}
.hScroller-action.hScroller-action--start:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.63em;
	mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
}
.hScroller-action.hScroller-action--end {
	right: 0;
	justify-content: flex-end;
	text-align: right;
}
.hScroller-action.hScroller-action--end:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.63em;
	mask: url("https://darkmoney.ag/styles/fa/regular/chevron-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-right.svg?v=5.15.3") no-repeat center;
}
.p-breadcrumbs > li > a {
	display: inline-block;
	padding: 2.6px 5.2px;
	margin: -2.6px -5.2px;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color 0.25s ease;
}
.p-breadcrumbs > li > a:hover {
	background-color: rgba(20, 20, 20, 0.05);
	text-decoration: none;
}
.p-body-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
@supports (padding: max(0px)) {
	.p-body-inner {
		padding-left: max(10px, env(safe-area-inset-left));
		padding-right: max(10px, env(safe-area-inset-right));
	}
}
.p-body-inner:before,
.p-body-inner:after {
	content: " ";
	display: table;
}
.p-body-inner:after {
	clear: both;
}
.p-body-header {
	margin-bottom: 10px;
}
.p-body-main {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: auto;
	min-height: 1px;
}
.p-body-content {
	display: table-cell;
	vertical-align: top;
}
.p-body-pageContent > .tabs--standalone:first-child {
	margin-bottom: 20px / 2;
}
.p-body-contentCol {
	display: table-column;
}
.p-body-content > :first-child,
.p-body-pageContent > :first-child {
	margin-top: 0;
}
.p-body-content > :last-child,
.p-body-pageContent > :last-child {
	margin-bottom: 0;
}
@media (max-width: 900px) {
	.p-body-contentCol {
		display: none;
		width: auto;
	}
	.p-body-main,
	.p-body-content {
		display: block;
	}
}
.p-breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}
.p-breadcrumbs:before,
.p-breadcrumbs:after {
	content: " ";
	display: table;
}
.p-breadcrumbs:after {
	clear: both;
}
.p-breadcrumbs.p-breadcrumbs--bottom {
	margin-top: 20px;
	margin-bottom: 0;
}
.p-breadcrumbs > li {
	float: left;
	font-size: 13px;
}
.p-breadcrumbs > li a {
	display: inline-block;
	vertical-align: bottom;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.p-breadcrumbs > li:after,
.p-breadcrumbs > li:before {
	font-size: 90%;
	color: #333;
}
.p-breadcrumbs > li:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/regular/angle-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/angle-right.svg?v=5.15.3") no-repeat center;
}
.p-breadcrumbs > li:last-child a {
	font-weight: 700;
}
@media (max-width: 650px) {
	.p-breadcrumbs > li a {
		max-width: 200px;
	}
}
@media (max-width: 480px) {
	.p-breadcrumbs > li {
		display: none;
		font-size: 11px;
	}
	.p-breadcrumbs > li:last-child {
		display: block;
	}
	.p-breadcrumbs > li a {
		max-width: 90vw;
	}
	.p-breadcrumbs > li:after {
		display: none;
	}
	.p-breadcrumbs > li:before {
		display: inline-block;
		content: "";
		height: 1em;
		vertical-align: -0.125em;
		background-color: currentColor;
		width: 1.28571429em;
		mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
		-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
		margin-right: 0.5em;
	}
}
.p-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
	margin-bottom: -5px;
}
.p-title-value {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: 400;
	min-width: 0;
	margin-right: auto;
}
@media (max-width: 480px) {
	.p-title-value {
		font-size: 20px;
	}
}
.username--style2 {
	color: #4b4b4b;
	font-weight: 550;
}
.username--style4 {
	color: green;
	font-weight: 600;
}
.username--style5 {
	color: red;
	font-weight: 600;
}
.username--style9 {
	color: #4b4b4b;
	font-weight: 550;
}
.username--style10 {
	color: black;
	font-weight: 550;
}
.username--style11 {
	color: #c57d19;
	font-weight: 550;
}
.username--style13 {
	color: blue;
	font-weight: 550;
}
.username--style26 {
	color: black;
	font-weight: 550;
}
.username--style37 {
	color: #8b00ff;
	font-weight: 600;
}
.username--style47 {
	color: black;
	font-weight: 550;
}

/* Таблица «Новые сообщения» — оформление ячеек как на скриншоте */
.structItemContainer {
	display: block;
}
.structItemContainer > .structItem {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	padding: 4px 12px;
	background: #B9B9B9;
}
.structItemContainer > .structItem:nth-child(even) {
	background: #B9B9B9;
}
.structItemContainer > .structItem:last-child {
	border-bottom: 1px solid #909090;
}
.block-container .structItemContainer > .structItem:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.block-container .structItemContainer > .structItem:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* Строка таблицы — три ячейки: тема, ответы/просмотры, дата */
.structItem-cell {
	display: table-cell;
	vertical-align: top;
}
.structItem-cell--icon {
	display: none;
}
.structItem-cell--iconEnd {
	display: none;
}
/* 1) Ячейка с надписью темы (заголовок + автор · дата · категория) */
.structItem-cell--main {
	width: auto;
	padding: 4px 8px;
	vertical-align: top;
}
/* 2) Ячейка с ответами и просмотрами - шире, чтобы не обрезались */
.structItem-cell--meta {
	width: 120px;
	text-align: right;
	white-space: nowrap;
	padding: 4px 0 4px 8px;
	vertical-align: top;
}
/* 3) Ячейка с датой последней активности — уже, содержимое по центру */
.structItem-cell--latest {
	width: 160px;
	text-align: center;
	padding: 4px 8px 4px 12px;
	vertical-align: top;
}
/* Заголовок — менее жирный и крупный, как на скрине */
.structItem-title {
	margin: 0 0 2px 0;
}
.structItem-title a {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.structItem-title a:hover {
	text-decoration: underline;
}
/* Подзаголовок: автор жирный чёрный, дата и категория — серые */
.structItem-minor {
	font-size: 12px;
	color: #555;
	margin-top: 0;
}
.structItem-parts .username {
	font-weight: 700;
	color: #000;
}
.structItem-parts .structItem-startDate a,
.structItem-parts .structItem-startDate .u-dt,
.structItem-parts li a:not(.username) {
	font-weight: 400;
	color: #555;
}
.structItem-cell--latest .structItem-minor {
	text-align: center;
}
/* Время — крупнее */
.structItem-latestDate {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 2px;
}
/* Никнейм под временем — мельче */
.structItem-cell--latest .structItem-minor .username {
	font-weight: 700;
	color: #333;
	font-size: 11px;
}
/* Ответы/Просмотры: подписи и числа — одинаковый размер, аккуратно */
.structItem-cell--meta .pairs {
	margin: 1px 0;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.structItem-cell--meta .pairs > dt {
	color: #555;
	font-weight: 400;
	font-size: 12px;
	margin-right: 4px;
}
.structItem-cell--meta .pairs > dd {
	text-align: right;
	color: #000;
	font-weight: 400;
	font-size: 12px;
}
.structItem-parts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.structItem-parts li {
	display: inline;
}
.structItem-parts li:not(:last-child)::after {
	content: " · ";
	color: #555;
}
.structItem-pageJump {
	display: inline-block;
	margin-left: 6px;
}
.structItem-pageJump a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	margin: 0 1px;
	font-size: 11px;
	text-align: center;
	background: #B9B9B9;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	color: #c5c5c5;
}
.structItem-statuses {
	display: none;
}
/* Зелёный акцент для MoneyMusk и подобных */
[data-author="MoneyMusk"] .structItem-title a,
[data-author="MoneyMusk"] .structItem-minor .username--style11,
[data-author="MoneyMusk"] .structItem-cell--latest .username--style11 {
	color: #0d7d0d;
}
.username--style37 {
	color: #a020a0;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
