/** Styling page express_change_log_for_support **/


.change-log-dialog {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 !important;
	.change-log-container {
		position: absolute;
		border: 1px solid var(--wp--preset--color--cyan-bluish-gray);
		padding: 5px 10px;
		top: 160px;
		bottom: 20px;
		left: 35px;
		right: 35px;
		overflow: auto;
	}
	.btn-close-change-log {
		position: absolute;
		bottom: 20px;
	}
}
.change-log-bold {
	font-weight: 600;
}
