.gfed-directory {
	color: inherit;
	font-size: 1rem;
	line-height: 1.45;
	position: relative;
}

.gfed-directory--loading {
	opacity: 0.62;
	pointer-events: none;
}

.gfed-count {
	margin: 0 0 1.25rem;
}

.gfed-results {
	display: grid;
	gap: 1rem;
}

.gfed-card {
	background: #f1f1f1;
	border: 1px solid #bdbdbd;
	box-sizing: border-box;
	padding: 1.25rem 1.35rem;
}

.gfed-card:nth-child(even) {
	background: #fff;
}

.gfed-field {
	display: grid;
	grid-template-columns: minmax(11rem, 44%) 1fr;
	gap: 1rem;
	margin: 0 0 0.42rem;
}

.gfed-field--full {
	display: block;
	margin-top: 1rem;
}

.gfed-field--full .gfed-label {
	margin-bottom: 0.6rem;
}

.gfed-label {
	font-weight: 700;
	font-variation-settings: "wght" 700;
}

.gfed-value {
	min-width: 0;
	overflow-wrap: anywhere;
}

.gfed-value p:first-child {
	margin-top: 0;
}

.gfed-value p:last-child {
	margin-bottom: 0;
}

.gfed-value a {
	color: #234a84;
	text-decoration: none;
}

.gfed-value a:hover,
.gfed-value a:focus {
	text-decoration: underline;
}

.gfed-empty,
.gfed-notice {
	border: 1px solid #d2d2d2;
	padding: 1rem;
}

.gfed-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.gfed-pagination .page-numbers {
	border: 1px solid #bdbdbd;
	color: inherit;
	display: inline-flex;
	min-width: 2.25rem;
	justify-content: center;
	padding: 0.35rem 0.6rem;
	text-decoration: none;
}

.gfed-pagination .current {
	background: #222;
	border-color: #222;
	color: #fff;
}

@media (max-width: 640px) {
	.gfed-card {
		padding: 1rem;
	}

	.gfed-field {
		grid-template-columns: 1fr;
		gap: 0.2rem;
		margin-bottom: 0.8rem;
	}
}
