﻿.CurrentRelease {
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
	color: var(--text-50);
}

	.CurrentRelease.New {
		background-color: var(--warning);
	}

	.CurrentRelease.Draft {
		background-color: var(--notice);
	}

	.CurrentRelease.Released {
		background-color: var(--primary);
	}

	.CurrentRelease.Withdrawn {
		background-color: var(--secondary);
	}

		.CurrentRelease.Withdrawn :is(.Date, .User),
		.CurrentRelease.Draft :is(.Date, .User),
		.CurrentRelease.New :is(.Date, .User) {
			display: none;
		}

	.CurrentRelease .Title {
		font-size: 25px;
	}

[ML_PageControl_WrapperKey=PUBLISH_Details] .AskConsentChangesContainer:not(:empty) {
	padding: 10px;
}