  /**
 * OISE's theme implementation.
 */
.paragraph--type--profile-listing .field--name-field-profile-listing .view-profiles > .attachment-before {
  color: white;
  background-color: rgb(0, 113, 144);
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.paragraph--type--profile-listing .field--name-field-profile-listing .view-profiles > .row .listing-item {
  padding: 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type--profile-listing .field--name-field-profile-listing .view-profiles > .row .listing-item .edit-link {
  margin-top: 1rem;
}