body.pc-previous-conferences .pc-archive-main {
	background: #000;
	color: #aaa;
	padding-top: 150px;
}

body.pc-previous-conferences .pc-wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
	text-align: center;
}

body.pc-previous-conferences .pc-header {
	margin-bottom: 2.5rem;
}

body.pc-previous-conferences .pc-title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 600;
	color: #aaa;
	letter-spacing: 0.02em;
}

body.pc-previous-conferences .pc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	text-align: center;
}

body.pc-previous-conferences .pc-card {
	margin: 0;
}

body.pc-previous-conferences .pc-card-link {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 4px;
	background: #111;
	color: #aaa;
	text-decoration: none;
}

body.pc-previous-conferences .pc-card-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.pc-previous-conferences .pc-card-link--placeholder {
	background: #111;
}

body.pc-previous-conferences .pc-card-title {
	margin: 0.85rem 0 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

body.pc-previous-conferences .pc-card-title a {
	color: #aaa;
	text-decoration: none;
}

body.pc-previous-conferences .pc-card-title a:hover,
body.pc-previous-conferences .pc-card-title a:focus {
	color: #ccc;
}

body.pc-previous-conferences .pc-card-date {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	color: #888;
}

body.pc-previous-conferences .pc-empty,
body.pc-previous-conferences .pc-pagination {
	margin-top: 2rem;
	color: #aaa;
}

body.pc-previous-conferences .pc-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.pc-previous-conferences .pc-pagination a,
body.pc-previous-conferences .pc-pagination span {
	color: #aaa;
}

@media (max-width: 900px) {
	body.pc-previous-conferences .pc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.pc-previous-conferences .pc-grid {
		grid-template-columns: 1fr;
	}
}
