.wgc-faculty-search {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 8px 10px;
	margin-bottom: 1.5em;
	font-size: 0.95em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wgc-faculty-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 20px;
}

.wgc-faculty-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 6px;
	transition: box-shadow 0.15s, border-color 0.15s;
}

.wgc-faculty-card:hover {
	border-color: #17407B;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wgc-faculty-card-photo {
	width: 100px;
	height: 100px;
	border-radius: 14px;
	object-fit: cover;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.wgc-faculty-card-name {
	font-weight: 600;
	color: #222;
	margin-bottom: 4px;
}

.wgc-faculty-card-country {
	font-size: 0.85em;
	color: #777;
}

.wgc-faculty-card-country i {
	color: #17407B;
}

.wgc-faculty-empty {
	padding: 1em;
	background: #f5f5f5;
	border-radius: 4px;
	color: #555;
}

/* Profile view */
.wgc-faculty-back {
	margin-bottom: 1em;
}

.wgc-faculty-back a {
	text-decoration: none;
	color: #17407B;
}

.wgc-faculty-profile-header {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.wgc-faculty-profile-photo {
	width: 140px;
	height: 140px;
	border-radius: 14px;
	object-fit: cover;
	background: #f5f5f5;
	flex-shrink: 0;
}

.wgc-faculty-profile-name {
	margin: 0 0 4px 0;
	color: #17407B;
}

.wgc-faculty-profile-country {
	color: #555;
	margin: 0 0 8px 0;
}

.wgc-faculty-profile-country i,
.wgc-faculty-profile-wga-link i {
	color: #17407B;
}

.wgc-faculty-profile-wga-link {
	text-decoration: none;
	font-size: 0.9em;
}

.wgc-faculty-profile-field {
	margin: 0 0 8px 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
}

.wgc-faculty-profile-label {
	font-weight: 600;
	color: #17407B;
	margin-bottom: 4px;
}

.wgc-faculty-profile-label i {
	width: 16px;
	text-align: center;
}

.wgc-faculty-profile-value {
	color: #333;
	font-size: 0.95em;
	line-height: 1.5;
}

.wgc-faculty-involvement-item {
	margin: 4px 0;
	font-size: 0.92em;
}

.wgc-faculty-involvement-item i {
	color: #17407B;
	width: 16px;
	text-align: center;
}

.wgc-faculty-involvement-item a {
	color: #333;
	text-decoration: none;
}

.wgc-faculty-involvement-item a:hover {
	text-decoration: underline;
}
