/* B"H
 * The Awtsmoos gives progressive result actions a focused, readable vessel.
 */
.library-load-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	min-height: 3.15rem;
	padding: .7rem .9rem;
	border: 1px solid rgba(85, 208, 231, .22);
	border-radius: .78rem;
	background: #0e1a27;
	color: #8be4f2;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.library-load-more small {
	color: #71879b;
	font-weight: 700;
}

.library-load-more:is(:hover, :focus-visible) {
	border-color: rgba(85, 208, 231, .46);
	background: #132334;
	outline: 0;
}
