/* Hide only the Agent Login block on the sign-in page */
.UserSigninContainer__forgetInform > div:last-child {
    display: none !important;
}
.Footer__footer {
    display: none;
}
/* Replace "On this page" with "Table of Contents" */
.TOCContainer__tocOpen {
    color: transparent !important;
    position: relative;
    display: inline-block;
    min-width: 180px;
}

.TOCContainer__tocOpen::after {
    content: "Table of Contents";
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}
.Comment__creatorName {
    color: transparent !important;
    position: relative !important;
    display: inline-block !important;
    min-width: 145px !important;
}

.Comment__creatorName::after {
    content: "NerdSquad Support";
    color: #0F7DF0 !important;
    position: absolute !important;
    left: 0;
    top: 0;
    white-space: nowrap !important;
}
