.Category-main-site-posts { 
	display: none; 
}
.Category-Help { 
	display: none; 
}
.Read {
    opacity: 0.8 !important;
    background-color: #f4f4f4 !important;
}

.Item.Read .Title {
    font-weight: 400 !important;
}

.Tag, .HasNew {
    background-color: #fff700 !important;
    font-weight: bolder !important;
}

.Tag-Announcement {
    background-color: #60a96d !important;
    font-weight: 600 !important;
    color: #fafafa !important;
    border-color: #60a96d !important;
}

@media screen and (min-width: 600px) {
    .Meta > .Category {
        background-color: #60a96d !important;
        padding: 1px 5px 1px 5px;
        right: 0px;
        bottom: 8px;
        position: absolute;
        border-radius: 3px !important;
    }

    .Meta > .Category > a {
        font-weight: bolder !important;
        color: #fafafa !important;
    }
}

.DataList .Item, .MessageList .Item {
    padding: 10px !important;
}

.TextBox {
    line-height: inherit !important;
}

.PasswordStrength {
    width: 100% !important;
}

body.Section-EditProfile .Preferences > form > div {
    overflow: hidden !important;
}

.Frame-header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.Frame-body {
    margin-top: 45px;
}

.DataList .MItem.LastCommentDate, .DataList .MItem.DiscussionAuthor {
    display: inline !important;
}

.FormWrapper-Condensed .Buttons .Back {
    left: 0px;
    position: absolute;
    top: 3px;
    max-width: 25%;
}

.MItem.LastCommentBy > a, .MItem.DiscussionAuthor > a {
    font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.Tag-Closed {
    background: #262626 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-color: #262626 !important;
}

li.Item.Announcement.Announcement-Everywhere {
    background-color: #e0ffe0 !important;
}

.DataList.CategoryList .Item[class*=Depth] {
    padding-left: 10px !important;
}

.MessageList .ItemComment .Item-Header, .MessageList .ItemDiscussion .Item-Header {
    padding-top: 0 !important;
    min-height: 50px;
}

.MessageList .ItemComment, .MessageList .ItemDiscussion {
    padding-top: 20px !important;
}

.MessageList .ItemComment .Item-Header .PhotoWrap, .MessageList .ItemDiscussion .Item-Header .PhotoWrap {
    top: 18px
}

.MessageList .ItemComment .AuthorWrap,
.MessageList .ItemComment .Meta {
    padding-left: 46px;
    display: block;
}

@media screen and (max-width: 768px) {
    .DataList .AuthorWrap, .DataList .Meta, .MessageList .AuthorWrap, .MessageList .Meta {
        margin-top: 0 !important;
    }
}

.MessageList .ItemComment .Item-BodyWrap, .MessageList .ItemDiscussion .Item-BodyWrap {
    padding-top: 5px;
}

#latest {
    position: absolute !important;
    left: 0;
    top: -50px !important;
}

@keyframes pulse-green {
    0% {
        background-color: rgba(96, 169, 109, 0.3);
    }
    100% {
        background-color: transparent;
    }
}

.highlight-latest {
    animation: pulse-green 2500ms ease-out;
}

.NewDiscussion .mobile .exclusive_deals {
    display: none;
}

.ThemeSwitcher {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ThemeSwitcher-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    color: inherit;
    opacity: 0.75;
    transition: opacity 0.15s ease, background-color 0.15s ease;
}

.ThemeSwitcher-btn:hover {
    opacity: 1;
    text-decoration: none;
    color: inherit;
    background-color: rgba(128, 128, 128, 0.15);
}

.ThemeSwitcher-btn--active {
    opacity: 1;
    background-color: rgba(128, 128, 128, 0.25);
}

.ThemeSwitcher-desktop {
    margin-right: 4px;
}

@media screen and (max-width: 768px) {
    .Header-right {
        padding-right: 44px;
    }

    .ThemeSwitcher-desktop .ThemeSwitcher-btn,
    .ThemeSwitcher-desktop .ThemeSwitcher-extras-toggle {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
}

.ThemeSwitcher-mobile {
    margin: 4px 0 8px;
    padding: 0 18px;
    gap: 4px;
}

.ThemeSwitcher-mobile .ThemeSwitcher-btn {
    flex: 1;
    width: auto;
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
}

.ThemeSwitcher-extras-wrap {
    position: relative;
}


.ThemeSwitcher-extras-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.ThemeSwitcher-extras-toggle::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-6px, -6px);
    box-shadow:
        7px 0 0 currentColor,
        0 7px 0 currentColor,
        7px 7px 0 currentColor;
}

.ThemeSwitcher-extras-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    min-width: 160px;
    z-index: 999;
    padding: 4px 0;
}

.ThemeSwitcher-extras-wrap.is-open .ThemeSwitcher-extras-dropdown {
    display: block;
}

.ThemeSwitcher-extras-dropdown .ThemeSwitcher-extras-option {
    display: block;
    padding: 8px 14px;
    color: #222222 !important;
    text-decoration: none;
    font-size: 14px;
}

.ThemeSwitcher-extras-dropdown .ThemeSwitcher-extras-option:hover {
    background: #f0f0f0;
    color: #000000 !important;
    text-decoration: none;
}

.ThemeSwitcher-extras-dropdown .ThemeSwitcher-extras-option--active {
    font-weight: 600;
    background: #e8e8e8;
}

.ThemeSwitcher-extras-dropdown .ThemeSwitcher-extras-empty {
    display: block;
    padding: 8px 14px;
    color: #888888 !important;
    font-size: 13px;
    font-style: italic;
}

.ThemeSwitcher-extras-divider {
    height: 0;
    margin: 4px 0;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.ThemeSwitcher-mobile-extras {
    padding: 0 18px 8px;
}

.ThemeSwitcher-mobile-extras-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    background: rgba(128, 128, 128, 0.12);
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: inherit;
    text-align: left;
}

.ThemeSwitcher-mobile-extras-toggle::after {
    content: '\25BE';
    margin-left: auto;
    transition: transform 0.15s;
}

.ThemeSwitcher-mobile-extras.is-open .ThemeSwitcher-mobile-extras-toggle::after {
    transform: rotate(180deg);
}

.ThemeSwitcher-mobile-extras-list {
    display: none;
    padding: 4px 0 0;
}

.ThemeSwitcher-mobile-extras.is-open .ThemeSwitcher-mobile-extras-list {
    display: block;
}

.ThemeSwitcher-mobile-extras-option {
    display: block;
    padding: 10px 14px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
}

.ThemeSwitcher-mobile-extras-option:hover {
    background: rgba(128, 128, 128, 0.12);
    text-decoration: none;
    color: inherit;
}

.vb-post-roleinfo {
    width: 100%;
    min-width: 0;
}

.vb-post-roleinfo .LesKarmaStore-badgeRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

.vb-post-roleinfo .LesKarmaStore-badge--wander {
    max-width: 100%;
    min-width: 0;
    flex-shrink: 1;
}
