/* Student Registration Plugin - Styles */
.sr-wrap {
	max-width: 760px;
	margin: 0 auto;
	font-family: inherit;
}

.sr-title {
	text-align: center;
	margin-bottom: 1.5em;
}

.sr-fieldset {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 1.2em 1.5em 1.5em;
	margin-bottom: 1.5em;
	background: #fafafa;
}

.sr-fieldset legend {
	font-weight: 600;
	font-size: 1.05em;
	padding: 0 8px;
	color: #2c3338;
}

.sr-field {
	margin-bottom: 1em;
}

.sr-field label {
	display: block;
	font-weight: 500;
	margin-bottom: 0.35em;
}

.sr-field input[type="text"],
.sr-field input[type="email"],
.sr-field input[type="date"],
.sr-field input[type="tel"],
.sr-field input[type="password"],
.sr-field input[type="number"],
.sr-field input[type="file"],
.sr-field select {
	width: 100%;
	max-width: 480px;
	padding: 0.55em 0.7em;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 1em;
	box-sizing: border-box;
}

.sr-radio-group label {
	display: inline-block;
	font-weight: normal;
	margin-right: 1.5em;
}

.sr-radio-group input {
	margin-right: 0.35em;
}

.req {
	color: #d63638;
}

.sr-error {
	display: block;
	color: #d63638;
	font-size: 0.88em;
	margin-top: 0.3em;
}

.sr-hint {
	font-size: 0.85em;
	color: #646970;
	margin: 0.3em 0 0;
}

.sr-submit-wrap {
	text-align: center;
	margin-top: 1.5em;
}

.sr-btn {
	display: inline-block;
	padding: 0.75em 2.2em;
	border-radius: 6px;
	border: none;
	font-size: 1.05em;
	cursor: pointer;
}

.sr-btn-primary {
	background: #2271b1;
	color: #fff;
}

.sr-btn-primary:hover {
	background: #135e96;
}

.sr-notice {
	padding: 1em 1.3em;
	border-radius: 6px;
	margin-bottom: 1.5em;
}

.sr-notice-success {
	background: #edfaef;
	border: 1px solid #68de7c;
	color: #1e4620;
}

.sr-thankyou h2 {
	margin-top: 0;
}

.sr-summary-table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

.sr-summary-table th,
.sr-summary-table td {
	text-align: left;
	padding: 0.5em 0.7em;
	border-bottom: 1px solid #d3e6d5;
}

.sr-payment-details {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-bottom: 1.5em;
}

.sr-fee-box {
	background: #2271b1;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 0.3em;
	flex: 1 1 200px;
}

.sr-fee-box strong {
	font-size: 1.6em;
}

.sr-qr-box,
.sr-bank-box {
	background: #fafafa;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 1em 1.5em;
	flex: 1 1 240px;
}

.sr-qr-image {
	max-width: 180px;
	display: block;
	margin-top: 0.5em;
}

.sr-bank-box ul {
	margin: 0.3em 0 0;
	padding-left: 1.2em;
}

/* ---- Student dashboard / login ---- */
.sr-dash-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5em;
}

.sr-dash-welcome {
	font-size: 1em;
}

.sr-logout-link {
	margin-left: 1em;
}

.sr-dash-tabs {
	margin: 1.2em 0;
	border-bottom: 2px solid #dcdcde;
}

.sr-tab {
	display: inline-block;
	padding: 0.6em 1.2em;
	text-decoration: none;
	font-weight: 600;
	color: #50575e;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}

.sr-tab-active,
.sr-tab:hover {
	color: #2271b1;
	border-bottom-color: #2271b1;
}

.sr-profile-table {
	width: 100%;
	border-collapse: collapse;
}

.sr-profile-table th {
	background: #f0f0f1;
	text-align: left;
	padding: 0.6em 0.8em;
	font-size: 0.95em;
}

.sr-profile-table td {
	padding: 0.5em 0.8em;
	border-bottom: 1px solid #e2e4e7;
}

.sr-profile-table td:first-child {
	width: 220px;
	color: #646970;
}

.sr-notice-error {
	background: #fcf0f1;
	border: 1px solid #d63638;
	color: #7a1a1c;
}

/* ---- Admin ---- */
.sr-admin-wrap .sr-status {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.85em;
	font-weight: 600;
}

.sr-status-paid {
	background: #edfaef;
	color: #1e4620;
}

.sr-status-pending {
	background: #fcf0e0;
	color: #7c5b00;
}

.sr-status-published {
	background: #edfaef;
	color: #1e4620;
}

.sr-status-draft {
	background: #f0f0f1;
	color: #50575e;
}

.sr-actions .button {
	margin-right: 4px;
	margin-bottom: 4px;
}

.sr-search-form {
	margin: 1em 0;
}
