.webology-b-home-section {
}

.webology-b-home-section .placeholder {
  opacity: 0.6;
  display: none;
}

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

#editor .webology-b-home-section::before {
  content: 'Home Section';
  display: block;
  font-style: italic;
  margin-left: -15px;
  margin-bottom: 10px;
  opacity: 0.9;
  color: #363889;
}

#editor .webology-b-home-section a {
  pointer-events: none;
}

#editor .webology-b-home-section .placeholder {
  display: block;
}

#editor .webology-b-home-section .editor-hide {
  display: none;
}

#editor .webology-b-home-section__heading::before {
  content: 'Section: ';
  opacity: 0.6;
}

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

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

#editor .webology-b-home-section .thumbnail-card h3 {
  display: inline;
}

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