/* Forum Rank Styles */
.yonetici {
position: relative;
display: inline-block;
background: url(/data/assets/style_properties/rank.webp) no-repeat left center, #ea223a;
color: #ffffff;
font-size: 17px;
font-weight: 500;
padding: 6px 16px 6px 70px;
border-radius: 6px;
line-height: 15px;
letter-spacing: 0.2px;
text-align: center;
overflow: hidden;
}
.yonetici::before {
content: "";
position: absolute;
top: 0;
left: -8px;
width: 50px;
height: 100%;
background: url(/data/assets/style_properties/icon.webp) no-repeat center center;
background-size: 50px;
transform: scaleX(-1);
}
/* Forum Rank Styles */