.comp-table-wrapper-f173fbb0 {
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 0;
	border-radius: 0;
}

.comp-table-f173fbb0 {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	background: var(--cew-comp-table-bg, transparent);
	margin-block-end: 0;
}

.comp-table-f173fbb0 th,
.comp-table-f173fbb0 td {
	border: 1px solid #ccc;
	padding: 15px 10px;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
	vertical-align: top;
}

.comp-table-f173fbb0 th {
	background: #113a3a;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

.comp-table-f173fbb0 tbody th {
	background: #d7e2e0;
	color: #009f95;
}

.comp-table-f173fbb0 tbody td {
	background: #fff;
	color: #111;
}

.comp-table-f173fbb0 thead th {
	text-align: center;
}

.comp-table-f173fbb0 thead th.empty-corner {
	background: transparent;
	color: #113a3a;
	border-top: none;
	border-left: none;
	text-align: left;
}

.comp-table-img-wrap {
	margin-bottom: 10px;
}

.comp-table-img-wrap img {
	max-height: 100px;
	object-fit: contain;
}

.comp-table-title {
	font-weight: bold;
}

.comp-table-mobile-cards-f173fbb0 {
	display: none;
}

@media (max-width: 767px) {
	.comp-table-f173fbb0 {
		width: max-content;
		min-width: 100%;
	}

	.comp-table-f173fbb0 th,
	.comp-table-f173fbb0 td {
		padding: 8px 5px;
		font-size: 14px;
		min-width: 120px;
	}

	.comp-table-f173fbb0 tbody th,
	.comp-table-f173fbb0 thead th.empty-corner {
		min-width: 140px;
	}

	.comp-table-img-wrap img {
		max-height: 60px;
	}

	.comp-table-wrapper-f173fbb0.cew-comp-table-mobile-cards {
		overflow: visible;
	}

	.comp-table-wrapper-f173fbb0.cew-comp-table-mobile-cards .comp-table-f173fbb0 {
		display: none;
	}

	.comp-table-wrapper-f173fbb0.cew-comp-table-mobile-cards .comp-table-mobile-cards-f173fbb0 {
		display: grid;
		gap: 16px;
	}

	.comp-table-mobile-card-f173fbb0 {
		border: 1px solid #ccc;
		border-radius: inherit;
		overflow: hidden;
		background: var(--cew-comp-table-bg, transparent);
	}

	.comp-table-mobile-card-head-f173fbb0 {
		background: #113a3a;
		color: #fff;
		padding: 14px 12px;
		text-align: center;
	}

	.comp-table-mobile-card-head-f173fbb0 .comp-table-title {
		color: inherit;
	}

	.comp-table-mobile-card-body-f173fbb0 {
		display: grid;
	}

	.comp-table-mobile-item-f173fbb0 {
		border-top: 1px solid #ccc;
	}

	.comp-table-mobile-item-label-f173fbb0,
	.comp-table-mobile-item-value-f173fbb0 {
		padding: 10px 12px;
	}

	.comp-table-mobile-item-label-f173fbb0 {
		background: #d7e2e0;
		color: #009f95;
		font-weight: 600;
	}

	.comp-table-mobile-item-value-f173fbb0 {
		background: #fff;
		color: #111;
	}
}
