:root{--primary-color1: #C00000;--primary-color2: #9A000F;--arb-primary-color: #C00000;--arb-secondary-color: #9A000F;--arb-breadcrumb-color: ;}

/* Helpers */
.arb-hidden{display:none;}
.arb-sort-hidden{display:none;}

/* Checkout corporate invoice */
.checkout-corporate-toggle{justify-content:flex-start;}
#corporate_invoice{width:16px;height:16px;margin:0;flex:0 0 auto;}
.checkout-corporate-toggle label{margin:0;cursor:pointer;user-select:none;}

/* Tour list header + sorting bar */
.arb-tour-list-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.arb-sort-wrap{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;}
.arb-sortbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;}
.arb-sortbtn{appearance:none;border:0;background:transparent;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;color:#6b7280;font-weight:600;line-height:1;}
.arb-sortbtn i{font-size:18px;line-height:1;}
.arb-sortbtn:hover{background:rgba(13,110,253,.06);color:#0d6efd;}
.arb-sortbtn.active{background:rgba(13,110,253,.10);color:#0d6efd;}

/* Tour list card (category/list pages) */
.arb-tour-card{border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;padding:18px;display:grid;grid-template-columns:320px 1fr;gap:22px;}
.arb-tour-card__img{display:block;border-radius:16px;overflow:hidden;min-height:210px;height:100%;}
.arb-tour-card__img img{width:100%;height:100%;object-fit:cover;display:block;}
.arb-tour-card__body{display:flex;justify-content:space-between;gap:24px;min-width:0;}
.arb-tour-card__main{flex:1;min-width:0;}
.arb-tour-card__title{margin:0 0 8px;font-size:32px;line-height:1.15;font-weight:800;color:#111827;}
.arb-tour-card__title a{color:inherit;text-decoration:none;}
.arb-tour-card__title a:hover{text-decoration:underline;}
.arb-tour-card__sub{margin:0 0 14px;color:#6b7280;font-weight:600;}
.arb-tour-card__meta{display:flex;flex-wrap:wrap;gap:18px;}
.arb-tour-card__meta-item{display:inline-flex;align-items:center;gap:10px;color:#374151;font-weight:600;}
.arb-tour-card__meta-item i{font-size:18px;color:#0d6efd;}
.arb-tour-card__aside{width:260px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:8px;}
.arb-tour-card__status{display:inline-flex;align-items:center;gap:8px;color:var(--primary-color1);font-weight:700;margin-bottom:8px;}
.arb-tour-card__price-label{color:#9ca3af;font-weight:600;}
.arb-tour-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.arb-tour-card__price-amount{font-size:46px;line-height:1;font-weight:800;color:var(--primary-color1);}
.arb-tour-card__price-currency{font-size:18px;line-height:1;font-weight:800;color:var(--primary-color1);}
.arb-tour-card__price-old{color:#9ca3af;font-weight:700;margin-left:6px;}
.arb-tour-card__price-note{color:#9ca3af;font-weight:600;margin-top:-2px;}
.arb-tour-card__btn{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:14px;border:2px solid var(--primary-color1);color:var(--primary-color1);background:#fff;text-decoration:none;font-weight:800;letter-spacing:.04em;text-transform:uppercase;min-width:220px;}
.arb-tour-card__btn:hover{background:var(--primary-color1);color:#fff;}
@media (max-width: 991px){.arb-tour-card{grid-template-columns:1fr;}.arb-tour-card__img{min-height:220px;}.arb-tour-card__body{flex-direction:column;align-items:stretch;}.arb-tour-card__aside{width:100%;align-items:flex-start;text-align:left;}.arb-tour-card__price{justify-content:flex-start;}.arb-tour-card__btn{min-width:0;width:100%;}}

/* Tour thumbnail date badge (legacy cards) */
.arb-tour-thumb-wrap{position:relative;}
.arb-tour-date-badge{position:absolute;right:10px;bottom:10px;z-index:5;background:#fff;color:#111827;padding:6px 10px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.12);font-size:13px;line-height:1;white-space:nowrap;}
