/* Alphabetized Archive Stylesheet
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.archive-nav__header {
	font-family: var(--source-serif-pro);
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	margin: 1em 0 0.5em;
	word-break: break-word;
}

@media (min-width: 640px) {

	.archive-nav__header {
		font-size: 2.5em;
	}
}

.archive-nav__letter-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.25rem;
	margin: 0 auto;
	width: 85%;
	max-width: 1024px;
}

.archive-nav__letter {
	display: block;
	color: var(--pgsp-theme-color);
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 1.6rem;
	padding: 1rem;
	height: 30px;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-tap-highlight-color: transparent;
}

.archive-nav__letter:hover {
	background-color: #dedede;
}

.archive-listing-wrapper {
	width: 85%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 1.5rem 0 0 0;
}

.archive-listing__head-letter {
	color: #838383;
	font-family: var(--ibm-plex-sans-ssm);
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.head-letter__underline {
	border-style: none;
	border-bottom: 1px solid #d3d2d2;
}

.archive-item-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.archive-listing__item {
	color: #838383;
	font-family: var(--ibm-plex-sans-ssm);
	font-size: 1.15rem;
	font-weight: 300;
	margin: 0;
	line-height: 1.75;
}

.archive-item__link:hover {
	color: var(--pgsp-theme-color);
}

.section__archive-listings {
	padding-bottom: 4rem;
}

@media (min-width: 640px) {

	.archive-item-wrapper {
		display: block;
		column-count: 2;
		column-fill: balance;
	}
}


@media (min-width: 1024px) {

	.archive-listing__head-letter {
		padding-top: 3rem;
	}

	.archive-item-wrapper {
		column-count: 3;
	}

	section.section__archive-nav {
		position: sticky;
		top: -106px;
		background-color: #fff;
		z-index: 1;
		box-shadow: 0 10px 15px -15px #c5c5c5;
	}

	section.section__archive-nav--low-pos {
		top: 32px;
	}

	.archive-nav__letter-wrapper {
		justify-content: space-around;
		padding: 1rem;
	}

	.archive-nav__letter {
		padding: 0.4rem;
		height: 25px;
		width: 25px;
		line-height: 1;
	}
}
