.profile-medals strong { display: none; }
/* Icon images */
.approve-icon, 
.approve-icon a {
	background: url("") top left no-repeat;
}

ul.approve-icons, 
li.approve-icon { 
	width: 20px;
	height: 20px; 
}

.icon-medal {
	background-image: url("");
}

.reason {
	font-size: 1.2em;
}

fieldset.fields3 dt {
	width: 45em;
	border-right-width: 0;
}

.medals {
    display: grid;
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: repeat(2, 23px);
    gap: 0; /* 无间距 */
    margin-left: -45px;
}

.medals img {
    width: 100%;
    height: auto;
    display: block;
}
