/* =========================================================
   JFP Booking UI (Eventbrite-ish, clean, neutral)
   Scope: ONLY pages wrapped in .jfp-booking
   No yellows / no light blues
   ========================================================= */

.jfp-booking{
  background:#f6f7f9;
  color:#111;
  padding-bottom: 56px;
}

.jfp-booking *{ box-sizing:border-box; }

/* Page title strip (top) */
.jfp-booking .about-wrapper{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding: 24px 0;
}
.jfp-booking .about-title{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0;
}

/* Main container spacing */
.jfp-booking .page-main-contain{
  margin-top: 18px;
}

/* Countdown alert: make it neutral (no blue) */
.jfp-booking .alert.alert-info{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
  color:#111 !important;
  border-radius: 14px;
  padding: 14px 16px;
}
.jfp-booking #timer{
  display:block;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .2px;
  margin-bottom: 6px;
}

/* Event header block */
.jfp-booking .booking-event{
  background: transparent;
}
.jfp-booking .booking-event .event-title{
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px 0;
}
.jfp-booking .booking-event .organiser-name,
.jfp-booking .booking-event .event-location,
.jfp-booking .booking-event .event-datetime{
  color:#444;
  margin-bottom: 6px;
}
.jfp-booking .booking-event hr{
  border-top: 1px solid rgba(0,0,0,.08);
}

/* Cards (Eventbrite-ish) */
.jfp-booking .booking-box{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
  border-radius: 16px !important;
  padding: 18px !important;
  margin: 16px 0 !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.05) !important;
}

/* Card headers */
.jfp-booking .booking-box .box-title{
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color:#111;
  margin: 0 0 12px 0;
}
.jfp-booking .booking-box .inner-heading{
  font-size: 13px;
  font-weight: 800;
  color:#111;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 12px;
}

/* Table: clean + minimal */
.jfp-booking .table-responsive{
  border-radius: 12px;
  overflow: hidden;
}
.jfp-booking table.table{
  margin: 0 !important;
}
.jfp-booking .table thead th{
  background:#f3f4f6 !important;
  color:#6b7280 !important;
  border-bottom: 1px solid rgba(0,0,0,.10) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 12px !important;
}
.jfp-booking .table td{
  border-top: 1px solid rgba(0,0,0,.06) !important;
  padding: 12px 12px !important;
  font-size: 14px;
  color:#111;
}
.jfp-booking .table tfoot th{
  border-top: 1px solid rgba(0,0,0,.10) !important;
  padding: 12px 12px !important;
  font-weight: 900 !important;
}

/* Forms */
.jfp-booking .form-ticket{
  border:1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 16px;
  background: #fafafa;
  margin-bottom: 14px;
}
.jfp-booking .form-ticket .ticket-title{
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 6px 0;
}
.jfp-booking .form-ticket .ticket-id{
  color:#6b7280;
  margin: 0 0 10px 0;
}
.jfp-booking .label-text,
.jfp-booking label{
  font-weight: 800;
  font-size: 12px;
  color:#374151;
  margin-bottom: 6px;
}
.jfp-booking .form-control{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  height: auto;
  padding: 10px 12px;
  box-shadow: none !important;
}
.jfp-booking .form-control:focus{
  border-color: rgba(0,0,0,.35) !important;
  box-shadow: 0 0 0 4px rgba(0,0,0,.08) !important;
}

/* Buttons: dark neutral primary (Eventbrite-ish but not blue) */
.jfp-booking .payment-btn{
  display:flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px;
}
.jfp-booking .btn-payment,
.jfp-booking input.btn-payment,
.jfp-booking .btn-p.btn-payment{
  background:#111827 !important;
  color:#fff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  letter-spacing: .2px;
  min-width: 160px;
}
.jfp-booking .btn-payment:hover{
  filter: brightness(.95);
}

.jfp-booking .btn-cancel,
.jfp-booking a.btn-cancel,
.jfp-booking .btn-p.btn-cancel{
  background:#e5e7eb !important;
  color:#111827 !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 14px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  min-width: 140px;
  text-align: center;
}

/* Sidebar: image + cards */
.jfp-booking .col-lg-3 .booking-event{
  background: transparent;
}
.jfp-booking .event-image{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.05);
  margin-bottom: 16px;
}
.jfp-booking .event-image img{
  width: 100%;
  height: 160px;
  object-fit: contain;      /* show full image */
  background:#f3f4f6;       /* neutral */
  display:block;
}

/* Sticky right column on desktop (Eventbrite feel) */
@media (min-width: 992px){
  .jfp-booking .col-lg-3{
    position: sticky;
    top: 18px;
    align-self: flex-start;
  }
}

/* Make layout breathe (fix “too close to edge”) */
.jfp-booking .container{
  padding-left: 16px;
  padding-right: 16px;
}

/* Mobile: single column stacking */
@media (max-width: 991px){
  .jfp-booking .col-lg-3{
    position: static;
    top: auto;
  }
  .jfp-booking .event-image img{
    height: 200px;
  }
  .jfp-booking .payment-btn{
    justify-content: stretch;
  }
  .jfp-booking .btn-payment,
  .jfp-booking .btn-cancel{
    width: 100%;
  }
}
/* ===== FINAL FORCE OVERRIDES ===== */

body .jfp-booking .about-title{
  color:#111 !important;
  text-transform:none !important;
}

body .jfp-booking .event-title{
  color:#111 !important;
}

body .jfp-booking .alert.alert-info{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
  color:#111 !important;
}

body .jfp-booking .booking-box{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
}

body .jfp-booking .box-title{
  background:transparent !important;
  color:#111 !important;
}