/* Frontend styles */
.tb-tour-wrapper, .tb-agent-wrapper { display:flex; flex-wrap:wrap; gap:20px; }
.tb-tour-card, .tb-agent-card { border:1px solid #e6e6e6; padding:12px; border-radius:10px; width:300px; box-shadow:0 2px 8px rgba(0,0,0,0.05); background:#fff; }
.tb-tour-card img{max-width:100%;border-radius:8px;}
.tb-tour-hero img{width:100%;max-height:420px;object-fit:cover;border-radius:8px;}
.tb-itinerary .tb-day-header{padding:10px;background:#f7f7f7;cursor:pointer;font-weight:600;border-bottom:1px solid #eee;}
.tb-day-content{display:none;padding:10px;}
.tb-inclusions li::before{content:"✔";color:green;margin-right:8px;}
.tb-exclusions li::before{content:"✖";color:red;margin-right:8px;}
.tb-booking-form{max-width:700px;margin:20px auto;padding:18px;background:#fff;border:1px solid #eee;border-radius:8px;}
.tb-btn{display:inline-block;padding:10px 16px;background:#ff5a5f;color:#fff;border-radius:6px;text-decoration:none;}
.tb-price-card{padding:8px;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:8px;}
.tb-alert{background:#fff3cd;padding:10px;border:1px solid #ffeeba;border-radius:6px;}
.tb-success{background:#d4edda;padding:10px;border:1px solid #c3e6cb;border-radius:6px;}
@media(max-width:768px){ .tb-tour-card{width:100%;} }