.cportal-communications-library {
	display: grid;
	gap: 1rem;
	width: 100%;
}

.cportal-communications-empty,
.cportal-communication-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 14px;
}

.cportal-communications-empty,
.cportal-communication-card {
	padding: 1.15rem;
}

.cportal-communications-list {
	display: grid;
	gap: 1rem;
}

.cportal-communication-card__header {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.cportal-communication-card__title {
	font-size: 1.15rem;
	margin: 0;
}

.cportal-communication-card__date {
	color: #64748b;
	font-size: 0.85rem;
}

.cportal-communication-card__body p {
	margin: 0 0 0.75rem;
}

.cportal-communication-card__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.cportal-communication-card__header {
		flex-direction: column;
	}
}
