.btt-booking-wrap {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
}
.btt-copywriting h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
}
.btt-copywriting p {
  text-align: center;
  color: #555;
  margin-bottom: 25px;
}
.btt-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.btt-col {
  flex: 1;
  min-width: 48%;
}
.btt-booking-wrap label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.btt-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
#harga-tiket {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.btt-wa-btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* Admin badges */
.btt-status{
  display:inline-block;
  padding:2px 8px;
  border-radius:12px;
  font-size:11px;
  font-weight:600;
  margin-right:6px;
}
.btt-status-pending{ background:#fff3cd; color:#856404; border:1px solid #ffeeba; }
.btt-status-lunas{ background:#d4edda; color:#155724; border:1px solid #c3e6cb; }

.btt-filters input[type="search"],
.btt-filters input[type="date"],
.btt-filters select{
  margin-right:6px;
}
