
.woo-activity-box {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 380px;
  font-family: sans-serif;
  background: #fff;
  border-radius: 8px;
}
.qty-selector label,
.package-options label {
  display: block;
  margin-top: 10px;
}
.qty-selector input {
  width: 100%;
  margin-bottom: 10px;
}
.package-options input {
  margin-right: 8px;
}
#activity_total {
  font-weight: bold;
  margin: 20px 0;
  font-size: 18px;
}
.booking-buttons button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.add-to-cart { background: #007bff; color: white; }
.book-now { background: #28a745; color: white; }
