.trip-info-container {
    padding: 40px;
    background: #f9f9f9;
  }
  
  .trip-info-table-wrapper {
    overflow-x: auto;
  }
  
  .trip-info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .trip-info-table thead th {
    background-color: #0073aa;
    color: white;
    padding: 12px;
    text-align: left;
    font-size: 14px;
  }
  
  .trip-info-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  
  .btn-book {
    background-color: #0073aa;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
  }
  
  .btn-book:hover {
    background-color: #005f8d;
  }
  .no-bookings{
    color: #0073aa;
    font-weight: bold;
  }
  