.shipping-information select {
  margin-bottom: 2.4rem;
}

.shipping-information table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.shipping-information table th,
.shipping-information table td {
  padding: 0.5rem;
}

.shipping-information table thead th {
  background-color: var(--color-grey-light);
}
