/* General */
.bike-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bike-sub {
  font-size: 16px;
  color: #555;
}

.price-box {
  text-align: right;
}

.price {
  font-size: 28px;
  font-weight: 700;
  color: #28a745;
}

.price-sub {
  display: block;
  font-size: 14px;
  color: #777;
}

/* Cards */
.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

/* Rental Terms */
.terms-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.terms-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.urgency-badge {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 10px;
  font-weight: 600;
  color: #856404;
  border-radius: 5px;
}

/* Manager Trust */
.trust-photo {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.trust-points {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

.trust-points li {
  font-size: 14px;
  margin-bottom: 4px;
  color: #28a745;
}

.trust-name {
  font-size: 16px;
  margin-bottom: 5px;
}

.trust-signature {
  font-style: italic;
  font-size: 13px;
  margin-top: 8px;
}

/* Booking Form */
.booking-card .form-control {
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  height: 42px;
}

.btn-reserve {
  background: #dc3545;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.3s;
}

.btn-reserve:hover {
  background: #c82333;
}

/* Recent Bookings */
.recent-bookings marquee {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.trust-card {
  border-left: 5px solid #28a745;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.trust-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.trust-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.trust-message {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.trust-signature {
  font-size: 14px;
  font-style: italic;
  color: #222;
}

.trust-role {
  font-size: 13px;
  color: #777;
}
.pickup-highlight {
  background: #fff7e6;
  border-left: 4px solid #ff9800;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.pickup-note {
  background: #f0f8ff;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.recent-marquee {
  font-size: 1.1rem;
  font-weight: 600;
  color: #155724;
  background: #e6ffed;
  padding: 8px 0;
  border-radius: 4px;
}
