/* Customer-facing delivery table only. The surrounding CMS page uses the theme. */
.zb-delivery-table-wrap {
  width: 100%;
  margin: 1rem 0 1.5rem;
  overflow-x: auto;
}

.zb-delivery-table {
  width: 100%;
  max-width: 760px;
  margin: 0;
  border: 1px solid #cfe6d2;
  border-collapse: collapse;
  background: #ffffff;
}

.zb-delivery-table th,
.zb-delivery-table td {
  padding: 0.8rem 1rem;
  border: 1px solid #cfe6d2;
  text-align: left;
  vertical-align: middle;
}

.zb-delivery-table thead th {
  background: #dff3e3;
  color: #2f5d34;
  font-weight: 700;
}

.zb-delivery-table tbody tr:nth-child(odd) td {
  background: #f8fff9;
}

.zb-delivery-table tbody tr:nth-child(even) td {
  background: #eef9f0;
}

.zb-delivery-table tbody tr:hover td {
  background: #e4f5e7;
}

.zb-delivery-table th:first-child,
.zb-delivery-table td:first-child {
  width: 70%;
}

.zb-delivery-table th:last-child,
.zb-delivery-table td:last-child {
  width: 30%;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .zb-delivery-table th,
  .zb-delivery-table td {
    padding: 0.65rem 0.75rem;
  }
}
