.form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.price-highlight {
  color: #5cb247;
  font-weight: 600;
}

.rights-box {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.rights-box.granted {
  background: #f3fbf5;
  color: #5cb247;
}

.rights-box.restricted {
  background: #f8fafc;
  color: #000;
}

.btn-modern-success {
  background: #5cb247;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  border: none;
}

.btn-modern-danger {
  background: #dc3545;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  border: none;
}

.btn-modern-success:hover {
  background: #4aa238;
}

.btn-modern-danger:hover {
  background: #c82333;
}

.padding-top-200 {
  padding-top: 200px;
}

.exchange-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.exchange-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 18px;
  font-weight: 600;
}

.exchange-tabs .tab {
  padding-bottom: 5px;
}

.tab-seller {
  color: #b5b5b5;
}

.tab-buyer {
  color: #dc3545; /* Pitchmark green */
}

.tab-buyer.active {
  border-bottom: 3px solid #dc3545;
}

.banner__content h3 {
  font-weight: 500;
  color: #333;
}

.checkout-container {
  border-radius: 12px;
  overflow: hidden;
}

.checkout-left {
  padding: 40px;
  background: #fff;
}

.checkout-right {
  background: #f7f9fc;
  padding: 40px;
  border-left: 1px solid #eee;
}

.checkout-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.pm-field {
  margin-bottom: 18px;
}

.pm-field label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.pm-field input {
  border-radius: 6px;
  height: 42px;
}

/*#card-number,
#card-expiry,
#card-cvv {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  background: white;
}*/

.pm-pay-btn {
  width: 100%;
  margin-top: 20px;
  background: #4a6cf7;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

.pm-pay-btn:hover {
  background: #3451d1;
}

.summary-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary-row.total {
  font-size: 18px;
  font-weight: 600;
}

.pm-checkout {
  border-radius: 14px;
  overflow: hidden;
}

.pm-payment {
  padding: 40px;
  background: #fff;
}

.pm-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.pm-card-box {
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 18px;
  background: #fafafa;
}

.pm-input {
  border: 1px solid #dcdfe3;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}

.pm-field {
  margin-top: 18px;
}

.pm-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.pm-pay-btn {
  width: 100%;
  margin-top: 25px;
  height: 48px;
  background: #7dc43b;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.pm-pay-btn:hover {
  background: #e6261a;
}

.pm-summary {
  background: #f7f9fc;
  padding: 40px;
  border-left: 1px solid #eee;
}

.pm-summary-card {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 25px;
}

.pm-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 15px;
}

.pm-total {
  font-size: 18px;
  font-weight: 600;
}

.pm-error {
  color: #e6261a;
  margin-top: 10px;
}
