/* View Fares expanded fare rows loaded by Agent/loadmoreflight.php */
:root {
  --brand: #0d6efd;
  --brand-dark: #0b5ed7;
  --accent: #20c997;
}

.flight-results-container {
  padding: 0;
  margin: 0;
}

.pricelistflight {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .2s ease;
  border: 1px solid #e8ecf0;
  position: relative;
}

.pricelistflight:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .10);
  border-color: var(--brand);
}

.flight-price-table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.flight-price-table td {
  padding: 10px 10px;
  vertical-align: middle;
  border: none;
  position: relative;
}

.flight-price-table td:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18%;
  height: 64%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e8ecf0 20%, #e8ecf0 80%, transparent);
}

.flhead {
  font-size: 9.5px;
  font-weight: 700;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 2px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.flhead::before {
  content: '';
  width: 3px;
  height: 3px;
  background: var(--brand);
  border-radius: 50%;
}

.flhtext {
  font-size: 12px;
  color: #2c3e50;
  line-height: 1.25;
  font-weight: 500;
  word-break: break-word;
}

.refundablespan {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  border: 1px solid #b8dabc;
  display: inline-block;
}

.nonrefundablespan {
  background: linear-gradient(135deg, #f8d7da 0%, #f1aeb5 100%);
  color: #721c24;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  border: 1px solid #f1aeb5;
  display: inline-block;
}

.faretype-cell {
  text-align: center;
}

.faretype-cell .flhtext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackbox {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackbg {
  background: #f1f3f5;
  color: #0f172a;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .3px;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 22px;
  box-sizing: border-box;
}

.baggage-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.baggage-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #495057;
  font-weight: 500;
}

.baggage-item i {
  color: var(--brand);
  font-size: 13px;
  width: 14px;
  text-align: center;
}

.bagdiff {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.pcc-standard {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.fare-option {
  background: #e1f5fe;
  color: #01579b;
  border: 1px solid #b3e5fc;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.pcc-option {
  background: #f3e5f5;
  color: #4a148c;
  border: 1px solid #e1bee7;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.api-multi {
  background: #fff8e1;
  color: #e65100;
  border: 1px solid #ffcc02;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.bookmsg {
  display: none;
}

.flight-info-icon {
  background: #f0f7ff;
  color: var(--brand);
  border: 1px solid #b9d7ff;
  border-radius: 14px;
  min-height: 22px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all .15s ease;
  box-shadow: 0 2px 6px rgba(13, 110, 253, .12);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.flight-info-icon i {
  font-size: 12px;
}

.price-section {
  text-align: center;
}

.main-price {
  font-size: 19px;
  font-weight: 800;
  color: #2c3e50;
  display: block;
  margin-bottom: 2px;
}

.price-currency {
  font-size: 14px;
  color: #495057;
}

.netpriceshow {
  background: #e8f5e9;
  color: #155724;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 9.5px;
  font-weight: 700;
  border: 1px solid #b8dabc;
  display: inline-block;
  margin-top: 3px;
}

.share-section {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #6c757d;
  margin-top: 4px;
}

.share-checkbox {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
  cursor: pointer;
}

.buttonbook {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  padding: 7px 12px;
  font-size: 11.5px;
  font-weight: 800;
  border-radius: 9px;
  cursor: pointer;
  transition: transform .1s ease, box-shadow .1px ease, background .1s ease, border-color .1s ease;
  text-transform: uppercase;
  letter-spacing: .4px;
  box-shadow: 0 3px 10px rgba(13, 110, 253, .22);
  min-width: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.buttonbook:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(13, 110, 253, .3);
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.buttonbook:active {
  transform: translateY(0);
}

.flight-loading {
  position: relative;
  overflow: hidden;
}

.flight-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  animation: loading-shine 1.1s infinite;
}

@keyframes loading-shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@media (max-width:768px) {
  .flight-price-table td {
    padding: 8px 6px;
    font-size: 12px;
  }

  .flight-price-table td:not(:last-child)::after {
    display: none;
  }

  .main-price {
    font-size: 18px;
  }

  .buttonbook {
    padding: 6px 10px;
    font-size: 11px;
    min-width: 96px;
  }

  .baggage-item {
    font-size: 10.5px;
  }

  .flhead {
    font-size: 9px;
  }

  .flhtext {
    font-size: 11.5px;
  }

  .faretype-cell {
    width: 40% !important;
  }

  .faretype-cell .flhtext {
    justify-content: flex-start;
  }

  .faretype-cell .blackbg {
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
    padding: 4px 8px;
    font-size: 10px;
    min-height: auto;
    max-width: 100%;
  }
}

@media (max-width:414px) {
  .faretype-cell .blackbg {
    font-size: 9.5px;
    padding: 3px 6px;
  }
}

@media print {
  .pricelistflight {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }
}

.pricelistflight {
  margin: 6px 0;
  border-radius: 8px;
}

.flight-price-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.flight-price-table td:not(:last-child)::after {
  top: 22%;
  height: 56%;
}

@media (max-width: 768px) {
  .pricelistflight {
    margin: 4px 0;
  }

  .flight-price-table td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 769px) {
  .loadmoreprice .pricelistflight {
    padding: 0;
    margin: 0;
    border-radius: 6px;
  }

  .loadmoreprice .flight-price-table td {
    padding: 7px 12px;
  }

  .loadmoreprice .flight-price-table .flhead {
    display: none;
  }

  .loadmoreprice .flhead::before {
    display: none;
  }

  .loadmoreprice .baggage-info {
    flex-wrap: nowrap;
    gap: 18px;
  }

  .loadmoreprice .main-price {
    font-size: 17px;
    margin-bottom: 0;
  }

  .loadmoreprice .price-section {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    row-gap: 1px;
  }

  .loadmoreprice .price-section .main-price {
    grid-column: 1 / 3;
    line-height: 1.05;
  }

  .loadmoreprice .netpriceshow {
    margin-top: 0;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .loadmoreprice .share-section {
    margin-top: 0;
    gap: 4px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .loadmoreprice .share-checkbox {
    width: 13px;
    height: 13px;
  }

  .loadmoreprice .flight-info-icon {
    width: auto;
    height: auto;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid #b9d7ff;
    border-radius: 14px;
    background: #f0f7ff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, .12);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .loadmoreprice .flight-info-icon i {
    font-size: 11px;
  }

  .loadmoreprice .buttonbook {
    min-width: 96px;
    padding: 6px 12px;
  }
}

/* Final View Fares layout overrides */
.loadmoreprice .baggage-label-text,
.loadmoreprice .booknow-desktop-label {
  display: none;
}

.loadmoreprice .booknow-mobile-label {
  display: inline;
}

.loadmoreprice .share-section-mobile {
  display: none;
}

@media (min-width: 769px) {
  .loadmoreprice .baggage-label-text,
  .loadmoreprice .booknow-desktop-label {
    display: inline;
  }

  .loadmoreprice .booknow-mobile-label {
    display: none;
  }

  .loadmoreprice .share-section-desktop {
    display: flex;
  }

  .loadmoreprice .fare-table-heading {
    display: grid;
    grid-template-columns: 12% 20% 16% 15% 20% 17%;
    align-items: center;
    padding: 10px 12px;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .loadmoreprice .fare-table-heading span {
    padding: 0 10px;
    border-right: 1px solid #e5e7eb;
    line-height: 1.1;
  }

  .loadmoreprice .fare-table-heading span:last-child {
    border-right: 0;
    text-align: center;
  }

  .loadmoreprice .fare-table-heading span:nth-child(2),
  .loadmoreprice .fare-table-heading span:nth-child(3),
  .loadmoreprice .fare-table-heading span:nth-child(4),
  .loadmoreprice .fare-table-heading span:nth-child(5) {
    text-align: center;
    padding-right: 10px;
  }

  .loadmoreprice .pricelistflight {
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .loadmoreprice .pricelistflight:nth-of-type(even) {
    background: #f8fbff;
  }

  .loadmoreprice .pricelistflight:hover {
    background: #f5f9ff;
    border-color: #e5e7eb;
    box-shadow: none;
    transform: none;
  }

  .loadmoreprice .flight-price-table td {
    height: auto;
    padding: 10px 12px;
    vertical-align: middle;
  }

  .loadmoreprice .flight-price-table td:not(:last-child)::after {
    top: 24%;
    height: 52%;
  }

  .loadmoreprice .flight-price-table .flhead,
  .loadmoreprice .flhead::before {
    display: none;
  }

  .loadmoreprice .blackbg {
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.15;
    padding: 4px 10px;
    min-height: auto;
    min-width: 74px;
    overflow-wrap: anywhere;
  }

  .loadmoreprice .baggage-info {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }

  .loadmoreprice .baggage-item {
    gap: 7px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .loadmoreprice .baggage-mobile-text {
    display: inline-flex;
    flex-direction: row;
    gap: 4px;
  }

  .loadmoreprice .baggage-title,
  .loadmoreprice .baggage-value {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  .loadmoreprice .flight-info-icon {
    width: auto;
    height: auto;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid #b9d7ff;
    border-radius: 14px;
    background: #f0f7ff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, .12);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
  }

  .loadmoreprice .fare-details-actions {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .loadmoreprice .flight-info-icon i {
    font-size: 15px;
  }

  .loadmoreprice .price-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1.05;
    min-height: 42px;
  }

  .loadmoreprice .main-price {
    font-size: 18px;
    line-height: 1.05;
    margin: 0;
  }

  .loadmoreprice .netpriceshow {
    display: inline-block !important;
    min-height: 18px;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 8px;
    font-size: 10.5px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .loadmoreprice .share-section {
    margin: 0;
    gap: 5px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .loadmoreprice .share-checkbox {
    width: 14px;
    height: 14px;
  }

  .loadmoreprice .buttonbook {
    min-width: 120px;
    height: 38px;
    padding: 0 16px;
    background: #fff !important;
    color: var(--brand) !important;
    border: 1px solid var(--brand) !important;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(13, 110, 253, .12);
    font-size: 12px;
    line-height: 1;
  }

  .loadmoreprice .buttonbook:hover {
    background: #f3f8ff !important;
    color: var(--brand-dark) !important;
    border-color: var(--brand-dark) !important;
    box-shadow: 0 6px 14px rgba(13, 110, 253, .18);
    transform: none;
  }
}

@media (max-width: 768px) {
  .loadmoreprice .share-section-desktop {
    display: none;
  }

  .loadmoreprice .share-section-mobile {
    display: flex;
  }

  .loadmoreprice .fare-table-heading {
    display: none;
  }

  .loadmoreprice .flight-price-table .flhead,
  .loadmoreprice .flhead::before {
    display: none;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) .flhead {
    display: flex;
    margin-bottom: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) .flhead::before {
    display: none;
  }

  .loadmoreprice .pricelistflight {
    margin: 10px 0;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    background: #fff;
    overflow: hidden;
  }

  .loadmoreprice .flight-price-table,
  .loadmoreprice .flight-price-table tbody {
    display: block;
    width: 100%;
  }

  .loadmoreprice .flight-price-table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "type fare"
      "baggage details"
      "price action";
    white-space: normal !important;
  }

  .loadmoreprice .flight-price-table td {
    width: auto !important;
    min-width: 0;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  }

  .loadmoreprice .flight-price-table td:not(:last-child)::after {
    display: none;
  }

  .loadmoreprice .flight-price-table td:nth-child(1) {
    grid-area: type;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e7eb;
  }

  .loadmoreprice .flight-price-table td:nth-child(2) {
    grid-area: fare;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
  }

  .loadmoreprice .flight-price-table td:nth-child(3) {
    grid-area: baggage;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e7eb;
  }

  .loadmoreprice .flight-price-table td:nth-child(4) {
    grid-area: details;
    border-bottom: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    margin-top: 0 !important;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) {
    grid-area: price;
    justify-content: flex-start;
  }

  .loadmoreprice .flight-price-table td:nth-child(6) {
    grid-area: action;
    border-left: 1px solid #e5e7eb;
    margin-top: 0 !important;
    flex-direction: column;
    gap: 5px;
  }

  .loadmoreprice .fare-details-actions {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .loadmoreprice .flight-info-icon {
    width: auto;
    height: auto;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid #b9d7ff;
    border-radius: 14px;
    background: #f0f7ff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, .12);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .loadmoreprice .flight-info-icon span {
    display: inline;
  }

  .loadmoreprice .baggage-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: flex-start;
    column-gap: 12px;
    row-gap: 0;
    width: 100%;
  }

  .loadmoreprice .baggage-item {
    gap: 6px;
    line-height: 1.12;
    align-items: flex-start;
  }

  .loadmoreprice .baggage-label-text {
    display: inline;
  }

  .loadmoreprice .baggage-mobile-text {
    display: flex;
    flex-direction: column;
    line-height: 1.18;
  }

  .loadmoreprice .baggage-title {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
  }

  .loadmoreprice .baggage-value {
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
  }

  .loadmoreprice .price-section {
    align-items: flex-start;
    min-height: 44px;
  }

  .loadmoreprice .main-price {
    font-size: 20px;
    line-height: 1.05;
    margin: 0;
  }

  .loadmoreprice .netpriceshow {
    display: inline-block !important;
    min-height: 18px;
    margin: 2px 0 0;
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .loadmoreprice .buttonbook {
    min-width: 132px;
    min-height: 38px;
    padding: 7px 14px;
    background: #fff !important;
    color: var(--brand) !important;
    border: 1px solid var(--brand) !important;
    border-radius: 10px;
    box-shadow: none;
  }

  .loadmoreprice .share-section {
    margin-top: 4px;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
  }
}

/* Compact mobile View Fares rows */
@media (max-width: 768px) {
  .loadmoreprice .pricelistflight {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #d6dee8;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .loadmoreprice .pricelistflight:last-child {
    border-bottom: 0;
  }

  .loadmoreprice .flight-price-table tr {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "type fare price"
      "baggage baggage action"
      "details details details";
    align-items: start;
    column-gap: 8px;
    row-gap: 4px;
    padding: 7px 12px;
    white-space: normal !important;
  }

  .loadmoreprice .flight-price-table td {
    display: flex !important;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .loadmoreprice .flight-price-table td:nth-child(1) {
    grid-area: type;
  }

  .loadmoreprice .flight-price-table td:nth-child(2) {
    grid-area: fare;
  }

  .loadmoreprice .flight-price-table td:nth-child(3) {
    grid-area: baggage;
  }

  .loadmoreprice .flight-price-table td:nth-child(4) {
    grid-area: details;
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    margin-top: 0 !important;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) {
    grid-area: price;
    justify-content: flex-end;
  }

  .loadmoreprice .flight-price-table td:nth-child(6) {
    grid-area: action;
    justify-content: flex-end;
    margin-top: 0 !important;
  }

  .loadmoreprice .refundablespan,
  .loadmoreprice .nonrefundablespan {
    padding: 3px 8px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .loadmoreprice .faretype-cell .flhtext,
  .loadmoreprice .blackbox {
    width: 100%;
    justify-content: flex-start;
  }

  .loadmoreprice .blackbg {
    max-width: 100%;
    min-width: 0;
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .loadmoreprice .baggage-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px 10px;
  }

  .loadmoreprice .baggage-item {
    gap: 5px;
    font-size: 12px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .loadmoreprice .flight-info-icon {
    width: auto;
    height: auto;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid #b9d7ff;
    border-radius: 14px;
    background: #f0f7ff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, .12);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .loadmoreprice .share-section-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 5px;
    font-size: 12px;
    line-height: 1;
    color: #64748b;
  }

  .loadmoreprice .share-section-mobile .share-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
  }

  .loadmoreprice .price-section .share-section-desktop {
    display: none !important;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) .share-section,
  .loadmoreprice .flight-price-table td:nth-child(6) .share-section {
    display: none !important;
  }

  .loadmoreprice .price-section {
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 0;
    gap: 2px;
    text-align: right;
  }

  .loadmoreprice .flight-price-table td:nth-child(5) .flhead {
    display: none;
  }

  .loadmoreprice .main-price {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
  }

  .loadmoreprice .netpriceshow {
    margin: 0;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .loadmoreprice .buttonbook {
    min-width: 104px;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }
}
