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

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

.icon-medal {
	background-image: url("./images/icon_medal.gif");
}

.reason {
	font-size: 1.2em;
}

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

#toggle_medal {
	transition: all 0.5s ease;
}

/* Dev By KOOK Siwode#9541 */
#toggle_medal { display: none !important; }
#toggle_medal.is-open { display: block !important; }

.medals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  gap: 0;
  margin-left: -20px;
}


.medals > img,
.medals .medal-fullrow > img {
  width: 80px !important;
  height: auto !important;
  max-width: none !important;   
  max-height: none !important;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}


.medals .medal-fullrow {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin: 3px 0 0;
}


.medals .medal-fullrow.medal--big > img {
  width: 230px !important;  
  height: auto !important;
}

