
  .headline.svelte-vnzhif, .subheadline.svelte-vnzhif {
    margin: 0px;
  }
    .headline.svelte-vnzhif {
      margin-bottom: 20px;
    }
    .block.svelte-vnzhif {
      display: block;
      width: fit-content;
    }

  /* Type 'text' / 'game' / 'work' / 'board' */

  .item.svelte-vnzhif {
    margin-bottom: 20px;
  }
    .promo.svelte-vnzhif {
      padding: 20px;
      background-color: var(--block);
    }
    .item.svelte-vnzhif .image:where(.svelte-vnzhif) {
      width: 100%;
      max-height: 159px;
      object-fit: cover;
      margin-bottom: 10px;
    }
    .item.svelte-vnzhif .content:where(.svelte-vnzhif) {
      position: relative;
    }
    .trimmed.svelte-vnzhif {
      overflow: hidden;
      max-height: var(--textMaxHeight);
    }
    .item.svelte-vnzhif .owner:where(.svelte-vnzhif) {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
    }
      .owner.svelte-vnzhif .icon:where(.svelte-vnzhif) {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: cover;
        object-position: center 20%;
        border-radius: 100%;
        background-color: var(--background);
      }
    .item.svelte-vnzhif .details:where(.svelte-vnzhif) {
      margin-top: 20px;
    }
    .item.svelte-vnzhif .row:where(.svelte-vnzhif) {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Type 'post' */

    .post.svelte-vnzhif {
      position: relative;
      display: flex;
      width: 100%;
      margin-top: 10px;
      padding-bottom: 10px;
      text-align: left;
      gap: 10px;
    }
      .post.svelte-vnzhif .icon:where(.svelte-vnzhif) {
        width: var(--iconSize);
        overflow: hidden;
        position: relative;
      }
        .post.svelte-vnzhif .icon:where(.svelte-vnzhif) img:where(.svelte-vnzhif) {
          display: block;
        }
        .post.desktop.svelte-vnzhif .icon:where(.svelte-vnzhif) img:where(.svelte-vnzhif) {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          display: block;
        }
        .post.mobile.svelte-vnzhif .icon:where(.svelte-vnzhif) {
          border: 1px solid var(--panel);
          float: left;
          margin-right: 15px;
          margin-bottom: 15px;
        }
      .post.svelte-vnzhif .body:where(.svelte-vnzhif) {
        flex: 1;
        overflow: hidden;
      }
        .post.svelte-vnzhif .content:where(.svelte-vnzhif) {
          background-color: var(--block);
          padding: 20px;
          overflow-wrap: anywhere;
          position: relative;
        }
        .post.svelte-vnzhif .header:where(.svelte-vnzhif) {
          position: relative;
          width: 100%;
          min-height: 50px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 20px;
          border-bottom: 1px var(--panel) solid;
          background-color: var(--block);
          padding: 5px 15px;
          color: var(--dim);
        }
          .title.svelte-vnzhif {
            flex: 1;
          }
          .time.svelte-vnzhif {
            font-family: arial, sans-serif;
            font-size: 14px;
            opacity: 0.7;
            margin-right: 5px;
          }
            .time.svelte-vnzhif:hover {
              opacity: 1;
              color: var(--text);
            }
        .clear.svelte-vnzhif {
          clear: both;
        }

  .expand.svelte-vnzhif {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-top: 50px;
    background: linear-gradient(transparent, var(--block));
  }
    .expand.svelte-vnzhif button:where(.svelte-vnzhif) {
      border-radius: 100%;
      padding: 10px;
    }

  @media (max-width: 860px) {
    .post.svelte-vnzhif {
      gap: 0px;
    }
    .post.svelte-vnzhif .header:where(.svelte-vnzhif) {
      flex-direction: column;
      align-items: flex-start;
      gap: 0px;
      padding: 10px 10px 5px 10px;
      padding-left: 15px;
    }
      .post.svelte-vnzhif .toolbar:where(.svelte-vnzhif) .time:where(.svelte-vnzhif) {
        flex: 1;
      }
    .post.svelte-vnzhif .content:where(.svelte-vnzhif) {
      padding: 15px;
    }
  }

  @media (max-width: 500px) {
    .item.svelte-vnzhif .details:where(.svelte-vnzhif) {
      gap: 10px;
      flex-wrap: wrap;
    }
  }
