.sxol-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}

.sxol-title {
	margin-bottom: 24px;
}

.sxol-lock-box {
	max-width: 420px;
	margin: 40px auto;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
}

.sxol-lock-box label {
	display: block;
	margin-bottom: 10px;
}

.sxol-lock-box input[type="password"] {
	width: 100%;
	padding: 8px;
	margin-bottom: 12px;
}

.sxol-error {
	color: #c0392b;
	font-weight: 600;
}

.sxol-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.snote-box {
	display: flex;
	gap: 18px;
	align-items: center;
	width: 100%;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fafafa;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.snote-info {
	flex: 1 1 auto;
	min-width: 220px;
}

.snote-icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	border-radius: 8px;
	background: #2c3e50;
	color: #fff;
}

.snote-title {
	margin: 0 0 8px;
	font-size: 16px;
}

.snote-meta {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	font-size: 13px;
	color: #555;
	display: grid;
	grid-template-columns: max-content 1fr;
	row-gap: 4px;
	column-gap: 10px;
	max-width: 320px;
}

.snote-meta li {
	display: contents;
}

.snote-meta-label {
	font-weight: 600;
	color: #888;
}

.snote-meta-value {
	color: #333;
}

.snote-download {
	display: inline-block;
	padding: 8px 16px;
	background: #2c3e50;
	color: #fff !important;
	border-radius: 6px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.snote-download:hover {
	background: #34495e;
}
