/* FBOR Members directory.
   Intentionally neutral: inherits the theme's fonts and colors so it
   blends into whatever Elementor design the site already uses. */

.fbor-search {
	margin-bottom: 1.25rem;
}
.fbor-search input {
	width: 100%;
	max-width: 420px;
	padding: 0.6rem 0.9rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	font: inherit;
}

.fbor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: 1rem;
}

.fbor-card {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 1.1rem 1.2rem;
	background: rgba(0, 0, 0, 0.02);
}

.fbor-name {
	margin: 0 0 0.15rem;
	font-size: 1.05rem;
	line-height: 1.3;
}

.fbor-office {
	margin: 0 0 0.6rem;
	font-size: 0.85rem;
	opacity: 0.7;
}

.fbor-contact {
	margin: 0.1rem 0;
	font-size: 0.9rem;
	word-break: break-word;
}

/* Keep each email on one line. The rare address too long for the card
   ends in "..." and still opens in full when clicked; hovering shows it. */
.fbor-email {
	font-size: 0.85rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: normal;
}

.fbor-contact a {
	text-decoration: none;
}
.fbor-contact a:hover {
	text-decoration: underline;
}

.fbor-empty {
	opacity: 0.75;
	font-style: italic;
}
