.comp-table-container-b296369a {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-family: inherit;
}

.comp-table-headers {
	display: flex;
	margin-bottom: 10px;
}

.comp-table-header-empty {
	flex: 2;
}

.comp-table-header-brand,
.comp-table-header-others {
	flex: 1;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comp-table-header-brand img.comp-table-header-brand-img {
    height: auto;
    object-fit: contain;
}

.comp-table-wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.comp-table-row {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #eee;
}

.comp-table-row:last-child {
	border-bottom: none;
}

.comp-table-feature-col {
	flex: 2;
	background-color: #000;
	color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.comp-table-feature {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.comp-table-status-col {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #eee;
	background: #fff;
}

.comp-table-row .comp-table-status-col:last-child {
	border-right: none;
}

.comp-table-status {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comp-table-status svg {
	width: 1em;
	height: 1em;
}

.comp-status-check {
	color: #4CAF50;
}
.comp-status-check svg {
	fill: #4CAF50;
}

.comp-status-cross {
	color: #111;
}
.comp-status-cross svg {
	fill: #111;
}
