.woocommerce-table,
.woocommerce-orders-table {
  width: 100%;
}

.woocommerce-table th,
.woocommerce-table td,
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 10px;
  line-height: 1.6;
}

.woocommerce-table th,
.woocommerce-orders-table th {
  line-height: 1.2;
}

.woocommerce-table tr:nth-child(2) th,
.woocommerce-table tr:nth-child(2) td,
.woocommerce-orders-table
  tr:nth-child(2)
  th
  .woocommerce-orders-table
  tr:nth-child(2)
  td {
  background-color: var(--bs-light);
}

.woocommerce-table ul.wc-item-meta,
.woocommerce-orders-table ul.wc-item-meta {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
}

.woocommerce-table ul.wc-item-meta li,
.woocommerce-orders-table ul.wc-item-meta li {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
}

.woocommerce-table ul.wc-item-meta li p,
.woocommerce-orders-table ul.wc-item-meta li p {
  margin: 0;
}
