/*
 * CSS Override: Hide Parchment Badges Link
 * --------------------------------------------------------------
 * This rule hides the external tool link with the class
 * `context_external_tool_67825` used by Canvas LMS.
 *
 * The !important flag ensures this override takes precedence over
 * any inline or theme CSS applied by Canvas.
 */

.context_external_tool_67825 {
    display: none !important; /* Hides the element completely */
}
