.mf-b2b-account .entry-content > .woocommerce {
  display: grid;
  gap: 1.5rem;
}

.mf-b2b-account .woocommerce-MyAccount-content table,
.mf-b2b-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.mf-b2b-account .woocommerce-MyAccount-content th,
.mf-b2b-account .woocommerce-MyAccount-content td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--mf-color-border);
  text-align: left;
}
