// Colors
$buttonTextColor: #255277;
$contentBorderColor: #dddddc;
$contentBgColor: #fafaf7;

.kit-popover__content {
	width: fit-content;
	max-width: 550px;
	max-height: 229px;
	padding: 5px 12px;
	background-color: $contentBgColor;
	border: solid 1px $contentBorderColor;
	border-radius: 3px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;

	.kit-filtration-condition__item-text .kit-filtration-condition__content {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

.kit-popover__button {
	margin: 8px 0 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	outline: none;
	box-sizing: border-box;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
	color: $buttonTextColor;
	cursor: pointer;
}
