/* =========================
   Step 2+: Search Result Listing (Locked mockup)
   Scoped strictly to this shortcode wrapper
   ========================= */
.flyup-ftbs-fe-scratch .flyup-ftbs-trip{border:0;padding:0;background:transparent;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__card{background:#fff;border:1px solid #e7edf3;border-radius:16px;box-shadow:0 12px 34px rgba(0,0,0,.08);padding:16px;transition:transform .18s ease, box-shadow .18s ease;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__card:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(0,0,0,.10);}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__head{display:grid;grid-template-columns:150px 1fr auto;gap:12px;align-items:start;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__avatar{width:150px;height:150px;object-fit:cover;border-radius:16px;border:0;background:transparent;display:block;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__avatar--ph{background:linear-gradient(180deg,#f8fafc,#eef2f7);border-radius:14px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__headtext{min-width:0;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__route{font-size:22px;font-weight:900;color:#0f172a;line-height:1.2;margin-bottom:4px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__sub{display:flex;gap:14px;flex-wrap:wrap;color:#334155;font-size:14px;margin-bottom:6px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__busname{font-size:16px;font-weight:800;color:#0f172a;margin:2px 0;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__meta{font-size:13px;color:#475569;margin-top:2px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__stats{margin-top:12px;font-size:14px;color:#0f172a;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__amenities{margin-top:10px;display:flex;gap:14px;flex-wrap:wrap;color:#0f172a;font-size:14px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-amen{display:inline-flex;gap:6px;align-items:center;}
.flyup-ftbs-fe-scratch .flyup-ftbs-amen__tick{font-weight:900;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__rightmeta{justify-self:end;display:flex;flex-direction:column;gap:8px;align-items:flex-end;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__datepill{background:transparent;border:1px solid rgba(249,115,22,.28);color:#9a3412;border-radius:12px;padding:6px 10px;font-weight:900;font-size:13px;white-space:nowrap;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__fare{font-size:18px;font-weight:900;color:#0f172a;line-height:1;}
/* Tabs */
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__tabs{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__tab{height:44px;padding:0 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;font-weight:800;cursor:pointer;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__tab:hover{background:#eef2f7;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__tab.is-active{background:#111827;color:#fff;border-color:#111827;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__booknow{margin-left:auto;height:44px;padding:0 18px;border-radius:12px;border:0;background:#f97316;color:#fff;font-weight:900;cursor:pointer;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__booknow:hover{opacity:.92;}
/* Panels */
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__panelwrap{margin-top:12px;border-top:1px dashed #e7edf3;padding-top:12px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__panel{display:none;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__panel.is-active{display:block;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__coming{background:#f8fafc;border:1px solid #e7edf3;border-radius:12px;padding:12px;color:#475569;font-size:14px;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__policy-text{white-space:pre-wrap;color:#0f172a;font-size:14px;line-height:1.6;}
/* Gallery row - single line scroll */
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__gallery-row{display:flex;gap:10px;overflow:auto;padding-bottom:4px;scrollbar-width:thin;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__thumbbtn{border:0;background:transparent;padding:0;cursor:pointer;flex:0 0 auto;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__thumb{width:86px;height:70px;border-radius:14px;object-fit:cover;border:2px solid #f97316;box-shadow:0 2px 10px rgba(0,0,0,.08);background:#f3f4f6;}
.flyup-ftbs-fe-scratch .flyup-ftbs-trip__thumbbtn:focus{outline:2px solid rgba(249,115,22,.35);outline-offset:2px;border-radius:16px;}
@media (max-width: 860px){
  .flyup-ftbs-fe-scratch .flyup-ftbs-trip__head{grid-template-columns:88px 1fr;}
  .flyup-ftbs-fe-scratch .flyup-ftbs-trip__rightmeta{grid-column:1/-1;justify-self:start;align-items:flex-start;}
  .flyup-ftbs-fe-scratch .flyup-ftbs-trip__avatar{width:88px;height:88px;}
  .flyup-ftbs-fe-scratch .flyup-ftbs-trip__route{font-size:18px;}
  .flyup-ftbs-fe-scratch .flyup-ftbs-trip__booknow{width:100%;margin-left:0;}
}
