.shw-checklist-wrap,
.shw-tasks-wrap {
	max-width: 480px;
	margin: 0 auto;
	padding: 16px;
	font-size: 16px;
}

.shw-checklist-wrap label {
	display: block;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 4px;
}

.shw-checklist-wrap select,
.shw-checklist-wrap input[type="text"],
.shw-checklist-wrap input[type="number"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}

.shw-checklist-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.shw-checklist-item label {
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

.shw-checklist-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.shw-btn,
.shw-checklist-wrap button {
	width: 100%;
	padding: 14px;
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #2271b1;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.shw-btn:active {
	background: #1a5a8a;
}

.shw-success {
	color: #1a7a1a;
	font-weight: 600;
}

.shw-error {
	color: #b32d2e;
	font-weight: 600;
}

.shw-hint {
	color: #666;
	font-style: italic;
}

.shw-task-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shw-task-item {
	padding: 12px;
	margin-bottom: 8px;
	background: #f7f7f7;
	border-radius: 6px;
	border-left: 4px solid #2271b1;
}

.shw-task-item label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.shw-task-item input[type="checkbox"] {
	width: 22px;
	height: 22px;
}

.shw-task-due {
	display: block;
	font-size: 13px;
	color: #888;
	margin-left: 32px;
}

.shw-task-desc {
	margin: 6px 0 0 32px;
	font-size: 14px;
	color: #444;
}

.shw-notice {
	padding: 12px;
	background: #fff3cd;
	border: 1px solid #ffe69c;
	border-radius: 6px;
}
