.probe-list-modal__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.probe-list-modal__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--bs-heading-color);
}

.probe-list-modal__item--no-image {
	padding-left: 0;
}

.probe-list-modal__thumb-wrap {
	flex: 0 0 96px;
	max-width: 96px;
}

.probe-list-modal__thumb {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
}

.probe-list-modal__content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.probe-list-modal__link {
	display: inline-block;
	font-weight: 600;
	color: var(--bs-heading-color);
	text-decoration: none;;
}

.probe-list-modal__remove {
	align-self: flex-start;
	border: none;
	background: transparent;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}
