solid-job-board,
solid-job-create,
solid-job-edit {
  >div {
    min-height: 100%;
  }

  .job-edit {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .padding-very-xxlarge {
    @media (min-width: 768.01px) {
      padding-left: 135px;
      padding-right: 135px;
    }
  }

  .ql-editor {
    min-height: 150px;
  }

  .no-result {
    background-image: url("../assets/empty-search.svg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 250px;

    h3 {
      color: #2E3F57;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.27px;
      line-height: 27px;
      margin-bottom: 9px;
    }

    p {
      color: #636363;
      font-size: 18px;
      letter-spacing: 0.46px;
      line-height: 22px;
      margin-top: 0px;
    }
  }

  solid-form-checkbox {
    &>label {
      display: flex;
      >div {
        margin-left: 10px;
      }
    }
  }
  .empty-no-margin:empty {
    margin-bottom: 0;
  }
  .job-offer-popup-text {
    position: absolute;
    left: calc(100% + 15px);
    display: inline-block;
    top: -8px;
    padding: 8px;
    width: max-content;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  solid-display-value-markdown {
    ul {
      list-style-type: disc;
      margin-left: 40px;
    }
  }
}