/*======================================
Theme Name: steelLMS
Theme URI: https://steellms.steeluniversity.org
Description: LMS Theme for steeluniversity
Version: 1.0
Author: steeluniversity
Author URI: https://steeluniversity.org
Template:  generatepress
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */



.my-ld-leaderboard-wrapper {
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	max-width: 560px;
}

.my-ld-leaderboard-title {
	margin: 0 0 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--accent, #333);
}

.my-ld-leaderboard {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-ld-item,
.my-ld-current-user-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	margin-bottom: 8px;
	border-radius: 8px;
	background: #fff;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.my-ld-item{
	border: solid 1px var(--contrast);	
}

.my-ld-item:hover,
.my-ld-current-user-row:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.my-ld-rank {
	flex: 0 0 42px;
	font-weight: 700;
	color: var(--accent, #0073aa);
}

.my-ld-name {
	flex: 1;
	font-weight: 500;
	color: #333;
}

.my-ld-time {
	font-family: monospace;
	font-weight: 600;
	color: var(--accent, #0073aa);
	white-space: nowrap;
}

.my-ld-you-badge {
	font-size: 0.85em;
	font-weight: 600;
	color: var(--accent, #0073aa);
}

.my-ld-item-current-user,
.my-ld-current-user-row {
	outline: 2px solid var(--accent, #0073aa);
}
