.vds-compare-counter {
	width: 50px;
    height: 50px;
    border: 1px solid #D6DCEA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	background: url(./compare.svg) no-repeat center center;
	position: relative;
}

.vds-compare-counter-count {
	width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	padding: 0 4px;
	border-radius: 50%;
	background: #568dfc;
	position: absolute;
	top: 0;
	left: 0;
}

.vps-filter-post-rating-compare:focus-visible {
	outline: 2px solid #568dfc;
	outline-offset: 2px;
}

.vps-filter-post-rating-compare.is-active {
	filter: saturate(1.15);
	box-shadow: inset 0 0 0 2px #568dfc;
	border-color: #568dfc;
}

.vps-filter-post-rating-compare.vds-compare--busy,
.vds-compare-remove.vds-compare--busy {
	pointer-events: none;
	opacity: 0.55;
}

.vds-compare-empty {
	margin: 0;
	color: #4d5b7c;
}

.vds-compare-wrap {
	margin: 0 0 1.5em;
}

.vds-compare-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #d6dcea;
	border-radius: 8px;
	background: #fff;
}

.vds-compare-table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.35;
}

.vds-compare-table th,
.vds-compare-table td {
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e8ecf4;
}

.vds-compare-table thead th {
	background: #f6f8fc;
	font-weight: 700;
	color: #000c2a;
}

.vds-compare-corner {
	width: 200px;
	min-width: 160px;
}

.vds-compare-col-vps {
	min-width: 180px;
}

.vds-compare-col-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.vds-compare-title {
	color: #000c2a;
	text-decoration: none;
	font-weight: 800;
	line-height: 1.2;
}

.vds-compare-title:hover {
	color: #0073aa;
}

.vds-compare-remove {
	font: inherit;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 6px;
	border: 1px solid #d6dcea;
	background: #fff;
	color: #4d5b7c;
}

.vds-compare-remove:hover {
	border-color: #568dfc;
	color: #000c2a;
}

.vds-compare-row-label {
	background: #fafbfd;
	font-weight: 600;
	color: #4d5b7c;
	width: 200px;
	min-width: 160px;
}

.vds-compare-cell {
	color: #000c2a;
}

.vds-compare-table tbody tr:last-child th,
.vds-compare-table tbody tr:last-child td {
	border-bottom: none;
}
