/* Quiz Master Pro — frontend additions (leaderboard, certificate, social) */

.qmquizpro-actions {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px dashed var(--qmquiz-border, #e6e3f5);
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.qmquizpro-leaderboard-join { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.qmquizpro-name-input {
	flex: 1; min-width: 160px;
	border: 1.5px solid var(--qmquiz-border, #e6e3f5);
	border-radius: 8px; padding: 10px 14px; font-size: 14px;
}

.qmquizpro-share-row { margin-top: 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.qmquizpro-share-label { margin: 0; font-size: 13px; color: var(--qmquiz-muted, #706c8a); }
.qmquizpro-share-btn {
	display: inline-block; padding: 7px 14px; border-radius: 999px;
	background: #f1eefc; color: #5636d6; font-size: 13px; font-weight: 600; text-decoration: none;
}
.qmquizpro-share-btn:hover { background: #e3ddfa; }

.qmquizpro-leaderboard-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.qmquizpro-leaderboard-table th, .qmquizpro-leaderboard-table td { padding: 10px 14px; text-align: left; font-size: 14px; border-bottom: 1px solid #f0eef8; }
.qmquizpro-leaderboard-table th { background: #f5f3ff; color: #5636d6; font-weight: 700; }
.qmquizpro-leaderboard-table tr:first-child td { font-weight: 700; }

.qmquizpro-question-extra { margin-top: 10px; padding-top: 10px; border-top: 1px dashed #e5e2f2; }
.qmquizpro-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 8px 0; }
.qmquizpro-color-grid label { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: #555; }
