/* Israel.com Network — extends the newsroom trust-page system */
.israel-network-page .authors-hub-masthead h1 {
	max-width: 18ch;
}

.israel-network-page .authors-hub-aside-links li {
	color: var(--ah-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	min-height: 0;
	margin: 0 0 0.55rem;
}

.israel-network-page .authors-hub-row-link {
	grid-template-columns: 1fr auto;
	min-height: 4.75rem;
}

.israel-network-page .authors-hub-row-link:focus-visible {
	outline: 2px solid var(--ah-blue);
	outline-offset: -2px;
}

.israel-network-page .authors-hub-section a {
	color: var(--ah-blue);
	text-underline-offset: 3px;
}

@media (max-width: 760px) {
	.israel-network-page .authors-hub-masthead-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.israel-network-page .authors-hub-masthead-aside {
		padding: 1rem 0 0;
		border-left: 0;
		border-top: 1px solid var(--ah-border);
	}

	.israel-network-page .authors-hub-directory {
		grid-template-columns: 1fr;
	}

	.israel-network-page .authors-hub-row {
		border-right: 0;
	}
}
