/* ==========================================================================
  competitors-table.css – Competitor table styles
========================================================================== */

table.competitors-table {
	border: 2px solid var(--e-global-color-secondary);
	padding: 10px;
	display: table;
	border-collapse: separate;
	border-spacing: 0 10px;
}

table.competitors-table tr {
	margin: 10px 0;
}

table.competitors-table tr.elementor-hidden-mobile.elementor-hidden-tablet > th,
table.competitors-table tr > td.elementor-hidden-mobile.elementor-hidden-tablet {
	border: none;
	background-color: transparent;
	border-block-start: none;
}

table.competitors-table tr > td:first-of-type {
	border: 2px solid var(--e-global-color-secondary);
	border-radius: 10px;
}

table.competitors-table tr:nth-child(1) > td:first-of-type {
	background-color: #f0fdf4;
	color: #15803d;
	border-color: #15803d;
}

table.competitors-table tr:nth-child(1) > td:first-of-type h5 {
	color: #15803d;
}

table.competitors-table tr:nth-child(2) > td:first-of-type {
	background-color: #eff6ff;
}

table.competitors-table tr:nth-child(3) > td:first-of-type {
	background-color: #f0e2ff;
}

table.competitors-table tr:nth-child(4) > td:first-of-type {
	background-color: #fefce8;
}

table.competitors-table tr:nth-child(5) > td:first-of-type {
	background-color: #fff7ed;
}

table.competitors-table td > .e-con {
	padding: 0;
}

table.competitors-table td > .e-con > span {
	margin-right: 10px;
}

table.competitors-table td > .e-con > h5 {
	margin-left: 10px;
}

.comparison-logos .elementor-widget-image#coop > img {
	max-width: 40px;
	max-height: 40px;
}

/* =========================
  Mobile and Tablet Overrides
========================= */
@media (max-width: 1024px) {
	table.competitors-table,
	table.competitors-table > tbody,
	table.competitors-table > tbody > tr,
	table.competitors-table > tbody > tr > td {
		width: 100%;
    display: inline-block;
	}
}

/* =========================
  Mobile Overrides
========================= */
@media (max-width: 767px) {
	.comparison-logos .elementor-widget-image > img {
		max-width: 200px;
    max-height: 200px;
	}

	.comparison-logos .elementor-widget-image#coop > img {
		max-width: 100px;
    max-height: 100px;
	}
}