.vu-tour-card {
  background: #fffefc;
  border: 1px solid #f1dec0;
  border-radius: 12px;
  padding: 24px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  min-height: 400px;
}
.vu-tour-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.vu-tour-title {
  font-size: 20px;
  color: #d84343;
  margin-bottom: 12px;
}
.vu-tour-details {
  list-style: none;
  padding-left: 0;
  margin: 0 0 16px 0;
}
.vu-tour-details li {
  font-size: 15px;
  margin-bottom: 6px;
}
.vu-tour-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vu-price {
  color: #f54569;
  font-weight: bold;
  font-size: 16px;
}
.vu-tour-actions {
  display: flex;
  gap: 10px;
}
.vu-tour-button {
  background: #e86c0d;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.vu-tour-link {
  background: #f1dec0;
  color: #333;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}