.shrc-wrapper {
	max-width: 480px;
}
.shrc-disclaimer {
	font-size: 0.9em;
	background: #fff8e1;
	border: 1px solid #ffe0a3;
	padding: 10px 12px;
	border-radius: 6px;
}
.shrc-wrapper label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}
.shrc-wrapper input,
.shrc-wrapper select {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}
.shrc-captcha-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
#shrc-captcha-img {
	max-height: 60px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
#shrc-reload-captcha {
	cursor: pointer;
	padding: 6px 10px;
}
.shrc-error {
	color: #b32d2e;
	font-weight: 600;
}
.shrc-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 16px;
	margin-top: 12px;
}
.shrc-subjects {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.shrc-subjects th,
.shrc-subjects td {
	border: 1px solid #eee;
	padding: 6px 8px;
	text-align: left;
}
