/* Allgemein */
.trophy-leitfaden {
    	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-size: 14px;
}

.trophy-leitfaden .lf-title {
    	background-color: #5178A1;
	border-radius: 1.5px;
}

.trophy-leitfaden .lf-title .lf-entwurf-label {
	background-color: #ffda79;
	color: #9c421c;
	border-radius: 1.5px;
}

*.lfm-btn, button {
	background-color: #2c8c69;
	padding: 10px;
	border-radius: 2.5px;
}

.lfm-dlc-listing a.item {
	border: none;
	background-color: rgb(53,82,118,0.1);
	padding: 10px;
	border-radius: 2.5px;
}

section {
    	margin-bottom: 8px;
}

/* User-Liste */
.trophy-leitfaden .lf-draft-listing a.lf-user-item.active {
    	opacity: 1;
    	border: none;
    	background: rgb(44,140,105,0.2);
    	border-radius: 2.5px;
}

.trophy-leitfaden .lf-draft-listing a.lf-user-item {
    	opacity: 0.4;
    	border: none;
    	background: rgb(44,140,105,0.2);
    	border-radius: 2.5px;
}

.trophy-leitfaden .lf-draft-listing a.lf-user-item .lf-user-onlinestatus.online {
	background-color: #2c8c69;
}

/* Trophäeninformationen */

.lf-trophy-type-listing .lf-trophy-type-item .lf-trophy-type-name > .inner, .lf-trophy-type-listing .lf-trophy-type-item .lf-trophy-type-count > .inner {
    	font-size: 14px;
    	background-color: rgb(53,82,118,0.1);
    	padding: 5px;
    	border-radius: 1.5px;
}

.lf-trophy-type-listing .lf-trophy-type-item .lf-trophy-type-trophies .lf-trophy-type-trophies-item[data-grade="bronze"] {
	background: rgb(199,107,65,0.1);
	padding: 5px;
	border-radius: 5px;
}

.lf-trophy-type-listing .lf-trophy-type-item .lf-trophy-type-trophies .lf-trophy-type-trophies-item[data-grade="silver"] {
	background: rgb(119,119,119,0.1);
	padding: 5px;
	border-radius: 5px;
}

.lf-trophy-type-listing .lf-trophy-type-item .lf-trophy-type-trophies .lf-trophy-type-trophies-item[data-grade="gold"] {
	background: rgb(230,174,81,0.1);
	padding: 5px;
	border-radius: 5px;
}

/* Trophäenart */

.lf-trophy-listing .lf-trophy-item .lf-trophy-title-wrap .lf-trophy-type .lf-trophy-type-item {
    	color: #305276;
    	font-weight: bold;
    	background: rgb(137, 173,201,0.4);
    	padding: 5px;
    	border-radius: 2.5px;
}

/* Trophäen-Bearbeitung */

.lf-trophy-listing .lf-trophy-item .lf-trophy-actions {
    	right: 2px;
    	bottom: 2px;
    	background: #ffda79;
    	color: #9c421c;
    	border-radius: 1.5px;
    	padding: 0px 2px 0px 2px;
	max-height: fit-content;
}
