/* =====================================================
   PEMESANAN / BOOKING PAGE
   ===================================================== */

.booking-page .booking-hero,
.booking-list-page .booking-list-hero,
.booking-detail-page .booking-detail-hero{
  border-radius:20px;
  padding:26px 28px;
  margin-bottom:20px;
}

.booking-hero-badge{
  background:#eff6ff;
  color:#1d4ed8;
  border:1px solid #dbeafe;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.booking-section-card,
.booking-list-filter-card,
.booking-list-table-card,
.booking-detail-card{
  margin-bottom:20px;
}

.section-subtitle{
  display:block;
  clear:both;
  font-size:14px;
  color:#64748b;
  margin-top:6px;
}

.detail-card{
  border:1px solid #e8edf3;
  border-radius:18px;
  overflow:hidden;
  background:#fcfdff;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.detail-card-header{
  background:#f8fbff;
  border-bottom:1px solid #e8edf3;
  padding:16px 18px;
}

.detail-card-body{
  padding:18px;
}

.detail-title{
  font-size:16px;
  font-weight:700;
  color:#0f172a;
  margin:0;
}

.soft-separator{
  border:0;
  border-top:1px dashed #d9e2ec;
  margin:20px 0;
}

.btn-add-row{
  border-radius:12px;
  font-weight:700;
  padding:10px 14px;
  box-shadow:0 8px 18px rgba(22,163,74,.14);
}

.summary-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #e8edf3;
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.summary-card .card-header{
  background:transparent !important;
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:16px 18px;
}

.summary-card .card-title{
  color:#fff !important;
  margin:0;
  float:none !important;
}

.summary-card .card-body{
  background:transparent !important;
  padding:18px;
}

.summary-total{
  color:#fff;
  font-size:28px;
  font-weight:700;
  line-height:1.2;
}

.summary-total span{
  color:#fff;
}

.summary-note{
  margin-top:6px;
  color:rgba(255,255,255,.76);
  font-size:14px;
}

.terms-card{
  border-radius:18px;
  overflow:hidden;
}

.terms-card .card-header{
  background:#fffdf7;
  border-bottom:1px solid #f2ead6;
}

.terms-card .card-title{
  color:#5b4a16;
  float:none !important;
  margin:0;
}

.terms-intro{
  padding:16px 18px;
  background:#fff;
  border-bottom:1px solid #edf2f7;
}

.terms-scroll{
  max-height:340px;
  overflow-y:auto;
  padding:18px 22px;
  background:#fffefb;
}

.terms-scroll ol{
  margin-bottom:0;
  padding-left:20px;
}

.terms-scroll li{
  margin-bottom:10px;
  line-height:1.75;
  color:#334155;
}

.terms-warning{
  padding:12px 18px;
  background:#fff8e8;
  border-top:1px solid #f4e2b8;
}

.terms-footer{
  padding:16px 18px;
  background:#fff;
  border-top:1px solid #edf2f7;
}

.booking-action-bar .btn{
  min-width:150px;
}

/* ===== LIST ===== */
.booking-list-hero-actions .btn{
  min-width:180px;
}

.booking-list-alert{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff8e8;
  border:1px solid #f4e2b8;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 16px rgba(15,23,42,.03);
}

.booking-list-alert-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff3cd;
  color:#a16207;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.booking-list-alert-text{
  color:#5b4a16;
  font-size:14px;
}

.booking-list-table td,
.booking-list-table th,
.booking-detail-table td,
.booking-detail-table th{
  vertical-align:middle !important;
}

.booking-list-table td strong{
  color:#0f172a;
}

.booking-list-table .btn-modern{
  border-radius:10px;
}

/* ===== DETAIL ===== */
.detail-info-table-wrap{
  overflow:hidden;
}

.detail-info-table{
  margin-bottom:0;
}

.detail-info-table th{
  width:230px;
  background:#f8fafc;
  color:#475569;
  font-weight:700;
  border-right:1px solid #e8edf3;
}

.detail-info-table td{
  color:#0f172a;
  background:#fff;
}

.detail-info-table th,
.detail-info-table td{
  vertical-align:top !important;
  padding:14px 16px;
  border-top:1px solid #edf2f7;
}

.detail-info-table tr:first-child th,
.detail-info-table tr:first-child td{
  border-top:0;
}

.booking-detail-alert{
  border-radius:16px;
  margin-bottom:20px;
}

.action-card .card-header{
  background:#fff;
}

.action-card-success .card-header{
  border-bottom-color:#d9f2df;
}

.action-card-danger .card-header{
  border-bottom-color:#f8d7da;
}

.action-card-payment .card-header{
  border-bottom-color:#dbeafe;
}

.booking-detail-page .booking-detail-alert.alert-success{
  background:#eefaf3 !important;
  border:1px solid #cfeedd !important;
  color:#2f5f46 !important;
  border-radius:18px !important;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.booking-detail-page .booking-detail-alert.alert-success h5{
  color:#256b46 !important;
  font-weight:700;
}

.booking-detail-page .booking-detail-alert.alert-success p{
  color:#456b55 !important;
}

.booking-detail-page .btn-rating{
  background:#fff !important;
  border:1px solid #d5eadc !important;
  color:#256b46 !important;
  border-radius:12px !important;
  padding:10px 18px !important;
  font-weight:700 !important;
  box-shadow:0 6px 14px rgba(15,23,42,.08);
}

.booking-detail-page .btn-rating:hover{
  background:#e1f5e8 !important;
  color:#1f5438 !important;
}

.booking-detail-page .btn-rating i{
  color:#f4b400 !important;
}
