.nx-rashid {
	box-sizing: border-box;
	width: 180px;
	color: #d5c3af;
	font-family: Verdana, Arial, sans-serif;
}

.nx-rashid *,
.nx-rashid *::before,
.nx-rashid *::after {
	box-sizing: inherit;
}

.nx-rashid__header {
	height: 45px;
	padding-top: 14px;
	background: url("images/themeboxes/box_top.png") no-repeat 0 0;
	color: #d5c3af;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px #100b08;
}

.nx-rashid__body {
	min-height: 112px;
	padding: 2px 12px 7px;
	background: url("images/themeboxes/box_bg.png") no-repeat 0 0;
}

.nx-rashid__primary {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	min-height: 62px;
}

.nx-rashid__outfit {
	display: block;
	width: 64px;
	height: 64px;
	margin-left: -8px;
	object-fit: contain;
	image-rendering: pixelated;
}

.nx-rashid__status {
	display: block;
	margin-bottom: 2px;
	color: #8ee28d;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 12px;
	text-transform: uppercase;
}

.nx-rashid__status::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 4px;
	border: 1px solid #bdf0a7;
	border-radius: 50%;
	background: #4fb451;
	box-shadow: 0 0 5px rgba(79, 180, 81, .55);
	content: "";
}

.nx-rashid__label,
.nx-rashid__city,
.nx-rashid__fact,
.nx-rashid__next {
	display: block;
}

.nx-rashid__label {
	color: #a9937e;
	font-size: 9px;
	line-height: 12px;
}

.nx-rashid__city {
	overflow: hidden;
	color: #f0dfca;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 1px #100b08;
	white-space: nowrap;
}

.nx-rashid__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin: 1px 0 6px;
}

.nx-rashid__fact {
	min-width: 0;
	padding: 3px 4px;
	border: 1px solid rgba(199, 169, 137, .2);
	border-radius: 3px;
	background: rgba(12, 9, 8, .24);
	color: #cdb9a3;
	font-size: 8px;
	line-height: 11px;
	text-align: center;
}

.nx-rashid__next {
	overflow: hidden;
	border-top: 1px solid rgba(199, 169, 137, .16);
	padding-top: 5px;
	color: #ad9b89;
	font-size: 8px;
	line-height: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nx-rashid__next strong {
	color: #e6d4c0;
	font-weight: 700;
}

.nx-rashid__footer {
	height: 35px;
	background: url("images/themeboxes/box_bottom.png") no-repeat 0 0;
}

.nx-rashid--unavailable .nx-rashid__body {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 8px 18px;
	color: #bca894;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.nx-rashid__status::before {
		box-shadow: none;
	}
}
