.failed-payment .fail-title {
  font-size: 48px;
  color: #d93025;
  font-weight: 600;
  margin-bottom: 20px;
}

.failed-payment .fail-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.payment-failed-status {
  color: #d93025;
  font-weight: 600;
}

.fail-actions {
  margin-top: 30px;
}

.retry-btn {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 500;
}

.retry-btn:hover {
  background: #333;
  color: #fff;
}

.back-cart-btn {
  border: 1px solid #000;
  color: #000;
  padding: 12px 28px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.back-cart-btn:hover {
  background: #000;
  color: #fff;
}
