.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

  .s-horizontal-divider span {
    background-color: var(--s-card-bg);
    padding: 1em;
  }

  .s-horizontal-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
  }

.highlight-special {
  background-color: #ffcccb !important; /* 浅红色背景 */
  color: black; /* 黑色字体 */
}