article header {
  font-size: 0; }
  article header > * {
    font-size: 12px; }
  article header > .breadcrumb {
    vertical-align: top; }
  article header > h2.editing {
    padding: 0; }
    article header > h2.editing > input {
      left: 4px;
      position: relative; }
  article header ul.custom.select {
    background: white;
    border: solid #d0d0d0;
    border-width: 1px 2px 2px 1px;
    box-shadow: 5px 0 5px -3px rgba(216, 216, 216, 0.4), 0 5px 5px -3px rgba(216, 216, 216, 0.4);
    display: none;
    left: -1px;
    overflow: hidden;
    position: absolute;
    z-index: calc(var(--z-index) + 2); }
    article header ul.custom.select > li {
      display: block; }
      article header ul.custom.select > li > a {
        display: block;
        padding: 10px; }
        article header ul.custom.select > li > a:hover {
          background: var(--light-color); }
      article header ul.custom.select > li.default {
        font-weight: 500; }

.custom.helper.select {
  background: white;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 3px 3px rgba(216, 216, 216, 0.4);
  padding: 10px;
  position: relative; }
  .custom.helper.select.outside:before {
    background: url("img/delete-24-red.svg") center no-repeat;
    content: '';
    height: 32px;
    left: -32px;
    position: absolute;
    top: 0;
    width: 32px; }
