Шаблон:Item/styles.css

.item {
	width: 346px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #314755;
	padding: 0;
}

.item .item-title {
    color: #eae5b1;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: none;
    background-color: #081f2e;
    padding: 15px 5px 5px 5px !important;
    text-shadow: 2px 2px 2px #223038;
}

.item .item-icon {
	padding: 10px 0 20px 0;
	background-color: #081f2e;
	display: flex;
	justify-content: center;
}

.item .item-gray img {
	border: 4px solid gray;
}

.item .item-white img {
	border: 4px solid #fff;
}

.item .item-green img {
	border: 4px solid #09db4b;
}

.item .item-blue img {
	border: 4px solid #03a9fc;
}

.item .item-epic img {
	border: 4px solid #7408bd;
}

.item .item-lega img {
	border: 4px solid #ff9600;
}

.item .item-icon img {
	border-radius: 10px;
}

.item .item-type {
	padding: 10px 0;
	border-top: 1px solid #314755;
	border-bottom: 1px solid #314755;
	background-color: #183344;
	font-family: BeaufortforLoL;
	font-size: 14px;
	font-weight: bold;
}

.item .item-level {
	color: #219ae0;
}

.item .item-description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	color: #649ec0;
	font-style: italic;
	background-color: #081f2e;
	padding: 10px;
}

.item .item-skills {
	display: flex;
	flex-flow: column wrap;
	background: #031e2f;
	padding: 10px 5px 5px 5px;
	gap: 10px;
}

.item .item-rune-description .item-rune-body {
	color: #eae7c1;
	line-height: 15px;
	display: flex;
	padding: 0 10px;
	font-size:12px;
}

.item .item-rune-description .item-rune-property {
	display: block;
	color: #e0e1e2;
	font-size: 14px;
	text-align: left;
	letter-spacing: .2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: BeaufortforLoL;
}

.item .item-rune-description .item-rune-property span {
	display: inline-block;
	color: #ffb257;
	text-transform: uppercase;
	font-size: 12px;
}

.item .item-auc-description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	width: 346px;
	color: #efefef;
	background-color: #0f2c45;
	padding: 10px 0;
}

.item .item-min-cost {
	color: #efefef;
	font-weight: bold;
}

.item .item-min-cost span {
	color: #efde22;
}

.item .item-deposit {
	color: #efefef;
	font-weight: bold;
}

.item .item-deposit span {
	color: #efde22;
}