/*
 * Hotfixes — temporary overrides.
 * Keep this file small and documented. Remove rules once the underlying
 * markup is cleaned up.
 */

/* Hide "Join our community" CTA blocks (auth-connect sections) */
.form-connect__block.js_section_auth_2 {
    display: none;
}

/* Hide "Tools" sections (InstrumentsWidget wrappers) */
.custom-wrap__big:has(.ik_tabs_navigation) {
    display: none;
}