.unt-message-box {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
	background: #eef6fb;
	border-left: 4px solid #3aa3c2;
	border-radius: 4px;
	padding: 0.85em 1em;
	margin-bottom: 1.25em;
}

.unt-message-box::before {
	content: 'ℹ';
	font-size: 1.1em;
	color: #3aa3c2;
	flex-shrink: 0;
	line-height: 1.4;
}

.unt-message-box p {
	margin: 0;
	color: #1a4a5c;
	font-size: 0.95em;
	line-height: 1.5;
}

.unt-actions {
	margin-bottom: 1.25em;
}

.unt-tab-list {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.unt-tab-list thead tr {
	background: #f5f5f5;
	border-bottom: 2px solid #ddd;
}

.unt-tab-list th,
.unt-tab-list td {
	padding: 0.6em 0.8em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}

.unt-tab-list th {
	font-weight: 600;
	white-space: nowrap;
}

.unt-tab-list tbody tr:hover {
	background: #fafafa;
}

.unt-tab-list .unt-col-num {
	width: 2.5em;
	text-align: center;
	color: #888;
}

.unt-tab-list .unt-col-title {
	width: 35%;
}

.unt-tab-list .unt-col-url {
	word-break: break-all;
}

.unt-tab-list .unt-col-url a {
	color: #666;
	font-size: 0.85em;
}

.unt-powered-by {
	margin-top: 1em;
	font-size: 0.8em;
	color: #aaa;
	text-align: right;
}

.unt-powered-by a {
	color: #aaa;
	text-decoration: none;
}

.unt-powered-by a:hover {
	text-decoration: underline;
}
