@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&family=Barlow:wght@400;500;600&display=swap');

.rlct-wrap {
  background: #252525;
  padding: 6rem 2.5rem;
}

.rlct-inner {
  width: 100%;
}

.rlct-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fbb03b;
  margin-bottom: 1rem;
}

.rlct-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
}

.rlct-title em {
  font-style: normal;
  color: #fbb03b;
}

.rlct-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Kill all theme/Elementor borders, backgrounds and hover effects */
.rlct-table,
.rlct-table thead,
.rlct-table tbody,
.rlct-table tr,
.rlct-table th,
.rlct-table td,
.rlct-table tbody tr:nth-child(odd),
.rlct-table tbody tr:nth-child(even) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.rlct-table tr:hover,
.rlct-table tr:hover td,
.rlct-table tr:hover th,
.rlct-table tbody tr:nth-child(odd):hover,
.rlct-table tbody tr:nth-child(even):hover {
  background: transparent !important;
}

/* Restore only the backgrounds that exist in the original design */
.rlct-table th.rlct-col-highlight,
.rlct-table tr:hover th.rlct-col-highlight {
  background: rgba(251,176,59,0.06) !important;
}

.rlct-table td.rlct-col-good,
.rlct-table tr:hover td.rlct-col-good {
  background: rgba(251,176,59,0.05) !important;
}

.rlct-table {
  width: 100%;
  border-collapse: collapse !important;
  margin-top: 3.5rem;
  font-size: 0.95rem;
}

.rlct-table thead tr {
  border-bottom: 2px solid rgba(251,176,59,0.3) !important;
}

.rlct-table th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
}

.rlct-table th.rlct-col-highlight {
  color: #fbb03b;
  background: rgba(251,176,59,0.06);
}

.rlct-table td {
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  vertical-align: top;
}

.rlct-table td.rlct-col-feature {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.rlct-table td.rlct-col-bad {
  color: rgba(255,255,255,0.45);
}

.rlct-table td.rlct-col-good {
  color: #fff;
  background: rgba(251,176,59,0.05);
  font-weight: 500;
}

.rlct-badge-bad {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  margin-top: 0.25rem;
}

.rlct-badge-good {
  display: inline-block;
  background: rgba(251,176,59,0.15);
  color: #fbb03b;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .rlct-wrap { padding: 4rem 1.25rem; }
  .rlct-table { font-size: 0.8rem; }
  .rlct-table td, .rlct-table th { padding: 0.9rem 0.75rem; }
}
