.starimg {
	background-image: url("./images/announce.png");
  background-position: left center;
	background-repeat: no-repeat;
}

.starimg .topic-details {
  padding-inline-start: 45px;
}

html[dir="rtl"] .starimg {
  background-position: right center;
}
/** Top Posters **/
h2.tp-head {
	text-align: center;
	font-size: 1.25em;
	text-transform: none;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
h2.tp-head i {
	color: #ffd900;
	text-shadow: 0 1px 2px rgba(0,0,0);
	transform: scale(1.3);
	margin: 0px 4px;
}
.posts-3 {
  text-wrap: nowrap;
  width: 10rem;
}
.stats_post_infos {
  text-wrap: nowrap;
}
select.month-select {
  box-shadow: none;
  cursor: pointer;
}
.top-posters.podium-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0px;
	margin: 30px 0;
}
.top-posters.rest-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.top-poster {
	text-align: center;
	color: #333;
	position: relative;
}
.top-poster .avatar img {
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.top-poster.rest .avatar img {
	width: 40px;
	height: 40px;
	border: 3px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.top-poster.rest {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 6px 12px;
	min-width: 80px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.30);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.top-poster.rest:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.podium {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 0; 
	color: #fff;
	min-width: 150px;
	text-shadow: 0 1px 2px rgba(0,0,0);
	position: relative;
	overflow: hidden;
}
.podium.gold {
	height: 120px;
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #cccccc;
	box-shadow: 0 0 6px rgba(0,0,0,0.30);
	z-index: 2;
}
.podium.silver {
	height: 95px;
	border-radius: 8px 0px 0px 8px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	box-shadow: -3px 0 6px rgba(0,0,0,0.30);
	z-index: 1;
}
.podium.bronze {
	height: 80px;
	border-radius: 0px 8px 8px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	box-shadow: 3px 0 6px rgba(0,0,0,0.30);
	z-index: 1;
}
.podium-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 900;
	color: #d9d9d9;
}
.podium.gold .podium-number {
	font-size: 60px;
}
.podium.silver .podium-number {
	font-size: 50px;
}
.podium.bronze .podium-number {
	font-size: 40px;
}
.month-nav.disabled {
	pointer-events: none;
}