
.tariff-wrapper {
  position: relative;
}

/* Antenna-style package code */
.package-code-tag {
  position: absolute;
  top: -10px;
  right: 12px;
  background: #f8f9fa;
  color: #6c757d;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}

/* BOOK NOW button (already agreed) */
.book-btn {
  background: #ffbf00;
  color: #000;
  padding: 6px 16px;
  border-radius: 6px;
  font-weight: 600;
  border: none;
}

.book-btn:hover {
  background: #e6ac00;
}

.book-btn{
  background:#ffbf00;
  color:#000;
  padding:6px 16px;
  border-radius:6px;
  font-weight:600;
  border:none;
}
.book-btn:hover{background:#e6ac00}
.back-btn{font-size:14px}
.itinerary-table td{vertical-align:top}
.footer-links a{display:block;color:#fff;text-decoration:none;margin-bottom:6px}
.footer-links a:hover{text-decoration:underline}
