.sr-wrap .sr-toolbar {
	margin: 16px 0;
	display: flex;
	gap: 8px;
	align-items: center;
}
.sr-panel {
	background: #fff;
	border: 1px solid #dcdcde;
	padding: 16px;
	margin: 16px 0;
	max-width: 1180px;
}
.sr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
	align-items: end;
}
.sr-grid label,
.sr-panel label {
	display: block;
	font-weight: 600;
}
.sr-grid input,
.sr-grid select,
.sr-panel textarea,
.sr-panel .regular-text {
	width: 100%;
	margin-top: 4px;
}
.sr-field-note {
	display: block;
	margin-top: 4px;
	color: #646970;
	font-weight: 400;
}
.sr-table input[type="number"] {
	width: 96px;
}
.sr-table input[type="text"] {
	width: 180px;
}
.sr-audit {
	max-height: 180px;
	overflow: auto;
	background: #f6f7f7;
	padding: 12px;
}
.sr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}
.sr-actions form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.sr-student-records {
	width: 100%;
	border-collapse: collapse;
}
.sr-student-heading {
	margin: 0 0 18px;
}
.sr-preview-note {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 8px;
	background: #f0f6fc;
	border: 1px solid #c5d9ed;
	border-radius: 4px;
	color: #1d4f7a;
	font-size: 0.85em;
}
.sr-student-heading h2 {
	margin: 0 0 4px;
}
.sr-student-heading p {
	margin: 0;
	font-size: 0.9em;
	color: #555;
}
.sr-student-records th,
.sr-student-records td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}
.sr-student-records tfoot th {
	border-top: 2px solid #222;
	font-weight: 700;
}
.sr-upgrade-button {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 4px;
	background: #1f6f43;
	color: #fff;
	text-decoration: none;
}
