/* styles.css – delivery-pricing site styles for GGT Vape Delivery – Last updated: 2025-06-21 */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
  font-family: 'Segoe UI', sans-serif;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

th, td {
  padding: 14px 18px;
  text-align: center;
}

thead th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:hover {
  background-color: #f0f8ff;
}

tbody td {
  border-bottom: 1px solid #eee;
}

tbody tr:last-child td {
  border-bottom: none;
}
