.cm-announcement-dialog {
	width: 90%;
	max-width: 980px;
	margin-top: 40px;
}

.cm-announcement-content {
	border-radius: 8px;
	overflow: hidden;
}

.cm-announcement-close-wrap {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 2;
}

.cm-announcement-close-wrap .close {
	font-size: 32px;
	opacity: 0.7;
}

.cm-announcement-image-wrap {
	background: #f7f7f7;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
}

#announcement-modal-image {
	max-height: 420px;
	width: auto;
}

.cm-announcement-body {
	padding: 20px 24px 20px 24px;
}

.cm-announcement-title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.cm-announcement-description {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	min-height: 48px;
	margin-bottom: 18px;
	white-space: pre-wrap;
}

.cm-announcement-actions {
	margin-top: 8px;
}

@media (max-width: 991px) {
	.cm-announcement-dialog {
		width: 95%;
		margin-top: 24px;
	}
	.cm-announcement-image-wrap {
		min-height: 220px;
	}
	#announcement-modal-image {
		max-height: 280px;
	}
}

