
.ttwe_quote_card.ttwe_air_card{
  font-family:inherit;background:#fff;border:1px solid #d7dde6;border-radius:8px;
  box-shadow:0 2px 10px rgba(20,36,60,.08);overflow:hidden;color:#111;max-width:100%;
  margin:18px 0;
}
.ttwe_air_section{padding:16px 18px 0}
.ttwe_air_section:last-child{padding-bottom:18px}
.ttwe_air_title{
  display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:17px;font-weight:800;color:#111;
}
.ttwe_air_title:before{
  content:"";display:inline-block;width:4px;height:18px;border-radius:2px;background:#f28a00;flex:0 0 auto;
}
.ttwe_air_scroll{max-width:100%;overflow-x:auto}
.ttwe_air_table{
  width:100%;border-collapse:collapse;table-layout:fixed;font-size:14px;border:1px solid #d7dde6;background:#fff;
}
.ttwe_air_table th{
  background:#1f4b75;color:#fff;font-weight:700;padding:9px 10px;border:1px solid #d7dde6;text-align:center;
}
.ttwe_air_table td{
  padding:9px 10px;border:1px solid #d7dde6;text-align:center;line-height:1.45;
  word-break:keep-all;overflow-wrap:anywhere;background:#fff;
}
.ttwe_air_schedule_table th:nth-child(1){width:14%}
.ttwe_air_schedule_table th:nth-child(2){width:17%}
.ttwe_air_schedule_table th:nth-child(3){width:39%}
.ttwe_air_schedule_table th:nth-child(4),
.ttwe_air_schedule_table th:nth-child(5){width:15%}
.ttwe_air_fare_table th:nth-child(1){width:8%}
.ttwe_air_fare_table th:nth-child(2){width:12%}
.ttwe_air_fare_table th:nth-child(3){width:34%}
.ttwe_air_fare_table th:nth-child(4){width:17%}
.ttwe_air_fare_table th:nth-child(5){width:18%}
.ttwe_air_fare_table th:nth-child(6){width:11%}
.ttwe_air_left{text-align:left!important}
.ttwe_air_total{text-align:right!important;font-weight:800;background:#fff!important}
.ttwe_air_remarks_row td{border-top:1px solid #d7dde6}
.ttwe_air_remarks{text-align:left!important;color:#15731f;line-height:1.65;background:#fff!important;padding:12px 14px!important}
@media(max-width:820px){
  .ttwe_air_section{padding:14px 10px 0}
  .ttwe_air_table{font-size:13px;min-width:680px}
  .ttwe_air_table th,.ttwe_air_table td{padding:7px 6px}
}
