/*
 Theme Name: Divi Child
 Description: A child theme for Divi
 Template: Divi
 Version: 1.0
*/

.wc-review-approve-button {
  background-color: #ff5733;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.rawc-review-table__materials ul {
  list-style: none;
  padding-left: 0;
}

.rawc-review-table__materials li {
  list-style-type: none;
}

#rawc-reject-modal label {
  display: block;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

#rawc-reject-modal textarea {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* access elemnt with id element name*/
