.Footer__footerCopyrigt {
    display: none !important;
}

/* Make logo container flex so text can sit beside it */
.Header__logo {
    display: flex !important;
    align-items: center !important;
}

/* Add IA Internal Support text after the logo */
.Header__logo a::after {
    content: "Internal Support";
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500; /* Medium weight, softer than bold */
    color: #333;
}

