body .#{$prefix} {
  // background-color: rgb(var(--wpt-lms-white));
  font-family: var(--wp--preset--font-family--body);
  font-size: 1rem;
  font-weight: 400;
  &.stepup {
    max-width: unset !important;
  }
  p {
    margin: 0;
    color: rgba(var(--wpt-lms-black), 0.75);
  }
  a {
    font-weight: 500;
  }
  .#{$prefix}-message {
    background-color: rgba(var(--wpt-lms-primary-700), 3%);
    padding: 0.625rem;
    border: 1px solid rgba(var(--wpt-lms-primary-700));
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(var(--wpt-lms-primary-700));
    i {
      font-size: 20px;
      &::before {
        color: rgba(var(--wpt-lms-primary-700));
      }
    }
    // margin-top: 1.25rem;
    &.success {
      border-color: #4f8a10;
      color: #4f8a10;
      background-color: rgba(#dff2bf, 7%);
      i {
        &::before {
          color: #4f8a10;
        }
      }
    }
    &.warning {
      background-color: rgba(#feefb3, 7%);
      border-color: #9f6000;
      color: #9f6000;
      i {
        &::before {
          color: #9f6000;
        }
      }
    }
    &.error {
      border-color: #d8000c;
      color: #d8000c;
      background-color: rgba(#ffbaba, 7%);
      margin-bottom: 1rem;
      i {
        &::before {
          color: #d8000c;
        }
      }
    }
  }
  .wpt-lms-content {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    .entry-header {
      margin: 1.875rem 0 !important;
      // padding-left: 0 !important;
      // padding-right: 0 !important;
      padding: 0 !important;
      h1 {
        text-align: center;
      }
    }
    .entry-content {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
}
:where(.wp-site-blocks *:focus) {
  outline-style: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
}