.archive-controls {
	margin-top: 1rem;
}

.archive-controls__date-container {
	margin-top: 0;
	padding-bottom: 2.4375rem;
}

.blog-page__card-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}

.blog-page__card-container .card__image {
	max-width: 320px;
	max-height: 210px;
	object-fit: cover;
}

.expandable__element {
	height: 900px;
}

.expandable__show-button {
	margin: 1rem 13px;
}

.expandable__spacer-container {
	display: flex;
	align-items: center;
}

.expandable__spacer {
	border: none;
	height: 1px;
	background-color: #d3d2d2;
	display: inline-block;
	flex: 1;
}

.expandable__show-button {
	font-family: var(--ibm-plex-sans-ssm);
	font-weight: 500;
	color: var(--pgsp-theme-color);
	font-size: 0.8125rem;
	text-transform: uppercase;
	height: unset;
	border: none;
	padding: 0;
	margin: 1rem 0;
	background: none;
}

.expandable__spacer-container--hidden {
	display: none;
}

.expandable__show-button:hover {
	cursor: pointer;
}
