.entry-action .btn-dashang,
  .entry-action .btn-zan1 {
    display: inline-block;
    padding: 4px 30px;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    vertical-align: top;
  }

  .entry-action .btn-zan1.liked,
  .entry-action .btn-zan1:hover {
    color: #fff;
    background-color: var(--theme-hover);
    cursor: pointer;
    border-color: var(--theme-hover);
  }

  .cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: var(--theme-gray-color);
  }

  .wpcom-profile-main .profile-posts-list .item-content .del-link {
    display: none;
    position: absolute;
    right: 65px;
    top: 0;
    z-index: 1;
    color: #ff4949;
    background: #ffeded;
    border-color: #ffb6b6;
  }

  .navbar-action #header-user-wrap {
    display: inline-block;
  }

  @media only screen and (max-width: 991px) {
    .navbar-action #header-user-wrap {
      display: flex;
      width: 100%;
      padding: 20px;
      margin: 0;
      justify-content: space-between;
    }
  }

  .kx-list .kx-meta .j-mobile-share2 {
    float: left;
  }

  .kx-meta .j-mobile-share2 {
    cursor: pointer;
  }

  .btn-send-reg-sms-code {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    width: 110px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    color: var(--member-gray-color, var(--theme-gray-color));
    background: var(--member-el-bg-color);
    border: 1px solid hsla(var(--member-color-hsl), .2);
    white-space: nowrap;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none !important;
    box-sizing: border-box;
  }

  .btn-more-reply {
    position: relative;
    margin: 15px 0 0 55px;
    padding: 10px 20px;
    list-style: none;
    background: hsla(var(--theme-color-hsl), .04);
    border-radius: 4px;
    cursor: pointer;
  }