.puil-box {
	max-width: 700px;
	margin: 20px 0;
	padding: 20px 24px;
	border: 1px solid #d8dcdf;
	border-radius: 8px;
	background: #fafbfc;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.puil-box h3 {
	margin-top: 0;
	color: #1a3a5c;
	border-bottom: 2px solid #1a3a5c;
	padding-bottom: 8px;
}

.puil-box h4 {
	color: #1a3a5c;
	margin-bottom: 6px;
}

.puil-note {
	font-size: 13px;
	color: #6b7280;
	background: #fff7e6;
	border-left: 3px solid #f0ad4e;
	padding: 8px 12px;
	margin-bottom: 16px;
}

.puil-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.puil-row label {
	flex: 0 0 55%;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}

.puil-row input,
.puil-row select {
	flex: 1;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.puil-btn {
	background: #1a3a5c;
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 8px;
}

.puil-btn:hover {
	background: #12283f;
}

.puil-btn-secondary {
	background: #9ca3af;
}

.puil-btn-secondary:hover {
	background: #6b7280;
}

.puil-hasil {
	margin-top: 18px;
	padding: 14px 16px;
	background: #eef6ee;
	border: 1px solid #bfe3bf;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.7;
}

.puil-hasil.puil-hasil-error {
	background: #fdecea;
	border-color: #f5b5b0;
	color: #a12621;
}

.puil-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.puil-table th,
.puil-table td {
	border: 1px solid #d8dcdf;
	padding: 8px 10px;
	text-align: center;
}

.puil-table th {
	background: #1a3a5c;
	color: #fff;
}

.puil-table tr:nth-child(even) {
	background: #f0f3f6;
}

.puil-checklist-group {
	margin-bottom: 16px;
}

.puil-checklist-item {
	display: block;
	font-size: 14px;
	padding: 6px 0;
	border-bottom: 1px dashed #e2e5e8;
	cursor: pointer;
}

.puil-checklist-item input {
	margin-right: 8px;
}

.puil-progress {
	font-weight: 600;
	color: #1a3a5c;
	margin-bottom: 14px;
}

.puil-storage-info {
	font-size: 13px;
	color: #375a7f;
	background: #eaf2fb;
	border-left: 3px solid #375a7f;
	padding: 8px 12px;
	margin-bottom: 12px;
}

.puil-save-status {
	margin-top: 10px;
	font-size: 13px;
	color: #1a7a1a;
	min-height: 18px;
}

@media print {
	.puil-btn, #puil-checklist-progress {
		display: none;
	}
}
