dd.tf-most-active {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
	width: 185px;
}

.rtl dd.tf-most-active  {
	text-align: right;
}

dd.tf-newest {
	font-size: 1.2em;	
	line-height: 1.2em;
	text-align: left;
}

.rtl dd.tf-newest {
	text-align: right;
}

dd.tf-active-header {
	width: 185px;
	text-align:left;
}

.rtl dd.tf-active-header {
	text-align:right;
}

#top_five ul {
	list-style-type: none;
}

#top_five li {
	padding: 2px 0;
}

#top_five li:first-child {
	padding-top: 0;
}

#top_five li:last-child {
	padding-bottom: 0;
}

#top_five .meta {
	display: block;
	padding-left: 8px;
}

.rtl #top_five {
	text-align: right;
}

.rtl #top_five .meta {
	padding-left: 0;
	padding-right: 8px;
}

#top_five ul.topiclist li.row a.subforum {
	white-space: normal;
}

/* Zeina-specific layout so it looks like other cards */
#top_five {
	margin: 16px 0;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

#top_five ul.topiclist {
	background: #ffffff;
	padding: 12px;
	border-radius: 10px;
}

html.zn-dark #top_five ul.topiclist {
	background: #10131b;
}

#top_five .inner {
	border-radius: 12px;
	overflow: hidden;
}

#top_five .topiclist > li.header {
	background: rgba(17, 24, 39, 0.04);
	border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

#top_five .topiclist.forums li.row {
	background: transparent;
	border: none;
}

#top_five dl {
	margin: 0;
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
	gap: 12px;
	align-items: flex-start;
}

#top_five dt .list-inner ul,
#top_five dd ul {
	margin: 0;
	padding: 0;
}

#top_five .topictitle {
	font-weight: 600;
	color: var(--color-text, #111827);
}

#top_five .topictitle:hover {
	color: var(--color-primary, #f97316);
}

#top_five .tf-most-active .meta,
#top_five .tf-newest .meta,
#top_five .meta {
	font-size: 0.95em;
	color: var(--color-secondary, #6b7280);
}

#top_five i.icon {
	margin-right: 6px;
	color: var(--color-primary, #f97316);
}

/* Dark mode overrides for Zeina */
html.zn-dark #top_five {
	background: #10131b;
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}

html.zn-dark #top_five .topiclist > li.header {
	background: rgba(255,255,255,0.04);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

html.zn-dark #top_five dl {
	gap: 12px;
}

html.zn-dark #top_five .topictitle {
	color: #e5e7eb;
}

html.zn-dark #top_five .topictitle:hover {
	color: #f59e0b;
}

html.zn-dark #top_five .tf-most-active .meta,
html.zn-dark #top_five .tf-newest .meta,
html.zn-dark #top_five .meta {
	color: #cbd5e1;
}

html.zn-dark #top_five i.icon {
	color: #f59e0b;
}

@media only screen and (max-width: 970px) {
	#top_five {
		display: none;
	}
}

/* Fixes avatar aspect-ratio */
#top_five .topfive-avatar img { 
	max-height: 20px;
    vertical-align: middle;
    width: auto;
}

/* fixes national flags position */
.top_five .flag_image {
  vertical-align: middle;
}
