/** Shopify CDN: Minification failed

Line 34:19 Expected identifier but found whitespace
Line 34:21 Unexpected "{"
Line 34:30 Expected ":"
Line 35:8 Expected identifier but found whitespace
Line 35:10 Unexpected "{"
Line 35:19 Expected ":"
Line 36:12 Expected identifier but found whitespace
Line 36:14 Unexpected "{"
Line 36:23 Expected ":"
Line 36:54 Expected ":"
... and 12 more hidden warnings

**/


/* CSS from block stylesheet tags */
.ai-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.ai-comparison-table th,
.ai-comparison-table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

.ai-comparison-table th {
  background-color: {{ section.settings.header_background_color }};
  color: {{ section.settings.header_text_color }};
  font-size: {{ section.settings.header_font_size }}px;
  font-family: {{ section.settings.header_font.family }}, {{ section.settings.header_font.fallback_families }};
  font-weight: {{ section.settings.header_font.weight }};
}

.ai-comparison-features ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ai-comparison-features li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 28px;
}

.ai-comparison-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: {{ section.settings.tick_color }};
  font-weight: bold;
}