/* Hide the "Upload Files" box on the "Confirmation Screen" and the "My Account" pages. */

.wphp-wp-artwork-section.wphp-artwork-file-upload.wphp-order-details-upload-artwork-section {
  display: none !important;
}

.mci_myaccount_link {
  margin: 20px 1em 20px 2em;
  color: #1271b7;
  font-weight: 600;
  border-top: 1px solid #1271b7;
  border-bottom: 1px solid #1271b7;
  padding: 12px 0 12px 1em;
}
.mci_myaccount_link a {
  color: #1271b7;
}
.woocommerce-Tabs-panel--description#tab-description {
  display: block !important;
}
