.webology-b-featured-project {
}

.webology-b-featured-project .placeholder {
  opacity: 0.6;
  display: none;
}

#editor .webology-b-featured-project {
  padding: 0 20px 25px;
  border: 1px dotted #00B4E7;
}

#editor .webology-b-featured-project::before {
  content: 'Featured Project';
  display: block;
  font-style: italic;
  margin-left: -15px;
  margin-bottom: 10px;
  opacity: 0.9;
  color: #363889;
}

#editor .webology-b-featured-project a {
  pointer-events: none;
}

#editor .webology-b-featured-project .placeholder {
  display: block;
}

#editor .webology-b-featured-project .editor-hide {
  display: none;
}

#editor .webology-b-featured-project img {
  max-height: 200px;
  width: auto;
}

/* for project cards */
#editor .webology-b-featured-project .thumbnail-card {
  margin-bottom: 2em;
}

#editor .webology-b-featured-project .thumbnail-card h3 {
  display: inline;
}

#editor .webology-b-featured-project .thumbnail-card h3:not(:last-child)::after {
  content: ' / ';
}
