.custom-library-card {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.custom-library-table thead th {
	background-color: #f7f8fa;
	color: #1f2d3d;
	font-weight: 700;
	border-bottom-width: 1px;
}

.custom-library-table tbody td {
	vertical-align: middle;
}

.custom-library-post-link {
	color: #1d2127;
	font-weight: 600;
	text-decoration: none;
}

.custom-library-post-link:hover {
	color: #0088cc;
	text-decoration: underline;
}

.custom-library-detail-content {
	min-height: 120px;
	padding: 16px;
	background: #f7f8fa;
	border: 1px solid #e6e8eb;
	border-radius: 8px;
	white-space: pre-wrap;
	line-height: 1.7;
}

.custom-library-file-link {
	display: inline-block;
	padding: 4px 0;
	color: #0088cc;
	text-decoration: none;
}

.custom-library-file-link:hover {
	text-decoration: underline;
}

.custom-library-login-box {
	background: #f7f8fa;
	border: 1px solid #e6e8eb;
	border-radius: 10px;
}

.custom-library-existing-files .form-check {
	margin-bottom: 8px;
}
