
.tcr-wrap{max-width:1120px;margin:0 auto;padding:16px;border-radius:14px;background:#f6f8fb;direction:rtl}
.tcr-wrap h2{font-size:20px;font-weight:900;margin:0 0 12px}
.tcr-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}
.tcr-form label,.tcr-date-field{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:900}
.tcr-form input,.tcr-form select{height:40px;border:1px solid #cfd8e3;border-radius:9px;padding:0 10px;box-sizing:border-box;width:100%}
.tcr-calc{height:40px;border:0;border-radius:9px;background:#f28c28;color:#fff;font-weight:900;cursor:pointer;align-self:end}
.tcr-hidden{display:none!important}
.tcr-date-tabs{display:flex;gap:4px}
.tcr-date-tabs button{height:26px;border:1px solid #cfd8e3;background:#fff;border-radius:7px;font-size:11px;font-weight:800;cursor:pointer}
.tcr-date-tabs button.is-active{background:#0f4c81;color:#fff;border-color:#0f4c81}
.tcr-results{margin-top:14px}
.tcr-empty{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:14px;font-weight:800;text-align:center}
.tcr-summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-bottom:10px}
.tcr-table-wrap{overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px}
.tcr-table{width:100%;border-collapse:collapse;min-width:700px}
.tcr-table th{background:#0f4c81;color:#fff;padding:10px;font-size:12px}
.tcr-table td{padding:9px 10px;border-bottom:1px solid #edf2f7;text-align:center}
@media(max-width:1100px){.tcr-form{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.tcr-form{grid-template-columns:1fr}.tcr-wrap{padding:10px}}


/* v6.31 jalali default calendar */
.tcr-date-j[readonly]{
  background:#fff!important;
  cursor:default!important;
  font-weight:900!important;
  text-align:center!important;
}
.tcr-date-tabs button[data-today]{
  background:#f28c28!important;
  color:#fff!important;
  border-color:#f28c28!important;
}
.tcr-date-g::-webkit-calendar-picker-indicator{
  cursor:pointer;
}


/* v6.40 modern calendar and passenger popup */
.tcr-date-open,.tcr-passenger-open{
  width:100%;height:40px;border:1px solid #cfd8e3;background:#fff;border-radius:9px;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1px;font-weight:900;cursor:pointer;color:#0f172a
}
.tcr-date-open small,.tcr-passenger-open small{font-size:10px;color:#64748b;font-weight:700}
.tcr-ui-modal{position:fixed;inset:0;z-index:999999;display:none}
.tcr-ui-modal.is-open{display:block}
.tcr-ui-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.18)}
.tcr-ui-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(860px,calc(100vw - 24px));max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.25);direction:rtl}
.tcr-cal-head{display:flex;justify-content:space-between;gap:10px;padding:14px;border-bottom:1px solid #e2e8f0}
.tcr-cal-head button,.tcr-cal-footer button{border:0;background:#3b63e6;color:#fff;border-radius:9px;height:36px;padding:0 14px;font-weight:900;cursor:pointer}
.tcr-cal-switch{background:#fff!important;color:#2563eb!important}
.tcr-cal-body{display:grid;grid-template-columns:220px 1fr;gap:14px;padding:16px}
.tcr-cal-suggest{border-left:1px solid #e2e8f0;padding-left:12px}
.tcr-cal-suggest h3{margin:0 0 10px;font-size:17px}
.tcr-cal-suggest p{color:#b45309;font-size:13px;margin:0}
.tcr-cal-months{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.tcr-cal-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.tcr-cal-title strong{font-size:16px}
.tcr-cal-prev,.tcr-cal-next{border:0;background:#fff;font-size:28px;cursor:pointer;color:#0f172a}
.tcr-cal-week,.tcr-cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center}
.tcr-cal-week span{font-size:12px;color:#64748b}
.tcr-cal-days button{height:34px;border:0;background:#fff;border-radius:8px;color:#334155;cursor:pointer;font-weight:800}
.tcr-cal-days button:hover{background:#eef2ff}
.tcr-cal-days button.disabled{color:#cbd5e1;text-decoration:line-through;cursor:not-allowed;background:#fff}
.tcr-cal-days button.selected{border:1px solid #64748b;background:#f8fafc}
.tcr-cal-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding:12px 16px}
.tcr-pax{padding:14px;width:min(360px,calc(100vw - 24px));margin:auto}
.tcr-pax-row{display:grid;grid-template-columns:1fr 38px 42px 38px;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}
.tcr-pax-row strong{display:block;font-size:14px}
.tcr-pax-row small{display:block;font-size:11px;color:#64748b;margin-top:4px}
.tcr-pax-row button{width:36px;height:36px;border:1px solid #cbd5e1;border-radius:50%;background:#fff;color:#3b63e6;font-size:20px;font-weight:900;cursor:pointer}
.tcr-pax-row span{text-align:center;font-weight:900}
.tcr-pax-ok{width:100%;height:42px;margin-top:14px;border:0;border-radius:12px;background:#3b63e6;color:#fff;font-weight:900;cursor:pointer}
@media(max-width:720px){
  .tcr-ui-card{top:54%;width:calc(100vw - 16px)}
  .tcr-cal-body{grid-template-columns:1fr}
  .tcr-cal-suggest{border-left:0;border-bottom:1px solid #e2e8f0;padding:0 0 12px}
  .tcr-cal-months{grid-template-columns:1fr}
}


/* v6.41 clean calendar layout */
.tcr-ui-card{
  width:min(760px,calc(100vw - 24px))!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.tcr-cal-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:14px 16px!important;
  background:#fff!important;
  border-bottom:1px solid #e5e7eb!important;
}
.tcr-cal-tabs{
  display:flex!important;
  gap:8px!important;
}
.tcr-cal-tabs button{
  height:34px!important;
  padding:0 12px!important;
  border:1px solid #d8e0ea!important;
  background:#fff!important;
  color:#2563eb!important;
  border-radius:9px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.tcr-cal-tabs button.is-active{
  background:#2563eb!important;
  color:#fff!important;
  border-color:#2563eb!important;
}
.tcr-cal-today{
  height:34px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:9px!important;
  background:#f28c28!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.tcr-cal-body,.tcr-cal-suggest{
  display:none!important;
}
.tcr-cal-months-only{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
  padding:18px!important;
}
.tcr-cal-month{
  min-width:0!important;
}
.tcr-cal-title{
  height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-bottom:10px!important;
}
.tcr-cal-title strong{
  font-size:15px!important;
  font-weight:900!important;
  color:#0f172a!important;
}
.tcr-cal-prev,.tcr-cal-next{
  width:32px!important;
  height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e2e8f0!important;
  border-radius:50%!important;
  background:#fff!important;
  font-size:22px!important;
  line-height:1!important;
}
.tcr-cal-week,.tcr-cal-days{
  display:grid!important;
  grid-template-columns:repeat(7,1fr)!important;
  gap:5px!important;
  text-align:center!important;
}
.tcr-cal-week span{
  height:24px!important;
  line-height:24px!important;
  font-size:11px!important;
  color:#64748b!important;
  font-weight:800!important;
}
.tcr-cal-days .tcr-cal-day{
  height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  visibility:visible!important;
  opacity:1!important;
  border:0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#334155!important;
  cursor:pointer!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  box-sizing:border-box!important;
  text-decoration:none!important;
  user-select:none!important;
}
.tcr-cal-days .tcr-cal-day:hover:not(.disabled){
  background:#eef2ff!important;
  color:#1d4ed8!important;
}
.tcr-cal-days .tcr-cal-day.disabled{
  color:#cbd5e1!important;
  cursor:not-allowed!important;
  text-decoration:line-through!important;
  background:#fff!important;
}
.tcr-cal-days .tcr-cal-day.selected{
  background:#f8fafc!important;
  border:1px solid #64748b!important;
  color:#0f172a!important;
}
.tcr-cal-days .tcr-cal-empty{
  display:block!important;
  height:32px!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.tcr-cal-footer{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  padding:12px 16px!important;
  border-top:1px solid #e5e7eb!important;
  background:#fff!important;
}
.tcr-cal-footer button{
  width:96px!important;
  height:38px!important;
  border:0!important;
  border-radius:10px!important;
  background:#3b63e6!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
}
@media(max-width:720px){
  .tcr-cal-head{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
  }
  .tcr-cal-tabs{
    width:100%!important;
  }
  .tcr-cal-tabs button,.tcr-cal-today{
    flex:1!important;
  }
  .tcr-cal-months-only{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:14px!important;
  }
}


/* v6.42 fixed desktop form layout */
.tcr-wrap{
  max-width:1120px!important;
  margin:0 auto!important;
  padding:18px!important;
  border-radius:14px!important;
  background:#f6f8fb!important;
  box-sizing:border-box!important;
}
.tcr-wrap h2{
  margin:0 0 14px!important;
  font-size:20px!important;
  font-weight:900!important;
  text-align:right!important;
}
.tcr-form{
  display:grid!important;
  grid-template-columns:
    minmax(140px, 1fr)
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(180px, 1.15fr)!important;
  gap:10px!important;
  align-items:end!important;
  background:#fff!important;
  border:1px solid #dbe3ea!important;
  border-radius:14px!important;
  padding:16px 12px!important;
  box-sizing:border-box!important;
}

.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  margin:0!important;
  font-size:12px!important;
  font-weight:900!important;
  color:#0f172a!important;
}

.tcr-form > label > span,
.tcr-date-field > span,
.tcr-passenger-field > span{
  height:18px!important;
  line-height:18px!important;
  white-space:nowrap!important;
  text-align:center!important;
}

.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  width:100%!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  box-sizing:border-box!important;
  border-radius:9px!important;
  font-size:12px!important;
}

.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open{
  border:1px solid #cfd8e3!important;
  background:#fff!important;
  color:#0f172a!important;
  padding:0 10px!important;
}

.tcr-date-open,
.tcr-passenger-open{
  justify-content:center!important;
  align-items:center!important;
  gap:1px!important;
  line-height:1.2!important;
}

.tcr-date-open small,
.tcr-passenger-open small{
  display:block!important;
  font-size:10px!important;
  color:#64748b!important;
  font-weight:800!important;
}

.tcr-passenger-open strong,
.tcr-date-label-text{
  display:block!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.2!important;
}

.tcr-calc{
  align-self:end!important;
  border:0!important;
  background:#f28c28!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
  margin:0!important;
  padding:0 12px!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}

/* Hide destination field only when shortcode is locked, without breaking grid */
.tcr-hidden{
  display:none!important;
}

/* When destination is hidden, keep clean 5-column layout */
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  grid-template-columns:
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(150px, 1fr)
    minmax(180px, 1.1fr)
    minmax(150px, .9fr)!important;
}

/* Button should stay at end in dedicated column */
.tcr-wrap[data-forced-route="van"] .tcr-calc,
.tcr-wrap[data-forced-route="yerevan"] .tcr-calc{
  grid-column:auto!important;
}

@media(max-width:1100px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .tcr-calc{
    grid-column:1 / -1!important;
  }
}

@media(max-width:720px){
  .tcr-wrap{
    padding:12px!important;
  }
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .tcr-form input,
  .tcr-form select,
  .tcr-date-open,
  .tcr-passenger-open,
  .tcr-calc{
    height:44px!important;
    min-height:44px!important;
  }
}


/* v6.50 search button alignment */
.tcr-form{align-items:end!important}
.tcr-calc{
height:40px!important;
min-height:40px!important;
max-height:40px!important;
align-self:end!important;
margin-top:auto!important;
top:0!important;
}
.tcr-form > label,.tcr-date-field,.tcr-passenger-field{justify-content:flex-end!important}
.tcr-date-open,.tcr-passenger-open{height:40px!important}

/* v6.51 button exact alignment */
.tcr-calc{height:40px!important;min-height:40px!important;align-self:end!important;margin:0!important}


/* v6.54 result table */
.tcr-table-wrap{
margin-top:14px;
overflow:auto;
border-radius:14px;
border:1px solid #dbe3ea;
background:#fff;
}
.tcr-results{
width:100%;
border-collapse:collapse;
min-width:760px;
}
.tcr-results thead th{
background:#0f3b66;
color:#fff;
padding:14px 12px;
font-size:13px;
font-weight:900;
text-align:center;
}
.tcr-results tbody td{
padding:13px 10px;
border-top:1px solid #e5e7eb;
font-size:13px;
text-align:center;
}
.tcr-results tbody tr:nth-child(even) td{
background:#f8fafc;
}
.tcr-hotel{
font-weight:800;
text-align:right!important;
}
.tcr-stars{
color:#f59e0b;
font-size:15px;
font-weight:900;
}
.tcr-request-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:100px;
height:36px;
padding:0 12px;
border-radius:8px;
background:#16a34a;
color:#fff!important;
font-weight:900;
text-decoration:none!important;
}
.tcr-request-btn:hover{
background:#15803d;
color:#fff!important;
}


/* v6.55 result table fix */
.tcr-results{
direction:ltr!important;
table-layout:fixed;
}
.tcr-results thead th,
.tcr-results tbody td{
direction:rtl!important;
vertical-align:middle!important;
}
.tcr-results thead th{
white-space:nowrap;
}
.tcr-results tbody td{
overflow:hidden;
text-overflow:ellipsis;
}
.tcr-results tbody td.tcr-hotel{
direction:rtl!important;
text-align:right!important;
font-weight:800;
}
.tcr-col-request,
.tcr-request-cell{
width:130px!important;
min-width:130px!important;
max-width:130px!important;
text-align:center!important;
}
.tcr-request-cell{
padding:8px!important;
}
.tcr-request-btn{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%!important;
min-width:unset!important;
height:38px!important;
border-radius:8px!important;
font-size:13px!important;
font-weight:900!important;
box-sizing:border-box!important;
}
@media(max-width:768px){
.tcr-results{
min-width:760px!important;
}
.tcr-col-request,
.tcr-request-cell{
width:110px!important;
min-width:110px!important;
max-width:110px!important;
}
.tcr-request-btn{
height:34px!important;
font-size:12px!important;
}
}


/* v6.56 force visible result UI */
.tcr-version-badge{
  display:inline-block!important;
  margin:10px 0 8px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#eef2ff!important;
  color:#1d4ed8!important;
  font-size:11px!important;
  font-weight:900!important;
}
.tcr-table-wrap-v656{
  direction:ltr!important;
  width:100%!important;
  overflow-x:auto!important;
  border:1px solid #dbe3ea!important;
  border-radius:12px!important;
  background:#fff!important;
}
.tcr-results-v656{
  direction:ltr!important;
  width:100%!important;
  min-width:820px!important;
  border-collapse:collapse!important;
  table-layout:fixed!important;
}
.tcr-results-v656 th,
.tcr-results-v656 td{
  direction:rtl!important;
  text-align:center!important;
  vertical-align:middle!important;
  box-sizing:border-box!important;
}
.tcr-results-v656 thead th{
  background:#0f3b66!important;
  color:#fff!important;
  padding:12px 10px!important;
  font-size:13px!important;
  font-weight:900!important;
  border-left:1px solid rgba(255,255,255,.18)!important;
}
.tcr-results-v656 tbody td{
  padding:10px 9px!important;
  font-size:13px!important;
  border-top:1px solid #e5e7eb!important;
  border-left:1px solid #e5e7eb!important;
  background:#fff!important;
}
.tcr-results-v656 tbody tr:nth-child(even) td{
  background:#f8fafc!important;
}
.tcr-results-v656 .tcr-col-hotel,
.tcr-results-v656 .tcr-hotel{
  width:32%!important;
  text-align:right!important;
}
.tcr-results-v656 .tcr-col-stars,
.tcr-results-v656 .tcr-stars{
  width:12%!important;
}
.tcr-results-v656 .tcr-col-service{
  width:13%!important;
}
.tcr-results-v656 .tcr-col-per{
  width:15%!important;
}
.tcr-results-v656 .tcr-col-total{
  width:15%!important;
}
.tcr-results-v656 .tcr-col-request,
.tcr-results-v656 .tcr-request-cell{
  width:13%!important;
}
.tcr-results-v656 .tcr-stars{
  color:#f59e0b!important;
  letter-spacing:1px!important;
  font-weight:900!important;
}
.tcr-results-v656 .tcr-request-cell{
  padding:7px!important;
  text-align:center!important;
}
.tcr-results-v656 .tcr-request-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:34px!important;
  min-width:0!important;
  padding:0 8px!important;
  border-radius:8px!important;
  background:#16a34a!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.tcr-results-v656 .tcr-request-btn:hover{
  background:#15803d!important;
  color:#fff!important;
}


/* v6.57 output image card */
.tcr-export-actions{
  display:flex!important;
  justify-content:flex-start!important;
  margin:10px 0!important;
}
.tcr-download-image{
  height:38px!important;
  border:0!important;
  border-radius:9px!important;
  background:#0f3b66!important;
  color:#fff!important;
  padding:0 14px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.tcr-print-card{
  background:#fff!important;
  border:1px solid #dbe3ea!important;
  border-radius:12px!important;
  overflow:hidden!important;
  padding:10px!important;
}
.tcr-print-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:3px solid #0f3b66!important;
  padding:10px 12px!important;
  margin-bottom:10px!important;
  color:#0f172a!important;
}
.tcr-print-header strong{
  display:block!important;
  font-size:22px!important;
  color:#0f3b66!important;
  font-weight:900!important;
}
.tcr-print-header span{
  display:block!important;
  color:#f28c28!important;
  font-size:13px!important;
  font-weight:900!important;
  margin-top:3px!important;
}
.tcr-print-date{
  font-size:13px!important;
  color:#334155!important;
  text-align:left!important;
}
.tcr-print-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:10px 12px!important;
  border-top:2px solid #f28c28!important;
  margin-top:8px!important;
  font-size:12px!important;
  color:#334155!important;
}
.tcr-print-footer strong{
  color:#0f3b66!important;
  font-size:14px!important;
}


/* v6.60 stable final export result */
.tcr-version-badge{
  display:inline-block!important;
  margin:10px 0 8px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#eef2ff!important;
  color:#1d4ed8!important;
  font-size:11px!important;
  font-weight:900!important;
}
.tcr-export-actions{
  display:flex!important;
  justify-content:flex-start!important;
  margin:10px 0!important;
}
.tcr-download-image{
  height:40px!important;
  border:0!important;
  border-radius:9px!important;
  background:#0f3b66!important;
  color:#fff!important;
  padding:0 16px!important;
  font-weight:900!important;
  cursor:pointer!important;
  font-size:13px!important;
}
.tcr-download-image:disabled{
  opacity:.7!important;
  cursor:wait!important;
}
.tcr-print-card{
  background:#fff!important;
  border:1px solid #dbe3ea!important;
  border-radius:12px!important;
  overflow:hidden!important;
  padding:10px!important;
}
.tcr-print-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:3px solid #0f3b66!important;
  padding:10px 12px!important;
  margin-bottom:10px!important;
}
.tcr-print-header strong{
  display:block!important;
  font-size:22px!important;
  color:#0f3b66!important;
  font-weight:900!important;
}
.tcr-print-header span{
  display:block!important;
  color:#f28c28!important;
  font-size:13px!important;
  font-weight:900!important;
}
.tcr-print-date{
  font-size:13px!important;
  color:#334155!important;
}
.tcr-print-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:10px 12px!important;
  border-top:2px solid #f28c28!important;
  margin-top:8px!important;
  font-size:12px!important;
  color:#334155!important;
}
.tcr-print-footer strong{
  color:#0f3b66!important;
  font-size:14px!important;
}


/* v6.60.1 compact result output */
.tcr-compact-results{
  width:100%!important;
  border-collapse:collapse!important;
  min-width:720px!important;
}
.tcr-compact-results th{
  padding:7px 8px!important;
  line-height:1.25!important;
  font-size:12px!important;
  white-space:nowrap!important;
}
.tcr-compact-results td{
  padding:5px 8px!important;
  line-height:1.2!important;
  font-size:12px!important;
  vertical-align:middle!important;
}
.tcr-hotel{
  text-align:right!important;
  font-weight:800!important;
}
.tcr-hotel-link{
  color:#0f4c81!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.tcr-hotel-link:hover{
  text-decoration:underline!important;
}
.tcr-request-cell{
  width:112px!important;
  min-width:112px!important;
  text-align:center!important;
  padding:4px 6px!important;
}
.tcr-request-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:28px!important;
  min-width:92px!important;
  padding:0 9px!important;
  border-radius:7px!important;
  background:#16a34a!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.tcr-request-btn:hover{
  background:#15803d!important;
  color:#fff!important;
}
.tcr-stars{
  color:#f59e0b!important;
  font-weight:900!important;
}


/* v6.60.4 modern one-line desktop search UI */
.tcr-wrap{
  max-width:1360px!important;
  margin:0 auto!important;
  padding:28px 18px!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%)!important;
  box-sizing:border-box!important;
  direction:rtl!important;
}
.tcr-wrap h2{
  position:relative!important;
  margin:0 0 24px!important;
  padding-bottom:10px!important;
  font-size:28px!important;
  line-height:1.2!important;
  font-weight:950!important;
  color:#0f172a!important;
  text-align:right!important;
}
.tcr-wrap h2:after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:62px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#ff7a00!important;
}
.tcr-form{
  display:grid!important;
  grid-template-columns:minmax(160px,.9fr) minmax(170px,.95fr) minmax(220px,1.2fr) minmax(190px,1fr) minmax(112px,.55fr) minmax(220px,1.25fr) minmax(190px,.95fr)!important;
  gap:16px!important;
  align-items:end!important;
  background:#fff!important;
  border:1px solid #dbe5f0!important;
  border-radius:22px!important;
  padding:28px 18px 22px!important;
  box-shadow:0 14px 38px rgba(15,23,42,.08)!important;
  box-sizing:border-box!important;
}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:0!important;
  margin:0!important;
  color:#0f172a!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:950!important;
  text-align:center!important;
}
.tcr-form > label > span,
.tcr-date-field > span,
.tcr-passenger-field > span{
  height:22px!important;
  line-height:22px!important;
  text-align:center!important;
  font-size:16px!important;
  font-weight:950!important;
  color:#0f172a!important;
  white-space:nowrap!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  width:100%!important;
  height:64px!important;
  min-height:64px!important;
  max-height:64px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
  font-size:16px!important;
  line-height:1.25!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open{
  border:1px solid #d4deea!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 5px 13px rgba(15,23,42,.04)!important;
}
.tcr-form input,
.tcr-form select{
  padding:0 16px!important;
  font-weight:850!important;
}
.tcr-form select{
  appearance:auto!important;
  cursor:pointer!important;
}
.tcr-date-open,
.tcr-passenger-open{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:0 14px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.tcr-date-open small,
.tcr-passenger-open small{
  display:block!important;
  margin-top:2px!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:850!important;
  color:#64748b!important;
}
.tcr-date-label-text,
.tcr-passenger-open strong{
  display:block!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:950!important;
  color:#111827!important;
}
.tcr-field-nights input{
  text-align:center!important;
}
.tcr-calc{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:row-reverse!important;
  gap:10px!important;
  align-self:end!important;
  margin:0!important;
  border:0!important;
  background:linear-gradient(135deg,#ff8a16 0%,#ff6900 100%)!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:950!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:0 12px 22px rgba(255,105,0,.24)!important;
  transition:transform .15s ease, box-shadow .15s ease!important;
}
.tcr-calc:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 16px 28px rgba(255,105,0,.28)!important;
}
.tcr-calc-icon{
  width:22px!important;
  height:22px!important;
  display:inline-block!important;
  position:relative!important;
  box-sizing:border-box!important;
  border:3px solid currentColor!important;
  border-radius:50%!important;
}
.tcr-calc-icon:after{
  content:""!important;
  position:absolute!important;
  width:10px!important;
  height:3px!important;
  left:-8px!important;
  bottom:-4px!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
}
.tcr-hidden{display:none!important;}
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  grid-template-columns:minmax(170px,1fr) minmax(230px,1.25fr) minmax(200px,1.05fr) minmax(115px,.55fr) minmax(230px,1.25fr) minmax(200px,1fr)!important;
}
@media(max-width:1280px){
  .tcr-form{
    grid-template-columns:minmax(140px,.9fr) minmax(150px,.95fr) minmax(190px,1.2fr) minmax(165px,1fr) minmax(100px,.55fr) minmax(190px,1.2fr) minmax(170px,.95fr)!important;
    gap:12px!important;
  }
  .tcr-wrap{max-width:1180px!important;}
}
@media(max-width:1100px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .tcr-calc{grid-column:1 / -1!important;}
}
@media(max-width:720px){
  .tcr-wrap{
    padding:18px 12px!important;
  }
  .tcr-wrap h2{
    font-size:22px!important;
    margin-bottom:16px!important;
  }
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:18px 14px!important;
    border-radius:18px!important;
  }
  .tcr-form input,
  .tcr-form select,
  .tcr-date-open,
  .tcr-passenger-open,
  .tcr-calc{
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    font-size:15px!important;
  }
  .tcr-form > label,
  .tcr-date-field,
  .tcr-passenger-field{
    text-align:right!important;
  }
  .tcr-form > label > span,
  .tcr-date-field > span,
  .tcr-passenger-field > span{
    text-align:right!important;
  }
}


/* v6.60.5 fixed single-row aligned search form */
.tcr-wrap{
  max-width:1280px!important;
  overflow:hidden!important;
}
.tcr-form{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
  padding:26px 18px 22px!important;
}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  flex:0 0 auto!important;
  min-width:0!important;
  max-width:none!important;
}
.tcr-field-origin{width:160px!important;}
.tcr-field-route{width:180px!important;}
.tcr-field-date{width:200px!important;}
.tcr-field-room{width:140px!important;}
.tcr-field-nights{width:90px!important;}
.tcr-field-passengers{width:170px!important;}
.tcr-calc{width:160px!important;flex:0 0 160px!important;}
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  display:flex!important;
  flex-wrap:nowrap!important;
}
.tcr-wrap[data-forced-route="van"] .tcr-field-origin,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-origin{width:170px!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-date,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-date{width:220px!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-room,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-room{width:160px!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-nights,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-nights{width:96px!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-passengers,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-passengers{width:190px!important;}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  border-radius:13px!important;
}
.tcr-form > label > span,
.tcr-date-field > span,
.tcr-passenger-field > span{
  height:20px!important;
  line-height:20px!important;
  margin-bottom:0!important;
}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  gap:8px!important;
}
.tcr-passenger-open,
.tcr-date-open{
  overflow:hidden!important;
}
.tcr-passenger-open strong,
.tcr-date-label-text{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-calc{
  margin-bottom:0!important;
}
@media(max-width:1200px){
  .tcr-wrap{max-width:100%!important;padding-left:14px!important;padding-right:14px!important;}
  .tcr-form{gap:8px!important;padding-left:14px!important;padding-right:14px!important;}
  .tcr-field-origin{width:150px!important;}
  .tcr-field-route{width:165px!important;}
  .tcr-field-date{width:185px!important;}
  .tcr-field-room{width:130px!important;}
  .tcr-field-nights{width:82px!important;}
  .tcr-field-passengers{width:155px!important;}
  .tcr-calc{width:148px!important;flex-basis:148px!important;font-size:15px!important;}
}
@media(max-width:1024px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .tcr-form > label,
  .tcr-date-field,
  .tcr-passenger-field,
  .tcr-calc{
    width:100%!important;
    flex-basis:auto!important;
  }
  .tcr-calc{grid-column:1 / -1!important;}
}
@media(max-width:720px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
  }
}

/* v6.60.6 hard fixed responsive grid search form */
.tcr-wrap{
  max-width:1280px!important;
  width:100%!important;
  margin:0 auto!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.tcr-form{
  display:grid!important;
  direction:rtl!important;
  grid-template-columns:
    minmax(92px,.80fr)
    minmax(118px,1fr)
    minmax(150px,1.25fr)
    minmax(108px,.90fr)
    minmax(70px,.55fr)
    minmax(145px,1.15fr)
    minmax(118px,.95fr)!important;
  gap:10px!important;
  align-items:end!important;
  justify-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
  padding:24px 14px 18px!important;
  box-sizing:border-box!important;
}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  flex:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:7px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.tcr-field-origin{grid-column:auto!important;width:auto!important;}
.tcr-field-route{grid-column:auto!important;width:auto!important;}
.tcr-field-date{grid-column:auto!important;width:auto!important;}
.tcr-field-room{grid-column:auto!important;width:auto!important;}
.tcr-field-nights{grid-column:auto!important;width:auto!important;}
.tcr-field-passengers{grid-column:auto!important;width:auto!important;}
.tcr-calc{
  grid-column:auto!important;
  width:100%!important;
  min-width:0!important;
  flex:none!important;
  flex-basis:auto!important;
  align-self:end!important;
  margin:0!important;
  padding:0 10px!important;
  box-sizing:border-box!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
}
.tcr-form > label > span,
.tcr-date-field > span,
.tcr-passenger-field > span{
  display:block!important;
  height:18px!important;
  line-height:18px!important;
  margin:0!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.tcr-form input,
.tcr-form select{
  padding:0 12px!important;
  font-size:14px!important;
  font-weight:900!important;
}
.tcr-date-open,
.tcr-passenger-open{
  padding:0 10px!important;
  overflow:hidden!important;
}
.tcr-date-label-text,
.tcr-passenger-open strong{
  max-width:100%!important;
  font-size:14px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-date-open small,
.tcr-passenger-open small{
  font-size:10px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.tcr-calc{
  font-size:14px!important;
  font-weight:950!important;
  gap:7px!important;
  white-space:nowrap!important;
}
.tcr-calc-icon{
  width:18px!important;
  height:18px!important;
  border-width:3px!important;
  flex:0 0 18px!important;
}
.tcr-calc-icon:after{
  width:8px!important;
  height:3px!important;
  left:-7px!important;
  bottom:-4px!important;
}
.tcr-field-nights input{
  text-align:center!important;
  padding-inline:6px!important;
}
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  grid-template-columns:
    minmax(118px,1fr)
    minmax(160px,1.30fr)
    minmax(118px,.95fr)
    minmax(72px,.55fr)
    minmax(150px,1.20fr)
    minmax(120px,.95fr)!important;
}
@media(max-width:900px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .tcr-calc{grid-column:1 / -1!important;}
}
@media(max-width:640px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
    padding:18px 14px!important;
  }
  .tcr-form > label > span,
  .tcr-date-field > span,
  .tcr-passenger-field > span{
    text-align:right!important;
  }
}

/* v6.60.7 precision desktop grid fix
   Final override: the search button is a normal grid item with a fixed/safe track,
   every field has its own explicit column, and all controls keep equal height. */
.tcr-wrap{
  max-width:1280px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:24px 18px 34px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.tcr-form{
  display:grid!important;
  direction:ltr!important;
  grid-template-columns:
    minmax(112px, .82fr)   /* search button - left */
    minmax(132px, 1.04fr)  /* passengers */
    minmax(68px, .54fr)    /* nights */
    minmax(112px, .88fr)   /* room */
    minmax(152px, 1.12fr)  /* date */
    minmax(118px, .94fr)   /* destination */
    minmax(118px, .94fr)   /* origin - right */
    !important;
  gap:10px!important;
  align-items:end!important;
  justify-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  padding:24px 14px 18px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.tcr-form > *{min-width:0!important;box-sizing:border-box!important;}
.tcr-field-origin{grid-column:7!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-field-route{grid-column:6!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-field-date{grid-column:5!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-field-room{grid-column:4!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-field-nights{grid-column:3!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-field-passengers{grid-column:2!important;grid-row:1!important;width:auto!important;max-width:none!important;direction:rtl!important;}
.tcr-calc{
  grid-column:1!important;
  grid-row:1!important;
  direction:rtl!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  flex:0 1 auto!important;
  flex-basis:auto!important;
  align-self:end!important;
  justify-self:stretch!important;
  margin:0!important;
  padding:0 8px!important;
  overflow:hidden!important;
}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:7px!important;
  margin:0!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  text-align:center!important;
  direction:rtl!important;
}
.tcr-form > label > span,
.tcr-date-field > span,
.tcr-passenger-field > span{
  height:18px!important;
  line-height:18px!important;
  margin:0!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
}
.tcr-form input,
.tcr-form select{
  width:100%!important;
  padding:0 10px!important;
  font-size:14px!important;
  font-weight:900!important;
}
.tcr-date-open,
.tcr-passenger-open{
  width:100%!important;
  padding:0 8px!important;
  overflow:hidden!important;
}
.tcr-date-label-text,
.tcr-passenger-open strong,
.tcr-calc span:last-child{
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-date-open small,
.tcr-passenger-open small{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-calc{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.tcr-calc-icon{width:17px!important;height:17px!important;flex:0 0 17px!important;border-width:3px!important;}
.tcr-calc-icon:after{width:7px!important;height:3px!important;left:-6px!important;bottom:-4px!important;}
.tcr-field-nights input{text-align:center!important;padding-inline:4px!important;}

/* Locked-route shortcodes: destination is hidden, so we use a clean six-column map. */
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  grid-template-columns:
    minmax(120px,.9fr)
    minmax(145px,1.08fr)
    minmax(70px,.55fr)
    minmax(120px,.9fr)
    minmax(165px,1.18fr)
    minmax(130px,.98fr)
    !important;
}
.tcr-wrap[data-forced-route="van"] .tcr-field-origin,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-origin{grid-column:6!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-date,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-date{grid-column:5!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-room,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-room{grid-column:4!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-nights,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-nights{grid-column:3!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-passengers,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-passengers{grid-column:2!important;}
.tcr-wrap[data-forced-route="van"] .tcr-calc,
.tcr-wrap[data-forced-route="yerevan"] .tcr-calc{grid-column:1!important;}

@media(max-width:860px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    direction:rtl!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
  }
  .tcr-field-origin,.tcr-field-route,.tcr-field-date,.tcr-field-room,.tcr-field-nights,.tcr-field-passengers,.tcr-calc{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
  }
  .tcr-calc{grid-column:1 / -1!important;}
}
@media(max-width:560px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
    padding:18px 14px!important;
  }
  .tcr-form > label > span,
  .tcr-date-field > span,
  .tcr-passenger-field > span{text-align:right!important;}
}

/* v6.60.8 RTL order and pixel alignment fix
   Desktop order from right to left is: origin, destination, date, room, nights, passengers, search. */
.tcr-wrap{
  max-width:1280px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:24px 18px 34px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.tcr-form{
  direction:rtl!important;
  display:grid!important;
  grid-template-columns:
    minmax(126px,.92fr)   /* 1 origin - right */
    minmax(126px,.92fr)   /* 2 destination */
    minmax(170px,1.2fr)   /* 3 date */
    minmax(128px,.94fr)   /* 4 room */
    minmax(78px,.56fr)    /* 5 nights */
    minmax(158px,1.08fr)  /* 6 passengers */
    minmax(150px,.98fr)   /* 7 search - left */
    !important;
  gap:10px!important;
  align-items:end!important;
  justify-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  padding:24px 12px 18px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.tcr-form > *{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
.tcr-field-origin{grid-column:1!important;grid-row:1!important;direction:rtl!important;}
.tcr-field-route{grid-column:2!important;grid-row:1!important;direction:rtl!important;}
.tcr-field-date{grid-column:3!important;grid-row:1!important;direction:rtl!important;}
.tcr-field-room{grid-column:4!important;grid-row:1!important;direction:rtl!important;}
.tcr-field-nights{grid-column:5!important;grid-row:1!important;direction:rtl!important;}
.tcr-field-passengers{grid-column:6!important;grid-row:1!important;direction:rtl!important;}
.tcr-calc{grid-column:7!important;grid-row:1!important;direction:rtl!important;}
.tcr-form > label,
.tcr-date-field,
.tcr-passenger-field{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin:0!important;
  width:100%!important;
  min-width:0!important;
  text-align:center!important;
}
.tcr-form > label,
.tcr-date-field > span,
.tcr-passenger-field > span,
.tcr-form > label > span{
  font-size:13px!important;
  font-weight:950!important;
  line-height:18px!important;
  color:#071326!important;
  white-space:nowrap!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open,
.tcr-calc{
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  width:100%!important;
  max-width:100%!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
  margin:0!important;
}
.tcr-form input,
.tcr-form select,
.tcr-date-open,
.tcr-passenger-open{
  border:1px solid #cfdceb!important;
  background:#fff!important;
  color:#071326!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
}
.tcr-form input,
.tcr-form select{
  padding:0 12px!important;
  font-size:14px!important;
  font-weight:900!important;
  text-align:right!important;
}
.tcr-field-nights input{
  text-align:center!important;
  padding:0 6px!important;
}
.tcr-date-open,
.tcr-passenger-open{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:2px!important;
  padding:0 8px!important;
  overflow:hidden!important;
  text-align:center!important;
}
.tcr-date-label-text,
.tcr-passenger-open strong{
  display:block!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:18px!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-date-open small,
.tcr-passenger-open small{
  display:block!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:14px!important;
  color:#64748b!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-calc{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  align-self:end!important;
  justify-self:stretch!important;
  min-width:0!important;
  padding:0 12px!important;
  border:0!important;
  background:#ff780f!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  box-shadow:0 12px 24px rgba(255,120,15,.22)!important;
}
.tcr-calc span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.tcr-calc-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;border-width:3px!important;}
.tcr-calc-icon:after{width:8px!important;height:3px!important;left:-6px!important;bottom:-4px!important;}

/* Forced-route shortcodes: destination is hidden; keep visual order from right to left. */
.tcr-wrap[data-forced-route="van"] .tcr-form,
.tcr-wrap[data-forced-route="yerevan"] .tcr-form{
  direction:rtl!important;
  grid-template-columns:
    minmax(132px,.98fr)   /* 1 origin */
    minmax(178px,1.22fr)  /* 2 date */
    minmax(132px,.96fr)   /* 3 room */
    minmax(78px,.56fr)    /* 4 nights */
    minmax(162px,1.1fr)   /* 5 passengers */
    minmax(154px,1fr)     /* 6 search */
    !important;
}
.tcr-wrap[data-forced-route="van"] .tcr-field-origin,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-origin{grid-column:1!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-date,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-date{grid-column:2!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-room,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-room{grid-column:3!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-nights,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-nights{grid-column:4!important;}
.tcr-wrap[data-forced-route="van"] .tcr-field-passengers,
.tcr-wrap[data-forced-route="yerevan"] .tcr-field-passengers{grid-column:5!important;}
.tcr-wrap[data-forced-route="van"] .tcr-calc,
.tcr-wrap[data-forced-route="yerevan"] .tcr-calc{grid-column:6!important;}

@media(max-width:1040px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    direction:rtl!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
  }
  .tcr-field-origin,.tcr-field-route,.tcr-field-date,.tcr-field-room,.tcr-field-nights,.tcr-field-passengers,.tcr-calc{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
  }
  .tcr-calc{grid-column:1 / -1!important;}
}
@media(max-width:680px){
  .tcr-form,
  .tcr-wrap[data-forced-route="van"] .tcr-form,
  .tcr-wrap[data-forced-route="yerevan"] .tcr-form{
    grid-template-columns:1fr!important;
    padding:18px 14px!important;
  }
  .tcr-form > label,
  .tcr-date-field,
  .tcr-passenger-field{text-align:right!important;}
  .tcr-form > label > span,
  .tcr-date-field > span,
  .tcr-passenger-field > span{text-align:right!important;}
}

/* v6.60.9 FINAL isolated RTL flex layout fix
   Order on desktop from right to left: origin, destination, date, room, nights, passengers, search. */
.tcr-wrap[dir="rtl"]{
  max-width:1280px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:24px 18px 34px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.tcr-wrap[dir="rtl"] > h2{
  margin:0 0 22px!important;
  padding:0 0 10px!important;
  text-align:right!important;
  font-size:24px!important;
  font-weight:950!important;
  line-height:1.25!important;
  color:#061226!important;
  position:relative!important;
}
.tcr-wrap[dir="rtl"] > h2:after{
  content:""!important;
  display:block!important;
  width:48px!important;
  height:3px!important;
  border-radius:999px!important;
  background:#ff780f!important;
  position:absolute!important;
  right:0!important;
  bottom:0!important;
}
.tcr-wrap[dir="rtl"] .tcr-form{
  direction:rtl!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding:20px 12px 17px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #d5e0ed!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(15,23,42,.045)!important;
}
.tcr-wrap[dir="rtl"] .tcr-form > *{
  box-sizing:border-box!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
}
.tcr-wrap[dir="rtl"] .tcr-field-origin{order:1!important;flex:0 1 122px!important;width:122px!important;}
.tcr-wrap[dir="rtl"] .tcr-field-route{order:2!important;flex:0 1 122px!important;width:122px!important;}
.tcr-wrap[dir="rtl"] .tcr-field-date{order:3!important;flex:0 1 158px!important;width:158px!important;}
.tcr-wrap[dir="rtl"] .tcr-field-room{order:4!important;flex:0 1 118px!important;width:118px!important;}
.tcr-wrap[dir="rtl"] .tcr-field-nights{order:5!important;flex:0 0 66px!important;width:66px!important;}
.tcr-wrap[dir="rtl"] .tcr-field-passengers{order:6!important;flex:0 1 146px!important;width:146px!important;}
.tcr-wrap[dir="rtl"] .tcr-calc{order:7!important;flex:0 0 148px!important;width:148px!important;}
.tcr-wrap[dir="rtl"] .tcr-hidden{display:none!important;}
.tcr-wrap[dir="rtl"] .tcr-form > label,
.tcr-wrap[dir="rtl"] .tcr-date-field,
.tcr-wrap[dir="rtl"] .tcr-passenger-field{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-end!important;
  gap:5px!important;
  text-align:center!important;
  line-height:1!important;
  direction:rtl!important;
}
.tcr-wrap[dir="rtl"] .tcr-form > label,
.tcr-wrap[dir="rtl"] .tcr-date-field > span,
.tcr-wrap[dir="rtl"] .tcr-passenger-field > span{
  height:15px!important;
  min-height:15px!important;
  max-height:15px!important;
  font-size:11px!important;
  font-weight:950!important;
  line-height:15px!important;
  color:#071326!important;
  white-space:nowrap!important;
}
.tcr-wrap[dir="rtl"] .tcr-form select,
.tcr-wrap[dir="rtl"] .tcr-form input,
.tcr-wrap[dir="rtl"] .tcr-date-open,
.tcr-wrap[dir="rtl"] .tcr-passenger-open,
.tcr-wrap[dir="rtl"] .tcr-calc{
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
  margin:0!important;
}
.tcr-wrap[dir="rtl"] .tcr-form select,
.tcr-wrap[dir="rtl"] .tcr-form input,
.tcr-wrap[dir="rtl"] .tcr-date-open,
.tcr-wrap[dir="rtl"] .tcr-passenger-open{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  border:1px solid #cfdceb!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#061226!important;
}
.tcr-wrap[dir="rtl"] .tcr-form select,
.tcr-wrap[dir="rtl"] .tcr-form input{
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:46px!important;
  text-align:right!important;
}
.tcr-wrap[dir="rtl"] .tcr-field-nights input{
  text-align:center!important;
  padding:0 6px!important;
}
.tcr-wrap[dir="rtl"] .tcr-date-open,
.tcr-wrap[dir="rtl"] .tcr-passenger-open{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:1px!important;
  padding:0 6px!important;
  overflow:hidden!important;
  text-align:center!important;
}
.tcr-wrap[dir="rtl"] .tcr-date-label-text,
.tcr-wrap[dir="rtl"] .tcr-passenger-open strong{
  display:block!important;
  max-width:100%!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:16px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#061226!important;
}
.tcr-wrap[dir="rtl"] .tcr-date-open small,
.tcr-wrap[dir="rtl"] .tcr-passenger-open small{
  display:block!important;
  max-width:100%!important;
  font-size:9px!important;
  font-weight:850!important;
  line-height:12px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#64748b!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  align-self:flex-end!important;
  padding:0 14px!important;
  border:0!important;
  outline:0!important;
  background:#ff780f!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  box-shadow:0 10px 20px rgba(255,120,15,.20)!important;
  cursor:pointer!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc span:last-child{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc-icon{
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  position:relative!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc-icon:after{
  content:""!important;
  position:absolute!important;
  width:8px!important;
  height:3px!important;
  left:-6px!important;
  bottom:-4px!important;
  background:#fff!important;
  border-radius:999px!important;
  transform:rotate(-45deg)!important;
}
@media (min-width:1101px){
  .tcr-wrap[dir="rtl"] .tcr-form{overflow:hidden!important;}
}
@media (max-width:1100px){
  .tcr-wrap[dir="rtl"] .tcr-form{
    flex-wrap:wrap!important;
    overflow:visible!important;
    gap:10px!important;
  }
  .tcr-wrap[dir="rtl"] .tcr-field-origin,
  .tcr-wrap[dir="rtl"] .tcr-field-route,
  .tcr-wrap[dir="rtl"] .tcr-field-date,
  .tcr-wrap[dir="rtl"] .tcr-field-room,
  .tcr-wrap[dir="rtl"] .tcr-field-passengers{flex:1 1 calc(33.333% - 10px)!important;width:auto!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-nights{flex:0 1 calc(33.333% - 10px)!important;width:auto!important;}
  .tcr-wrap[dir="rtl"] .tcr-calc{flex:1 1 calc(33.333% - 10px)!important;width:auto!important;}
}
@media (max-width:680px){
  .tcr-wrap[dir="rtl"]{padding:18px 12px 26px!important;}
  .tcr-wrap[dir="rtl"] .tcr-form{padding:14px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-origin,
  .tcr-wrap[dir="rtl"] .tcr-field-route,
  .tcr-wrap[dir="rtl"] .tcr-field-date,
  .tcr-wrap[dir="rtl"] .tcr-field-room,
  .tcr-wrap[dir="rtl"] .tcr-field-nights,
  .tcr-wrap[dir="rtl"] .tcr-field-passengers,
  .tcr-wrap[dir="rtl"] .tcr-calc{flex:1 1 100%!important;width:100%!important;}
  .tcr-wrap[dir="rtl"] .tcr-form > label,
  .tcr-wrap[dir="rtl"] .tcr-date-field,
  .tcr-wrap[dir="rtl"] .tcr-passenger-field{text-align:right!important;}
}


/* v6.60.10 final polish */
.tcr-wrap[dir="rtl"] .tcr-form select:hover,
.tcr-wrap[dir="rtl"] .tcr-form input:hover,
.tcr-wrap[dir="rtl"] .tcr-date-open:hover,
.tcr-wrap[dir="rtl"] .tcr-passenger-open:hover{
  border-color:#b8c9dc!important;
  box-shadow:0 6px 16px rgba(15,23,42,.045)!important;
}
.tcr-wrap[dir="rtl"] .tcr-form select:focus,
.tcr-wrap[dir="rtl"] .tcr-form input:focus,
.tcr-wrap[dir="rtl"] .tcr-date-open:focus,
.tcr-wrap[dir="rtl"] .tcr-passenger-open:focus{
  border-color:#ff8a25!important;
  box-shadow:0 0 0 3px rgba(255,120,15,.12)!important;
  outline:none!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 13px 24px rgba(255,120,15,.24)!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc:active{
  transform:translateY(0)!important;
}
@media (max-width:1180px) and (min-width:1101px){
  .tcr-wrap[dir="rtl"] .tcr-form{gap:7px!important;padding-left:10px!important;padding-right:10px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-origin{flex-basis:112px!important;width:112px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-route{flex-basis:112px!important;width:112px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-date{flex-basis:150px!important;width:150px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-room{flex-basis:112px!important;width:112px!important;}
  .tcr-wrap[dir="rtl"] .tcr-field-passengers{flex-basis:138px!important;width:138px!important;}
  .tcr-wrap[dir="rtl"] .tcr-calc{flex-basis:136px!important;width:136px!important;}
}

/* v6.60.11 full-width RTL row fit */
.tcr-wrap[dir="rtl"]{
  max-width:1180px!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:0 auto!important;
  padding:18px 12px 24px!important;
  background:#f4f8fd!important;
  overflow:hidden!important;
}
.tcr-wrap[dir="rtl"] h2{
  margin:0 0 18px!important;
  text-align:right!important;
}
.tcr-wrap[dir="rtl"] h2:after{
  width:48px!important;
  height:3px!important;
  margin-top:8px!important;
}
.tcr-wrap[dir="rtl"] .tcr-form{
  direction:rtl!important;
  display:grid!important;
  grid-template-columns:minmax(112px,1fr) minmax(112px,1fr) minmax(155px,1.28fr) minmax(116px,.95fr) minmax(68px,.48fr) minmax(145px,1.16fr) minmax(150px,1fr)!important;
  grid-auto-flow:row!important;
  align-items:end!important;
  justify-content:stretch!important;
  column-gap:12px!important;
  row-gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding:18px 28px 20px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #d7e3f0!important;
  box-shadow:0 10px 28px rgba(15,23,42,.045)!important;
  overflow:hidden!important;
}
.tcr-wrap[dir="rtl"] .tcr-form > *{
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex:none!important;
  box-sizing:border-box!important;
}
.tcr-wrap[dir="rtl"] .tcr-field-origin{order:1!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-field-route{order:2!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-field-date{order:3!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-field-room{order:4!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-field-nights{order:5!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-field-passengers{order:6!important;grid-column:auto!important;}
.tcr-wrap[dir="rtl"] .tcr-calc{order:7!important;grid-column:auto!important;justify-self:stretch!important;width:100%!important;}
.tcr-wrap[dir="rtl"] .tcr-hidden{display:none!important;}
.tcr-wrap[dir="rtl"] .tcr-form > label,
.tcr-wrap[dir="rtl"] .tcr-date-field,
.tcr-wrap[dir="rtl"] .tcr-passenger-field{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:7px!important;
  height:68px!important;
  text-align:center!important;
}
.tcr-wrap[dir="rtl"] .tcr-form > label,
.tcr-wrap[dir="rtl"] .tcr-date-field > span,
.tcr-wrap[dir="rtl"] .tcr-passenger-field > span{
  font-size:11px!important;
  line-height:14px!important;
  min-height:14px!important;
  max-height:14px!important;
  font-weight:950!important;
  color:#061226!important;
}
.tcr-wrap[dir="rtl"] .tcr-form select,
.tcr-wrap[dir="rtl"] .tcr-form input,
.tcr-wrap[dir="rtl"] .tcr-date-open,
.tcr-wrap[dir="rtl"] .tcr-passenger-open,
.tcr-wrap[dir="rtl"] .tcr-calc{
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  border-radius:10px!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc{
  align-self:end!important;
  padding:0 14px!important;
  background:#ff780f!important;
  font-size:13px!important;
  box-shadow:0 11px 22px rgba(255,120,15,.22)!important;
}
.tcr-wrap[dir="rtl"] .tcr-calc-icon{
  width:18px!important;
  height:18px!important;
  flex-basis:18px!important;
}
@media (max-width:1120px) and (min-width:901px){
  .tcr-wrap[dir="rtl"] .tcr-form{
    grid-template-columns:minmax(100px,1fr) minmax(100px,1fr) minmax(140px,1.2fr) minmax(105px,.9fr) minmax(62px,.45fr) minmax(130px,1.05fr) minmax(135px,.95fr)!important;
    column-gap:8px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
}
@media (max-width:900px){
  .tcr-wrap[dir="rtl"] .tcr-form{
    overflow:visible!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    padding:16px!important;
  }
  .tcr-wrap[dir="rtl"] .tcr-field-date{grid-column:span 1!important;}
  .tcr-wrap[dir="rtl"] .tcr-calc{grid-column:1 / -1!important;}
}
@media (max-width:640px){
  .tcr-wrap[dir="rtl"] .tcr-form{
    grid-template-columns:1fr!important;
    padding:14px!important;
  }
  .tcr-wrap[dir="rtl"] .tcr-form > label,
  .tcr-wrap[dir="rtl"] .tcr-date-field,
  .tcr-wrap[dir="rtl"] .tcr-passenger-field{
    height:auto!important;
    text-align:right!important;
  }
  .tcr-wrap[dir="rtl"] .tcr-calc{grid-column:auto!important;}
}


/* v6.60.12 RTL summary fix */
.tcr-summary{
  direction:rtl!important;
  unicode-bidi:isolate!important;
  text-align:right!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:6px!important;
  font-size:13px!important;
  line-height:1.9!important;
}
.tcr-summary-item,
.tcr-summary-sep{
  direction:rtl!important;
  unicode-bidi:isolate!important;
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
}
.tcr-summary b{
  font-weight:900!important;
}
@media(max-width:720px){
  .tcr-summary{
    gap:4px 6px!important;
    font-size:12px!important;
  }
}


/* v6.60.14 summary spacing + package download button */
.tcr-package-card{direction:rtl!important;background:#fff!important;border:1px solid #dbe7f2!important;border-radius:12px!important;padding:0!important;margin-top:12px!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;}
.tcr-summary-row{direction:rtl!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:12px 14px!important;min-height:56px!important;background:#fff!important;border-bottom:1px solid #edf2f7!important;}
.tcr-summary-row .tcr-summary{flex:1 1 auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;text-align:right!important;white-space:normal!important;}
.tcr-summary-row .tcr-summary-item{display:inline-flex!important;align-items:center!important;gap:4px!important;margin:0!important;padding:0 8px!important;color:#0f172a!important;font-size:13px!important;line-height:1.8!important;}
.tcr-summary-row .tcr-summary-item:first-child{padding-right:0!important;}
.tcr-summary-row .tcr-summary-label{font-weight:700!important;color:#334155!important;}
.tcr-summary-row .tcr-summary b{font-weight:900!important;color:#020617!important;}
.tcr-summary-row .tcr-summary-sep{color:#94a3b8!important;font-weight:700!important;padding:0 2px!important;line-height:1!important;}
.tcr-package-download{flex:0 0 auto!important;width:auto!important;min-width:150px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #ff6b00!important;border-radius:10px!important;background:#fff!important;color:#ff6b00!important;padding:0 16px!important;font-size:13px!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important;transition:all .18s ease!important;}
.tcr-package-download:hover,.tcr-package-download:focus{background:#ff6b00!important;color:#fff!important;box-shadow:0 10px 22px rgba(255,107,0,.18)!important;outline:none!important;}
.tcr-download-icon{font-size:17px!important;line-height:1!important;}
.tcr-package-card .tcr-table-wrap{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;}
@media(max-width:720px){.tcr-summary-row{flex-direction:column!important;align-items:stretch!important;gap:10px!important;}.tcr-summary-row .tcr-summary{gap:4px 0!important;}.tcr-package-download{width:100%!important;min-width:0!important;}}


/* v6.60.15 branded PNG report output: fixed font + RTL summary + LTR visual table columns */
.tcr-report-image-card{
  position:absolute!important;
  left:-99999px!important;
  top:0!important;
  width:960px!important;
  max-width:960px!important;
  background:#ffffff!important;
  color:#17304f!important;
  direction:rtl!important;
  font-family:Tahoma,"Segoe UI",Arial,sans-serif!important;
  font-variant-ligatures:none!important;
  letter-spacing:0!important;
  border:0!important;
  padding:18px 24px 10px!important;
  box-sizing:border-box!important;
  z-index:-1!important;
}
.tcr-report-image-card *{font-family:Tahoma,"Segoe UI",Arial,sans-serif!important;box-sizing:border-box!important;letter-spacing:0!important;}
.tcr-report-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;border-bottom:3px solid #0b5f9f!important;padding-bottom:10px!important;margin-bottom:8px!important;direction:rtl!important;}
.tcr-report-brand{display:flex!important;align-items:center!important;gap:10px!important;direction:rtl!important;}
.tcr-report-logo{width:52px!important;height:52px!important;border:2px solid #ff8a00!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#0b5f9f!important;font-size:30px!important;font-weight:900!important;line-height:1!important;}
.tcr-report-title{font-size:32px!important;font-weight:900!important;color:#0b5f9f!important;line-height:1.05!important;}
.tcr-report-subtitle{font-size:17px!important;font-weight:700!important;color:#f07800!important;margin-top:3px!important;}
.tcr-report-meta{font-size:16px!important;line-height:1.9!important;text-align:right!important;color:#142b48!important;font-weight:600!important;direction:rtl!important;}
.tcr-report-summary{border:1px solid #cfddeb!important;border-radius:6px!important;background:#fff!important;text-align:center!important;font-size:17px!important;font-weight:700!important;color:#172f4e!important;padding:6px 10px!important;margin:8px 0 10px!important;direction:rtl!important;unicode-bidi:plaintext!important;white-space:normal!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;}
.tcr-report-summary-item{display:inline-flex!important;align-items:center!important;gap:4px!important;direction:rtl!important;unicode-bidi:isolate!important;white-space:nowrap!important;}
.tcr-report-summary-label{font-weight:700!important;color:#17304f!important;}
.tcr-report-summary-sep{display:inline-flex!important;color:#17304f!important;opacity:.75!important;margin:0 2px!important;}
.tcr-report-table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;direction:ltr!important;font-size:16px!important;color:#17304f!important;}
.tcr-report-table th{background:#073b66!important;color:#fff!important;font-size:16px!important;font-weight:900!important;padding:7px 8px!important;border:1px solid #0b4778!important;text-align:center!important;direction:rtl!important;unicode-bidi:isolate!important;}
.tcr-report-table th:first-child{width:31%!important;text-align:left!important;direction:rtl!important;}
.tcr-report-table th:nth-child(2){width:13%!important;}
.tcr-report-table th:nth-child(3){width:16%!important;}
.tcr-report-table th:nth-child(4){width:18%!important;}
.tcr-report-table th:nth-child(5){width:18%!important;}
.tcr-report-table th:nth-child(6){width:4%!important;}
.tcr-report-table td{padding:5px 8px!important;border:1px solid #d7e0ea!important;text-align:center!important;line-height:1.35!important;background:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;direction:rtl!important;unicode-bidi:isolate!important;}
.tcr-report-table td.tcr-report-hotel{text-align:left!important;direction:ltr!important;unicode-bidi:isolate!important;}
.tcr-report-table td.tcr-report-price{direction:ltr!important;unicode-bidi:isolate!important;}
.tcr-report-table td.tcr-report-arrow{font-size:19px!important;font-weight:900!important;color:#17304f!important;padding:5px 4px!important;}
.tcr-report-table tbody tr:nth-child(odd) td{background:#f7f9fb!important;}
.tcr-report-stars{color:#e08a00!important;font-size:15px!important;font-family:Tahoma,"Segoe UI Symbol",Arial,sans-serif!important;}
.tcr-report-note{border:1px solid #cfddeb!important;border-radius:6px!important;background:#fff!important;color:#17304f!important;font-size:14px!important;line-height:1.75!important;text-align:right!important;padding:6px 10px!important;margin-top:8px!important;direction:rtl!important;}
.tcr-report-footer{border-top:3px solid #ff7900!important;margin-top:6px!important;padding-top:7px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:14px!important;font-weight:700!important;color:#17304f!important;direction:rtl!important;}
.tcr-summary-row{justify-content:flex-start!important;}
.tcr-summary-row .tcr-summary{gap:0!important;}
.tcr-summary-row .tcr-summary-item{padding:0 10px!important;}
.tcr-package-download{margin-inline-start:12px!important;}


/* v6.60.16 compact branded report rows + better Persian font */
.tcr-report-image-card,
.tcr-report-image-card *{
  font-family:"Vazirmatn","IRANSans","Dana","Yekan Bakh",Tahoma,"Segoe UI",Arial,sans-serif!important;
  font-feature-settings:"ss01" 1,"tnum" 1!important;
}
.tcr-report-image-card{
  padding:18px 24px 10px!important;
  line-height:1.25!important;
}
.tcr-report-head{
  padding-bottom:8px!important;
  margin-bottom:7px!important;
}
.tcr-report-logo{
  width:46px!important;
  height:46px!important;
  font-size:27px!important;
}
.tcr-report-title{
  font-size:29px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.tcr-report-subtitle{
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:600!important;
}
.tcr-report-meta{
  font-size:14px!important;
  line-height:1.7!important;
  font-weight:600!important;
}
.tcr-report-summary{
  font-size:15px!important;
  line-height:1.45!important;
  padding:4px 10px!important;
  margin:7px 0 8px!important;
  gap:6px!important;
}
.tcr-report-summary-item{
  gap:3px!important;
}
.tcr-report-table{
  font-size:13.5px!important;
  line-height:1.15!important;
}
.tcr-report-table th{
  font-size:13.5px!important;
  line-height:1.15!important;
  padding:5px 7px!important;
  height:26px!important;
  vertical-align:middle!important;
}
.tcr-report-table td{
  font-size:13.5px!important;
  line-height:1.15!important;
  padding:2px 7px!important;
  height:23px!important;
  vertical-align:middle!important;
}
.tcr-report-table td.tcr-report-arrow{
  font-size:16px!important;
  padding:1px 3px!important;
}
.tcr-report-stars{
  font-family:"Vazirmatn","Segoe UI Symbol",Tahoma,Arial,sans-serif!important;
  font-size:13px!important;
  letter-spacing:.5px!important;
}
.tcr-report-note{
  font-size:12.5px!important;
  line-height:1.55!important;
  padding:5px 10px!important;
  margin-top:7px!important;
}
.tcr-report-footer{
  font-size:12.5px!important;
  padding-top:5px!important;
  margin-top:5px!important;
}

/* v6.60.17 report logo + Jalali date polish */
.tcr-report-logo{
  width:auto!important;
  min-width:112px!important;
  height:46px!important;
  padding:0 12px!important;
  border:2px solid #ff8a00!important;
  border-radius:999px!important;
  background:#ffffff!important;
  display:inline-flex!important;
  flex-direction:row-reverse!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  color:#0b5f9f!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.tcr-report-logo .tcr-logo-plane{
  color:#ff7900!important;
  font-size:20px!important;
  line-height:1!important;
  transform:rotate(-18deg)!important;
  display:inline-flex!important;
}
.tcr-report-logo .tcr-logo-text{
  color:#0b5f9f!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:-.2px!important;
}
.tcr-report-meta div{
  direction:rtl!important;
  unicode-bidi:isolate!important;
}


/* v6.60.19 BehParvaz real logo in report image */
.tcr-report-logo{
  width:64px!important;
  min-width:64px!important;
  height:64px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 64px!important;
}
.tcr-report-logo-img{
  width:64px!important;
  height:64px!important;
  display:block!important;
  object-fit:contain!important;
}
.tcr-report-brand{
  align-items:center!important;
}


/* v6.60.21 live results page polish: ordered RTL table, cleaner spacing */
.tcr-package-card{
  margin-top:14px!important;
  background:#fff!important;
  border:1px solid #d9e6f2!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 12px 34px rgba(15,23,42,.06)!important;
}
.tcr-summary-row{
  padding:10px 12px!important;
  min-height:58px!important;
  border-bottom:1px solid #e7eef6!important;
  gap:12px!important;
}
.tcr-summary-row .tcr-summary{
  justify-content:flex-start!important;
  gap:0!important;
  line-height:1.8!important;
}
.tcr-summary-row .tcr-summary-item{
  padding:0 9px!important;
  font-size:13px!important;
  color:#10233d!important;
}
.tcr-summary-row .tcr-summary-item:first-child{padding-right:0!important;}
.tcr-summary-row .tcr-summary-label{color:#334155!important;font-weight:800!important;}
.tcr-summary-row .tcr-summary b{font-weight:950!important;color:#0f172a!important;}
.tcr-summary-row .tcr-summary-sep{color:#b6c3d2!important;padding:0 1px!important;}
.tcr-package-download{
  height:38px!important;
  min-width:154px!important;
  border-radius:10px!important;
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
}
.tcr-live-results-wrap,
.tcr-package-card .tcr-table-wrap{
  width:100%!important;
  overflow:auto!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.tcr-live-results-table,
.tcr-compact-results{
  width:100%!important;
  min-width:860px!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  direction:rtl!important;
  color:#10233d!important;
}
.tcr-live-results-table col.tcr-col-hotel{width:30%!important;}
.tcr-live-results-table col.tcr-col-stars{width:10%!important;}
.tcr-live-results-table col.tcr-col-service{width:16%!important;}
.tcr-live-results-table col.tcr-col-per{width:16%!important;}
.tcr-live-results-table col.tcr-col-total{width:16%!important;}
.tcr-live-results-table col.tcr-col-request{width:12%!important;}
.tcr-live-results-table thead th,
.tcr-compact-results thead th{
  height:36px!important;
  padding:8px 10px!important;
  background:#073b66!important;
  color:#fff!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.12)!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.tcr-live-results-table thead th:first-child,
.tcr-compact-results thead th:first-child{
  text-align:right!important;
  padding-right:16px!important;
}
.tcr-live-results-table tbody td,
.tcr-compact-results tbody td{
  height:38px!important;
  padding:7px 10px!important;
  border:0!important;
  border-bottom:1px solid #e8eef5!important;
  border-left:1px solid #edf2f7!important;
  background:#fff!important;
  font-size:13px!important;
  line-height:1.35!important;
  vertical-align:middle!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.tcr-live-results-table tbody tr:nth-child(even) td,
.tcr-compact-results tbody tr:nth-child(even) td{background:#f7fafd!important;}
.tcr-live-results-table tbody tr:hover td,
.tcr-compact-results tbody tr:hover td{background:#fff7ed!important;}
.tcr-live-results-table td.tcr-hotel,
.tcr-compact-results td.tcr-hotel{
  text-align:right!important;
  padding-right:16px!important;
  font-weight:900!important;
  color:#0f172a!important;
  direction:ltr!important;
  unicode-bidi:plaintext!important;
}
.tcr-live-results-table .tcr-hotel-link,
.tcr-compact-results .tcr-hotel-link{color:#0f3b66!important;text-decoration:none!important;font-weight:950!important;}
.tcr-live-results-table .tcr-stars,
.tcr-compact-results .tcr-stars{color:#f59e0b!important;font-weight:950!important;letter-spacing:.4px!important;}
.tcr-live-results-table .tcr-request-cell,
.tcr-compact-results .tcr-request-cell{
  width:auto!important;
  min-width:0!important;
  padding:5px 8px!important;
  text-align:center!important;
  border-left:0!important;
}
.tcr-live-results-table .tcr-request-btn,
.tcr-compact-results .tcr-request-btn{
  height:30px!important;
  min-width:94px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  background:#16a34a!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  box-shadow:0 4px 10px rgba(22,163,74,.14)!important;
}
.tcr-live-results-table .tcr-request-btn:hover,
.tcr-compact-results .tcr-request-btn:hover{background:#15803d!important;transform:translateY(-1px)!important;}
@media(max-width:720px){
  .tcr-live-results-table,.tcr-compact-results{min-width:760px!important;}
  .tcr-summary-row .tcr-summary-item{padding:0 6px!important;font-size:12px!important;}
}

/* v6.60.22 - live results columns match package report and hotel names readability */
.tcr-live-results-wrap{
  direction:ltr!important;
}
.tcr-live-results-table{
  direction:ltr!important;
  table-layout:fixed!important;
  min-width:860px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}
.tcr-live-results-table col.tcr-col-hotel{width:30%!important;}
.tcr-live-results-table col.tcr-col-stars{width:13%!important;}
.tcr-live-results-table col.tcr-col-service{width:16%!important;}
.tcr-live-results-table col.tcr-col-per{width:17%!important;}
.tcr-live-results-table col.tcr-col-total{width:17%!important;}
.tcr-live-results-table col.tcr-col-request{width:7%!important;}
.tcr-live-results-table thead th:first-child{
  text-align:left!important;
  padding-left:18px!important;
  padding-right:10px!important;
}
.tcr-live-results-table thead th:last-child{
  text-align:center!important;
  padding-left:8px!important;
  padding-right:8px!important;
}
.tcr-live-results-table tbody td:first-child,
.tcr-live-results-table td.tcr-hotel{
  text-align:left!important;
  padding-left:18px!important;
  padding-right:10px!important;
  direction:ltr!important;
  unicode-bidi:plaintext!important;
  font-family:Arial, Helvetica, "Vazirmatn", Tahoma, sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  color:#102a43!important;
}
.tcr-live-results-table .tcr-hotel-link{
  font-family:Arial, Helvetica, "Vazirmatn", Tahoma, sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  color:#102a43!important;
  text-decoration:none!important;
}
.tcr-live-results-table .tcr-hotel-link:hover{
  color:#0f4c81!important;
  text-decoration:underline!important;
}
.tcr-live-results-table .tcr-request-cell{
  text-align:center!important;
  padding:4px 6px!important;
}
.tcr-live-results-table .tcr-request-btn{
  min-width:0!important;
  width:34px!important;
  height:28px!important;
  padding:0!important;
  border-radius:7px!important;
  overflow:hidden!important;
  text-indent:-999px!important;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.tcr-live-results-table .tcr-request-btn:after{
  content:'‹';
  text-indent:0!important;
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:20px!important;
  font-weight:900!important;
  color:#fff!important;
}

/* v6.60.23 CRM reservation */
.tcr-request-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:112px;height:34px;border:0;border-radius:9px;background:#16a34a;color:#fff!important;font-family:Vazirmatn,Tahoma,Arial,sans-serif;font-size:13px;font-weight:800;line-height:1;cursor:pointer;text-decoration:none!important;box-shadow:0 5px 14px rgba(22,163,74,.18);transition:.18s ease}
.tcr-request-btn:hover{background:#15803d;transform:translateY(-1px)}
.tcr-reserve-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px;font-family:Vazirmatn,Tahoma,Arial,sans-serif}
.tcr-reserve-modal.is-open{display:flex}
.tcr-reserve-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(3px)}
.tcr-reserve-card{position:relative;width:min(520px,100%);background:#fff;border:1px solid #d7e3ef;border-radius:20px;padding:22px;box-shadow:0 22px 70px rgba(15,23,42,.22);color:#0f2742}
.tcr-reserve-close{position:absolute;left:14px;top:12px;width:34px;height:34px;border:0;border-radius:10px;background:#f1f5f9;color:#0f2742;font-size:24px;line-height:1;cursor:pointer}
.tcr-reserve-card h3{margin:0 0 14px;font-size:21px;font-weight:900;color:#0b2a4a}
.tcr-reserve-tour{display:grid;gap:5px;margin:0 0 16px;padding:12px 14px;border-radius:14px;background:#f8fbff;border:1px solid #dbe8f5;font-size:13px;color:#334155}
.tcr-reserve-tour strong{font-size:16px;color:#0b2a4a}
.tcr-reserve-card label{display:grid;gap:7px;margin:0 0 12px;font-size:13px;font-weight:800;color:#0f2742}
.tcr-reserve-card input,.tcr-reserve-card textarea{width:100%;box-sizing:border-box;border:1px solid #cbd8e6;border-radius:12px;background:#fff;min-height:44px;padding:10px 12px;font-family:inherit;font-size:14px;color:#0f2742;outline:none}
.tcr-reserve-card textarea{resize:vertical;min-height:78px}
.tcr-reserve-card input:focus,.tcr-reserve-card textarea:focus{border-color:#ff6b00;box-shadow:0 0 0 3px rgba(255,107,0,.11)}
.tcr-reserve-actions{display:flex;gap:10px;align-items:center;margin-top:16px}
.tcr-reserve-submit{height:44px;padding:0 22px;border:0;border-radius:12px;background:#ff6b00;color:#fff;font-family:inherit;font-weight:900;cursor:pointer;box-shadow:0 7px 18px rgba(255,107,0,.22)}
.tcr-reserve-submit:disabled{opacity:.72;cursor:wait}
.tcr-reserve-cancel{height:44px;padding:0 18px;border:1px solid #d7e3ef;border-radius:12px;background:#fff;color:#0f2742;font-family:inherit;font-weight:800;cursor:pointer}
.tcr-reserve-message{margin-top:12px;font-size:13px;font-weight:800;min-height:20px}
.tcr-reserve-message.is-success{color:#15803d}.tcr-reserve-message.is-error{color:#dc2626}
@media(max-width:560px){.tcr-reserve-card{padding:18px;border-radius:16px}.tcr-reserve-actions{display:grid}.tcr-reserve-submit,.tcr-reserve-cancel{width:100%}}

/* v6.60.24 - reservation text + full responsive polish */
.tcr-wrap,
.tcr-wrap *{box-sizing:border-box!important;max-width:100%;}
.tcr-wrap{width:100%!important;overflow-x:hidden!important;padding-inline:clamp(10px,2vw,18px)!important;}
.tcr-wrap .tcr-form{
  width:100%!important;
  display:grid!important;
  direction:rtl!important;
  grid-template-columns:minmax(118px,1fr) minmax(118px,1fr) minmax(150px,1.25fr) minmax(124px,1.05fr) minmax(64px,.55fr) minmax(150px,1.25fr) minmax(150px,1.15fr)!important;
  gap:10px!important;
  align-items:end!important;
}
.tcr-wrap .tcr-calc{width:100%!important;min-width:0!important;justify-self:stretch!important;}
.tcr-wrap .tcr-field,
.tcr-wrap .tcr-date-field,
.tcr-wrap .tcr-passenger-field{min-width:0!important;width:100%!important;}
.tcr-wrap select,
.tcr-wrap input,
.tcr-wrap button{max-width:100%!important;}
.tcr-table-wrap,.tcr-live-results-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}
.tcr-live-results-table{min-width:780px!important;}
.tcr-live-results-table .tcr-request-cell{min-width:112px!important;}
.tcr-live-results-table .tcr-request-btn,
.tcr-compact-results .tcr-request-btn{
  width:auto!important;
  min-width:96px!important;
  height:32px!important;
  padding:0 12px!important;
  text-indent:0!important;
  overflow:visible!important;
  border-radius:8px!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.tcr-live-results-table .tcr-request-btn:after,
.tcr-compact-results .tcr-request-btn:after{content:none!important;display:none!important;}
.tcr-summary-row{display:grid!important;grid-template-columns:1fr auto!important;gap:14px!important;align-items:center!important;}
.tcr-summary{min-width:0!important;}
.tcr-package-download{justify-self:end!important;white-space:nowrap!important;}
.tcr-flight-card{direction:rtl;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);border:1px solid #d7e3ef;border-right:4px solid #ef3340;border-radius:14px;padding:14px 16px;margin:12px 0;color:#0b1f35}
.tcr-flight-card-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:15px}
.tcr-flight-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#ef3340;color:#fff}
.tcr-flight-route{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px;margin-bottom:12px;border-radius:10px;background:#0b1f35;color:#fff;font-size:16px}
.tcr-flight-route span{color:#ef3340;font-size:24px}
.tcr-flight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.tcr-flight-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px;background:#fff;border:1px solid #e4edf5;border-radius:10px;text-align:center}
.tcr-flight-item span{font-size:11px;font-weight:800;color:#64748b}
.tcr-flight-item b{font-size:14px;color:#0b1f35}
@media(max-width:1100px){
  .tcr-wrap .tcr-form{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .tcr-wrap .tcr-calc{grid-column:1/-1!important;max-width:260px!important;justify-self:start!important;}
}
@media(max-width:760px){
  .tcr-wrap{padding-inline:8px!important;}
  .tcr-wrap h2{font-size:22px!important;margin-bottom:16px!important;}
  .tcr-wrap .tcr-form{grid-template-columns:1fr!important;gap:10px!important;padding:14px!important;}
  .tcr-wrap .tcr-calc{max-width:none!important;width:100%!important;justify-self:stretch!important;}
  .tcr-wrap .tcr-field>select,
  .tcr-wrap .tcr-field>input,
  .tcr-wrap .tcr-date-open,
  .tcr-wrap .tcr-passenger-open,
  .tcr-wrap .tcr-calc{height:52px!important;}
  .tcr-summary-row{grid-template-columns:1fr!important;gap:10px!important;}
  .tcr-package-download{width:100%!important;justify-self:stretch!important;}
  .tcr-live-results-table{min-width:720px!important;font-size:12px!important;}
  .tcr-live-results-table tbody td{height:34px!important;padding:6px 8px!important;}
  .tcr-live-results-table .tcr-request-btn{min-width:92px!important;height:30px!important;font-size:11px!important;}
}
@media(max-width:480px){
  .tcr-live-results-table{min-width:680px!important;}
  .tcr-results,.tcr-print-card,.tcr-package-card{border-radius:14px!important;}
}

/* v6.60.25 - mobile responsive final polish */
.tcr-wrap{isolation:isolate!important;}
.tcr-wrap .tcr-form > .tcr-field,
.tcr-wrap .tcr-form > .tcr-date-field,
.tcr-wrap .tcr-form > .tcr-passenger-field{
  display:grid!important;
  grid-template-rows:auto 52px!important;
  align-content:start!important;
  gap:7px!important;
  min-width:0!important;
  line-height:1.25!important;
}
.tcr-wrap .tcr-form > .tcr-field,
.tcr-wrap .tcr-form > .tcr-date-field > span,
.tcr-wrap .tcr-form > .tcr-passenger-field > span{
  color:#0b1f35!important;
  font-size:12px!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.tcr-wrap .tcr-field select,
.tcr-wrap .tcr-field input,
.tcr-wrap .tcr-date-open,
.tcr-wrap .tcr-passenger-open{
  height:52px!important;
  min-height:52px!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1.35!important;
}
.tcr-wrap .tcr-calc{height:52px!important;min-height:52px!important;align-self:end!important;border-radius:10px!important;}
.tcr-summary-row{
  direction:rtl!important;
  display:grid!important;
  grid-template-columns:1fr max-content!important;
  align-items:center!important;
  gap:12px!important;
  background:#fff!important;
  border:1px solid #d7e3ef!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  margin:12px 0!important;
}
.tcr-summary-row .tcr-summary{
  border:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:7px 10px!important;
  direction:rtl!important;
  text-align:right!important;
  min-width:0!important;
}
.tcr-summary-row .tcr-summary-item{display:inline-flex!important;gap:4px!important;align-items:center!important;font-size:13px!important;white-space:nowrap!important;}
.tcr-summary-row .tcr-summary-sep{color:#94a3b8!important;margin-inline:2px!important;}
.tcr-package-download{height:42px!important;min-width:150px!important;border-radius:10px!important;}
@media(max-width:760px){
  .tcr-wrap{padding:10px!important;border-radius:0!important;overflow:hidden!important;background:#f4f8fc!important;}
  .tcr-wrap h2{font-size:20px!important;text-align:right!important;margin:0 0 14px!important;padding-inline:8px!important;line-height:1.4!important;}
  .tcr-wrap h2:after{width:48px!important;margin-top:6px!important;}
  .tcr-wrap .tcr-form{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:14px!important;
    border-radius:16px!important;
    overflow:visible!important;
  }
  .tcr-wrap .tcr-form > .tcr-field,
  .tcr-wrap .tcr-form > .tcr-date-field,
  .tcr-wrap .tcr-form > .tcr-passenger-field{
    display:grid!important;
    grid-template-rows:auto 54px!important;
    gap:7px!important;
    width:100%!important;
    margin:0!important;
    align-items:start!important;
    position:relative!important;
  }
  .tcr-wrap .tcr-form > .tcr-field,
  .tcr-wrap .tcr-form > .tcr-date-field > span,
  .tcr-wrap .tcr-form > .tcr-passenger-field > span{
    text-align:right!important;
    padding:0 4px!important;
    font-size:12px!important;
    line-height:1.35!important;
    height:auto!important;
    min-height:16px!important;
    transform:none!important;
    position:static!important;
  }
  .tcr-wrap .tcr-field select,
  .tcr-wrap .tcr-field input,
  .tcr-wrap .tcr-date-open,
  .tcr-wrap .tcr-passenger-open{
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    font-size:14px!important;
    text-align:center!important;
    background:#fff!important;
  }
  .tcr-wrap .tcr-calc{
    width:100%!important;
    height:56px!important;
    min-height:56px!important;
    margin-top:2px!important;
    border-radius:13px!important;
    font-size:15px!important;
    position:static!important;
  }
  .tcr-summary-row{
    grid-template-columns:1fr!important;
    padding:12px!important;
    gap:10px!important;
    margin:12px 0!important;
    overflow:hidden!important;
  }
  .tcr-summary-row .tcr-summary{
    justify-content:flex-start!important;
    gap:6px 9px!important;
    line-height:1.7!important;
  }
  .tcr-summary-row .tcr-summary-item{font-size:12px!important;white-space:normal!important;}
  .tcr-summary-row .tcr-summary-sep{display:inline-block!important;}
  .tcr-package-download{width:100%!important;min-width:0!important;height:46px!important;justify-self:stretch!important;}
  .tcr-table-wrap.tcr-live-results-wrap{overflow:visible!important;border:0!important;background:transparent!important;border-radius:0!important;}
  .tcr-live-results-table,
  .tcr-live-results-table thead,
  .tcr-live-results-table tbody,
  .tcr-live-results-table tr,
  .tcr-live-results-table th,
  .tcr-live-results-table td{display:block!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;}
  .tcr-live-results-table{min-width:0!important;border:0!important;background:transparent!important;direction:rtl!important;}
  .tcr-live-results-table colgroup,
  .tcr-live-results-table thead{display:none!important;}
  .tcr-live-results-table tbody{display:grid!important;gap:10px!important;}
  .tcr-live-results-table tbody tr{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    background:#fff!important;
    border:1px solid #dbe7f2!important;
    border-radius:14px!important;
    overflow:hidden!important;
    box-shadow:0 6px 18px rgba(15,39,66,.06)!important;
  }
  .tcr-live-results-table tbody td{
    height:auto!important;
    min-height:42px!important;
    padding:10px 12px!important;
    border:0!important;
    border-bottom:1px solid #eef3f8!important;
    text-align:right!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    direction:rtl!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:13px!important;
    background:#fff!important;
  }
  .tcr-live-results-table tbody td:before{
    content:attr(data-label)!important;
    color:#64748b!important;
    font-size:11px!important;
    font-weight:900!important;
    flex:0 0 auto!important;
  }
  .tcr-live-results-table tbody td:nth-child(1){grid-column:1/-1!important;font-size:14px!important;font-weight:900!important;text-align:right!important;direction:ltr!important;justify-content:flex-start!important;padding:12px 14px!important;background:#f8fbff!important;}
  .tcr-live-results-table tbody td:nth-child(1):before{direction:rtl!important;margin-left:auto!important;}
  .tcr-live-results-table .tcr-request-cell{grid-column:1/-1!important;padding:10px 12px 12px!important;border-bottom:0!important;justify-content:stretch!important;}
  .tcr-live-results-table .tcr-request-cell:before{content:none!important;}
  .tcr-live-results-table .tcr-hotel-link{font-size:14px!important;font-weight:900!important;}
  .tcr-live-results-table .tcr-request-btn{width:100%!important;min-width:0!important;height:42px!important;font-size:13px!important;border-radius:11px!important;}
  .tcr-flight-card{padding:12px;margin:10px 0;border-radius:13px}
  .tcr-flight-route{gap:10px;font-size:14px}
  .tcr-flight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:420px){
  .tcr-live-results-table tbody tr{grid-template-columns:1fr!important;}
  .tcr-live-results-table tbody td{grid-column:1/-1!important;}
  .tcr-flight-grid{grid-template-columns:1fr}
  .tcr-flight-item{flex-direction:row;justify-content:space-between;text-align:right}
}
