.wrap-MhVy4uez {
    border: 1px solid #ebebeb;
    border-radius: 16px;
    box-sizing: border-box;
    color: #0f0f0f;
    cursor: pointer;
    height: 138px;
    padding: 16px;
    -webkit-user-select: none;
    user-select: none
}

html.theme-dark .wrap-MhVy4uez {
    border: 1px solid #3d3d3d;
    color: #dbdbdb
}

@media (any-hover:hover) {
    .wrap-MhVy4uez:hover {
        background-color: #f9f9f9
    }
    html.theme-dark .wrap-MhVy4uez:hover {
        background-color: #1f1f1f
    }
}

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

.wrap-MhVy4uez:focus {
    outline: none
}

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

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

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

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

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

.wrap-MhVy4uez:after {
    border-color: #2962ff;
    border-radius: 20px
}

html.theme-dark .wrap-MhVy4uez:after {
    border-color: #2962ff
}

@media (any-hover:hover) {
    .wrap-MhVy4uez:hover {
        border-color: #f2f2f2
    }
    html.theme-dark .wrap-MhVy4uez:hover {
        border-color: #2e2e2e
    }
}

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

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

.day-MhVy4uez {
    color: #0f0f0f;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    margin-right: 8px;
    --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)
}

html.theme-dark .day-MhVy4uez {
    color: #dbdbdb
}

.titleBlock-MhVy4uez {
    align-items: center;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    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;
    line-height: var(--ui-lib-typography-line-height)
}

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

.subTitle-MhVy4uez {
    color: #707070;
    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)
}

html.theme-dark .subTitle-MhVy4uez {
    color: #8c8c8c
}

.column-MhVy4uez {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    overflow: hidden
}

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