/*
 * The directory filter form ([joinit_member_filters]) and compact location
 * search now render with the shared "search card" design in
 * assets/frontend-search-card.css. The rules below only cover the member
 * profile / detail elements, which are enqueued globally.
 */

.joinit-member-filters {
	margin-bottom: 2rem;
}

.joinit-practice-areas-list {
	margin: 0;
	padding-left: 1.25rem;
	color: #0b2d55;
}

.joinit-practice-areas-list li {
	margin-bottom: 0.25rem;
}

.joinit-placeholder-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joinit-social-title,
.joinit-custom-answers-title {
	color: #0b2d55;
	margin-bottom: 1rem;
}

.joinit-social-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.joinit-social-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0.25rem;
	text-decoration: none;
	background-color: #006477;
	color: #fff;
	transition: background-color 0.15s ease-in-out;
}

.joinit-social-button:hover {
	background-color: #004d5c;
}

.joinit-custom-answers {
	margin: 0;
}

.joinit-custom-answers dt {
	font-weight: 600;
	color: #0b2d55;
	margin-top: 0.75rem;
}

.joinit-custom-answers dd {
	margin: 0.25rem 0 0;
	color: #444;
}
