/**
 * VX Toolkit — Relations Filter styles.
 *
 * Voxel's search-form already styles `.ts-filter`, `.ts-popup-target`,
 * `.ts-term-dropdown-list`, etc. — we add only what's missing.
 */

.vx-toolkit-relations-filter__load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 6px 0;
}

/* Trigger avatar/logo: constrain so server-rendered `<img>` markup
 * from `get_avatar_markup()` doesn't blow up the filter trigger. */
.ts-filter.ts-popup-target > span > img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
}

/* Dropdown list — slightly larger thumbnails alongside the title. */
.ts-term-dropdown-list .ts-term-image > span > img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}
