/* Admin */
.gsr-wrap .gsr-fetch-result {
	margin-left: 10px;
	font-weight: 600;
}
.gsr-wrap .gsr-fetch-result.gsr-success { color: #0a7d00; }
.gsr-wrap .gsr-fetch-result.gsr-error { color: #c00; }
.gsr-wrap .gsr-delete-link { color: #b32d2e; }

.gsr-pill {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #222;
}
.gsr-pill-gold { background: #f5deb3; }
.gsr-pill-silver { background: #e2e2e2; }

/* Shortcodes & Charts reference page */
.gsr-shortcode-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	gap: 20px;
	margin-top: 20px;
}
.gsr-shortcode-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 16px 18px;
}
.gsr-shortcode-card h2 {
	margin-top: 0;
	font-size: 15px;
}
.gsr-code-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 16px;
	flex-wrap: wrap;
}
.gsr-shortcode-code {
	background: #f0f0f1;
	padding: 6px 8px;
	border-radius: 3px;
	font-size: 12px;
	word-break: break-all;
	flex: 1 1 auto;
}
.gsr-preview {
	border-top: 1px dashed #dcdcde;
	padding-top: 12px;
}
.gsr-preview .gsr-frontend-chart-wrap {
	height: 220px;
	max-width: 100%;
}
.gsr-chart-error {
	color: #c00;
	font-size: 13px;
}

/* Frontend table */
.gsr-frontend-table-wrap {
	overflow-x: auto;
	margin: 1em 0;
}
.gsr-frontend-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.gsr-frontend-table th,
.gsr-frontend-table td {
	padding: 8px 12px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
}
.gsr-frontend-table thead th {
	background: #f7f5f0;
	font-weight: 600;
}
.gsr-frontend-table tbody tr:hover {
	background: #fafafa;
}

/* Frontend chart */
.gsr-frontend-chart-wrap {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 380px;
	margin: 1.5em 0;
}
.gsr-chart-canvas {
	width: 100% !important;
	height: 100% !important;
}
