/* 1. POSITIONING: Safely below the red header */
#mcgill-toggle {
    position: absolute !important;
    top: 115px !important; /* Moved down to avoid overlapping header links */
    right: 30px !important;
    z-index: 999999 !important;
}

/* 2. COMPACT McGill PILL */
.lang-pill {
    background: #ffffff;
    border: 1.5px solid #ed1b2f;
    border-radius: 20px;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* 3. WORLD ICON (Google Language Icon) */
.globe-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 -960 960 960' width='18' fill='%23ed1b2f'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q144-252 112-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Zm0-82q26-36 45-73.5t35-79.5H400q16 42 35 79.5t45 73.5Zm-113-15q-25-40-45-81t-35-86H162q38 71 96 123.5T367-177Zm226 0q67-31 125-83.5T814-384H688q-15 45-35 86t-45 81Zm-409-289h144q-3-43-3-80t3-80H157q-5 39-5 80t5 80Zm222 0h148q3-43 3-80t-3-80H348q-3 37-3 80t3 80Zm226 0h144q5-39 5-80t-5-80H670q3 37 3 80t-3 80ZM162-576h125q15-45 35-86t45-81q-67 31-125 83.5T162-576Zm238-191q-26 36-45 73.5t-35 79.5h160q-16-42-35-79.5t-45-73.5Zm187 14q25 40 45 81t35 86h125q-38-71-96-123.5T587-753Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 4. TEXT STYLING */
.lang-pill button {
    border: none;
    background: none;
    color: #666;
    font-weight: 700;
    cursor: pointer;
    padding: 0 2px;
    font-size: 12px;
}
.lang-pill button.active { color: #ed1b2f; }
.separator { color: #ddd; font-size: 12px; margin: 0 2px; }

/* 5. BRANDING ERASER: Nuke all Google logos and banners */
iframe#\\:1\\.container, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-logo-link, .skiptranslate img, .goog-te-gadget img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
body { top: 0 !important; position: static !important; }