/* Cloud Cannon editing buttons and settings */
.editor-link {
  display: none;
}

.month-editor-link {
  position: relative;
  top: 15px;
}

.cms-editor-active .editor-link {
  display: block;
}

.cms-editor-active .editor-link {
  outline: 0 solid #f7e064;
  transition: outline 250ms ease-in;
  user-select: text !important;
}

.editor-link:hover {
  outline: 8px solid #f7e064;
}

.editor-btn-highlight {
  cursor: pointer;
  color: black;
  background-color: #fdb81e;
  border-color: #fdb81e;
  font-weight: bolder;
}
