.h1 {
  font: var(--default-font-h1);
}

.header .h1 {
  margin-bottom: 40px;
}

.sdesk-feedback-settings {
  .sdesk-feedback-toggle {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;

    label {
      font: var(--wiki-font-h3);
    }

    .feedback-checkbox {
      width: 15px;
      height: 15px;
      margin-left: 20px;
    }
  }

  .feedback-question {
    margin-bottom: 20px;

    .title {
      margin-bottom: 7px;
      font-size: 1.286rem;
    }

    .feedback-question-card {
      width: 450px;
      min-height: 150px;
      margin-top: 15px;
      padding: 10px;

      border-radius: 5px;
      box-shadow:
        0 3px 1px -2px rgb(0 0 0 / 20%),
        0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);

      .text {
        min-height: 36px;
      }

      .mark-example {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;

        .star {
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: center;
        }
      }
    }
  }
}
