.hwce-featured-builder {
	background: linear-gradient(135deg,#5b04a1,#0d9c20) !important;
	border-radius: 18px;
	padding: 22px 10px;
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.05);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	transition: transform 0.25s ease, box-shadow 0.25s ease;

}

.hwce-build-title {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
	letter-spacing: -0.01em;
}

.hwce-builder-block {
  background: transparent;
  border-radius: 16px;
  /*border: 1px solid #e5e7eb;*/
  padding: 0px;
  margin-bottom: 15px;
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
}

.hwce-builder-title {
  font-weight: 500;
  font-size: 14px;
  color: #9ed8a9;
  margin-bottom: 14px;
}

.hwce-builder-user-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(6px);
	transition: background 0.2s ease;
	border-radius: 12px;
	padding: 10px 2px;
}

.hwce-builder-user-card:hover {
  background-color: #f8f1e660;
}   
.hwce-builder-user {
  display: flex;
  gap: 8px;
  text-decoration: none;
  align-items: center;
  font-size: 13px;
}

.hwce-builder-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e5e7eb;
}

.hwce-builder-username {
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
}

.hwce-builder-info {
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	padding: 10px 5px;
}

.hwce-builder-personality {
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}

.hwce-builder-score {
  margin-top: 4px;
  font-weight: 700;
  color: #83ff4b;
  font-size: 15px;
}

/* ===========================
   CHAMPION VARIANT
=========================== */

.hwce-builder-block.is-champion {
 /* border: 1px solid #f59f0b60;*/
  background: transparent;
  position: relative;
}

/* Small crown badge */
.hwce-builder-block.is-champion .hwce-builder-title {
  color: #ffffff;
  padding: 7px 7px 4px;
  margin-top: 8px;
}

.hwce-builder-block.is-champion::after {
  content: "👑";
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 18px;
 /* opacity: 0.85;*/
}

/* Slight accent line */
.hwce-builder-block.is-champion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}