.wrap-nj94V3ds {
    border: 1px solid var(--color-divider-line-primary);
    border-radius: 16px;
    box-sizing: border-box;
    color: var(--color-content-text-social-primary);
    cursor: pointer;
    height: 138px;
    padding: 16px;
    -webkit-user-select: none;
    user-select: none
}

@media (any-hover:hover) {
    .wrap-nj94V3ds:hover {
        background-color: var(--color-background-secondary)
    }
}

.wrap-nj94V3ds {
    outline: none;
    overflow: visible;
    position: relative
}

.wrap-nj94V3ds:focus {
    outline: none
}

.wrap-nj94V3ds:focus-visible {
    outline: none
}

.wrap-nj94V3ds:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 10px);
    inset-inline-start: -5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: 1
}

.wrap-nj94V3ds:focus:after {
    display: block
}

.wrap-nj94V3ds:focus-visible:after {
    display: block
}

.wrap-nj94V3ds:focus:not(:focus-visible):after {
    display: none
}

.wrap-nj94V3ds:after {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 20px
}

@media (any-hover:hover) {
    .wrap-nj94V3ds:hover {
        border-color: var(--color-background-tertiary)
    }
}

.top-nj94V3ds {
    justify-content: space-between;
    margin-bottom: 12px
}

.date-nj94V3ds,
.top-nj94V3ds {
    align-items: center;
    display: flex
}

.day-nj94V3ds {
    color: var(--color-content-text-social-primary);
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    margin-inline-end: 8px;
    --ui-lib-typography-font-size: 14px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 18px
}

.day-nj94V3ds,
.titleBlock-nj94V3ds {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    line-height: var(--ui-lib-typography-line-height)
}

.titleBlock-nj94V3ds {
    align-items: center;
    display: flex;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    margin-bottom: 12px;
    --ui-lib-typography-font-size: 16px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 500;
    --ui-lib-typography-line-height: 24px
}

.subTitle-nj94V3ds,
.title-nj94V3ds {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.subTitle-nj94V3ds {
    color: var(--color-content-text-social-secondary);
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    --ui-lib-typography-font-size: 14px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 18px;
    line-height: var(--ui-lib-typography-line-height)
}

.column-nj94V3ds {
    display: flex;
    flex-direction: column;
    margin-inline-start: 8px;
    overflow: hidden
}

.stats-nj94V3ds {
    display: flex;
    gap: 8px;
    justify-content: space-between
}