.smart-banner{display:none;width:100%;height:56px;align-items:center;border-bottom:1px solid var(--color_main-opacity-008);padding:0 12px;background:var(--color_surface);box-sizing:border-box;cursor:pointer}.smart-banner.__shown{display:flex}.smart-banner_text{flex:1 1 auto;padding:0 12px;font-weight:600;color:var(--color_main)}.smart-banner_closer{display:flex;align-self:stretch;align-items:center;padding:0 12px;margin-right:-12px}.smart-banner_closer:hover{background-color:var(--color_on-surface)}