/*
(c) Spacehubs Africa. All rights reserved.
Licensed under the Proprietary License found in the LICENSE file
in the root directory of this source tree.
*/

.tier-card {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 2px solid #e5e7eb;
  transition: all 0.2s ease;
}
.tier-card.featured {
  border-color: #E8B82A;
}
.plan-card {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.plan-card.selected {
  border-color: #4A62B8;
  background-color: #EEF0F8;
}
.payment-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}
.payment-card.selected {
  border-color: #4A62B8;
  background-color: #EEF0F8;
}
.check { color: #4A62B8; }
.cross { color: #d1d5db; }
.feature-row td { padding: 0.625rem 1rem; font-size: 0.875rem; }
.feature-row:nth-child(even) td { background-color: #f8fafc; }
