.rt-badges-block {
	margin: 0 0 20px;
}

.rt-badges-title {
	margin: 0 0 16px;
	font-size: 18px;
}

.rt-badges-group {
	margin-bottom: 24px;
}

.rt-badges-group:last-child {
	margin-bottom: 0;
}

.rt-badges-group-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	color: #444;
}

.rt-badges-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
}

.rt-badge-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
}

.rt-badge-item.is-earned {
	border-color: rgba(28, 120, 60, 0.25);
	background: #f4fbf6;
}

.rt-badge-item.is-locked {
	opacity: 0.72;
}

.rt-badge-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.06);
	flex-shrink: 0;
}

.rt-badge-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	width: 20px;
	height: 20px;
}

.rt-badge-item.is-earned .rt-badge-icon {
	background: #dff3e6;
	color: #1f6b3a;
}

.rt-badge-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rt-badge-copy strong {
	font-size: 14px;
	line-height: 1.3;
}

.rt-badge-copy small {
	font-size: 12px;
	line-height: 1.35;
	opacity: 0.85;
}

.rt-badge-progress {
	color: #666;
}

.rt-author-badges-wrap {
	margin-bottom: 24px;
}

.rt-author-badges-wrap .rt-badges-block {
	margin-bottom: 0;
}

.rt-author-badges-wrap .rt-badges-list {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.rt-review-author-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 2px;
}

.rt-review-author-line h5 {
	margin: 0;
}

.rt-review-badges {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.rt-review-badge {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #eef8f1;
	color: #1f6b3a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(31, 107, 58, 0.15);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rt-review-badge:hover,
.rt-review-badge:focus {
	color: #1f6b3a;
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(31, 107, 58, 0.18);
}

.rt-review-badge i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	width: 14px;
	height: 14px;
}

.rt-review-badge-more {
	width: auto;
	min-width: 26px;
	padding: 0 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.rt-dashboard-badges .rt-badges-list {
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.rt-leaderboard {
	margin: 20px 0;
}

.rt-leaderboard-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.rt-leaderboard-list li {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rt-leaderboard-rank {
	font-weight: 700;
	color: #666;
}

.rt-leaderboard-meta {
	font-size: 12px;
	opacity: 0.8;
}

.rt-showcase-picker {
	margin: 0 0 28px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
}

.rt-showcase-picker-head h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.rt-showcase-picker-head p,
.rt-showcase-empty {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.85;
}

.rt-showcase-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.rt-showcase-count {
	font-size: 13px;
	font-weight: 600;
	color: #444;
}

.rt-showcase-status {
	font-size: 13px;
	color: #1f6b3a;
}

.rt-showcase-status.is-error {
	color: #b32d2e;
}

.rt-showcase-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
}

.rt-showcase-option {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 14px 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fafafa;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
	position: relative;
}

.rt-showcase-option:hover,
.rt-showcase-option:focus {
	border-color: rgba(31, 107, 58, 0.35);
	background: #f4fbf6;
	outline: none;
}

.rt-showcase-option.is-selected {
	border-color: rgba(31, 107, 58, 0.45);
	background: #eef8f1;
	box-shadow: inset 0 0 0 1px rgba(31, 107, 58, 0.12);
}

.rt-showcase-option-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.06);
	color: #1f6b3a;
}

.rt-showcase-option.is-selected .rt-showcase-option-icon {
	background: #dff3e6;
}

.rt-showcase-option-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	width: 20px;
	height: 20px;
}

.rt-showcase-option-label {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}

.rt-showcase-option-check {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #1f6b3a;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.rt-showcase-option.is-selected .rt-showcase-option-check {
	opacity: 1;
	transform: scale(1);
}

.rt-showcase-preview {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 14px;
}

.rt-showcase-preview-name {
	font-weight: 600;
}

.rt-showcase-preview-badges:empty::after {
	content: '—';
	opacity: 0.45;
}

.rt-showcase-actions .buttons {
	min-height: 0;
}
