/** Recent Active **/
#vertical-ticker {
	position: relative;   
	height: 126px;
	overflow: hidden;
}
#vertical-ticker li {
	display: block;
	height: auto;
}
/* Stop the browser from auto-adjusting the page scroll when items move */
#vertical-ticker,
#vertical-ticker li,
#vertical-ticker .row-item {
  overflow-anchor: none;
}
.tsticker {
	position: absolute;
	top:9px;
	right: 20px;
}
i.tsportalfa {
	color: #fff;
	padding-left:2px;
	font-size: 20px;
	line-height: 18px;
	font-weight:100;
}
div.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
dl.starimg {
	position: relative;
	background-repeat: no-repeat;
}
dl.starimg::before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size:30px;
	content: "\f0e6";
	color:#0076b1;
	left: 12px;
}
/** Top Stats **/
.container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.stat-block {
	flex: 1 1 50%;
	box-sizing: border-box;
	min-width: 300px;
	padding: 0 2px;
}
.container .stat-block:nth-last-child(1):nth-child(odd) {
	flex: 1 1 100%;
}
.stat-block .topiclist dl dd {
	border: none !important;
}
.stat-block .forabg .topiclist .header dd .stats_info {
	padding-right:8px !important;
	line-height: 1.8em;
}
.stat-block .forabg .topiclist .header dt {
	padding-left:0px !important;
}
a.stats_topic_title {
	font-size: 1.1em;
	padding-left: 6px;
	font-weight: bold;
}
span.stats_name {
	display: inline-block;
	padding-left: 6px;
	font-size: 1.1em;
	font-weight: bold;
}
span.stats_author {
	padding-left: 10px;
}
span.stats_info,
span.stats_infos,
span.stats_infos-off,
span.stats_post_infos,
span.stats_date,
span.stats_date-off {
	font-size: 1.1em;
	position: absolute;
	padding-right:6px;
	right: 0;
}
span.stats_date-off {
	line-height: 0.55em !important;
}
/** Top Posters **/
h2.tp-head {
	text-align: center;
	font-size: 2.5em !important;
	text-transform: none !important;
	padding-bottom: 20px;
}
h2.tp-head i {
	color: #FFD700;
	text-shadow: 0 1px 2px rgba(0,0,0);
	transform: scale(1.5);
	margin: 0px 4px;
}
.top-posters-section {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    margin: 30px auto;
    box-shadow: 0 3px 8px rgba(0,0,0,0.50);
    max-width: 1000px;
}
.top-posters-section h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-posters.podium-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin: 30px 0;
}
.top-posters.rest-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px;
    margin-top: 20px;
    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);
}
.top-poster .username {
    display: block;
    margin-top: 8px;
    font-size: 1.3em;
    line-height: 1.3;
}
.top-poster.rest .username {
    display: block;
    margin-top: 8px;
    font-size: 1.1em;
    line-height: 1.2;
}
.top-poster .stats {
    font-size: 0.85em;
    color: #666;
}
.top-poster.rest .rank {
    margin-top: 6px;
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
}

.podium {
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
    margin-top: 10px;
    padding: 0;
    border-radius: 8px;
    font-size: 2em; 
    color: #fff;
    min-width: 140px;
    text-shadow: 0 1px 2px rgba(0,0,0);
    position: relative;
    overflow: hidden;
}
.podium.gold {
	background: linear-gradient(45deg, #B8860B 0%, #FFD700 30%, #FFFF00 50%, #FFD700 70%, #CD853F 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.50);
    height: 140px;
}
.podium.silver {
    background: linear-gradient(45deg, #708090 0%, #C0C0C0 30%, #E6E6FA 50%, #C0C0C0 70%, #778899 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.50);
    height: 110px;
}
.podium.bronze {
    background: linear-gradient(45deg, #8B4513 0%, #CD7F32 30%, #D2B48C 50%, #CD7F32 70%, #A0522D 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.50);
    height: 80px;
}
@media (max-width: 600px) {
    .top-posters.podium-row { gap: 20px; }
    .top-poster .avatar img { width: 70px; height: 70px; }
    .top-poster.rest .avatar img { width: 54px; height: 54px; }
    .podium { min-width: 66px; }
}
/** Responsive **/
@media (max-width: 700px) {
	.stat-block {
		flex: 1 1 100%;
	}
	.stat-block ul.topiclist li.header dt {
		text-align: left;
		width:50%;
	}
	.stat-block ul.topiclist li.header dd {
		display: block !important;
		line-height: 1.2em;
		width:50%;
	}
	.stat-block ul.topiclist dd {
		display: block !important;
	}
	a.stats_topic_title {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	h2.tp-head {
		font-size: 2em !important;
	}
}