/* Shared comparison-table and trust-comparison components for Rabbit SEO marketing pages */

.last-updated {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 6px;
}

.compare-wrap {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(17, 25, 58, 0.06);
  overflow: hidden;
}

.compare-table {
  margin: 0;
}

.compare-table thead th {
  background: #11193a;
  color: #fff;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 18px 20px;
  border: 0;
  white-space: nowrap;
}

.compare-table thead th:nth-child(2) {
  background: #3d4a6b;
}

.compare-table thead th:last-child {
  background: #1c2a5e;
}

.compare-table tbody td {
  padding: 16px 20px;
  font-size: 0.92rem;
  vertical-align: middle;
  border-color: #eef1f6;
}

.compare-table tbody tr:nth-child(even) {
  background: #fbfcfe;
}

.compare-table tbody td:first-child {
  font-weight: 600;
  color: #11193a;
  min-width: 200px;
}

.cmp-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.cmp-basic {
  background: #eef1f6;
  color: #64748b;
}

.cmp-included {
  background: #d7f6f1;
  color: #0c8378;
}

.cmp-added {
  background: #fff7d6;
  color: #e6ad00;
}

.cmp-strong {
  background: #e8ecf4;
  color: #3d4a6b;
}

.methodology-box {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(17, 25, 58, 0.06);
  padding: 28px 32px;
}

.methodology-box h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.methodology-box ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #172033;
}

.methodology-box li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.official-source a {
  color: #e6ad00;
  font-weight: 600;
  text-decoration: none;
}

.official-source a:hover {
  text-decoration: underline;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pros-cons-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(17, 25, 58, 0.06);
  padding: 28px 30px;
  height: 100%;
}

.pros-cons-card h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.pros-cons-card.pros {
  border-top: 4px solid #14b8a6;
}

.pros-cons-card.cons {
  border-top: 4px solid #cbd5e1;
}

.pros-cons-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #172033;
  font-size: 0.95rem;
}

.pros-cons-card li {
  margin-bottom: 8px;
}

.pricing-ref {
  font-size: 0.9rem;
  color: #64748b;
}

.cmp-disclaimer {
  font-size: 0.92rem;
  color: #64748b;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  padding: 18px 22px;
}

.rabbit-brand-ltr {
  direction: ltr;
}

@media (max-width: 991px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .compare-table thead th,
  .compare-table tbody td {
    padding: 12px 14px;
    font-size: 0.85rem;
  }
}
