/* Certificados - Frontend */
.woocommerce-MyAccount-content h3 {
  font-weight: 600;
  margin-bottom: 12px;
}

.woocommerce-MyAccount-content table.compass-user-table {
  border: 1px solid #eee;
  border-radius: 6px;
}

.woocommerce-MyAccount-navigation-link--certificados a:before {
  content: "\f15c"; /* Font Awesome "file" */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}