.PageControls .LesShowLES-TriggerBox {
    display: inline-flex;
    width: auto;
    margin: 0 12px 0 0;
    order: -1;
}

.LesShowLES-Popup {
    width: 90vw;
    max-width: 420px;
    max-height: 90vh;
}

.Popup.LesShowLES-Popup {
    left: 40vw !important;
}

.LesShowLES-Popup .Body {
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.LesShowLES-Popup h1 {
    margin: 0 0 16px;
    font-size: 18px;
}

.LesShowLES-Popup .P {
    margin-bottom: 14px;
}

.LesShowLES-Popup .P label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
    margin-bottom: 4px;
}

.LesShowLES-Popup .P input,
.LesShowLES-Popup .P textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.LesShowLES-Popup .P textarea {
    resize: none;
    height: 110px;
}

.LesShowLES-CommentCount {
    text-transform: none;
    letter-spacing: normal;
    opacity: 0.7;
    float: right;
}

.LesShowLES-Error {
    margin-bottom: 12px;
    padding: 8px 10px;
}

.Item.LesShowLES-Item {
    padding: 3px 8px !important;
    min-height: 0 !important;
}

.Item.LesShowLES-Item .PhotoWrap,
.Item.LesShowLES-Item .IndexPhoto {
    width: var(--les-showles-avatar-size, 16px) !important;
    height: var(--les-showles-avatar-size, 16px) !important;
    top: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
}

.Item.LesShowLES-Item .PhotoWrap img,
.Item.LesShowLES-Item .IndexPhoto img {
    width: var(--les-showles-avatar-size, 16px) !important;
    height: var(--les-showles-avatar-size, 16px) !important;
}

.Item.LesShowLES-Item .DiscussionAuthor {
    display: none !important;
}

.Item.LesShowLES-Item {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
}

.Item.LesShowLES-Item .Options {
    flex: 0 0 auto !important;
}

.Item.LesShowLES-Item .ItemContent.Discussion {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 10px !important;
    padding-left: 0 !important;
}

.Item.LesShowLES-Item .Title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}

.Item.LesShowLES-Item .Meta.Meta-Discussion {
    flex: 0 0 auto !important;
    max-width: 55% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.Item.LesShowLES-Item .LastCommentBy {
    display: inline-flex !important;
    align-items: center !important;
}

.Item.LesShowLES-Item .LesShowLES-AuthorPhoto {
    display: none !important;
}

.Item.LesShowLES-Item .NewCommentCount {
    display: none !important;
}

.Item.LesShowLES-Item .MItem.Category {
    display: none !important;
}

.Item.LesShowLES-Item {
    background-color: var(--les-showles-bg, color-mix(in srgb, #60A96D 25%, #fff)) !important;
}

.LesShowLES-DiscussLink {
    font-weight: 700;
    text-decoration: underline !important;
}

.Item.LesShowLES-Item .CommentCount {
    display: none !important;
}

.Item.LesShowLES-Item .karma-widget {
    margin-left: 0;
    margin-right: 8px;
    font-size: 12px;
    vertical-align: text-bottom;
}

.LesShowLES-TitleMobile {
    display: none;
}

.LesShowLES-Icon {
    display: none;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    margin-right: 4px;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    color: inherit;
}
.LesShowLES-Icon-unread:before {
    content: "\f141";
}
.LesShowLES-Icon-read:before {
    content: "\f140";
    opacity: 0.6;
}

@media screen and (max-width: 600px) {
    .LesShowLES-TitleDesktop {
        display: none;
    }
    .LesShowLES-TitleMobile {
        display: inline;
    }
    .LesShowLES-Prefix {
        display: none;
    }
    .LesShowLES-Icon {
        display: inline-block;
    }
    .Item.LesShowLES-Item .LesShowLES-AuthorText {
        display: none !important;
    }
    .Item.LesShowLES-Item .LesShowLES-AuthorPhoto {
        display: inline-block !important;
        width: var(--les-showles-avatar-mobile-size, 16px) !important;
        height: var(--les-showles-avatar-mobile-size, 16px) !important;
    }
    .Item.LesShowLES-Item .LesShowLES-AuthorPhoto img {
        width: var(--les-showles-avatar-mobile-size, 16px) !important;
        height: var(--les-showles-avatar-mobile-size, 16px) !important;
    }
    .Item.LesShowLES-Item .Meta.Meta-Discussion {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        max-width: none !important;
        flex: 0 1 auto !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
    .Item.LesShowLES-Item .Meta.Meta-Discussion .MItem.ViewCount,
    .Item.LesShowLES-Item .Meta.Meta-Discussion .MItem.LastCommentDate {
        display: none !important;
    }
    .Item.LesShowLES-Item .LastCommentBy {
        order: 1 !important;
    }
    .Item.LesShowLES-Item .karma-widget {
        order: 2 !important;
    }
    .Item.LesShowLES-Item .LesShowLES-DiscussLink {
        order: 3 !important;
    }
}
