.pet-tree-bar {
	margin-bottom: 12px;
}

.pet-tree-bar .talent-class-btn {
	cursor: pointer;
}

.pet-tree-bar .talent-class-name {
	display: inline;
}

/* pet family reference */
.pet-families {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	max-width: 700px;
	margin: 16px auto 0;
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	font-size: 13px;
}

.pet-families-label {
	color: var(--text-muted);
	font-weight: bold;
}

.pet-family {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.pet-family:hover .pet-family-name {
	text-decoration: underline;
}

.pet-family-icon {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.pet-family-name {
	color: var(--text-color-normal);
}
