/** Shopify CDN: Minification failed

Line 52:34 Unexpected "{"
Line 53:34 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.us-vs-them-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-header h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.comparison-table th {
  background: #f8f8f8;
  padding: 15px;
  font-weight: 600;
  border: 1px solid #ddd;
  color: #333;
}

.comparison-table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.note-column {
  text-align: left;
  max-width: 300px;
  color: #666;
}

/* Highlight column styling */
.comparison-table tr td:nth-child({{ section.settings.highlight_column }}),
.comparison-table tr th:nth-child({{ section.settings.highlight_column }}) {
  background-color: #fff9e6;
  border-color: #ffe082;
}

.table-title {
  font-size: 24px;
  margin: 30px 0 15px;
  text-align: center;
  color: #444;
}

.description p {
  text-align: center;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Inline styles for simplicity – better to place in theme CSS */
.badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-top: 60px;
}
.badge-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display:flex;
  align-items:center;
}
.badge-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.badge-avatars {
  margin-top: 15px;
  height: 32px;
}
  .shopify-section.badge-section-social {
    padding: 60px 0px;
    background: #fff;
}
  sticky-header.header-wrapper {
    border-bottom: 1px solid #d3d3d340;
}