/** Shopify CDN: Minification failed

Line 66:2 Unexpected "="

**/
.enhanced-comparison {
  padding: 30px 10px;
  background-color: #f4f6f8;
  font-family: 'Manrope', sans-serif;
}

.skreen-table-card {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.skreen-scroll {
  overflow-x: auto;
}

.skreen-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #1a1a1a;
}

.skreen-table thead {
  background-color: #fafafa;
}

.skreen-table th,
.skreen-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
   vertical-align: top; /* Asegura que todas las celdas comiencen desde arriba */
}

.skreen-table .left {
  font-weight: 600;
  width: 200px;
  white-space: nowrap;
  text-align: left;
}
/* === Alineación uniforme de los encabezados === */
.skreen-table thead tr {
  display: flex;
  align-items: flex-start;
}
.skreen-table thead th {
  flex: 1;
}
.skreen-table tbody tr {
  display: flex;
  align-items: stretch;
}

.skreen-table tbody td {
  flex: 1;
}
* === Mantén tamaño consistente entre columnas === */
.skreen-table th:nth-child(1),
.skreen-table td:nth-child(1) {
  flex: 0 0 200px; /* Característica */
}

.skreen-table th:nth-child(2),
.skreen-table td:nth-child(2),
.skreen-table th:nth-child(3),
.skreen-table td:nth-child(3) {
  flex: 1;
}
.model-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.model-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  min-height: 180px; /* Mantiene altura uniforme de encabezados */
}

.model-thumb {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 6px;
  margin-top: auto;
  color: #fff;
}

.badge-primary {
  background: linear-gradient(135deg, #2b59ff, #66bfff);
}

.badge-pro {
  background: linear-gradient(135deg, #2b59ff, #66bfff);
}

.table-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.comparison-cta {
  text-align: center;
  margin-top: 20px;
}

.comparison-cta .btn-primary {
  padding: 12px 24px;
  background-color: #2b59ff;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.comparison-cta .btn-primary:hover {
  background-color: #1a3dc9;
}

.tooltip {
  cursor: help;
  font-size: 13px;
  margin-left: 4px;
  vertical-align: middle;
}
