.fieldname-form\.widgets\.IRichTextBehavior\.text textarea.form-control {
  min-height: 500px;
}

#formfield-form-widgets-ISubjects-subjects.widget-mode-display {
  display: none;
}

#formfield-form-widgets-IRichTextBehavior-text > .widget-label {
  display: none;
}

#content-core > .entries > .row:nth-child(odd) {
  background-color: #f5f5f5;
}

#folder-listing > .entries > .entry:nth-child(odd) {
  background-color: #f5f5f5;
}

.section-graveyard,
.tag-archived,
.tag-deprecated,
.tag-obsolete,
.tag-outdated {
  #main-container {
    position: relative;
  }

  #main-container::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: #facc15;
    -webkit-mask: url("++plone++bootstrap-icons/exclamation-triangle.svg")
      repeat;
    -webkit-mask-size: 6em 6em;
    mask: url("++plone++bootstrap-icons/exclamation-triangle.svg");
    mask-size: 4em 4em;
    mask-repeat: repeat space;
    opacity: 0.2;
  }
}

.entries {
  .card-title {
    font-weight: bold;
  }

  .card {
    xborder: none;

    a {
      text-decoration: none;
    }

    .card-title {
      background-color: #007bb1;
      color: #f5f5f5;
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      padding: 0.75rem;
    }
  }
}

.portletWrapper .portletNavigationTree .card-body .navTreeCurrentNode > a {
  background-color: #007bb1;
  color: #f5f5f5;
}
