.elementor-24884 .elementor-element.elementor-element-c776c47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bf1f96a *//* ===== Container & Scroll Hint ===== */
.compare-table-wrapper {
  position: relative;
  overflow-x: auto;
  margin: 30px 0;
  -webkit-overflow-scrolling: touch;
}

.scroll-hint {
  position: absolute;
  right: 12px;
  top: 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 20px;
  pointer-events: none;
  animation: swipeHint 1.5s infinite;
  z-index: 10;
}

@keyframes swipeHint {
  0% { transform: translateX(0); opacity: .6; }
  50% { transform: translateX(-6px); opacity: 1; }
  100% { transform: translateX(0); opacity: .6; }
}

/* ===== Table ===== */
.compare-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #fff;
}

/* ===== Header Row ===== */
.compare-table thead th {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 16px;
  border-bottom: 2px solid #ddd;
  text-align: center;
  font-weight: 700;
}

/* ===== Cells ===== */
.compare-table th, .compare-table td {
  border: 1px solid #e5e5e5;
  padding: 12px;
  text-align: center;
  vertical-align: top;
}

/* ===== Product Block ===== */
.product-card img {
  max-width: 110px;
  margin: 0 auto 8px;
  display: block;
}
.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Link for image and title */
.product-card a.product-link {
  color: inhstar-ratingerit;
  text-decoration: none;
}

.product-card a.product-link:hover {
  text-decoration: underline;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #111;
}

/* ===== Buttons ===== */
.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Inherit WooCommerce button styling */
  background: var(--button-background, #ef6c00);
  color: var(--button-color, #fff);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
  padding: 10px 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
}

.btn-cart:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-cart.loading {
  opacity: .5;
  pointer-events: none;
}

/* Ensure Woo styles fully apply */
.btn-cart.add_to_cart_button,
.btn-cart.ajax_add_to_cart {
  box-shadow: none;
}
/* ===== Hover highlight ===== */
.compare-table tbody tr:hover td {
  background: #f5f9ff;
}

/* ===== Section header rows ===== */
.section-row td {
  background: #f7f7f7;
  font-weight: 700;
  text-align: left;
  padding: 10px 16px;
  font-size: 14px;
}

/* ===== Mobile tweaks ===== */
@media (max-width: 768px) {
  .product-card img {
    max-width: 90px;
  }
  .product-price {
    font-size: 18px
  }
}/* End custom CSS */