.rh-compare-table {
  width: 100%;
  min-width: 71rem !important;
  table-layout: fixed;
}

.rh-compare-table th:first-child,
.rh-compare-table td:first-child {
  width: 10.5rem;
}

.rh-compare-table thead th {
  vertical-align: bottom;
}

.rh-compare-product {
  display: flex;
  min-height: 5.75rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
}

.rh-compare-category {
  color: #a77a36;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rh-compare-name {
  color: #2d2924;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.28;
  text-wrap: balance;
}

.rh-compare-product-link:hover .rh-compare-name {
  color: #a97831;
}

.rh-compare-table tbody td > .flex {
  flex-wrap: nowrap;
}

[dir="rtl"] .rh-compare-table th:first-child,
[dir="rtl"] .rh-compare-table td:first-child {
  right: 0;
  left: auto;
  text-align: right;
}

@media (max-width: 767px) {
  .rh-compare-table {
    min-width: 68rem !important;
  }

  .rh-compare-table th:first-child,
  .rh-compare-table td:first-child {
    width: 9.5rem;
  }

  .rh-compare-product {
    min-height: 5.5rem;
  }
}
