.colleen-memory-success {
	padding: 20px 24px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	background: #f7f7f4;
}

.colleen-memory-success strong {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}

.colleen-memory-success p {
	margin: 0;
}

/* Memorial Wall
--------------------------------------------- */

.colleen-memories-archive {
	width: 100%;
}

.colleen-memories-grid {
	column-count: 3;
	column-gap: 24px;
}

.colleen-memory-card {
	display: inline-block;
	width: 100%;
	margin: 0 0 24px;
	break-inside: avoid;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
}

.colleen-memory-image img {
	display: block;
	width: 100%;
	height: auto;
}

.colleen-memory-card-content {
	padding: 24px;
}

.colleen-memory-card-title {
	margin: 0 0 10px;
}

.colleen-memory-meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 18px;
	font-size: 14px;
	opacity: 0.7;
}

.colleen-memory-excerpt {
	margin: 18px 0;
	line-height: 1.6;
}

.colleen-memory-audio {
	margin: 18px 0;
}

.colleen-memory-audio audio {
	width: 100%;
}

.colleen-memory-audio-label {
	margin-bottom: 8px;
	font-weight: 600;
}

.colleen-memory-read-more {
	cursor: pointer;
}

.colleen-memories-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.colleen-page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50px;
	text-decoration: none;
}

.colleen-page-number.current {
	font-weight: 700;
}

@media (max-width: 1024px) {

	.colleen-memories-grid {
		column-count: 2;
	}

}

@media (max-width: 767px) {

	.colleen-memories-grid {
		column-count: 1;
	}

}