.js-editions-controls {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
}

.js-editions-load-more {
	min-width: 170px;
	padding: 12px 24px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 700;
	letter-spacing: .04em;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.js-editions-load-more:hover,
.js-editions-load-more:focus-visible {
	background: rgb(0 0 0 / 6%);
	transform: translateY(-2px);
}

.js-editions-load-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.js-editions-load-more[hidden] {
	display: none !important;
}

[data-loop-item][hidden] {
	display: none !important;
}
