.pbt-player-finder {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	background: #fafafa;
}

.pbt-player-finder__heading {
	margin: 0 0 0.75rem;
}

.pbt-player-finder__control {
	position: relative;
}

.pbt-player-finder__input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.pbt-player-finder__results {
	position: absolute;
	z-index: 10;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 260px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pbt-player-finder__results li {
	border-bottom: 1px solid #eee;
}

.pbt-player-finder__results li:last-child {
	border-bottom: none;
}

.pbt-player-finder__results a {
	display: block;
	padding: 0.5rem 0.75rem;
	color: inherit;
	text-decoration: none;
}

.pbt-player-finder__results a:hover,
.pbt-player-finder__results a:focus {
	background: #f0f0f0;
}

.pbt-player-finder__empty {
	padding: 0.5rem 0.75rem;
	color: #666;
}

/* Minimal: just the input box and its dropdown, no card chrome or heading. */
.pbt-player-finder--minimal {
	border: none;
	border-radius: 0;
	padding: 0;
	background: none;
}
