/* TG: Discussion Delete Protection */
body.tg-lock-discussion-delete .entryEditPage-deleteLink {
    display: none !important;
}


/* TG: Comment/Reply Delete Protection */
body.tg-hide-comment-delete .comments-deleteAction {
    display: none !important;
}


/* Mobile header adjustments */
@media screen and (max-width: 767px) {
    header .header-logoIMG {
        transform: scale(1.4);
        transform-origin: center center;
        position: relative;
        top: 12px;
    }

    header .header-logoImage {
        display: block;
        padding-bottom: 14px !important;
    }
}


/* Desktop header adjustment */
@media screen and (min-width: 768px) {
    header .header-logoIMG {
        position: relative;
        top: 6px;
    }
}