/* css/cart.css */
.download-now {
  margin-top: 15px;
  text-align: center;
}

.download-now a {
  display: inline-block;
  padding: 10px 18px;
  background: #28a745;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.download_or_msg {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #555;
  text-align: center;
}

.h2_text_gray {
  color: #333;
}
