.krsau-standalone {
	background: #f1f3f5;
	margin: 0;
	padding: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.krsau-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.krsau-form {
	background: #fff;
	padding: 24px 20px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.krsau-form h2 {
	margin-top: 0;
	font-size: 20px;
}

.krsau-letterhead {
	text-align: center;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.krsau-letterhead-line1 {
	font-weight: bold;
	font-size: 15px;
}

.krsau-letterhead-line2 {
	font-weight: bold;
	font-size: 14px;
}

.krsau-identitas input[type="text"],
.krsau-question textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}

.krsau-identitas p,
.krsau-question {
	margin-bottom: 18px;
}

.krsau-identitas label,
.krsau-question > label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.req {
	color: #d63638;
}

.krsau-section {
	margin-top: 28px;
	padding-top: 12px;
	border-top: 2px solid #333;
}

.krsau-category {
	color: #2271b1;
	margin-bottom: 4px;
}

.krsau-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.krsau-option {
	flex: 1 1 auto;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 12px;
	font-weight: 400 !important;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.krsau-option input {
	margin-right: 6px;
}

.krsau-submit {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.krsau-submit:disabled {
	opacity: 0.6;
}

.krsau-message.success {
	color: #00a32a;
	font-weight: 600;
}

.krsau-message.error {
	color: #d63638;
	font-weight: 600;
}
