.asset-info-publishing-row {
	width: 100%;
	clear: both;
}

.asset-info-publishing-new-window {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.asset-info-publishing-icon {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.asset-info-publishing-icon svg {
	height: 16px;
	width: 16px;
	fill: #000;
}

.asset-info-text {
	font-family: inherit;
	text-align: left;
	color: #000;
}

.asset-info-files {
	/*
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	*/
}

.asset-files-table img {
	width: 24px;
}

.asset-files-table {
	border-collapse: collapse;
	width: 100%;
}

.asset-files-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.asset-files-table td {
	padding: 8px;
}

.asset-info-text a {
	color: #000;
	text-decoration: underline;
}

.asset-related-files-header {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
