.LesBlog-Index {
    font-family: Arial, Helvetica, sans-serif;
}

body.LesBlogIndex .BreadcrumbsBox {
    display: none !important;
}

.LesBlog-IndexTitle {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 24px;
}

.LesBlog-IndexEmpty {
    color: color-mix(in srgb, currentColor 60%, transparent);
}

.LesBlog-IndexGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px 24px;
}

.LesBlog-IndexCard {
    display: flex;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 10px;
}

.LesBlog-IndexCard-Image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: color-mix(in srgb, currentColor 6%, transparent);
    border-radius: 10px 10px 0 0;
}

.LesBlog-IndexCard-Image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.LesBlog-IndexCard-Body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px 18px 20px;
}

.LesBlog-IndexCard-Title {
    --r: .4em;
    --c: #2e9e5b;
    display: block;
    width: calc((100% + 36px) * 0.95);
    margin: 0 0 12px calc(-18px - var(--r));
    padding: 0 .6em calc(2 * var(--r));
    line-height: 1.3;
    border-radius: var(--r) 0 0 var(--r);
    background:
        radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0 / .5lh calc(100% - 2 * var(--r)),
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100% / var(--r) calc(2 * var(--r)),
        conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), #0000 25%, var(--c) 0) 0 0 / calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 700;
}

.LesBlog-IndexCard-Title a {
    display: block;
    font-weight: inherit;
    text-decoration: none;
}

.LesBlog-IndexCard .LesBlog-IndexCard-Body .LesBlog-IndexCard-Title a {
    color: #fff !important;
}

.LesBlog-IndexCard-Byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: color-mix(in srgb, currentColor 65%, transparent);
}

.LesBlog-IndexCard-AuthorPhoto.PhotoWrap {
    width: 20px;
    height: 20px;
}

.LesBlog-IndexCard-AuthorName {
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.LesBlog-IndexCard-Excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    flex: 1 1 auto;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
    color: color-mix(in srgb, currentColor 85%, transparent);
}

.LesBlog-IndexCard-ReadMore {
    align-self: flex-start;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.LesBlog-IndexCard-ReadMore:hover {
    opacity: 0.75;
}

.LesBlog-IndexPager {
    margin-top: 8px;
}

body.LesBlogPost {
    font-family: Georgia, 'Times New Roman', serif !important;
}

body.LesBlogPost aside.Panel,
body.LesBlogPost .Panel-main {
    display: none !important;
}

body.LesBlogPost .BreadcrumbsBox,
body.LesBlogPost .SearchBox,
body.LesBlogPost .SearchBoxMobile {
    display: none !important;
}

body.LesBlogPost .MainContent.Content {
    width: 100% !important;
    max-width: 1125px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 40px 32px !important;
}

body.LesBlogPost .vb-post-item {
    padding: 40px 32px !important;
    background: transparent !important;
    border-bottom: none !important;
}

body.LesBlogPost .MessageList.Discussion {
    background: transparent !important;
    border: none !important;
}

body.LesBlogPost .Item-BodyWrap {
    background: transparent !important;
}

body.LesBlogPost .PageTitle {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

body.LesBlogPost .PageTitle .Options {
    display: none !important;
}

body.LesBlogPost .LesBlog-DraftBanner {
    display: inline-block !important;
    margin: 0 0 20px !important;
    padding: 6px 12px !important;
    border: 1px solid currentColor !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

body.LesBlogPost .PageTitle h1 {
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

body.LesBlogPost .LesBlog-FeaturedImage {
    margin: 24px 0 !important;
}

body.LesBlogPost .LesBlog-FeaturedImage img {
    width: 100% !important;
    max-height: 500px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 4px !important;
}

body.LesBlogPost .LesBlog-Byline {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    padding: 16px 0 !important;
    margin-bottom: 24px !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

body.LesBlogPost .LesBlog-Byline > * {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
}

body.LesBlogPost .LesBlog-Byline .AuthorWrap {
    gap: 8px !important;
    flex-wrap: wrap !important;
}

body.LesBlogPost .LesBlog-Byline .Author {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.LesBlogPost .LesBlog-Byline .PhotoWrap {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
}

body.LesBlogPost .LesBlog-Byline .Author a.Username {
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.LesBlogPost .LesBlog-Byline .AuthorInfo {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
}

body.LesBlogPost .LesBlog-Byline .DiscussionMeta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    white-space: nowrap !important;
}

body.LesBlogPost .LesBlog-Byline .MItem-Source {
    display: none !important;
}

body.LesBlogPost .LesBlog-ReadingTime {
    white-space: nowrap !important;
}

body.LesBlogPost .LesBlog-Credit {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-style: italic !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

body.LesBlogPost .LesBlog-Credit .LesBlog-CreditPhoto {
    display: inline-flex !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
}

body.LesBlogPost .LesBlog-Credit .LesBlog-CreditPhoto img {
    width: 18px !important;
    height: 18px !important;
}

body.LesBlogPost .MessageList.Discussion .Item-Body .Message.userContent {
    font-size: 19px !important;
    line-height: 1.7 !important;
}

body.LesBlogPost .MessageList.Discussion .Item-Body .Message.userContent p {
    margin: 0 0 22px !important;
}

body.LesBlogPost .Discussion .Options,
body.LesBlogPost .Discussion .Tag,
body.LesBlogPost .Discussion .Tags,
body.LesBlogPost .Signature,
body.LesBlogPost .karma-widget {
    display: none !important;
}

body.LesBlogPost .InlineTags {
    display: none !important;
}

body.LesBlogPost .LesBlog-Tags {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 32px 0 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

body.LesBlogPost .LesBlog-Tags a {
    border: 1px solid currentColor !important;
    padding: 3px 10px !important;
    text-decoration: none !important;
    font-size: 12px !important;
}

body.LesBlogPost .LesBlog-Comments {
    border-top: 1px solid !important;
    padding-top: 24px !important;
    margin-top: 40px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.LesBlogPost .LesBlog-Comments .CommentHeading {
    font-size: 22px !important;
    font-weight: 700 !important;
}

body.LesBlogPost .LesBlog-Comments .MessageList.Comments .Item {
    border: none !important;
    border-bottom: 1px solid !important;
    padding: 18px 8px !important;
    background: transparent !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .MessageList.Comments .Item,
body.LesBlogPost.theme-vblight .LesBlog-Comments .MessageList.Comments .Item {
    padding: 4px 8px 0 !important;
}

body.LesBlogPost .LesBlog-Comments .Item-Body .Message.userContent {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

body.LesBlogPost .LesBlog-Comments .Item-Header.CommentHeader {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    padding: 0 !important;
}

body.LesBlogPost .LesBlog-Comments .Item-Header.CommentHeader > * {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
}

body.LesBlogPost .LesBlog-Comments .AuthorWrap {
    gap: 8px !important;
    flex-wrap: wrap !important;
}

body.LesBlogPost .LesBlog-Comments .Author {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.LesBlogPost .LesBlog-Comments .PhotoWrap {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
}

body.LesBlogPost .LesBlog-Comments .Author a.Username {
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.LesBlogPost .LesBlog-Comments .AuthorInfo {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
}

body.LesBlogPost .LesBlog-Comments .CommentMeta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .Comment,
body.LesBlogPost.theme-vblight .LesBlog-Comments .Comment {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .Item-Header.CommentHeader,
body.LesBlogPost.theme-vblight .LesBlog-Comments .Item-Header.CommentHeader,
body.LesBlogPost.theme-vbdark .LesBlog-Comments .AuthorWrap,
body.LesBlogPost.theme-vblight .LesBlog-Comments .AuthorWrap,
body.LesBlogPost.theme-vbdark .LesBlog-Comments .CommentMeta,
body.LesBlogPost.theme-vblight .LesBlog-Comments .CommentMeta {
    display: contents !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .Comment > .Options,
body.LesBlogPost.theme-vblight .LesBlog-Comments .Comment > .Options {
    order: 6 !important;
    position: relative !important;
    top: -6px !important;
    right: auto !important;
    flex: 0 0 auto !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .Author,
body.LesBlogPost.theme-vblight .LesBlog-Comments .Author {
    order: 1 !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .AuthorInfo,
body.LesBlogPost.theme-vblight .LesBlog-Comments .AuthorInfo {
    order: 2 !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .DateCreated,
body.LesBlogPost.theme-vblight .LesBlog-Comments .DateCreated {
    order: 3 !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .CommentMeta > .MItem:not(.DateCreated):not(.CommentFlag),
body.LesBlogPost.theme-vblight .LesBlog-Comments .CommentMeta > .MItem:not(.DateCreated):not(.CommentFlag) {
    order: 4 !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .CommentFlag,
body.LesBlogPost.theme-vblight .LesBlog-Comments .CommentFlag {
    order: 5 !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}

body.LesBlogPost.theme-vbdark .LesBlog-Comments .Comment > .Item-BodyWrap,
body.LesBlogPost.theme-vblight .LesBlog-Comments .Comment > .Item-BodyWrap {
    order: 7 !important;
    flex: 0 0 100% !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Item-Header.CommentHeader {
    min-height: 0 !important;
    padding: 0 0 0 44px !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .PhotoWrap {
    top: 0 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Comment {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    position: relative !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Item-Header.CommentHeader,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .AuthorWrap,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .CommentMeta {
    display: contents !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Author,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .AuthorInfo,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .DateCreated,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .CommentMeta > .MItem,
body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Comment > .Options {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Author {
    order: 1 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .AuthorInfo {
    order: 2 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .DateCreated {
    order: 3 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .CommentMeta > .MItem:not(.DateCreated):not(.CommentFlag) {
    order: 4 !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .CommentFlag {
    order: 5 !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Comment > .Options {
    order: 6 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
}

body.LesBlogPost:not(.theme-vbdark):not(.theme-vblight) .LesBlog-Comments .Comment > .Item-BodyWrap {
    order: 7 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
}

body.LesBlogPost .MessageList.Discussion .Reactions .Quote {
    display: none !important;
}
